Menu

Welcome to Help

Help
Guru
2010-12-08
2013-05-28
  • Guru

    Guru - 2010-12-08

    Welcome to Help

     
  • Anonymous

    Anonymous - 2012-06-03

    What do I do incorrectly?

    > create netX ARM GCC Toolchain, arm-none-eabi-gcc-4.7.0 over build.sh

    1. download

    2. cimpile

    2a. extract and prepare the downloaded sources
    sklimkin@sklimkin-desktop:~/netx-arm-elf-gc$ sh build.sh extract
    ==================================
    Building Linux i386 cross compiler
    ==================================

    2b. Compile extracted sources
    sklimkin@sklimkin-desktop:~/netx-arm-elf-gc$ sh build.sh compile
    … … …
    Making all in po
    … … …
    sklimkin@sklimkin-desktop:~/netx-arm-elf-gc$


    SNK comments:

    compilation stop on binutils-2.22:
    yyscript.Tpo (yyscript.o: yyscript.c) not compiled to yyscript.Po

    /home/sklimkin/netx-arm-elf-gc/build/binutils-2.22/gold/yyscript.c
    main() { return 0; }

    /home/sklimkin/netx-arm-elf-gc/build/binutils-2.22/gold/yyscript.h
    empty file

    yyscript.* - is missing in all files of /home/sklimkin/netx-arm-elf-gc/build/binutils-2.22/gold/po

    After instsll PWL & PPL packages & retry compile:
    sklimkin@sklimkin-desktop:~/netx-arm-elf-gc$ sh build.sh compile
    … … …
    sklimkin@sklimkin-desktop:~/netx-arm-elf-gc$


    SNK comments:

    compilation stop on binutils-2.22:
    libiberty.a -> libiberty.o

    SNK

     

Log in to post a comment.