Cross Compillers / ARM / Armhf - Raspberry Pi Forums


hi,

new on raspberry thing , programming in linux dont rough me.
trying install gcc-arm-linux-gnueabi packages on raspberry pi 2 model b.
lsb_release -a command shows : raspbian / gnu/ linux 8 (jessie)
however, can not install it, says depends packages : gcc-4.9-arm-linux-gnueabi not installable

can explain me why , how can fix that?
nooby know trying....
many thanks!

you can't install gcc-arm-linux-gnueabihf on pi. package isn't supported it. pointless anyway. cross-compiling compiling software on 1 architecture another. package designed compile software on x86 (and few other) systems, can run on armhf of pi. if want compile pi use native compiler.

instructions following?


raspberrypi



Comments

Popular posts from this blog

ffmpeg h264_omx encoder - libomxcore.so missing. - Raspberry Pi Forums

'setTime' was not declared in this scope

php - Class PDO not found in laravel 5.2 -