Here's the setting:
My colleague has a Fedora x64_86 machine with gcc 4.3.3 cross compiler (from buildroot). I have a Ubuntu 9.04 x64_86 machine with the same cross-compiler.
My colleague built a library + test application that runs on a test machine, I compiled the same library and testapp, and it worked on the same test machine.
As far as I can tell, gcc is built against buildroot-compiled ucLibc, so the same code, the same compiler. What kind of machine will affect crossbreeding?
Any insight was appreciated.
Update. To clarify, the compilers are identical. The source code for the library and testapp are identical. The only difference is that testapp + lib were compiled on different machines.
source
share