# Building for the Raspberrypi # arm6 old school rpi Compiling on the rpi should be possible but compiling libc threw SIGSEVS Crosscompiling on x86_64 Linux worked rustup install arm-unknown-linux-gnueabihf echo ' [target.arm-unknown-linux-gnueabihf] linker = "/home/teknopaul/github_workspace/raspberrypi-tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-gcc" ' >> ~/.cargo/config cargo build --release --target=arm-unknown-linux-gnueabihf