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]

GCC complie error for eCos Linux synthetic


Hi,
     I have a problem installing the eCos Linux synthetic into a RedHat7.2 .
  The GCC failed dring compling, these error was returned during
  compliation :
  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 know why is that?

  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]