-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
teensy_loader_cli.exe for Windows #82
Comments
it it working great for me. You just need to install gcc, make and git bash lambe@XXXXXX MINGW64 ~/work/repository/xxxxxxx/teensy_loader_cli (master) |
I would like to revisit this issue, as nobody has provided a satisfactory guide to set up Windows to allow for using the Make feature to create the teensy_loader_cli.exe I have installed cygwin64 and installed packages for make and gcc but I am still presented with errors relating to missing header files the c file expects to find:
Having some simple direction/steps to follow to complete the Make build process would be great but I have yet to find any. @Evanok you seem to have it working great for you, any chance you can elaborate on your setup and what you are using as your make interface? |
Did you check this: #55 |
i installed MSYS2 then used ucrt64 to create the exe. |
Can get it from PlatformIO. |
I downloaded the whole development kit from Microsoft and still ran into this issue. However I was able to fix it by changing For some reason my Makefile didn't work and I had to run the compilation command straight into the terminal. |
Does anyone have a file teensy_loader_cli.exe with support Teensy 4.1?
I cant use Makefile for Windows, compilation goes wrong(((
The text was updated successfully, but these errors were encountered: