How do you set the load address of the elf I build?
I need it to be out of the way so that I can load and run other elfs.
load address
You need to specify the address using a linker script, or by passing the address through to ld using the -Ttext option in your makefiles EE_LDFLAGS.
See the ps2link makefile in cvs for an example of this:
http://cvs.ps2dev.org/ps2link/ee/Makefile
See the ps2link makefile in cvs for an example of this:
http://cvs.ps2dev.org/ps2link/ee/Makefile
--( someone stole my sig! )--