Skip to content

Commit

Permalink
fix(linking): link gflib/malloc.c at top of EWRAM in ld_script_modern.ld
Browse files Browse the repository at this point in the history
  • Loading branch information
sbird committed Jan 28, 2024
1 parent bcd5fc1 commit b19556d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ld_script_modern.ld
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ SECTIONS {
ewram 0x2000000 (NOLOAD) :
ALIGN(4)
{
gflib/malloc.o(ewram_data);
src/*.o(ewram_data);
gflib/*.o(ewram_data);
} > EWRAM
Expand Down

0 comments on commit b19556d

Please sign in to comment.