mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -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)
|
Static $(TARGET_NAME)
|
||||||
{
|
{
|
||||||
Address 0x0200B000
|
Address 0x02200000
|
||||||
Library crt0.o
|
# Library crt0.o
|
||||||
StackSize 1024 512
|
StackSize 1024 512
|
||||||
|
Object $(OBJS_STATIC)
|
||||||
|
Library $(LLIBS) $(GLIBS) $(CW_LIBS)
|
||||||
|
Object * (.wram)
|
||||||
}
|
}
|
||||||
|
|
||||||
#Objects on MAIN RAM # nothing for elf2bin
|
#Objects on MAIN RAM # nothing for elf2bin
|
||||||
@ -33,8 +36,5 @@ Static $(TARGET_NAME)
|
|||||||
|
|
||||||
Autoload MAIN
|
Autoload MAIN
|
||||||
{
|
{
|
||||||
Address 0x02010000
|
Address 0x02000000
|
||||||
Object $(OBJS_STATIC)
|
|
||||||
Library $(LLIBS) $(GLIBS) $(CW_LIBS)
|
|
||||||
Object * (.wram)
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user