Go to previous topic
Go to next topic
Last Post 14 Nov 2005 12:51 PM by  peter.barada@logicpd.com
install_toolchain
 1 Replies
Author Messages
yanhua347@sohu.com
New Member
New Member
Posts:


--
14 Nov 2005 12:25 AM
    hi

    I have download LinuxBSP-22012005-1.0.2.tar.bz2 LinuxTools-1.0.2.tar.bz2
    thank you provide it.

    But after install the toolchain ,
    in the /opt/logicpd/ColdFire/m68k-linux/gcc-3.4.3-glibc-2.3.5/bin
    just has 5: m68k-linux-insight ,m68k-linux-gdbtuim68k-linux-gdb tclsh8.4 wish8.4

    so,when I make LinuxBSP,there is some problem:

    [root@localhost LinuxBSP-22012005]# make
    make -C linux-2.4.26 || exit 1
    make[1]: Entering directory `/my_linux/LinuxBSP-22012005/linux-2.4.26'
    /opt/logicpd/ColdFire/m68k-linux/gcc-3.4.3-glibc-2.3.5/bin/m68k-linux-gcc -D__KERNEL__ -I/my_linux/LinuxBSP-22012005/linux-2.4.26/include -Wall -Wstrict-prototypes -Wno-trigraphs -O1 -fno-strict-aliasing -fno-common -pipe -ffixed-a2 -mcfv4e -fno-builtin -g -ggdb -DKBUILD_BASENAME=main -c -o init/main.o init/main.cmake[1]: /opt/logicpd/ColdFire/m68k-linux/gcc-3.4.3-glibc-2.3.5/bin/m68k-linux-gcc: Command not found
    make[1]: *** [init/main.o] Error 127
    make[1]: Leaving directory `/my_linux/LinuxBSP-22012005/linux-2.4.26'
    make: *** [linux] Error 1
    [root@localhost LinuxBSP-22012005]#


    it say "m68k-linux-gcc: Command not found",so,what should I do ??
    thank you very much!!

    wateryear2004
    peter.barada@logicpd.com
    New Member
    New Member
    Posts:72


    --
    14 Nov 2005 12:51 PM
    Did the toolchain install complete w/o error? What type of Linux system are building the toolchain/BSP on?
    I can't fathom how the toolchain build failed, but then continued to build insite...
    Look in LinuxTools/*.log for the logfile to look for make errors. If it failed, please report the section from where the error occurred(including the command that caused the failure), but please, not the whole log


    ---