Difference between revisions of "Cross Compiling For Angstrom With Netbeans"

From eLinux.org
Jump to: navigation, search
(Cross compiling for Angstrom using an IDE)
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
[http://www.facebook.com/note.php?note_id=133809119361 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:
 
[http://www.facebook.com/note.php?note_id=133809119361 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 cross compiler will be located at setupScripts/build/tmp-angstrom_2008_1/sysroots/i686-linux/usr/armv7a/bin/ <br>
The include directory will be at setupScripts/build/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/
+
The include directory will be at setupScripts/build/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/ <br>
 
The library directory will be at setupScripts/build/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/
 
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"
 
note: setupScripts base location is wherever you "git clone git://git.angstrom-distribution.org/setup-scripts"
 +
 +
[[Category:Tips and Tricks]]

Latest revision as of 03:11, 27 October 2011

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"