Hello,
I've been trying to get a working cross-compiler toolchain but when I'm done compiling the toolchain and attempt to compile my own little "Hello world" program using the cross-compiler, I can't execute the output file neither on my i686 PC (which is just fine) nor on my BeagleBoard.
I followed the official DistCC Cross-Compiling Guide, used the armv7 config (as suggested) and adjusted the path to the latest kernel sources, so I really can't spot an error there. I even got distcc to work, but its compilation results don't seem usable on my board.
Under normal circumstances, I wouldn't mind compiling packages on the board, but I need to compile a custom kernel which takes roughly 14 hours to compile on the BeagleBoard. Does anyone have an idea what's going wrong here? Do I perhaps need a special config file for crosstool-ng to get this working?
Thanks in advance,