mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-06-18 14:25:43 -04:00
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@283 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
parent
b4ee97b4d3
commit
e252a26f9d
@ -19,9 +19,12 @@
|
||||
|
||||
Static $(TARGET_NAME)
|
||||
{
|
||||
Address 0x0200B000
|
||||
Library crt0.o
|
||||
Address 0x02200000
|
||||
# Library crt0.o
|
||||
StackSize 1024 512
|
||||
Object $(OBJS_STATIC)
|
||||
Library $(LLIBS) $(GLIBS) $(CW_LIBS)
|
||||
Object * (.wram)
|
||||
}
|
||||
|
||||
#Objects on MAIN RAM # nothing for elf2bin
|
||||
@ -33,8 +36,5 @@ Static $(TARGET_NAME)
|
||||
|
||||
Autoload MAIN
|
||||
{
|
||||
Address 0x02010000
|
||||
Object $(OBJS_STATIC)
|
||||
Library $(LLIBS) $(GLIBS) $(CW_LIBS)
|
||||
Object * (.wram)
|
||||
Address 0x02000000
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user