#---------------------------------------------------------------------------- # Project: TwlSDK - include # File: ARM7-TS.lsf # # Copyright 2003-2008 Nintendo. All rights reserved. # # These coded insructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo # Company Ltd., and are protected by Federal copyright law. They may # not be disclosed to third parties or copied or duplicated in any form, # in whole or in part, without the prior written consent of Nintendo. # # $Date:: 2008-09-18#$ # $Rev: 8573 $ # $Author: okubata_ryoma $ #---------------------------------------------------------------------------- # # Nitro LCF SPEC FILE # Static $(TARGET_NAME) { Address 0x02380000 Library crt0.HYB.TWL.o Object $(OBJDIR)/initScfg.o StackSize 1024 512 } #Objects on MAIN RAM # nothing for elf2bin #Autoload MAIN #{ # Address 0x027e0000 # Library #} Autoload WRAM { Address 0x037f8000 Object $(OBJS_STATIC) Library $(LLIBS) $(GLIBS) $(CC_LIBS) Object * (.etable) Object * (.wram) } Ltdautoload LTDWRAM { Address 0x03000000 Object * (.ltdwram) Library libi2c_sp$(LIBSUFFIX).a \ libcamera_sp$(LIBSUFFIX).a } Ltdautoload LTDMAIN { Address 0x02f88000 Object * (.ltdmain) }