-
Notifications
You must be signed in to change notification settings - Fork 49
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
Make GCC/MinGW builds works on Linux #42
Comments
Inspiration from here: https://github.com/utoni/mingw-w64-dpp |
@tormodvolden what recipe or command line options do you use to test build on debian? |
|
Just for reference, these are the build flags that get applied when building mingw-w64-dpp. I haven't checked that the dpp examples actually load on Windows though. make -C examples DPP_ROOT=/home/tormod/SRC/mingw-w64-dpp all |
The system event viewer says this in "application popup" message: libusb0.sys cannot find usbd.sys _USBD_CreateConfigurationRequestEx Notice the underscore. Removing "--add-underscore" fixes the problem. FIXED. |
@tormodvolden please verify |
Yes! I can confirm this works! Great! And thanks for the System Event Viewer clue. I hadn't looked in there (and I don't know if I would take notice of that extra underscore...). Now just sad that the usbdex thing complicates it all... |
@tormodvolden mentioned this: #36
Test scenario: build tools and driver on Linux (debian or fedora based), and make the output work in win10/win11
The text was updated successfully, but these errors were encountered: