Cross compilation Raspberry

From Eric

(Difference between revisions)
Jump to: navigation, search
Ejenn (Talk | contribs)
(Created page with "Installation d'un cross compilateur pour Raspberry Pi : sudo apt-get install git git clone https://github.com/raspberrypi/tools export PATH=~/Tmp/tools/arm-bcm2708/arm-bcm...")
Newer edit →

Revision as of 15:44, 7 December 2014

Installation d'un cross compilateur pour Raspberry Pi :

 sudo apt-get install git
 git clone https://github.com/raspberrypi/tools
 export PATH=~/Tmp/tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin:$PATH
 arm-bcm2708hardfp-linux-gnueabi-gcc a.c
 scp a.out  pi@192.168.0.40:a.out
Personal tools