Cross Compiling For Angstrom With Netbeans

From eLinux.org
Jump to: navigation, search

How To Cross Compile In An IDE Is a helpful way to get started with cross compiling for Angstrom on Netbeans (and therefore don't have to mess around with makefiles). If you follow the directions at http://www.angstrom-distribution.org/building-angstrom, though the directories will be missing. The directories appear to be here after using the scripted build process:

The cross compiler will be located at setupScripts/build/tmp-angstrom_2008_1/sysroots/i686-linux/usr/armv7a/bin/
The include directory will be at setupScripts/build/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/
The library directory will be at setupScripts/build/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/

note: setupScripts base location is wherever you "git clone git://git.angstrom-distribution.org/setup-scripts"