Skip to content

Commit

Permalink
Fix weird error in symbol injection pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane-D committed Dec 12, 2024
1 parent f2b5e85 commit 8e2e291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.gen
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ padROM: $(OUT)/rom.bin
$(SIZEBND) $(OUT)/rom.bin -sizealign 131072 -checksum

injectSymbolsInROM: $(OUT)/rom.bin $(OUT)/rom.out $(OUT)/symbol.txt
$(CONVSYM) $(OUT)/symbol.txt $(OUT)/rom.bin -in txt -inopt "/fmt='%X %*[TtBbCcDd] %511s' /offsetFirst+" -range 0 FFFFFF -a -ref @MDDBG__SymbolDataPtr
$(CONVSYM) $(OUT)/symbol.txt $(OUT)/rom.bin -in txt -inopt " /fmt='%X %*[TtBbCcDd] %511s' /offsetFirst+" -range 0 FFFFFF -a -ref @MDDBG__SymbolDataPtr

$(OUT)/rom.bin: $(OUT)/rom.out $(OUT)/symbol.txt
$(OBJCPY) -O binary $(OUT)/rom.out $(OUT)/rom.bin
Expand Down

0 comments on commit 8e2e291

Please sign in to comment.