URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
25 |
julius |
include ../support/Makefile.inc
|
2 |
|
|
all: except-nocache except-icdc
|
3 |
|
|
|
4 |
|
|
except-nocache: except_test_s.o except_test.o
|
5 |
52 |
julius |
$(OR32_TOOL_PREFIX)-gcc -Wall -g $(GCC_OPT) $(GCC_LIB_OPTS) -mhard-div -T../support/orp.ld -o $@.or32 ../support/reset-nocache.o except_test_s.o except_test.o ../support/libsupport.a
|
6 |
25 |
julius |
$(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin
|
7 |
45 |
julius |
../utils/bin2hex $@.bin 1 -size_word > $@$(FLASH_MEM_HEX_FILE_SUFFIX).hex
|
8 |
|
|
../utils/bin2vmem $@.bin > $@.vmem
|
9 |
25 |
julius |
|
10 |
45 |
julius |
|
11 |
25 |
julius |
except-icdc: except_test_s.o except_test.o
|
12 |
52 |
julius |
$(OR32_TOOL_PREFIX)-gcc -Wall -g $(GCC_OPT) $(GCC_LIB_OPTS) -mhard-div -T../support/orp.ld -o $@.or32 ../support/reset-icdc.o except_test_s.o except_test.o ../support/libsupport.a
|
13 |
25 |
julius |
$(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin
|
14 |
45 |
julius |
../utils/bin2hex $@.bin 1 -size_word > $@$(FLASH_MEM_HEX_FILE_SUFFIX).hex
|
15 |
|
|
../utils/bin2vmem $@.bin > $@.vmem
|
16 |
25 |
julius |
|
17 |
45 |
julius |
|
18 |
25 |
julius |
except_test.o: except_test.c Makefile
|
19 |
52 |
julius |
$(OR32_TOOL_PREFIX)-gcc -I../support -g -O2 -c -o except_test.o except_test.c -Wall -g $(GCC_OPT) $(GCC_LIB_OPTS) -mhard-div
|
20 |
25 |
julius |
|
21 |
|
|
except_test_s.o: except_test_s.S Makefile
|
22 |
52 |
julius |
$(OR32_TOOL_PREFIX)-gcc -I../support -g -c -o except_test_s.o except_test_s.S -Wall -g $(GCC_OPT) $(GCC_LIB_OPTS) -mhard-div
|
23 |
25 |
julius |
|
24 |
|
|
except.o: except.S Makefile
|
25 |
52 |
julius |
$(OR32_TOOL_PREFIX)-gcc -I../support -g -c -o except.o except.S -Wall -g $(GCC_OPT) $(GCC_LIB_OPTS) -mhard-div
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.