#Cross compile problem

1 messages · Page 1 of 1 (latest)

river spoke
#

I'm trying to cross compile program from linux x86_64 to arm-unknown-linux-musleabihf and i get this error

south viper
#

did you install the correct linker for the ARM format?

river spoke
#

using rustup target add

river spoke
south viper
#

what distro are you using?

river spoke
#

fedora

#

so i should install it just using packet manager

south viper
#

yea. now only problem is figuring out how the package is called

wild terrace
#

try this dnf search arm | grep ld

feral hollow
#

As someone who has used Fedora in the past, it does not include cross-compiling toolkits in the package repository

river spoke
feral hollow
#

If you want something on your host system, build it with crosstool-ng or install something from toolchains.bootlin.com