[beagleboard] setting up a cross compile

2014-06-12 Thread Charles Kerr
I was curious if anyone has insight into the issue I am having. I have setup LinuxMintDebian in a VMWare session on my Mac. I then went and installed gcc/g++ with an apt-get install build-essential I then went here Robert's kernel build

Re: [beagleboard] setting up a cross compile

2014-06-12 Thread Robert Nelson
On Thu, Jun 12, 2014 at 3:09 PM, Charles Kerr charlesker...@gmail.com wrote: I was curious if anyone has insight into the issue I am having. I have setup LinuxMintDebian in a VMWare session on my Mac. I then went and installed gcc/g++ with an apt-get install build-essential I then went here

Re: [beagleboard] setting up a cross compile

2014-06-12 Thread Charles Kerr
I had interpreted the command listed in the table: dpkg --add-architecture i386 as what was to install them. I realized now that was in error. I did an apt-get install gcc-multilibs and it is now working. Thank you On Thursday, June 12, 2014 4:14:09 PM UTC-4, RobertCNelson wrote: On Thu,