Skip to content

Compiling fails for arduino-usbserial firmware #501

Closed as not planned
Closed as not planned
@kbastronomics

Description

@kbastronomics

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions