This is the mail archive of the
newlib@sources.redhat.com
mailing list for the newlib project.
Recent ARM newlib and libgloss changes
- From: Richard Earnshaw <rearnsha at gcc dot gnu dot org>
- To: newlib at sources dot redhat dot com
- Date: Thu, 17 Jun 2004 13:39:53 +0100
- Subject: Recent ARM newlib and libgloss changes
- Organization: GNU
The recent changes to newlib and libgloss seem to have seriously broken
testing of gdb and libjava.
newlib is being built in 'compatibility' mode. That is, without
--disable-newlib-supplied-syscalls.
The problem seems to be that despite this, gcc is picking up the version
of crt0.o that is built into libgloss, but that version does not contain
the correct code for setting up an RDI execution environment.
R.