Go to previous topic
Go to next topic
Last Post 23 Apr 2008 09:52 AM by  ssaban
Configure toolchain error MCF5475EVB
 0 Replies
Author Messages
ssaban
New Member
New Member
Posts:


--
23 Apr 2008 09:52 AM
    Hi,

    I have downloaded the Linux BSP and installed as per instructions. When building the toolchain I get the following error in the build log:

    Configuring in gcc
    configure: creating cache ./config.cache
    checking build system type... i686-host_pc-linux-gnu
    checking host system type... i686-host_pc-linux-gnu
    checking target system type... m68k-unknown-linux-gnu
    checking LIBRARY_PATH variable... contains current directory
    configure: error:
    *** LIBRARY_PATH shouldn't contain the current directory when
    *** building gcc. Please change the environment variable
    *** and run configure again.
    make[1]: *** [configure-gcc] Error 1
    make[1]: Leaving directory `/home/jwarren/projects/LPD_MCF5475/LinuxTools/crosstool/build/m68k-linux/gcc-3.4.3-glibc-2.3.5/build-gcc-core'

    What should the LIBRARY_PATH be set to and where do I set it.
    I am a Linux cross-toolchan newbie.

    Thanks
    Steve


    ---