On Wed, Jun 24, 2015 at 11:05 AM, Adam Weiss <[email protected]> wrote:
> Sorry...can you tell I'm a Linux noob?
>
> I want to make sure all the armhf libraries are the exact same version, so
> that I don't get link issues.

If you have jessie on your development platform, install jessie on the bbb.

On your x86, (with jessie) you can install *.armhf packages/libraries via;

sudo dpkg --add-architecture armhf
sudo apt-get update

This will allow you to build against the exact same lib's on the bbb..

Then install cross-gcc-dv

https://packages.debian.org/jessie/cross-gcc-dev

Which will help you install a matching gcc arm cross compiler. (i
haven't had a chance to do this personally)

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to