This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Redboot for i386 won't compile


I get the following error when trying to build Redboot for an i386 PC
target.  I would have expected the config tool to not pass to many files
to gcc!

GCC 2.95.2
GUI Config Tool 2.04
Windows 98

make -r -C hal/i386/arch/current build
make[1]: Entering directory
`/f/WorkStuff/PCeCos/eCosBuilds/Redboot_build/hal/i386/arch/current'
i386-elf-gcc -c
-I/cygdrive/F/WorkStuff/PCeCos/eCosBuilds/Redboot_install/include
-I/cygdrive/F/WorkStuff/eCosRepository/ECOS/packages/hal/i386/arch/curre
nt
-I/cygdrive/F/WorkStuff/eCosRepository/ECOS/packages/hal/i386/arch/curre
nt/src
-I/cygdrive/F/WorkStuff/eCosRepository/ECOS/packages/hal/i386/arch/curre
nt/tests -I.
-I/cygdrive/F/WorkStuff/eCosRepository/ECOS/packages/hal/i386/arch/curre
nt/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef
-Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections
-fno-rtti -fno-exceptions -fvtable-gc -finit-priority
-Wp,-MD,src/hal_misc.tmp -o src/hal_i386_arch_hal_misc.o
/cygdrive/F/WorkStuff/eCosRepository/ECOS/packages/hal/i386/arch/current
/src/hal_misc.c
make[1]: Leaving directory
`/f/WorkStuff/PCeCos/eCosBuilds/Redboot_build/hal/i386/arch/current'
cpp: too many input files
make: Leaving directory `/f/WorkStuff/PCeCos/eCosBuilds/Redboot_build'
make[1]: *** [src/hal_misc.o.d] Error 1
make: *** [build] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]