On Thu, 2002-02-21 at 23:21, David Meggy wrote: > Actually I'm using both "-mthumb-interwork -mthumb -Os". I thought that > would generate thumb code that could also work with arm code.
Well, yes, in theory. Unfortunately, in this particular case, it won't actually work. Firstly, glibc doesn't have any support for Thumb, and secondly the Thumb toolchain isn't capable of building shared libraries in any case. For the time being, you will have to compile glibc as ARM code. You can still use -mthumb-interwork which will allow you to link Thumb applications against this library. p. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm http://www.arm.linux.org.uk/armlinux/mailinglists.php Please visit the above addresses for information on this list.
