#Cross compile problem
1 messages · Page 1 of 1 (latest)
did you install the correct linker for the ARM format?
i only added target
using rustup target add
how can i install linker and what linker i should use
what distro are you using?
yea. now only problem is figuring out how the package is called
try this dnf search arm | grep ld
As someone who has used Fedora in the past, it does not include cross-compiling toolkits in the package repository
so what i should do? use copr?
If you want something on your host system, build it with crosstool-ng or install something from toolchains.bootlin.com