This is the mail archive of the ecos-discuss@sourceware.org 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]

installation problem of toochains of ecos


Hello all,
  while giving
 make -w all-gcc install-gcc \
     LANGUAGES="c c++" 2>&1 | tee make.out

from the /tmp/build /gcc  directory. i m getting following error...i m
doing all steps properly maintains in ecos downloading & installation
ecos web site.

http://ecos.sourceware.org/ecos

steps are

1>Configure GCC, ensuring that the GNU Binary Utilities are at the
head of the PATH:
  2> PATH=/tools/H-i686-pc-linux-gnu/bin:$PATH ; export PATH    (for
sh, ksh and bash users)
   set path = ( /tools/H-i686-pc-linux-gnu/bin $path )        (for
csh and tcsh users)
   3>mkdir -p /tmp/build/gcc
   4>cd /tmp/build/gcc
   5>/src/gcc/gcc-2.95.2/configure --target=i686-pc-linux-gnu \
     --prefix=/tools \
     --exec-prefix=/tools/H-i686-pc-linux-gnu \
     --with-gnu-as --with-gnu-ld --with-newlib \
     -v 2>&1 | tee configure.out

every things proper till 5 steps.now erron in during make


Build and install GCC: make -w all-gcc install-gcc \ LANGUAGES="c c++" 2>&1 | tee make.out





please could anyone help me how to solve this

Regards
pintu



ake: Entering directory `/tmp/build/gcc'
make[1]: Entering directory `/tmp/build/gcc/libiberty'
test x"no" != xyes || \
 gcc -c -DHAVE_CONFIG_H -O2 -I.
-I/src/gcc/gcc-2.95.2/libiberty/../include
/src/gcc/gcc-2.95.2/libiberty/choose-temp.c -o pic/choose-temp.o
gcc -c -DHAVE_CONFIG_H -O2 -I.
-I/src/gcc/gcc-2.95.2/libiberty/../include
/src/gcc/gcc-2.95.2/libiberty/choose-temp.c
/tmp/cc0Sjf8P.s: Assembler messages:
/tmp/cc0Sjf8P.s:58: Warning: Unrecognized .section attribute: want a,w,x
/tmp/cc0Sjf8P.s:58: Warning: Unrecognized .section attribute: want a,w,x
/tmp/cc0Sjf8P.s:58: Error: Rest of line ignored. First ignored character is `,'.
make[1]: *** [choose-temp.o] Error 1
make[1]: Leaving directory `/tmp/build/gcc/libiberty'
make: *** [all-libiberty] Error 2
make: Leaving directory `/tmp/build/gcc'

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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