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: Sun Sep 17 02:58:03 CEST 2006
    Subject: [cvs-checkins] MODIFIED: mlite ...
    Top
    Date: 00/06/09 17:02:58

    Modified: mlite/tools makefile
    Log:
    Added targets bootldr_little_endian and run_little_endian


    Revision Changes Path
    1.12 mlite/tools/makefile

    http://www.opencores.org/cvsweb.shtml/mlite/tools/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/tools/makefile,v
    retrieving revision 1.11
    retrieving revision 1.12
    diff -u -b -r1.11 -r1.12
    --- makefile 6 Mar 2006 01:59:54 -0000 1.11
    +++ makefile 17 Sep 2006 00:58:03 -0000 1.12
    @@ -21,6 +21,9 @@
    convert_bin.exe: convert.c
    @$(CC_X86) -o convert_bin.exe convert.c

    +convert_le.exe: convert.c
    + @$(CC_X86) -DLITTLE_ENDIAN -o convert_le.exe convert.c
    +
    mlite.exe: mlite.c
    @$(CC_X86) -o mlite.exe mlite.c -DWIN32

    @@ -105,10 +108,23 @@
    convert_bin
    copy code.txt ..\vhdl

    +bootldr_little_endian: all convert_le.exe
    + $(AS_MIPS) -EL -o boot.o boot.asm
    + $(GCC_MIPS) -EL bootldr.c
    + $(GCC_MIPS) -EL no_os.c
    + $(LD_MIPS) -EL -Ttext 0 -eentry -Map test.map -s -N -o test.exe \
    + boot.o bootldr.o no_os.o
    + @$(DUMP_MIPS) --disassemble test.exe > test.lst
    + convert_le
    + copy code.txt ..\vhdl
    +
    # Run a MIPS opcode simulator
    run: mlite.exe
    @mlite test.bin

    +run_little_endian: mlite.exe
    + @mlite test.bin L
    +
    disassemble:
    - at mlite test.bin BD > test.txt




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