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]

Rebuild gcc-4.0.0 with newlib-1.13.0 for mipsisa32-elf


Hi,

I was trying to rebuild the toolchain for mipsisa32-elf. There is an error
when I tried to 
build gcc-4.0.0 with either newlib-1.13.0 or newlib-1.12.0. I have been
building gcc-3.2.1
with newlib-1.12.0 successfully.  Here is the error message:

mipsisa32-elf-ranlib lib.a
make[7]: Leaving directory
`/tmp/build/gcc/mipsisa32-elf/soft-float/newlib/libc/stdlib'
Making all in ctype
make[7]: Entering directory
`/tmp/build/gcc/mipsisa32-elf/soft-float/newlib/libc/ctype'
/tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/ -nostdinc
-B/tmp/build/gcc/mipsisa32-elf/soft-float/newlib/ -isystem
/tmp/build/gcc/mipsisa32-elf/soft-float/newlib/targ-include -isystem
/src/gcc-4.0.0/newlib/libc/include -B/gnutools/mipsisa32-elf/bin/
-B/gnutools/mipsisa32-elf/lib/ -isystem /gnutools/mipsisa32-elf/include
-isystem /gnutools/mipsisa32-elf/sys-include  -msoft-float
-DPACKAGE=\"newlib\" -DVERSION=\"1.13.0\"  -I.
-I/src/gcc-4.0.0/newlib/libc/ctype  -O2 -DMISSING_SYSCALL_NAMES -fno-builtin
-O2 -g -O2   -msoft-float -c /src/gcc-4.0.0/newlib/libc/ctype/ctype_.c
/src/gcc-4.0.0/newlib/libc/ctype/ctype_.c:91: error: '_ctype_' aliased to
undefined symbol '_ctype_b+127'
make[7]: *** [ctype_.o] Error 1
make[7]: Leaving directory
`/tmp/build/gcc/mipsisa32-elf/soft-float/newlib/libc/ctype'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory
`/tmp/build/gcc/mipsisa32-elf/soft-float/newlib/libc'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/soft-float/newlib'
make[4]: *** [all-recursive-am] Error 2
make[4]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/soft-float/newlib'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/newlib'
make[2]: *** [all-multi] Error 2
make[2]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/newlib'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/newlib'
make: *** [all-target-newlib] Error 2
make: Leaving directory `/tmp/build/gcc'

Thanks,

Wilson

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