Download the tool chain on ur linux machine

sudo apt-get install gcc-arm-linux-gnueabi 

now u can see all the available toolchains by typing arm and tab.

select one compiler among

arm-linux-gnueabi-gcc-4.7
compile your source code with the cross compiler given above "USAGE: 
arm-linux-gnueabi-gcc 'file name' ".
Now send your object file on to BBB using SCP protocol. 
SCP and SSH are inbuilt for Linux machines. 

scp *filename* *username*(root)@192.168.1.79:/*file path where you want to 
run the code*

Regards,
Parikshit Kesavaraju.


-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to