Hi Wookey,
On 10/18/2013 11:49 AM, Wookey wrote:
+++ Christopher Covington [2013-10-18 10:25 -0400]:
I still haven't determined to my satisfaction whether the linaro binary (cross) toolchains can be used for multiarch cross-building by just moving files about/symlinking and fiddling with configs or if in fact a rebuild is necessary. I can think of good reasons why it could go either way. Does anyone else know for sure?
I have gotten them to work by moving files, updating symlinks, and hard-coding the linker and library paths into the software I'm building (INTERP, RPATH). I don't know if that last step meets your requirements or not. I think if you wanted to avoid the explicit linker settings you would need to rebuild the linker/loader, or is there an easier way?
Thanks, Christopher