This is the mail archive of the newlib@sources.redhat.com 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]

Undefined reference to '_ctype_'


Hi,

I'm getting an "Undefined reference to _ctype_ " error in various newlib
files (e.g., .../libc/stdio/vfscanf.c) on code using the "isspace()" family
of functions/macros.  My command line is:

$GCCBIN/m68k-coff-gcc -nostartfiles -O0 -m68000 -msoft-float -fno-builtin -X
linker -T -Xlinker \

./proto.ld -o so_monitor.coff main.c stubs.c so_monitor.c \

$GCCBASE/m68k-coff/lib/m68000/libc.a


Thanks,
Doug Broadwell


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