Skip to content

Issues building bootloader under Unix #575

@Ardenryst

Description

@Ardenryst

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions