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 > Openrisc > Message List > Message Post

    Message

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

    From: sjs92@c...<sjs92@c...>
    Date: Tue Dec 23 15:45:26 CET 2003
    Subject: [openrisc] How to use the "printf" function in orp_soc platform?
    Top
    when we try to install g++ in simulator, it meet an error.

    the original configure is as follows:
    ./gcc-3.1/configure --target=or32-uclinux --prefix=/opt/or32-uclinux \
    --local-prefix=/opt/or32-uclinux/or32-uclinux --with-gnu-as \
    --with-gnu-ld --verbose --enable-languages=c

    And we change another configuration:
    ./gcc-3.1/configure --target=or32-uclinux --prefix=/opt/or32-uclinux \
    --local-prefix=/opt/or32-uclinux/or32-uclinux --with-gnu-as \
    --with-gnu-ld --verbose --enable-languages=c,c++

    the error message is as follows:
    make[1]: Leaving directory `/root/or1k/b-gcc/gcc'
    Configuring in or32-uclinux/libstdc++-v3
    configure: error: --local-prefix=/opt/or32-uclinux/or32-uclinux: invalid
    option; use --help to show usage
    make: *** [configure-target-libstdc++-v3] Error 1

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