Hi!
Im trying to build a debian image on a sd card from here:
http://olimex.wordpress.com/2013/11/...inuxino-micro/
When I enter
make a20-olinuxino_micro CROSS_COMPILE=arm-linux-gnueabihf-
I get
/bin/bash: arm-linux-gnueabihf-gcc: command not found
I installed the package gcc-4.7-arm-linux-gnueabihf and I only get
arm-linux-gnueabihf-gcc-4.7 not arm-linux-gnueabihf-gcc
How should I fix that?
Thanks!
Miha