[linux-sh:03212] Re: jornada 680 linux (fwd)
"H.Brunsting" <[email protected]> Thu, 22 Apr 2004 17:47:16 +0200
| Newsgroups | gmane.linux.ports.sh.general |
|---|---|
| Message-ID | <[email protected]> |
Both the uclibc and glibc toolchains have their own behaviour. I'll see if I can narrow the errors down a bit by doing some more testing. When I build busybox with the crosstool toolchain, I get illegal instructions when I run "busybox ls -al", while the normal "busybox ls" works fine. "ps" suffers from the illegal instruction as well, no matter how I invoke it. Busybox ash would terminate with illegal instruction with one of my previous toolchains, but the uclibc toolchain I have now seems to produce good static code, however it messes up on dynamic stuff (I'll have to test it again to tell you about the details, I can't remember). What I should really do is get some of this stuff documented, as in what chain causes what behaviour, etc... I'll see if I can get that done this weekend. On Thursday 22 April 2004 08:12, Dan Kegel wrote: > Hrmph. Can you narrow down the illegal instruction errors a bit? > - Dan