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: Kory Schoenfliess<kmschoen@n...>
    Date: Sun Aug 21 18:27:34 CEST 2005
    Subject: [openrisc] Problem when building or1ksim
    Top
    Hello,

    I have been trying to install the GNU toolchain for a few days now on a
    Solaris machine... when I get to the point where Iwant to install
    or1ksim, I enter the following commands in BASH:

    cd or1ksim
    date > ../build_or1ksim.txt 2>&1
    uname -a >> ../build_or1ksim.txt 2>&1
    ../or1ksim/configure --target=or32-uclinux --prefix=$INSTALL_PREFIX >>
    ../build_or1ksim.txt 2>&1
    nice make all install >> ../build_or1ksim.txt 2>&1


    The variable INSTALL_PREFIX is properly setup. However, part of the
    build_or1ksim.txt includes the following:

    make[1]: Entering directory `/local2/muse/users/kmschoen/or1k/or1ksim'
    Making all in cpu
    make[2]: Entering directory `/local2/muse/users/kmschoen/or1k/or1ksim/cpu'
    Making all in common
    make[3]: Entering directory
    `/local2/muse/users/kmschoen/or1k/or1ksim/cpu/common'
    cd ../../../or1ksim && \
    /bin/bash /local2/muse/users/kmschoen/or1k/or1ksim/missing --run
    automake-1.6 --gnu cpu/common/Makefile
    configure.in:222: invalid unused variable name: `LOCAL_LDFLAGS'
    WARNING: `automake-1.6' is needed, and you do not seem to have it handy
    on your
    system. You might have modified some files without having the
    proper tools for further handling them. Check the `README' file,
    it often tells you about the needed prerequirements for installing
    this package. You may also peek at any GNU archive site, in case
    some other package would contain this missing `automake-1.6'
    program.
    make[3]: *** [../../../or1ksim/cpu/common/Makefile.in] Error 1


    Now, my guess of what is going on here is automake runs (I do have
    version 1.6 installed), but outputs the "configure.in:222: invalid
    unused variable name: `LOCAL_LDFLAGS'" error, which make the 'missing'
    script think that the execution failed at which point it tries to run
    the emulation commands. I did double check this by running automake-1.6
    myself, and it does indeed produce the above error.

    Has anyone seen this? Any help would be greatly appreciated. Let me know
    if you need more information.

    Kory Schoenfliess.

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