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

Subversion Repositories plasma

[/] [plasma/] [trunk/] [kernel/] [makefile] - Diff between revs 153 and 191

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

Rev 153 Rev 191
Line 11... Line 11...
        $(GCC_MIPS) rtos.c
        $(GCC_MIPS) rtos.c
        $(GCC_MIPS) libc.c
        $(GCC_MIPS) libc.c
        $(GCC_MIPS) uart.c
        $(GCC_MIPS) uart.c
        $(GCC_MIPS) rtos_test.c
        $(GCC_MIPS) rtos_test.c
        $(GCC_MIPS) math.c
        $(GCC_MIPS) math.c
        $(LD_MIPS) -Ttext 0x10000000 -eentry -Map test.map -s -N -o test.exe \
        $(GCC_MIPS) debugger.c
 
        $(LD_MIPS) -Ttext 0x10000000 -eentry -Map test.map -s -N -o test.axf \
                boot.o rtos.o libc.o uart.o rtos_test.o math.o
                boot.o rtos.o libc.o uart.o rtos_test.o math.o
        ..\tools\convert_bin
        ..\tools\convert_bin
        @sort test2.map
        @sort test2.map
        @$(DUMP_MIPS) --disassemble test.exe > test.lst
        @$(DUMP_MIPS) --disassemble test.axf > test.lst
 
        cp test.bin ..\tools
 
 
clean:
clean:
        -del *.o *.obj *.exe *.map *.lst *.hex *.txt
        -del *.o *.obj *.exe *.map *.lst *.hex *.txt
 
 
# Run a MIPS opcode simulator
# Run a MIPS opcode simulator

powered by: WebSVN 2.1.0

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