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

Subversion Repositories plasma

[/] [plasma/] [trunk/] [kernel/] [makefile] - Diff between revs 201 and 222

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

Rev 201 Rev 222
Line 35... Line 35...
        $(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
        $(GCC_MIPS) debugger.c
 
        $(LD_MIPS) -Ttext 0x10000000 -eentry -Map test.map -s -N -o test.axf \
        $(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.axf > test.lst
        @$(DUMP_MIPS) --disassemble test.axf > test.lst
        cp test.bin ..\tools
        cp test.bin ..\tools
 
 
 
rtosfull:
 
        $(AS_MIPS) -o boot.o ..\tools\boot.asm
 
        $(GCC_MIPS) rtos.c
 
        $(GCC_MIPS) libc.c
 
        $(GCC_MIPS) uart.c
 
        $(GCC_MIPS) rtos_test.c -DINCLUDE_HTML -DINCLUDE_CONSOLE
 
        $(GCC_MIPS) math.c
 
        $(GCC_MIPS) tcpip.c
 
        $(GCC_MIPS) http.c
 
        $(GCC_MIPS) netutil.c
 
        $(GCC_MIPS) filesys.c
 
        $(GCC_MIPS) -I. ..\app\html.c -DMainThread=HtmlThread
 
        $(GCC_MIPS) -I. ..\app\image.c
 
        $(GCC_MIPS) -I. ..\app\tictac.c
 
        $(GCC_MIPS) -I. ..\app\tic3d.c
 
        $(GCC_MIPS) -I. ..\app\connect4.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 tcpip.o \
 
        http.o netutil.o filesys.o html.o image.o tictac.o tic3d.o connect4.o
 
        ..\tools\convert_bin
 
        @sort test2.map
 
        @$(DUMP_MIPS) --disassemble test.axf > test.lst
 
        cp test.bin ..\tools
 
 
clean:
clean:
        -del *.o *.obj *.exe *.map *.lst *.hex *.txt
        -$(RM) *.o *.obj *.exe *.map *.lst *.hex *.txt *.bin
 
 
# Run a MIPS opcode simulator
# Run a MIPS opcode simulator
run:
run:
        @..\tools\mlite test.bin
        @..\tools\mlite test.bin
 
 

powered by: WebSVN 2.1.0

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