[ECOS] GCC Build Problem for i386

Patrick Doyle wpd@delcomsys.com
Sat Feb 9 07:13:00 GMT 2002


> /tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/
> -B/tools/H-i686-pc-cygwin/i386
> > -elf
> > /bin/ -I/tools/H-i686-pc-cygwin/i386-elf/include
> -DCROSS_COMPILE -DIN_GCC
> >   -g
> >  -O2 -I./include  -c dummy.c
> > i386-elf-ar rc libgcc1.null dummy.o
> > i386-elf-ar: not found
> > make[1]: *** [libgcc1.null] Error 127
> > make[1]: Leaving directory `/tmp/build/gcc/gcc'
> > make: *** [all-gcc] Error 2
> > make: Leaving directory `/tmp/build/gcc'
> > ----------------------------------------------------------
This sounds suspiciously like i386-elf-ar is not in your path.  Did you
remember to execute something like:

PATH=/tools/H-i686-pc-cygwin/i386-elf/bin:$PATH ; export PATH

after installing the binutils?

--wpd



More information about the Ecos-discuss mailing list