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]
Other format: [Raw text]

RE: GCC Build Problem for i386


> /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


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