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

Subversion Repositories plasma

[/] [plasma/] [trunk/] [kernel/] [makefile] - Diff between revs 251 and 297

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

Rev 251 Rev 297
Line 63... Line 63...
        http.o netutil.o filesys.o
        http.o netutil.o filesys.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
 
 
 
rtos_tcpip_eth:
 
        $(AS_MIPS) -o boot.o ..\tools\boot.asm
 
        $(GCC_MIPS) rtos.c
 
        $(GCC_MIPS) libc.c
 
        $(GCC_MIPS) uart.c -DNO_PACKETS
 
        $(GCC_MIPS) rtos_test.c -DINCLUDE_ETH -DINCLUDE_CONSOLE
 
        $(GCC_MIPS) math.c
 
        $(GCC_MIPS) tcpip.c
 
        $(GCC_MIPS) http.c -DINCLUDE_FILESYS -DEXAMPLE_HTML
 
        $(GCC_MIPS) netutil.c
 
        $(GCC_MIPS) filesys.c
 
        $(GCC_MIPS) ethernet.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 ethernet.o
 
        ..\tools\convert_bin
 
        @sort test2.map
 
        @$(DUMP_MIPS) --disassemble test.axf > test.lst
 
 
# Build full test application
# Build full test application
rtosfull:
rtosuart:
        $(AS_MIPS) -o boot.o ..\tools\boot.asm
        $(AS_MIPS) -o boot.o ..\tools\boot.asm
        $(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 -DINCLUDE_HTML -DINCLUDE_CONSOLE
        $(GCC_MIPS) rtos_test.c -DINCLUDE_HTML -DINCLUDE_CONSOLE
Line 87... Line 106...
        http.o netutil.o filesys.o html.o image.o tictac.o tic3d.o connect4.o
        http.o netutil.o filesys.o html.o image.o tictac.o tic3d.o connect4.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
 
 
 
# Build full test application
 
rtosfull:
 
        $(AS_MIPS) -o boot.o ..\tools\boot.asm
 
        $(GCC_MIPS) rtos.c
 
        $(GCC_MIPS) libc.c
 
        $(GCC_MIPS) uart.c -DNO_PACKETS
 
        $(GCC_MIPS) rtos_test.c -DINCLUDE_ETH -DINCLUDE_CONSOLE
 
        $(GCC_MIPS) math.c
 
        $(GCC_MIPS) tcpip.c
 
        $(GCC_MIPS) http.c -DINCLUDE_FILESYS
 
        $(GCC_MIPS) netutil.c
 
        $(GCC_MIPS) filesys.c
 
        $(GCC_MIPS) ethernet.c
 
        $(GCC_MIPS) flash.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 ethernet.o flash.o \
 
        html.o image.o tictac.o tic3d.o connect4.o
 
        ..\tools\convert_bin
 
        @sort test2.map
 
        @$(DUMP_MIPS) --disassemble test.axf > test.lst
 
 
# Test the RTOS running on a PC
# Test the RTOS running on a PC
testrtos:
testrtos:
        @$(CC_X86) /c rtos.c
        @$(CC_X86) /c rtos.c
        @$(CC_X86) /c libc.c
        @$(CC_X86) /c libc.c
        @$(CC_X86) /c uart.c
        @$(CC_X86) /c uart.c

powered by: WebSVN 2.1.0

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