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
  • 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: Thu Jan 31 20:07:14 CET 2008
    Subject: [cvs-checkins] MODIFIED: aemb ...
    Top
    Date: 00/08/01 31:20:07

    Modified: aemb/sw gccrom
    Log:
    Made code work with newlib's malloc();


    Revision Changes Path
    1.14 aemb/sw/gccrom

    http://www.opencores.org/cvsweb.shtml/aemb/sw/gccrom.diff?r1=1.13&r2=1.14

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

    Index: gccrom
    ===================================================================
    RCS file: /cvsroot/sybreon/aemb/sw/gccrom,v
    retrieving revision 1.13
    retrieving revision 1.14
    diff -u -b -r1.13 -r1.14
    --- gccrom 19 Jan 2008 16:42:54 -0000 1.13
    +++ gccrom 31 Jan 2008 19:07:14 -0000 1.14
    @@ -1,11 +1,12 @@
    #!/bin/sh
    -# $Id: gccrom,v 1.13 2008/01/19 16:42:54 sybreon Exp $
    +# $Id: gccrom,v 1.14 2008/01/31 19:07:14 sybreon Exp $

    # Compile using C++ pre-processor
    -mb-g++ -g -Wl,-defsym -Wl,_HEAP_SIZE=0x800 -mxl-soft-div -msoft-float -mxl-barrel-shift -mno-xl-soft-mul -mno-clearbss $@ -o rom.elf -lc_m_bs -lm_m_bs && \
    +mb-gcc -g -Wl,-defsym -Wl,_STACK_SIZE=0x800 -Wl,-defsym -Wl,_HEAP_SIZE=0x400 -mxl-soft-div -msoft-float -mxl-barrel-shift -mno-xl-soft-mul $@ -o rom.elf -lc_m_bs -lm_m_bs && \
    +#mb-gcc -g -mxl-soft-div -msoft-float -mxl-barrel-shift -mno-xl-soft-mul $@ -o rom.elf -lc_m_bs -lm_m_bs && \

    # Create a text listing of the compiled code
    -mb-objdump -DSC rom.elf > rom.dump && \
    +mb-objdump -DSCz rom.elf > rom.dump && \

    # Convert the ELF file to an SREC file
    mb-objcopy -O srec rom.elf rom.srec && \
    @@ -20,6 +21,9 @@
    echo "ROM generated"

    # $Log: gccrom,v $
    +# Revision 1.14 2008/01/31 19:07:14 sybreon
    +# Made code work with newlib's malloc();
    +#
    # Revision 1.13 2008/01/19 16:42:54 sybreon
    # Uses multiplier + barrel shifter as default.
    #



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