source: Documentation/ReferenceDesigns/InterruptRef_xps_8_2/__xps/interrupttester_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: 788 bytes
Line 
1ppc405_0
2INTERRUPTTESTER_SOURCES = src/interruptTester.c src/interruptTester.c
3INTERRUPTTESTER_HEADERS =
4INTERRUPTTESTER_CC = powerpc-eabi-gcc
5INTERRUPTTESTER_CC_SIZE = powerpc-eabi-size
6INTERRUPTTESTER_CC_OPT = -O2
7INTERRUPTTESTER_CFLAGS =
8INTERRUPTTESTER_CC_SEARCH = # -B
9INTERRUPTTESTER_LIBPATH = -L./ppc405_0/lib/ # -L
10INTERRUPTTESTER_INCLUDES = -I./ppc405_0/include/ # -I
11INTERRUPTTESTER_LFLAGS = # -l
12INTERRUPTTESTER_LINKER_SCRIPT =
13INTERRUPTTESTER_CC_DEBUG_FLAG =  -g
14INTERRUPTTESTER_CC_PROFILE_FLAG = # -pg
15INTERRUPTTESTER_CC_GLOBPTR_FLAG= # -msdata=eabi
16INTERRUPTTESTER_CC_START_ADDR_FLAG=  # -Wl,-defsym -Wl,_START_ADDR=
17INTERRUPTTESTER_CC_STACK_SIZE_FLAG=  # -Wl,-defsym -Wl,_STACK_SIZE=
18INTERRUPTTESTER_CC_HEAP_SIZE_FLAG=  # -Wl,-defsym -Wl,_HEAP_SIZE=
Note: See TracBrowser for help on using the repository browser.