Skip to content

Commit

Permalink
Don't set a NULL program header (#32)
Browse files Browse the repository at this point in the history
objcopy cannot modify elf files with a NULL program header
  • Loading branch information
amstrnad authored Apr 30, 2020
1 parent 36d3210 commit dba2bbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PHDRS
{
flash PT_LOAD;
ram_init PT_LOAD;
ram PT_NULL;
ram PT_LOAD;
}

SECTIONS
Expand Down

0 comments on commit dba2bbe

Please sign in to comment.