Teensy Loader CLI Windows .EXE

azultra

Member
I am trying to use make to output the teensy CLI loader for Windows but get an error each time. Has anyone else had this same issue?

The error I am getting can be found below.

C:\Users\Tech2\Downloads\teensy_loader_cli-2.2\teensy_loader_cli-2.2>make
rm -f teensy_loader_cli teensy_loader_cli.exe*
process_begin: CreateProcess(NULL, rm -f teensy_loader_cli teensy_loader_cli.exe*, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile:59: clean] Error 2

If anyone has a built copy of the Teensy Loader CLI version for Windows or any suggestions to get it working I am open to try anything?

-Bryan
 
You are awesome, Thank you!

To work with VS 2019 I had to change the Platform Toolset to v142 and it worked.
 
Back
Top