Andrew Haley wrote:
Is there something weird going on here, like different libraries in x-host and target?
Nice to see someone else suspecting weirdness in the current ideas. The first message in this thread told : "This is part of a larger script setting up a cross-compiling toolchain. binutils, glibc and a first-stage gcc for arm is already built at this point. I have tried gcc-4.2.2 and gcc-4.2.3. Our codebase isn't quite ready for 4.3 yet... When I run on target, a simple test program with exceptions fail:" The weird thing here is that installing the produced glibc runtime onto the target isn't mentioned. People produce glibc when the target yet hasn't it, if it has it then there is no reason to try to create that "byte-by-byte identical" target C library...