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

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'