Re: Cross Compile X86_64 host arm_32 target

2013-02-24 Thread Nate Bargmann
* On 2013 24 Feb 17:59 -0600, Thomas D. Dean wrote: > On Host, it apprars to pick up the correct libs. library mismatch? > > How do I fix this? Sorry, I can't help with your specific problem, but when it comes to the GNU tools you'll need to reconsider your use of "host" and "target". What you'

Cross Compile X86_64 host arm_32 target

2013-02-24 Thread Thomas D. Dean
Host> uname -a Linux P9X79 3.2.0-38-generic #60-Ubuntu SMP Wed Feb 13 13:22:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux Target> uname -a Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l GNU/Linux I installed Host> sudo apt-get install gcc-4.6-arm-linux-gnueabi Host>