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

--target=v850e-unknown-elf


Hi,

i tried to compile for --target=v850e-unknown-elf, but
got the error message below.  Compiling for --target=
v850-unknown-elf (the same, without "e") works fine.

I think this is a bug, right?  I don't see why that
symbol is undefined.


Best regards,
Torsten.


In /rest/tmp/buildbin:
../binutils-2.16/configure --target=v850e-unknown-elf \
  --prefix=/opt/v850e-unknown-elf

make
make install


In /rest/tmp/buildgcc:
../gcc-4.0.1/configure --target=v850e-unknown-elf \
  --prefix=/opt/v850e-unknown-elf \
  --enable-languages="c"

make
make install

In /rest/tmp/bnl:
../newlib-1.13.0/configure --target=v850e-unknown-elf \
  --prefix=/opt/v850e-unknown-elf \
  --disable-nls \

make

make[7]: Leaving directory 
`/rest/tmp/bnl/v850e-unknown-elf/v850/newlib/libc/stdlib'
Making all in ctype
make[7]: Entering directory 
`/rest/tmp/bnl/v850e-unknown-elf/v850/newlib/libc/ctype'
v850e-unknown-elf-gcc -B/rest/tmp/bnl/v850e-unknown-elf/v850/newlib/ 
-isystem /rest/tmp/bnl/v850e-unknown-elf/v850/newlib/targ-include 
-isystem /rest/tmp/newlib-1.13.0/newlib/libc/include  -mv850 
-DPACKAGE=\"newlib\" -DVERSION=\"1.13.0\"  -I. 
-I../../../../../../newlib-1.13.0/newlib/libc/ctype  -O2 
-DPREFER_SIZE_OVER_SPEED  -fno-builtin    -O2 -g -O2  -O2 -g -O2  -mv850 
-c ../../../../../../newlib-1.13.0/newlib/libc/ctype/ctype_.c
../../../../../../newlib-1.13.0/newlib/libc/ctype/ctype_.c:91: error: 
'_ctype_' aliased to undefined symbol '_ctype_b+127'
make[7]: *** [ctype_.o] Fehler 1


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