#23075 - Lord - Sat Jul 03, 2004 2:01 pm
Hi, what I'm doing is the following(using gcc):
I basically simply want to append mybinfile.bin to my Rom; Now what happens is that the data ends up somewhere arround 0x03000000 (WRam);
Now I'd like to have it in the Game Rom(0x08000000
), but I cant get that to work.
Using something like -Tdata 0x08000000 hastn given me any usable results as well, so I've come to ask here.
So, does anyone know what Flags I have to use?
Thanks in advance,
Lord.
Code: |
ld $(LDFLAGS) -o $(ROM_NAME).elf $(O_FILES) -l stdc++ -l gcc -l c -b binary mybinfile.bin |
I basically simply want to append mybinfile.bin to my Rom; Now what happens is that the data ends up somewhere arround 0x03000000 (WRam);
Now I'd like to have it in the Game Rom(0x08000000
), but I cant get that to work.
Using something like -Tdata 0x08000000 hastn given me any usable results as well, so I've come to ask here.
So, does anyone know what Flags I have to use?
Thanks in advance,
Lord.