-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
The Makefile responsible for building optiboot uses quotes around the avr-objdump command (line 121). This causes issues when the path contains an~, the alias for the user home folder on Unix systems. Not sure why this part is put in quotes, since the other commands for copy and size are not. The original Makefile of the optiboot project has the line $(call fixpath,$(GCCROOT)avr-objdump) here instead, but this doesn't work either (though the resulting error is different).
Propably this special treatment may have something to do with Windows? Unfortunately I cannot test that for lack of such a system.
Metadata
Metadata
Assignees
Labels
No labels