LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Mon Jan 28 04:06:21 CET 2008
    Subject: [cvs-checkins] MODIFIED: mlite ...
    Top
    Date: 00/08/01 28:04:06

    Modified: mlite/kernel makefile
    Log:
    Changed rtosfull to use Ethernet


    Revision Changes Path
    1.12 mlite/kernel/makefile

    http://www.opencores.org/cvsweb.shtml/mlite/kernel/makefile.diff?r1=1.11&r2=1.12

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: makefile
    ===================================================================
    RCS file: /cvsroot/rhoads/mlite/kernel/makefile,v
    retrieving revision 1.11
    retrieving revision 1.12
    diff -u -b -r1.11 -r1.12
    --- makefile 2 Aug 2007 04:08:25 -0000 1.11
    +++ makefile 28 Jan 2008 03:06:20 -0000 1.12
    @@ -65,8 +65,27 @@
    @sort <test.map >test2.map
    @$(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 <test.map >test2.map
    + @$(DUMP_MIPS) --disassemble test.axf > test.lst
    +
    # Build full test application
    -rtosfull:
    +rtosuart:
    $(AS_MIPS) -o boot.o ..\tools\boot.asm
    $(GCC_MIPS) rtos.c
    $(GCC_MIPS) libc.c
    @@ -89,6 +108,33 @@
    @sort <test.map >test2.map
    @$(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 <test.map >test2.map
    + @$(DUMP_MIPS) --disassemble test.axf > test.lst
    +
    # Test the RTOS running on a PC
    testrtos:
    @$(CC_X86) /c rtos.c



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.