Closed azaslavskis closed 3 years ago
cargo deb --target=arm-unknown-linux-gnueabihf
Builds Deb
Will be postpone to better times
sudo -s nano ~/.cargo/config Write via nano editor [target.arm-unknown-linux-gnueabihf] linker = "arm-linux-gnueabihf-gcc" Save and exitsudo -s nano ~/.cargo/config Write via nano editor [target.arm-unknown-linux-gnueabihf] linker = "arm-linux-gnueabihf-gcc" Save and exit
cross is our savior
Well It will be good to make small tool that will compare verisons and build the code for different target
Build now using command : cargo build --target=arm-unknown-linux-gnueabihf