Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gcc build issues again in Ubuntu 13.10 #60

Open
Shokman opened this issue Mar 12, 2014 · 6 comments
Open

Gcc build issues again in Ubuntu 13.10 #60

Shokman opened this issue Mar 12, 2014 · 6 comments

Comments

@Shokman
Copy link

Shokman commented Mar 12, 2014

I have the following error log when I execute ./summon-arm-toolchain. I've tried with different versions of gcc using update-alternatives without success. I also checked thoroughly dependencies and old issues (or I made my best effort at least). This is the third time I install this toolchain in the last two years in different computers and as far I remember this has never happened to me before.

Impossible to point out where the error take place in the text below. It is here

../../gcc-linaro-4.7-2013.01/gcc/doc/cppopts.texi:806: @itemx must follow @item 
make[2]: *** [doc/cpp.info] Error 1

I'm using Ubuntu 13.10 64 bits. Kernel 3.11.0-18, gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)

I also tried with:
gcc version 4.6.4 (Ubuntu/Linaro 4.6.4-3ubuntu1)
gcc version 4.4.7 (Ubuntu/Linaro 4.4.7-2ubuntu2)

Any suggestions?

Makefile output:

make[2]: Entering directory `/home/shokman/workspace/stellaris/summon-arm-toolchain/build/gcc'
TARGET_CPU_DEFAULT="" \
    HEADERS="auto-host.h ansidecl.h" DEFINES="" \
    /bin/bash ../../gcc-linaro-4.7-2013.01/gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="TARGET_CPU_generic" \
    HEADERS="options.h insn-constants.h config/dbxelf.h config/elfos.h config/arm/unknown-elf.h config/arm/elf.h config/arm/bpabi.h config/newlib-stdint.h config/arm/aout.h config/arm/arm.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3" \
    /bin/bash ../../gcc-linaro-4.7-2013.01/gcc/mkconfig.sh tm.h
gawk -f ../../gcc-linaro-4.7-2013.01/gcc/opt-gather.awk ../../gcc-linaro-4.7-2013.01/gcc/ada/gcc-interface/lang.opt ../../gcc-linaro-4.7-2013.01/gcc/fortran/lang.opt ../../gcc-linaro-4.7-2013.01/gcc/go/lang.opt ../../gcc-linaro-4.7-2013.01/gcc/java/lang.opt ../../gcc-linaro-4.7-2013.01/gcc/lto/lang.opt ../../gcc-linaro-4.7-2013.01/gcc/c-family/c.opt ../../gcc-linaro-4.7-2013.01/gcc/common.opt ../../gcc-linaro-4.7-2013.01/gcc/config/arm/arm-tables.opt ../../gcc-linaro-4.7-2013.01/gcc/config/arm/arm.opt > tmp-optionlist
TARGET_CPU_DEFAULT="" \
    HEADERS="auto-host.h ansidecl.h" DEFINES="" \
    /bin/bash ../../gcc-linaro-4.7-2013.01/gcc/mkconfig.sh bconfig.h
config.h is unchanged
bconfig.h is unchanged
tm.h is unchanged
/bin/bash ../../gcc-linaro-4.7-2013.01/gcc/../move-if-change tmp-gi.list gtyp-input.list
TARGET_CPU_DEFAULT="" \
    HEADERS="config/arm/arm-protos.h tm-preds.h" DEFINES="" \
    /bin/bash ../../gcc-linaro-4.7-2013.01/gcc/mkconfig.sh tm_p.h
rm -f tmp-all-tree.def
echo timestamp > s-gtyp-input
tm_p.h is unchanged
echo '#include "tree.def"' > tmp-all-tree.def
if test yes = yes \
       || test -n ""; then \
      /bin/bash ../../gcc-linaro-4.7-2013.01/gcc/genmultilib \
        "marm/mthumb mcpu=arm7tdmi-s/mcpu=cortex-m0/mcpu=cortex-m3/mcpu=cortex-m4 mfloat-abi=hard mfpu=fpv4-sp-d16" \
        "arm thumb arm7tdmi-s cortex-m0 cortex-m3 cortex-m4 float-abi-hard fpuv4-sp-d16" \
        "" \
        "marm* mthumb mcpu=arm7tdmi-s* mcpu=cortex-m0* mcpu=cortex-m3* mcpu=cortex-m4* mfloat* mthumb/mfloat* mfpu* mthumb/mfpu* mthumb/mcpu=cortex-m4/mfloat-abi=hard mthumb/mcpu=cortex-m4/mfpu=fpv4-sp-d16 *arm7tdmi-s*mfloat-abi* *arm7tdmi-s*mfpu* *cortex-m3*mfloat-abi* *cortex-m3*mfpu* *cortex-m0*mfloat-abi* *cortex-m0*mfpu*" \
        "" \
        "" \
        "" \
        "" \
        "yes" \
        > tmp-mlib.h; \
    else \
      /bin/bash ../../gcc-linaro-4.7-2013.01/gcc/genmultilib '' '' '' '' '' '' '' '' no\
        > tmp-mlib.h; \
    fi
lsf="../../gcc-linaro-4.7-2013.01/gcc/cp/lang-specs.h ../../gcc-linaro-4.7-2013.01/gcc/lto/lang-specs.h"; for f in $lsf; do \
        echo "#include \"$f\""; \
    done | sed 's|../../gcc-linaro-4.7-2013.01/gcc/||' > tmp-specs.h
echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
/bin/bash ../../gcc-linaro-4.7-2013.01/gcc/../move-if-change tmp-specs.h specs.h
echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
ltf="../../gcc-linaro-4.7-2013.01/gcc/ada/gcc-interface/ada-tree.def ../../gcc-linaro-4.7-2013.01/gcc/cp/cp-tree.def ../../gcc-linaro-4.7-2013.01/gcc/java/java-tree.def ../../gcc-linaro-4.7-2013.01/gcc/objc/objc-tree.def"; for f in $ltf; do \
      echo "#include \"$f\""; \
    done | sed 's|../../gcc-linaro-4.7-2013.01/gcc/||' >> tmp-all-tree.def
TARGET_CPU_DEFAULT="" \
    HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
    /bin/bash ../../gcc-linaro-4.7-2013.01/gcc/mkconfig.sh tconfig.h
/bin/bash ../../gcc-linaro-4.7-2013.01/gcc/../move-if-change tmp-all-tree.def all-tree.def
echo timestamp > s-specs
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-linaro-4.7-2013.01/gcc/doc \
            -I ../../gcc-linaro-4.7-2013.01/gcc/doc/include -o doc/cpp.info ../../gcc-linaro-4.7-2013.01/gcc/doc/cpp.texi; \
    fi
echo timestamp > s-alltree
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-linaro-4.7-2013.01/gcc/doc \
            -I ../../gcc-linaro-4.7-2013.01/gcc/doc/include -o doc/gcc.info ../../gcc-linaro-4.7-2013.01/gcc/doc/gcc.texi; \
    fi
tconfig.h is unchanged
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-linaro-4.7-2013.01/gcc/doc \
            -I ../../gcc-linaro-4.7-2013.01/gcc/doc/include -o doc/gccint.info ../../gcc-linaro-4.7-2013.01/gcc/doc/gccint.texi; \
    fi
/bin/bash ../../gcc-linaro-4.7-2013.01/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
gcc -c   -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-linaro-4.7-2013.01/gcc -I../../gcc-linaro-4.7-2013.01/gcc/build -I../../gcc-linaro-4.7-2013.01/gcc/../include -I../../gcc-linaro-4.7-2013.01/gcc/../libcpp/include  -I../../gcc-linaro-4.7-2013.01/gcc/../libdecnumber -I../../gcc-linaro-4.7-2013.01/gcc/../libdecnumber/dpd -I../libdecnumber    \
        -o build/rtl.o ../../gcc-linaro-4.7-2013.01/gcc/rtl.c
../../gcc-linaro-4.7-2013.01/gcc/doc/cppopts.texi:806: @itemx must follow @item 
make[2]: *** [doc/cpp.info] Error 1
make[2]: *** Waiting for unfinished jobs....
/bin/bash ../../gcc-linaro-4.7-2013.01/gcc/../move-if-change tmp-mlib.h multilib.h
echo timestamp > s-mlib
../../gcc-linaro-4.7-2013.01/gcc/doc/gcc.texi:89: warning: @tex should only appear at a line beginning
../../gcc-linaro-4.7-2013.01/gcc/doc/gcc.texi:89: warning: @end should only appear at a line beginning
../../gcc-linaro-4.7-2013.01/gcc/doc/gcc.texi:91: warning: @tex should only appear at a line beginning
../../gcc-linaro-4.7-2013.01/gcc/doc/gcc.texi:91: warning: @end should only appear at a line beginning
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:5193: @itemx must follow @item
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:5341: @itemx must follow @item
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:5345: @itemx must follow @item
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:5356: @itemx must follow @item
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:5360: @itemx must follow @item
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:5405: @itemx must follow @item
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:5435: @itemx must follow @item
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:5447: @itemx must follow @item
../../gcc-linaro-4.7-2013.01/gcc/doc/cppopts.texi:806: @itemx must follow @item
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:11501: warning: command @tie does not accept arguments
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:11511: warning: command @tie does not accept arguments
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:1028: warning: node next `Overall Options' in menu `C Dialect Options' and in sectioning `Invoking G++' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:1028: warning: node up `Overall Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:1493: warning: node prev `C Dialect Options' in menu `Overall Options' and in sectioning `Invoking G++' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:1493: warning: node up `C Dialect Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:1883: warning: node up `C++ Dialect Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:2620: warning: node up `Objective-C and Objective-C++ Dialect Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:2852: warning: node up `Language Independent Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:2900: warning: node up `Warning Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:4703: warning: node up `Debugging Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:6119: warning: node up `Optimize Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:9310: warning: node up `Preprocessor Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:9348: warning: node up `Assembler Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:9371: warning: node up `Link Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:9622: warning: node up `Directory Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:9766: warning: node up `Spec Files' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:10325: warning: node up `Target Options' in menu `Option Summary' and in sectioning `Invoking GCC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:10416: warning: node next `Adapteva Epiphany Options' in menu `ARM Options' and in sectioning `AArch64 Options' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:10416: warning: node `AArch64 Options' is prev for `Adapteva Epiphany Options' in menu but not in sectioning
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:10571: warning: node next `AArch64 Options' in menu `Adapteva Epiphany Options' and in sectioning `ARM Options' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:10571: warning: node `Adapteva Epiphany Options' is prev for `AArch64 Options' in sectioning but not in menu
../../gcc-linaro-4.7-2013.01/gcc/doc/invoke.texi:10690: warning: node prev `ARM Options' in menu `Adapteva Epiphany Options' and in sectioning `AArch64 Options' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/implement-c.texi:6: warning: node next `C Implementation' in menu `C Extensions' and in sectioning `C++ Implementation' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/implement-cxx.texi:6: warning: node next `C++ Implementation' in menu `C++ Extensions' and in sectioning `C Extensions' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/implement-cxx.texi:6: warning: node prev `C++ Implementation' in menu `C Extensions' and in sectioning `C Implementation' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:8: warning: node next `C Extensions' in menu `C++ Implementation' and in sectioning `C++ Extensions' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:8: warning: node prev `C Extensions' in menu `C Implementation' and in sectioning `C++ Implementation' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:772: warning: node next `Conditionals' in menu `Long Long' and in sectioning `__int128' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:810: warning: node next `__int128' in menu `Complex' and in sectioning `Long Long' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:810: warning: node prev `__int128' in menu `Long Long' and in sectioning `Conditionals' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:821: warning: node next `Long Long' in menu `__int128' and in sectioning `Complex' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:821: warning: node prev `Long Long' in menu `Conditionals' and in sectioning `__int128' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:853: warning: node prev `Complex' in menu `__int128' and in sectioning `Long Long' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:1411: warning: node next `Zero Length' in menu `Variable Length' and in sectioning `Empty Structures' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:1509: warning: node next `Empty Structures' in menu `Variadic Macros' and in sectioning `Variable Length' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:1509: warning: node prev `Empty Structures' in menu `Variable Length' and in sectioning `Zero Length' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:1525: warning: node next `Variable Length' in menu `Empty Structures' and in sectioning `Variadic Macros' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:1525: warning: node prev `Variable Length' in menu `Zero Length' and in sectioning `Empty Structures' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:1606: warning: node prev `Variadic Macros' in menu `Empty Structures' and in sectioning `Variable Length' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:1845: warning: node next `Designated Inits' in menu `Cast to Union' and in sectioning `Case Ranges' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:1989: warning: node next `Case Ranges' in menu `Mixed Declarations' and in sectioning `Cast to Union' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:1989: warning: node prev `Case Ranges' in menu `Cast to Union' and in sectioning `Designated Inits' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:2026: warning: node next `Cast to Union' in menu `Case Ranges' and in sectioning `Mixed Declarations' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:2026: warning: node prev `Cast to Union' in menu `Designated Inits' and in sectioning `Case Ranges' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:2067: warning: node prev `Mixed Declarations' in menu `Case Ranges' and in sectioning `Cast to Union' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:10959: warning: node next `MIPS Loongson Built-in Functions' in menu `Other MIPS Built-in Functions' and in sectioning `picoChip Built-in Functions' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:11362: warning: node next `picoChip Built-in Functions' in menu `PowerPC AltiVec/VSX Built-in Functions' and in sectioning `Other MIPS Built-in Functions' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:11362: warning: node prev `picoChip Built-in Functions' in menu `Other MIPS Built-in Functions' and in sectioning `MIPS Loongson Built-in Functions' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:11398: warning: node next `Other MIPS Built-in Functions' in menu `picoChip Built-in Functions' and in sectioning `PowerPC AltiVec/VSX Built-in Functions' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:11398: warning: node prev `Other MIPS Built-in Functions' in menu `MIPS Loongson Built-in Functions' and in sectioning `picoChip Built-in Functions' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:11410: warning: node prev `PowerPC AltiVec/VSX Built-in Functions' in menu `picoChip Built-in Functions' and in sectioning `Other MIPS Built-in Functions' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/extend.texi:14870: warning: node prev `C++ Extensions' in menu `C++ Implementation' and in sectioning `C Extensions' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/trouble.texi:7: warning: node next `Trouble' in menu `Service' and in sectioning `Bugs' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/trouble.texi:7: warning: node prev `Trouble' in menu `Bug Reporting' and in sectioning `Gcov' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/trouble.texi:7: warning: node up `Trouble' in menu `Bugs' and in sectioning `Top' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/service.texi:6: warning: node prev `Service' in menu `Trouble' and in sectioning `Bugs' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/service.texi:6: warning: node up `Service' in menu `Bugs' and in sectioning `Top' differ
make[2]: *** [doc/gcc.info] Error 1
../../gcc-linaro-4.7-2013.01/gcc/doc/sourcebuild.texi:679: warning: @itemx should not begin @table
../../gcc-linaro-4.7-2013.01/gcc/doc/generic.texi:1418: @itemx must follow @item
../../gcc-linaro-4.7-2013.01/gcc/doc/generic.texi:1424: @itemx must follow @item
./tm.texi:11369: warning: @end should only appear at a line beginning
../../gcc-linaro-4.7-2013.01/gcc/doc/passes.texi:9: warning: node next `Passes' in menu `GENERIC' and in sectioning `RTL' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/rtl.texi:7: warning: node next `RTL' in menu `Control Flow' and in sectioning `GENERIC' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/rtl.texi:7: warning: node prev `RTL' in menu `Tree SSA' and in sectioning `Passes' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/generic.texi:10: warning: node prev `GENERIC' in menu `Passes' and in sectioning `RTL' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/tree-ssa.texi:10: warning: node next `Tree SSA' in menu `RTL' and in sectioning `Loop Analysis and Representation' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/loop.texi:10: warning: node next `Loop Analysis and Representation' in menu `Machine Desc' and in sectioning `Control Flow' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/loop.texi:10: warning: node prev `Loop Analysis and Representation' in menu `Control Flow' and in sectioning `Tree SSA' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/cfg.texi:11: warning: node next `Control Flow' in menu `Loop Analysis and Representation' and in sectioning `Machine Desc' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/cfg.texi:11: warning: node prev `Control Flow' in menu `RTL' and in sectioning `Loop Analysis and Representation' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/md.texi:8: warning: node prev `Machine Desc' in menu `Loop Analysis and Representation' and in sectioning `Control Flow' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/md.texi:1522: warning: node next `Modifiers' in menu `Disable Insn Alternatives' and in sectioning `Machine Constraints' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/md.texi:1631: warning: node next `Machine Constraints' in menu `Define Constraints' and in sectioning `Disable Insn Alternatives' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/md.texi:1631: warning: node prev `Machine Constraints' in menu `Disable Insn Alternatives' and in sectioning `Modifiers' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/md.texi:3811: warning: node next `Disable Insn Alternatives' in menu `Machine Constraints' and in sectioning `Define Constraints' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/md.texi:3811: warning: node prev `Disable Insn Alternatives' in menu `Modifiers' and in sectioning `Machine Constraints' differ
../../gcc-linaro-4.7-2013.01/gcc/doc/md.texi:3904: warning: node prev `Define Constraints' in menu `Machine Constraints' and in sectioning `Disable Insn Alternatives' differ
make[2]: *** [doc/gccint.info] Error 1
make[2]: Leaving directory `/home/shokman/workspace/stellaris/summon-arm-toolchain/build/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/home/shokman/workspace/stellaris/summon-arm-toolchain/build'
make: *** [all] Error 2

Config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ ../gcc-linaro-4.7-2013.01/configure --target=arm-none-eabi --prefix=/home/shokman/sat --enable-multilib --enable-languages=c,c++ --with-newlib --with-gnu-as --with-gnu-ld --disable-nls --disable-shared --disable-threads --with-headers=newlib/libc/include --disable-libssp --disable-libstdcxx-pch --disable-libmudflap --disable-libgomp --disable-werror --with-system-zlib --disable-newlib-supplied-syscalls

## --------- ##
## Platform. ##
## --------- ##

hostname = darkruby
uname -m = x86_64
uname -r = 3.11.0-18-generic
uname -s = Linux
uname -v = #32-Ubuntu SMP Tue Feb 18 21:11:14 UTC 2014

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/shokman/sat/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2237: checking build system type
configure:2251: result: x86_64-unknown-linux-gnu
configure:2298: checking host system type
configure:2311: result: x86_64-unknown-linux-gnu
configure:2331: checking target system type
configure:2344: result: arm-none-eabi
configure:2398: checking for a BSD-compatible install
configure:2466: result: /usr/bin/install -c
configure:2477: checking whether ln works
configure:2499: result: yes
configure:2503: checking whether ln -s works
configure:2507: result: yes
configure:2514: checking for a sed that does not truncate output
configure:2578: result: /bin/sed
configure:2587: checking for gawk
configure:2603: found /usr/bin/gawk
configure:2614: result: gawk
configure:3070: checking for libitm support
configure:3076: result: no
configure:3776: checking for gcc
configure:3792: found /usr/bin/gcc
configure:3803: result: gcc
configure:4032: checking for C compiler version
configure:4041: gcc --version >&5
gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4052: $? = 0
configure:4041: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1-10ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9) 
configure:4052: $? = 0
configure:4041: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4052: $? = 4
configure:4041: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4052: $? = 4
configure:4072: checking for C compiler default output file name
configure:4094: gcc    conftest.c  >&5
configure:4098: $? = 0
configure:4135: result: a.out
configure:4151: checking whether the C compiler works
configure:4160: ./a.out
configure:4164: $? = 0
configure:4179: result: yes
configure:4186: checking whether we are cross compiling
configure:4188: result: no
configure:4191: checking for suffix of executables
configure:4198: gcc -o conftest    conftest.c  >&5
configure:4202: $? = 0
configure:4224: result: 
configure:4230: checking for suffix of object files
configure:4252: gcc -c   conftest.c >&5
configure:4256: $? = 0
configure:4277: result: o
configure:4281: checking whether we are using the GNU C compiler
configure:4300: gcc -c   conftest.c >&5
configure:4300: $? = 0
configure:4309: result: yes
configure:4318: checking whether gcc accepts -g
configure:4338: gcc -c -g  conftest.c >&5
configure:4338: $? = 0
configure:4379: result: yes
configure:4396: checking for gcc option to accept ISO C89
configure:4460: gcc  -c -g -O2  conftest.c >&5
configure:4460: $? = 0
configure:4473: result: none needed
configure:4551: checking for g++
configure:4567: found /usr/bin/g++
configure:4578: result: g++
configure:4605: checking for C++ compiler version
configure:4614: g++ --version >&5
g++ (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4625: $? = 0
configure:4614: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1-10ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9) 
configure:4625: $? = 0
configure:4614: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4625: $? = 4
configure:4614: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4625: $? = 4
configure:4629: checking whether we are using the GNU C++ compiler
configure:4648: g++ -c   conftest.cpp >&5
configure:4648: $? = 0
configure:4657: result: yes
configure:4666: checking whether g++ accepts -g
configure:4686: g++ -c -g  conftest.cpp >&5
configure:4686: $? = 0
configure:4727: result: yes
configure:4816: checking for gnatbind
configure:4846: result: no
configure:4908: checking for gnatmake
configure:4938: result: no
configure:4957: checking whether compiler driver understands Ada
configure:4980: result: no
configure:4989: checking how to compare bootstrapped objects
configure:5014: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5086: checking for objdir
configure:5101: result: .libs
configure:5267: checking for the correct version of gmp.h
configure:5287: gcc -c -g -O2   conftest.c >&5
configure:5287: $? = 0
configure:5305: gcc -c -g -O2   conftest.c >&5
configure:5305: $? = 0
configure:5306: result: yes
configure:5322: checking for the correct version of mpfr.h
configure:5340: gcc -c -g -O2   conftest.c >&5
configure:5340: $? = 0
configure:5357: gcc -c -g -O2   conftest.c >&5
configure:5357: $? = 0
configure:5358: result: yes
configure:5375: checking for the correct version of mpc.h
configure:5392: gcc -c -g -O2   conftest.c >&5
configure:5392: $? = 0
configure:5408: gcc -c -g -O2   conftest.c >&5
configure:5408: $? = 0
configure:5409: result: yes
configure:5427: checking for the correct version of the gmp/mpfr/mpc libraries
configure:5458: gcc -o conftest -g -O2    conftest.c  -lmpc -lmpfr -lgmp >&5
configure:5458: $? = 0
configure:5459: result: yes
configure:5643: checking for PWL_handle_timeout in -lpwl
configure:5668: gcc -o conftest -g -O2   conftest.c -lpwl    -lstdc++ -lm >&5
/usr/bin/ld: cannot find -lpwl
collect2: error: ld returned 1 exit status
configure:5668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char PWL_handle_timeout ();
| int
| main ()
| {
| return PWL_handle_timeout ();
|   ;
|   return 0;
| }
configure:5677: result: no
configure:5691: checking for version 0.11 (revision 0 or later) of PPL
configure:5708: gcc -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:16:5: error: unknown type name 'choke'
     choke me
     ^
configure:5708: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include "ppl_c.h"
| int
| main ()
| {
| 
|     #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
|     choke me
|     #endif
| 
|   ;
|   return 0;
| }
configure:5712: result: no
configure:7026: checking for default BUILD_CONFIG
configure:7058: result: 
configure:7547: checking for bison
configure:7563: found /usr/bin/bison
configure:7574: result: bison -y
configure:7594: checking for bison
configure:7610: found /usr/bin/bison
configure:7621: result: bison
configure:7641: checking for gm4
configure:7671: result: no
configure:7641: checking for gnum4
configure:7671: result: no
configure:7641: checking for m4
configure:7657: found /usr/bin/m4
configure:7668: result: m4
configure:7688: checking for flex
configure:7704: found /usr/bin/flex
configure:7715: result: flex
configure:7736: checking for flex
configure:7752: found /usr/bin/flex
configure:7763: result: flex
configure:7783: checking for makeinfo
configure:7799: found /usr/bin/makeinfo
configure:7810: result: makeinfo
configure:7844: checking for expect
configure:7860: found /usr/bin/expect
configure:7871: result: expect
configure:7893: checking for runtest
configure:7909: found /usr/bin/runtest
configure:7920: result: runtest
configure:8038: checking for ar
configure:8054: found /usr/bin/ar
configure:8065: result: ar
configure:8179: checking for as
configure:8195: found /usr/bin/as
configure:8206: result: as
configure:8320: checking for dlltool
configure:8350: result: no
configure:8461: checking for ld
configure:8477: found /usr/bin/ld
configure:8488: result: ld
configure:8602: checking for lipo
configure:8632: result: no
configure:8743: checking for nm
configure:8759: found /usr/bin/nm
configure:8770: result: nm
configure:8884: checking for ranlib
configure:8900: found /usr/bin/ranlib
configure:8911: result: ranlib
configure:9020: checking for strip
configure:9036: found /usr/bin/strip
configure:9047: result: strip
configure:9156: checking for windres
configure:9186: result: no
configure:9297: checking for windmc
configure:9327: result: no
configure:9438: checking for objcopy
configure:9454: found /usr/bin/objcopy
configure:9465: result: objcopy
configure:9579: checking for objdump
configure:9595: found /usr/bin/objdump
configure:9606: result: objdump
configure:9720: checking for readelf
configure:9736: found /usr/bin/readelf
configure:9747: result: readelf
configure:9861: checking for arm-none-eabi-cc
configure:9891: result: no
configure:9861: checking for arm-none-eabi-gcc
configure:9891: result: no
configure:10022: checking for arm-none-eabi-c++
configure:10052: result: no
configure:10022: checking for arm-none-eabi-g++
configure:10052: result: no
configure:10022: checking for arm-none-eabi-cxx
configure:10052: result: no
configure:10022: checking for arm-none-eabi-gxx
configure:10052: result: no
configure:10183: checking for arm-none-eabi-gcc
configure:10213: result: no
configure:10339: checking for arm-none-eabi-gcj
configure:10369: result: no
configure:10500: checking for arm-none-eabi-gfortran
configure:10530: result: no
configure:10661: checking for arm-none-eabi-gccgo
configure:10691: result: no
configure:10791: checking for ar
configure:10809: found /home/shokman/sat/arm-none-eabi/bin/ar
configure:10821: result: /home/shokman/sat/arm-none-eabi/bin/ar
configure:11021: checking for as
configure:11039: found /home/shokman/sat/arm-none-eabi/bin/as
configure:11051: result: /home/shokman/sat/arm-none-eabi/bin/as
configure:11251: checking for dlltool
configure:11284: result: no
configure:11362: checking for arm-none-eabi-dlltool
configure:11392: result: no
configure:11481: checking for ld
configure:11499: found /home/shokman/sat/arm-none-eabi/bin/ld
configure:11511: result: /home/shokman/sat/arm-none-eabi/bin/ld
configure:11711: checking for lipo
configure:11744: result: no
configure:11822: checking for arm-none-eabi-lipo
configure:11852: result: no
configure:11941: checking for nm
configure:11959: found /home/shokman/sat/arm-none-eabi/bin/nm
configure:11971: result: /home/shokman/sat/arm-none-eabi/bin/nm
configure:12171: checking for objdump
configure:12189: found /home/shokman/sat/arm-none-eabi/bin/objdump
configure:12201: result: /home/shokman/sat/arm-none-eabi/bin/objdump
configure:12401: checking for ranlib
configure:12419: found /home/shokman/sat/arm-none-eabi/bin/ranlib
configure:12431: result: /home/shokman/sat/arm-none-eabi/bin/ranlib
configure:12631: checking for readelf
configure:12664: result: no
configure:12742: checking for arm-none-eabi-readelf
configure:12758: found /home/shokman/sat/bin/arm-none-eabi-readelf
configure:12769: result: arm-none-eabi-readelf
configure:12861: checking for strip
configure:12879: found /home/shokman/sat/arm-none-eabi/bin/strip
configure:12891: result: /home/shokman/sat/arm-none-eabi/bin/strip
configure:13091: checking for windres
configure:13124: result: no
configure:13202: checking for arm-none-eabi-windres
configure:13232: result: no
configure:13321: checking for windmc
configure:13354: result: no
configure:13432: checking for arm-none-eabi-windmc
configure:13462: result: no
configure:13529: checking where to find the target ar
configure:13557: result: pre-installed in /home/shokman/sat/arm-none-eabi/bin
configure:13571: checking where to find the target as
configure:13599: result: pre-installed in /home/shokman/sat/arm-none-eabi/bin
configure:13613: checking where to find the target cc
configure:13636: result: just compiled
configure:13655: checking where to find the target c++
configure:13681: result: just compiled
configure:13700: checking where to find the target c++ for libstdc++
configure:13726: result: just compiled
configure:13745: checking where to find the target dlltool
configure:13782: result: pre-installed
configure:13787: checking where to find the target gcc
configure:13810: result: just compiled
configure:13829: checking where to find the target gcj
configure:13869: result: pre-installed
configure:13874: checking where to find the target gfortran
configure:13914: result: pre-installed
configure:13919: checking where to find the target gccgo
configure:13959: result: pre-installed
configure:13964: checking where to find the target ld
configure:13992: result: pre-installed in /home/shokman/sat/arm-none-eabi/bin
configure:14006: checking where to find the target lipo
configure:14032: result: pre-installed
configure:14037: checking where to find the target nm
configure:14065: result: pre-installed in /home/shokman/sat/arm-none-eabi/bin
configure:14079: checking where to find the target objdump
configure:14107: result: pre-installed in /home/shokman/sat/arm-none-eabi/bin
configure:14121: checking where to find the target ranlib
configure:14149: result: pre-installed in /home/shokman/sat/arm-none-eabi/bin
configure:14163: checking where to find the target readelf
configure:14200: result: pre-installed
configure:14205: checking where to find the target strip
configure:14233: result: pre-installed in /home/shokman/sat/arm-none-eabi/bin
configure:14247: checking where to find the target windres
configure:14284: result: pre-installed
configure:14289: checking where to find the target windmc
configure:14326: result: pre-installed
configure:14359: checking whether to enable maintainer-specific portions of Makefiles
configure:14368: result: no
configure:14401: checking whether -fkeep-inline-functions is supported
configure:14420: gcc -c -g -O2 -fkeep-inline-functions  conftest.c >&5
configure:14420: $? = 0
configure:14421: result: yes
configure:14627: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on darkruby

config.status:966: creating Makefile

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GCJ_FOR_TARGET_set=
ac_cv_env_GCJ_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_READELF_FOR_TARGET_set=
ac_cv_env_READELF_FOR_TARGET_value=
ac_cv_env_READELF_set=
ac_cv_env_READELF_value=
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_host_configargs_set=
ac_cv_env_host_configargs_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-none-eabi
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_pwl_PWL_handle_timeout=no
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/home/shokman/sat/arm-none-eabi/bin/ar
ac_cv_path_AS_FOR_TARGET=/home/shokman/sat/arm-none-eabi/bin/as
ac_cv_path_LD_FOR_TARGET=/home/shokman/sat/arm-none-eabi/bin/ld
ac_cv_path_NM_FOR_TARGET=/home/shokman/sat/arm-none-eabi/bin/nm
ac_cv_path_OBJDUMP_FOR_TARGET=/home/shokman/sat/arm-none-eabi/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/home/shokman/sat/arm-none-eabi/bin/ranlib
ac_cv_path_SED=/bin/sed
ac_cv_path_STRIP_FOR_TARGET=/home/shokman/sat/arm-none-eabi/bin/strip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AS=as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_EXPECT=expect
ac_cv_prog_FLEX=flex
ac_cv_prog_LD=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_READELF=readelf
ac_cv_prog_READELF_FOR_TARGET=arm-none-eabi-readelf
ac_cv_prog_RUNTEST=runtest
ac_cv_prog_STRIP=strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=arm-none-eabi
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/home/shokman/sat/libexec/gcc/arm-none-eabi/4.7.3:/home/shokman/sat/libexec/gcc/arm-none-eabi:/usr/lib/gcc/arm-none-eabi/4.7.3:/usr/lib/gcc/arm-none-eabi:/home/shokman/sat/arm-none-eabi/bin/arm-none-eabi/4.7.3:/home/shokman/sat/arm-none-eabi/bin:
gcc_cv_tool_prefix=/home/shokman/sat
lt_cv_objdir=.libs

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='/home/shokman/sat/arm-none-eabi/bin/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='/home/shokman/sat/arm-none-eabi/bin/as'
AWK='gawk'
BISON='bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='arm-none-eabi-dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
FLAGS_FOR_TARGET=' -nostdinc -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include -B$$r/$(TARGET_SUBDIR)/libgloss/arm -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys -L$$s/libgloss/arm -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
FLEX='flex'
GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='arm-none-eabi-gcj'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='arm-none-eabi-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='arm-none-eabi-gccgo'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='/home/shokman/sat/arm-none-eabi/bin/ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='arm-none-eabi-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='/home/shokman/sat/arm-none-eabi/bin/nm'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='/home/shokman/sat/arm-none-eabi/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSTSTAGE1_CONFIGURE_FLAGS='--enable-build-with-cxx'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='/home/shokman/sat/arm-none-eabi/bin/ranlib'
RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
READELF='readelf'
READELF_FOR_TARGET='arm-none-eabi-readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/bash'
STRIP='strip'
STRIP_FOR_TARGET='/home/shokman/sat/arm-none-eabi/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-linaro-4.7-2013.01/configure --target=arm-none-eabi --prefix=/home/shokman/sat --enable-multilib --enable-languages=c,c++ --with-newlib --with-gnu-as --with-gnu-ld --disable-nls --disable-shared --disable-threads --with-headers=newlib/libc/include --disable-libssp --disable-libstdcxx-pch --disable-libmudflap --disable-libgomp --disable-werror --with-system-zlib --disable-newlib-supplied-syscalls'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='arm-none-eabi-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='arm-none-eabi-windres'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_configargs=' --cache-file=../config.cache '\''--prefix=/home/shokman/sat'\'' '\''--enable-multilib'\'' '\''--with-newlib'\'' '\''--with-gnu-as'\'' '\''--with-gnu-ld'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-threads'\'' '\''--with-headers=newlib/libc/include'\'' '\''--disable-libssp'\'' '\''--disable-libstdcxx-pch'\'' '\''--disable-libmudflap'\'' '\''--disable-libgomp'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' '\''--disable-newlib-supplied-syscalls'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&arm-none-eabi-&'\'' --disable-option-checking'
build_configdirs=' libiberty fixincludes'
build_cpu='x86_64'
build_libsubdir='build-x86_64-unknown-linux-gnu'
build_noncanonical='x86_64-unknown-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-unknown-linux-gnu'
build_tooldir='${exec_prefix}/arm-none-eabi'
build_vendor='unknown'
clooginc=''
clooglibs=''
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
configdirs=' intl libiberty libcpp libdecnumber fixincludes gcc lto-plugin'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags='--enable-shared'
extra_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
gmpinc=''
gmplibs='-lmpc -lmpfr -lgmp'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache  --with-system-zlib --with-newlib '\''--prefix=/home/shokman/sat'\'' '\''--enable-multilib'\'' '\''--with-newlib'\'' '\''--with-gnu-as'\'' '\''--with-gnu-ld'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-threads'\'' '\''--with-headers=newlib/libc/include'\'' '\''--disable-libssp'\'' '\''--disable-libstdcxx-pch'\'' '\''--disable-libmudflap'\'' '\''--disable-libgomp'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' '\''--disable-newlib-supplied-syscalls'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&arm-none-eabi-&'\'' --disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-unknown-linux-gnu'
host_os='linux-gnu'
host_subdir='.'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
pplinc=''
ppllibs=''
prefix='/home/shokman/sat'
program_transform_name='s&^&arm-none-eabi-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g -fkeep-inline-functions'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,c++,lto'
stage1_ldflags=''
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='arm-none-eabi'
target_alias='arm-none-eabi'
target_configargs='--cache-file=./config.cache --with-newlib --with-cross-host=x86_64-unknown-linux-gnu   '\''--prefix=/home/shokman/sat'\'' '\''--enable-multilib'\'' '\''--with-newlib'\'' '\''--with-gnu-as'\'' '\''--with-gnu-ld'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-threads'\'' '\''--with-headers=newlib/libc/include'\'' '\''--disable-libssp'\'' '\''--disable-libstdcxx-pch'\'' '\''--disable-libmudflap'\'' '\''--disable-libgomp'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' '\''--disable-newlib-supplied-syscalls'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&arm-none-eabi-&'\'' --disable-option-checking'
target_configdirs=' libgcc libgloss newlib libstdc++-v3 libquadmath'
target_cpu='arm'
target_noncanonical='arm-none-eabi'
target_os='eabi'
target_subdir='arm-none-eabi'
target_vendor='none'
tooldir='${exec_prefix}/arm-none-eabi'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/dev/null'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define LT_OBJDIR ".libs/"

configure: exit 0

Any help would be welcome!
Thank you

@jamesmunns
Copy link

Did you ever figure out what was going on? I am having similar issues with ubuntu 14.04, kernel 3.13.0-24, gcc Ubuntu 4.8.2-19ubuntu1

@tdaede
Copy link

tdaede commented May 11, 2014

gcc-arm-embedded is in the Ubuntu repositories. Why would you use this script anymore?

@codyps
Copy link

codyps commented May 11, 2014

@tdaede some people don't use ubuntu. Others want to be able to build from source. The gcc-arm-embedded build scripts (at least last I looked) are a disaster that assume one is running 32bit ubuntu (a particular version too, IIRC). Maybe the builder wants newer or customized versions of gcc or newlib. Perhaps they want to build the libs with a particular set of flag/options. Maybe they aren't comfortable becoming dependent on magical binaries just showing up for the time being.

@akhilpo
Copy link

akhilpo commented Jul 14, 2014

I am too facing this error. Any solution yet?

@voland
Copy link

voland commented Sep 15, 2014

Its a texinfo bug, install older version of texinfo ( worked in my case ) example ver 4.13a

sudo apt-get build-dep texinfo

//next download texinfo and unpack

./configure
make all
sudo make install

@shyamjithkv
Copy link

@voland That worked for me.. thank you..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants