On 17.03.2010 15:27, Loïc Minier wrote: > Just for the sake of it, I tried to run a dummy int main(void) program > built statically and in ARM mode, and that filas in a similar way; I > guess some libgcc code gets copied and uses thumb.
you could try to work around this by building with gcc-4.3 (the static libgcc provided by this GCC is still built in arm mode). But still libc6-dev's crt*.o files are built in thumb mode. -- Foobared on armel https://bugs.launchpad.net/bugs/537458 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
