Replies: 1 comment
-
I solved it, I renamed the "HID" folder in the libraries folder to "HID-Project" and compiling is OK. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
I want to create a gamepad with an arduino uno r3 with hoodloader2.0.5, everything went fine until I tried to compile the example gamepad.ino example from the library.
I didn't modify the sketch, I tried "Hoodloader Uno" and "Hoodloader 16u2" as board in the IDE (version 1.8.10), no way,
same error.
I tried uploading another sketch (which just tests a digital input), no problem. But with the gamepad.ino,
the error "avr-g++: error: CreateProcess: No such file or directory" remains, I have no idea why it didn't find
the file or directory, the library is found by the IDE and examples appears in the menu.
I attached the error message in this post (in a zip file, because its size is 9 mb !)
Thanks for your help !
error message.zip
(I am on Windows 10 x64)
Beta Was this translation helpful? Give feedback.
All reactions