Kai Ruottu wrote: > 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. There must be some glibc runtime on the target, or dynamic linking wouldn't have been tried. Andrew.