This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

error compling GCC tools on RedHat 7.2


Hi!,
    I am trying to install the GCC tools for eCos synthetic platform into a 
RedHat 7.2. but the comploer gives some error when
compling the GCC tools. I have followed the insturction but error still 
occur and below are the content of the make.out:
make: Entering directory `/tmp/build/gcc'
make[1]: Entering directory `/tmp/build/gcc/libiberty'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. 
-I/src/gcc/gcc-2.95.2/libiberty/../include   
/src/gcc/gcc-2.95.2/libiberty/argv.c -o pic/argv.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include 
  /src/gcc/gcc-2.95.2/libiberty/argv.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -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 -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include 
  /src/gcc/gcc-2.95.2/libiberty/choose-temp.c
/tmp/cckXOKgL.s: Assembler messages:
/tmp/cckXOKgL.s:407: Warning: Unrecognized .section attribute: want a,w,x
/tmp/cckXOKgL.s:407: Warning: Unrecognized .section attribute: want a,w,x
/tmp/cckXOKgL.s:407: 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'

Does anyone knoe why this happen?

sincerely,
siumama

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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