Electrics-Eagles / PiElectricsEagles-dev

http://www.eeagles.net
MIT License
6 stars 0 forks source link

build failed with cross compile #25

Closed misha-dig closed 3 years ago

misha-dig commented 3 years ago

You need add file 'config' and write in .cargo path from HOME directory: Enter command in ternimal:

  1. sudo -s nano ~/.cargo/config
  2. Write via nano editor [target.arm-unknown-linux-gnueabihf] linker = "arm-linux-gnueabihf-gcc"
  3. Save and exit
azaslavskis commented 3 years ago

fixed using cross