[SOLVED] "nano.specs: No such file or directory" #4603
Replies: 1 comment
-
Posted at 2018-02-16 by @gfwilliams Did you use Looks like you may have used something else? https://stackoverflow.com/questions/26931979/gnu-arm-nano-specs-not-found Posted at 2018-02-16 by @yerpj I used
and finally run
Now if I type I don't really understand what I missed. Do you suggest to remove+reinstall the complete toolchain? Posted at 2018-02-16 by @gfwilliams It's complaining about the option The provision script checks for GCC before installing it, and in this case I guess it finds it so does nothing. Maybe ensure that it's not in your path, then run provision and it should pull a new compiler into a local folder under Espruino and temporarily set your path. It'd be a good way to check if that is the problem or not as it doesn't install anything globally. Posted at 2018-02-16 by @yerpj I had another (old) toolchain installed in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-02-16 by @yerpj
Hi guys,
I just tried to compile Espruino for Pico. Cross compilation seems OK but after a while I got:
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions