OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [sw/] [cbasic/] [Makefile] - Diff between revs 25 and 33

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 25 Rev 33
Line 53... Line 53...
        $(OR32_TOOL_PREFIX)-gcc -nostdlib -T ../support/orp.ld $? -o $@.or32 $(common)
        $(OR32_TOOL_PREFIX)-gcc -nostdlib -T ../support/orp.ld $? -o $@.or32 $(common)
        $(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin
        $(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin
        ../utils/bin2hex $@.bin > $@.hex
        ../utils/bin2hex $@.bin > $@.hex
 
 
cbasic-O0.o: cbasic.c
cbasic-O0.o: cbasic.c
        $(OR32_TOOL_PREFIX)-gcc -O0 $? -c -o $@
        $(OR32_TOOL_PREFIX)-gcc -mhard-mul -O0 $? -c -o $@
 
 
cbasic-O2.o: cbasic.c
cbasic-O2.o: cbasic.c
        $(OR32_TOOL_PREFIX)-gcc -O2 $? -c -o $@
        $(OR32_TOOL_PREFIX)-gcc -mhard-mul -O2 $? -c -o $@
 
 
clean:
clean:
        rm -f *.o *.or32 *.log *.bin *.srec *.hex *.log stdout.txt
        rm -f *.o *.or32 *.log *.bin *.srec *.hex *.log stdout.txt

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.