-
-
Notifications
You must be signed in to change notification settings - Fork 114
.a linkage for libraries via library.properties #10
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
Comments
@NicoHood I've started working on it. To test it, I downloaded your latest commit from https://github.com/NicoHood/HID/tree/dev_2_4 but when I try to compile example NKROKeyboard it fails with https://gist.github.com/ffissore/aee6fbaf1a6b9599fdf8 Also, can you please rename |
I havent recompiled the examples again after the raw HID testing. The nkro example should compile with this branch: If not try to compile another example. I can test this the next day again and see if all examples work with my IDE. But as said you can use the PR build to test. Renaming to edit: |
Compiling another examples leads to the same error message. I'm not c++ expert but I guess you're redefining an already defined type HIDDescDescriptor (found in avr core USBCore.h file) |
Done. Tomorrow I'll update the IDE |
Thanks so much!!! I'll test it when I am back home. I cannot find |
Alright thanks. :) Compilation works as expected. Will do a real test this evening. Thanks again :):):) |
It would be really nice if you could include this fix to the arduino-builder:
arduino/Arduino#3697
Otherwise the widely used HID-Project will not work with newer Arduino versions.
I tried to look at the source code, but there is not a single comment. I have got a bare overview but I have no idea where to start.
I downloaded the source and started the testfiles etc. It compiled but I still have no Idea how to add a library for my testcase, or how to move the arduino builder into the arduino IDE itself once its compiled. The arduino IDE script just downloads the betas of this builder and not a self compiled file.
Sorry but I am lost. I'd really like to help and fix this issue myself but I have to wave my white flag here. Please add this mostly simple feature so I can continue working on the library and test newer IDE versions as well. Right now I am forced to use an outdated self compiled IDE with my .alinkage patch applied.
The text was updated successfully, but these errors were encountered: