I used gcc-arm-none-eabi-5_4-2016q3 that was already on my machine under /usr/local Then I updated my $PATH with
gcc-arm-none-eabi-5_4-2016q3
/usr/local
$PATH
export PATH=/usr/local/gcc-arm-none-eabi-5_4-2016q3/bin:$PATH
and finally run
make clean && BOARD=PICO_R1_3 RELEASE=1 make
Now if I type source scripts/provision.sh PICO_R1_3 it just prints ARM. by calling make it then just tells me the same error with nano.specs
source scripts/provision.sh PICO_R1_3
ARM
make
nano.specs
I don't really understand what I missed. Do you suggest to remove+reinstall the complete toolchain?
@Jean-Philippe_Rey started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I used
gcc-arm-none-eabi-5_4-2016q3
that was already on my machine under/usr/local
Then I updated my
$PATH
withand finally run
Now if I type
source scripts/provision.sh PICO_R1_3
it just printsARM
. by callingmake
it then just tells me the same error withnano.specs
I don't really understand what I missed. Do you suggest to remove+reinstall the complete toolchain?