bitcraze / lps-node-firmware

GNU Lesser General Public License v3.0
82 stars 79 forks source link

How can i update the node firmware using ubunto? #36

Closed Jarlobelledo closed 6 years ago

Jarlobelledo commented 6 years ago

I'm getting this error.

arm-none-eabi-gcc: error: nano.specs: No such file or directory make: *** [bin/lps-node-firmware.elf] Error 1

my Ubunto is 14.04, should I upgrade to 16 version?

ataffanel commented 6 years ago

If you want to be able to compile the firmware, you need the arm-embedded-gcc toolchain in your path (see https://github.com/bitcraze/lps-node-firmware#debianubuntu-linux).

This should fix the problem so I am closing the ticket, feel free to re-open if you still have problems with the compilation.