source: Documentation/ReferenceDesigns/InterruptRef_xps_8_2/__xps/testapp_memory_compiler.opt

Last change on this file was 485, checked in by chunter, 17 years ago

Interrupt reference design demonstrates the correct way to initialize and configure interrupts with the interrupt controller.

File size: 816 bytes
Line 
1ppc405_0
2TESTAPP_MEMORY_SOURCES = TestApp_Memory/src/TestApp_Memory.c
3TESTAPP_MEMORY_HEADERS =
4TESTAPP_MEMORY_CC = powerpc-eabi-gcc
5TESTAPP_MEMORY_CC_SIZE = powerpc-eabi-size
6TESTAPP_MEMORY_CC_OPT = -O2
7TESTAPP_MEMORY_CFLAGS =
8TESTAPP_MEMORY_CC_SEARCH = # -B
9TESTAPP_MEMORY_LIBPATH = -L./ppc405_0/lib/ # -L
10TESTAPP_MEMORY_INCLUDES = -I./ppc405_0/include/ # -I
11TESTAPP_MEMORY_LFLAGS = # -l
12TESTAPP_MEMORY_LINKER_SCRIPT = TestApp_Memory/src/TestApp_Memory_LinkScr.ld
13TESTAPP_MEMORY_CC_DEBUG_FLAG =  -g
14TESTAPP_MEMORY_CC_PROFILE_FLAG = # -pg
15TESTAPP_MEMORY_CC_GLOBPTR_FLAG= # -msdata=eabi
16TESTAPP_MEMORY_CC_START_ADDR_FLAG=  #  # -Wl,-defsym -Wl,_START_ADDR=
17TESTAPP_MEMORY_CC_STACK_SIZE_FLAG=  #  # -Wl,-defsym -Wl,_STACK_SIZE=
18TESTAPP_MEMORY_CC_HEAP_SIZE_FLAG=  #  # -Wl,-defsym -Wl,_HEAP_SIZE=
Note: See TracBrowser for help on using the repository browser.