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

Subversion Repositories plasma

[/] [plasma/] [trunk/] [kernel/] [makefile] - Diff between revs 394 and 402

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

Rev 394 Rev 402
Line 150... Line 150...
        @$(DUMP_MIPS) --disassemble test.axf > test.lst
        @$(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) $(CFLAGS_X86) rtos.c
        @$(CC_X86) $(CFLAGS_X86) rtos.c
 
        @$(CC_X86) $(CFLAGS_X86) rtos_ex.c
        @$(CC_X86) $(CFLAGS_X86) libc.c
        @$(CC_X86) $(CFLAGS_X86) libc.c
        @$(CC_X86) $(CFLAGS_X86) uart.c
        @$(CC_X86) $(CFLAGS_X86) uart.c
        @$(CC_X86) $(CFLAGS_X86) rtos_test.c
        @$(CC_X86) $(CFLAGS_X86) rtos_test.c
        @$(CC_X86) $(CFLAGS_X86) math.c $(ALIASING)
        @$(CC_X86) $(CFLAGS_X86) math.c $(ALIASING)
        @$(CC_X86) $(LFLAGS_X86) -o testrtos.exe rtos.$(OBJ) libc.$(OBJ) uart.$(OBJ) rtos_test.$(OBJ) math.$(OBJ)
        @$(CC_X86) $(LFLAGS_X86) -o testrtos.exe rtos.$(OBJ) rtos_ex.$(OBJ) libc.$(OBJ) uart.$(OBJ) rtos_test.$(OBJ) math.$(OBJ)
        $(LINUX_PWD)testrtos.exe
        $(LINUX_PWD)testrtos.exe
 
 
# Test the TCP/IP protocol stack running on a PC (requires Windows)
# Test the TCP/IP protocol stack running on a PC (requires Windows)
testip:
testip:
        @$(CC_X86) $(CFLAGS_X86) tcpip.c
        @$(CC_X86) $(CFLAGS_X86) tcpip.c

powered by: WebSVN 2.1.0

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