-
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.c:373:10: fatal error: ddk/hidsdi.h: No such file or directory #55
Comments
@thjwong I've added teensy_loader_cli as an MSYS2 package :) |
@fauxpark, please update a package for Teensy 4.0
|
@PaulStoffregen can we get a new release so packagers can update? |
I believe I tried to address a similar issue in: You can check if the patch works for you. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to compile the package in Windows 10 (64-bits) under MSYS2 and encountered the following errors:
printenv
gave me "Windows_NT" instead of "WINDOWS", so I had to change that.According to https://packages.msys2.org/package/mingw-w64-x86_64-headers
hidsdi.h is not under ddk for MSYS2, so I went to line 373 and changed that too.
Please give me a pointer to compile it under msys2 if it is possible.
Thanks!
The text was updated successfully, but these errors were encountered: