Skip to content
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

Compiling fails for arduino-usbserial #501

Open
kbastronomics opened this issue Oct 3, 2022 · 2 comments
Open

Compiling fails for arduino-usbserial #501

kbastronomics opened this issue Oct 3, 2022 · 2 comments

Comments

@kbastronomics
Copy link

kbastronomics commented Oct 3, 2022

Hi,
I searched for any issue with this before creating this issue and did not find any.
I am in need to use a custom PID/VID plus Product and Manufacture strings.

This issue compiling is happening ever with original unchanged source for arduino-usbserial.
I copied arduino-usbserial to the lufa/Projects as directed and did a make clean;make and everything compiles until it hits arduino-usbserial. then it dies.

I checked paths and things are there, this is likely a simple issue but I'm at a loss

I did remove arduino-usbserial and LUFA compiles without error. this only happens when adding arduino-usbserial to the Project directory.

This is the last part of the compile before it fails.
is the issue with the latest LUFA?

make[1]: Entering directory '/home/sandra/Arduino/lufa/Projects'
make[2]: Entering directory '/home/sandra/Arduino/lufa/Projects/arduino-usbserial'
../../LUFA/makefile:38: Build/DMBS/DMBS/doxygen.mk: No such file or directory
make[2]: *** No rule to make target 'Build/DMBS/DMBS/doxygen.mk'.  Stop.
make[2]: Leaving directory '/home/sandra/Arduino/lufa/Projects/arduino-usbserial'
make[1]: *** [makefile:33: arduino-usbserial/] Error 2
make[1]: Leaving directory '/home/sandra/Arduino/lufa/Projects'


sandra@linuxmint:~/Arduino/lufa/Projects/arduino-usbserial$ cd ../../LUFA/Build/DMBS/DMBS/
sandra@linuxmint:~/Arduino/lufa/LUFA/Build/DMBS/DMBS$ ls -la | grep dox*.mk
-rw-rw-r-- 1 sandra sandra  2316 Oct  2 22:57 doxygen.mk
@hwjalapeno
Copy link

Hey Man, We are facing the same issue for a while, did you get it working by any chance? Could you modify the VID/PID ?

@kbastronomics
Copy link
Author

no, never got it to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants