Re: [beagleboard] how to install ARM c compiler in Ubuntu 12.04 i am not able to find any package containing armcc ???

2014-04-02 Thread parikshit sagar
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.


Re: [beagleboard] Re: how to install ARM c compiler in Ubuntu 12.04 i am not able to find any package containing armcc ???

2014-04-02 Thread parikshit sagar
cross compilation is the best way to do. Write you code on linux cross 
compile it and send it to your BBB

On Thursday, 7 June 2012 16:52:12 UTC+5:30, rajan buha wrote:

 ohh so what is the best option for programming c on beagleboard ???
  


-- 
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.