Arduino/teensy setup problem?

alfitaly

Member
Hi,
On Windows10 I followed the steps to set up an environment (Arduino IDE 2.04) to program a Teensy4.1.
After I finished I tried - just to see what happens - to compile the BLINK-Prg.
The compilation process stopped with this error message:

arm-none-eabi-g++: error: CreateProcess: No such file or directory
exit status 1
Compilation error: exit status 1

So, what went wrong?

Alf from Italy
 
Hi,
the message I posted is the only reply from the compiling process, there are no other messages.
As I described in my message: I set up the Arduino (2.04) environment on Windows 10, I loaded the teensy board and tried to compile the "blink" Ardiuno example - only to see whether the compiler works.. but the compiler displayed "arm-noneabi-g++: error: CreateProcess: No such file or directory" ..
any hints?
alfitaly
 
You may want to turn on "show verbose output" in File > Preferences:

pref.png

Then you will see much more information in the bottom "Output" window:

output.png

You can select all data from the output window and report it here for us to have a look at.

Paul
 
Hi,
I solved the problem re-installing Arduino (1.8.19) and following the installation guide step by step.
Now I can compile and run the blink program...
I apologize for any inconviency I maybe caused...
Alfitaly
 
Back
Top