roman
roman

Reputation: 21

Armel cross-compilation on Debian (toolchain repository problem)

I am compiling some code from armel architecture using Debian toolchain. I have found this page https://wiki.debian.org/CrossToolchains however, when I am failing to get an archive toolchain key using command from the instructions: curl http://emdebian.org/tools/debian/emdebian-toolchain-archive.key | sudo apt-key add -

Seems that repository http://emdebian.org/tools/debian is not available anymore. Does anybody knows is there any issues with is now?

Thanks in advance.

Upvotes: 2

Views: 362

Answers (1)

Shobeira
Shobeira

Reputation: 189

As it explains on the debian page, the Emdebian is not supported anymore and it is suggested to use CrossToolchains package instead.

Based on this page, you may use arm-linux-gnueabihf as it supports ARM v6 and v7 as you need.

Upvotes: 1

Related Questions