make failing is just because you don't have the stuff installed to build for Linux - that's not an issue.
But gcc-arm-none-eabi: Command not found is odd, since it should be trying to execute arm-none-eabi-gcc. Did you modify the makefile to work with the compiler you tried previously?
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.
make
failing is just because you don't have the stuff installed to build for Linux - that's not an issue.But
gcc-arm-none-eabi: Command not found
is odd, since it should be trying to executearm-none-eabi-gcc
. Did you modify the makefile to work with the compiler you tried previously?