Compilateur ARM pour assembleur sur linux

yovan786 Messages postés 67 Date d'inscription   Statut Membre Dernière intervention   -  
yovan786 Messages postés 67 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,
je suis en train d'apprendre a programmer en assembleur.Je dois bosser sur le processeur ARM. Mon probleme est que je debute sur linux et je ne connais pas trop comment installer (meme trouver) les fichiers necessaire pour pouvoir compiler mes fichiers source et pouvoir les executer sur un simulateur.

Si quelqu'un pourait m'aider a trouver les bon logiciels pour linux , je lui serais tres reconnaisssant

merci d'avance et a+

Configuration: Windows XP
Firefox 2.0.0.9
Configuration: LlNUX : Kubuntu
Firefox 2.0.0.9

8 réponses

  1. yovan786 Messages postés 67 Date d'inscription   Statut Membre Dernière intervention   6
     
    Bonjour,
    j'ai essaye ce que tu m'as dit mais j'ai encore des erreurs lors de la compilation de binutils. Je suis vraiment debutant sur linux et me retrouve pas facilement. si tu l'a deja fait j'aimerais avoir ta procedure stp.

    merci d'avance

    yovan
    0
  2. dubcek Messages postés 18627 Date d'inscription   Statut Contributeur Dernière intervention   5 660
     
    quelles erreurs ? des erreurs de compilation ?
    0
  3. yovan786 Messages postés 67 Date d'inscription   Statut Membre Dernière intervention   6
     
    J'ai essayé la procedure trouvé sur ce lien : http://www.ecos.sourceware.org/ecos/tools/linux-arm-elf.html

    mais lors de l'étape Building the tools => Configure the GNU Binary utilities j'ai des erreurs comme cidessous :

    Configuring for a i686-pc-linux-gnu host.
    Created "Makefile" in /tmp/build/binutils
    /usr/bin/ld: crt1.o: No such file: No such file or directory
    collect2: ld a retourné 1 code d'état d'exécution
    *** The command 'gcc -o conftest -g -O2 -W -Wall conftest.c' failed.
    *** You must set the environment variable CC to a working compiler.

    ces erreurs on été stockées dans /tmp/build/binutils/configure.out

    Si vous pouriez m'aider svp pour ces erreurs ou me trouver une procedure qui d'apres vous marche .

    SVP AIDEZ MOI!!
    0
  4. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  5. dubcek Messages postés 18627 Date d'inscription   Statut Contributeur Dernière intervention   5 660
     
    est-ce que le compilateur gcc est installé su cette machine ?
    0
  6. yovan786 Messages postés 67 Date d'inscription   Statut Membre Dernière intervention   6
     
    resalut,

    j'ai refait les etapes du http://www.gnuarm.com/

    j'ai ecrit mon makefile

    mkdir -p /home/yovan/temporaire/build/binutils
    cd /home/yovan/temporaire/build/binutils
    /home/yovan/arm/binutils/configure --target=arm-elf --prefix=/home/yovan/tools/H-i686-pc-linux-gnu --enable-interwork --enable-multilib | tee configure.out
    make -w all install 2>&1 | tee make.out
    export PATH="/home/yovan/tools/H-i686-pc-linux-gnu/bin:$PATH"
    mkdir -p /home/yovan/temporaire/build/gcc
    cd /home/yovan/temporaire/build/gcc
    /home/yovan/arm/gcc/configure --target=arm-elf --prefix=/home/yovan/tools/H-i686-pc-linux-gnu --enable-interwork --enable-multilib --enable-languages="c,c++" --with-newlib --with-headers=/home/yovan/arm/newlib/newlib/libc/include | tee configure.out
    make all-gcc install-gcc 2>&1 | tee make.out
    mkdir -p /home/yovan/temporaire/build/newlib
    cd /home/yovan/temporaire/build/newlib
    /home/yovan/arm/newlib/configure --target=arm-elf --prefix=/home/yovan/tools/H-i686-pc-linux-gnu --enable-interwork --enable-multilib | tee configure.out
    make all install 2>&1 | tee make.out
    cd /home/yovan/temporaire/build/gcc
    make all install 2>&1 | tee make.out
    mkdir -p /home/yovan/temporaire/build/gdb
    cd /home/yovan/temporaire/build/gdb
    /home/yovan/arm/insight/configure --target=arm-elf --prefix=/home/yovan/tools/H-i686-pc-linux-gnu --enable-interwork --enable-multilib | tee configure.out
    make all install 2>&1 | tee make.out

    tout ce passe nickel mais a la fin quand le script est en train de compiler gdb ,j'ai ces erreurs a la fin

    make[1]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb »
    mkdir -p -- ./libiberty
    Configuring in ./libiberty
    configure: creating cache ./config.cache
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for makeinfo... makeinfo --split-size=5000000
    checking for perl... perl
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for i686-pc-linux-gnu-ar... ar
    checking for i686-pc-linux-gnu-ranlib... ranlib
    checking for i686-pc-linux-gnu-gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking how to run the C preprocessor... gcc -E
    checking whether gcc and cc understand -c and -o together... yes
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking whether byte ordering is bigendian... no
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for sys/file.h... yes
    checking for sys/param.h... yes
    checking for limits.h... yes
    checking for stdlib.h... yes
    checking for malloc.h... yes
    checking for string.h... yes
    checking for unistd.h... yes
    checking for strings.h... yes
    checking for sys/time.h... yes
    checking for time.h... yes
    checking for sys/resource.h... yes
    checking for sys/stat.h... yes
    checking for sys/mman.h... yes
    checking for fcntl.h... yes
    checking for alloca.h... yes
    checking for sys/pstat.h... no
    checking for sys/sysmp.h... no
    checking for sys/sysinfo.h... yes
    checking for machine/hal_sysinfo.h... no
    checking for sys/table.h... no
    checking for sys/sysctl.h... yes
    checking for sys/systemcfg.h... no
    checking for stdint.h... yes
    checking for stdio_ext.h... yes
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking whether errno must be declared... no
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for int... yes
    checking size of int... 4
    checking for uintptr_t... yes
    checking for a 64-bit type... uint64_t
    checking for pid_t... yes
    checking for library containing strerror... none required
    checking for asprintf... yes
    checking for atexit... yes
    checking for basename... yes
    checking for bcmp... yes
    checking for bcopy... yes
    checking for bsearch... yes
    checking for bzero... yes
    checking for calloc... yes
    checking for clock... yes
    checking for ffs... yes
    checking for getcwd... yes
    checking for getpagesize... yes
    checking for gettimeofday... yes
    checking for index... yes
    checking for insque... yes
    checking for memchr... yes
    checking for memcmp... yes
    checking for memcpy... yes
    checking for memmove... yes
    checking for mempcpy... yes
    checking for memset... yes
    checking for mkstemps... no
    checking for putenv... yes
    checking for random... yes
    checking for rename... yes
    checking for rindex... yes
    checking for setenv... yes
    checking for snprintf... yes
    checking for sigsetmask... yes
    checking for stpcpy... yes
    checking for stpncpy... yes
    checking for strcasecmp... yes
    checking for strchr... yes
    checking for strdup... yes
    checking for strncasecmp... yes
    checking for strndup... yes
    checking for strrchr... yes
    checking for strstr... yes
    checking for strtod... yes
    checking for strtol... yes
    checking for strtoul... yes
    checking for strverscmp... yes
    checking for tmpnam... yes
    checking for vasprintf... yes
    checking for vfprintf... yes
    checking for vprintf... yes
    checking for vsnprintf... yes
    checking for vsprintf... yes
    checking for waitpid... yes
    checking whether alloca needs Cray hooks... no
    checking stack direction for C alloca... -1
    checking for unistd.h... (cached) yes
    checking for vfork.h... no
    checking for fork... yes
    checking for vfork... yes
    checking for working fork... yes
    checking for working vfork... (cached) yes
    checking for _doprnt... no
    checking for sys_errlist... yes
    checking for sys_nerr... yes
    checking for sys_siglist... yes
    checking for external symbol _system_configuration... no
    checking for getrusage... yes
    checking for on_exit... yes
    checking for psignal... yes
    checking for strerror... yes
    checking for strsignal... yes
    checking for sysconf... yes
    checking for times... yes
    checking for sbrk... yes
    checking for gettimeofday... (cached) yes
    checking for realpath... yes
    checking for canonicalize_file_name... yes
    checking for pstat_getstatic... no
    checking for pstat_getdynamic... no
    checking for sysmp... no
    checking for getsysinfo... no
    checking for table... no
    checking for sysctl... yes
    checking for wait3... yes
    checking for wait4... yes
    checking for __fsetlocking... yes
    checking whether basename is declared... no
    checking whether ffs is declared... yes
    checking whether asprintf is declared... no
    checking whether vasprintf is declared... no
    checking whether snprintf is declared... yes
    checking whether vsnprintf is declared... yes
    checking whether calloc is declared... yes
    checking whether getenv is declared... yes
    checking whether getopt is declared... yes
    checking whether malloc is declared... yes
    checking whether realloc is declared... yes
    checking whether sbrk is declared... yes
    checking whether strverscmp is declared... no
    checking whether canonicalize_file_name must be declared... yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for getpagesize... (cached) yes
    checking for working mmap... yes
    checking for working strncmp... yes
    updating cache ./config.cache
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating testsuite/Makefile
    config.status: creating config.h
    config.status: executing default commands
    mkdir -p -- ./bfd
    Configuring in ./bfd
    configure: creating cache ./config.cache
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... arm-unknown-elf
    checking for i686-pc-linux-gnu-gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for library containing strerror... none required
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for i686-pc-linux-gnu-ar... ar
    checking for i686-pc-linux-gnu-ranlib... ranlib
    checking for ld used by GCC... ld
    checking if the linker (ld) is GNU ld... yes
    checking for ld option to reload object files... -r
    checking for BSD-compatible nm... nm
    checking whether ln -s works... yes
    checking how to recognise dependant libraries... pass_all
    checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
    checking for i686-pc-linux-gnu-strip... no
    checking for strip... strip
    updating cache ./config.cache
    loading cache ./config.cache within ltconfig
    checking for objdir... .libs
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    finding the maximum length of command line arguments... 49153
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -fno-rtti -fno-exceptions ... no
    checking whether the linker (ld) supports shared libraries... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking command to parse nm output... ok
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... no
    checking whether to build static libraries... yes
    creating libtool
    updating cache ./config.cache
    configure: loading cache ./config.cache
    Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking whether to install libbfd... no
    checking for i686-pc-linux-gnu-gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ANSI C... (cached) none needed
    checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
    checking how to run the C preprocessor... gcc -E
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for off_t... yes
    checking for size_t... yes
    checking for working alloca.h... yes
    checking for alloca... yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for getpagesize... yes
    checking for working mmap... yes
    checking argz.h usability... yes
    checking argz.h presence... yes
    checking for argz.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking nl_types.h usability... yes
    checking nl_types.h presence... yes
    checking for nl_types.h... yes
    checking malloc.h usability... yes
    checking malloc.h presence... yes
    checking for malloc.h... yes
    checking for string.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking values.h usability... yes
    checking values.h presence... yes
    checking for values.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking for getcwd... yes
    checking for munmap... yes
    checking for putenv... yes
    checking for setenv... yes
    checking for setlocale... yes
    checking for strchr... yes
    checking for strcasecmp... yes
    checking for __argz_count... yes
    checking for __argz_stringify... yes
    checking for __argz_next... yes
    checking for stpcpy... yes
    checking for LC_MESSAGES... yes
    checking whether NLS is requested... yes
    checking whether included gettext is requested... no
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for gettext in libc... yes
    checking for msgfmt... no
    found xgettext programs is not GNU xgettext; ignore it
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for long long... yes
    checking for long long... yes
    checking size of long long... 8
    checking for long... yes
    checking size of long... 4
    checking stddef.h usability... yes
    checking stddef.h presence... yes
    checking for stddef.h... yes
    checking for string.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking time.h usability... yes
    checking time.h presence... yes
    checking for time.h... yes
    checking for unistd.h... (cached) yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking sys/file.h usability... yes
    checking sys/file.h presence... yes
    checking for sys/file.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking whether string.h and strings.h may both be included... yes
    checking for fcntl... yes
    checking for getpagesize... (cached) yes
    checking for setitimer... yes
    checking for sysconf... yes
    checking for fdopen... yes
    checking for getuid... yes
    checking for getgid... yes
    checking for strtoull... yes
    checking whether basename is declared... yes
    checking whether ftello is declared... yes
    checking whether ftello64 is declared... yes
    checking whether fseeko is declared... yes
    checking whether fseeko64 is declared... yes
    checking whether ffs is declared... yes
    checking whether free is declared... yes
    checking whether getenv is declared... yes
    checking whether malloc is declared... yes
    checking whether realloc is declared... yes
    checking whether stpcpy is declared... yes
    checking whether strstr is declared... yes
    checking whether snprintf is declared... yes
    checking whether vsnprintf is declared... yes
    checking for ftello... yes
    checking for ftello64... yes
    checking for fseeko... yes
    checking for fseeko64... yes
    checking for fopen64... yes
    checking for off_t... (cached) yes
    checking size of off_t... 4
    checking file_ptr type... BFD_HOST_64_BIT
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for getpagesize... (cached) yes
    checking for working mmap... (cached) yes
    checking for madvise... yes
    checking for mprotect... yes
    updating cache ./config.cache
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating doc/Makefile
    config.status: creating bfd-in3.h
    config.status: creating po/Makefile.in
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing default commands
    make[2]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/libiberty »
    if [ x"" != x ] && [ ! -d pic ]; then \
    mkdir pic; \
    else true; fi
    touch stamp-picdir
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/regex.c -o pic/regex.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/regex.c -o regex.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/cplus-dem.c -o cplus-dem.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/cp-demangle.c -o cp-demangle.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/md5.c -o pic/md5.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/md5.c -o md5.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/alloca.c -o pic/alloca.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/alloca.c -o alloca.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/argv.c -o pic/argv.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/argv.c -o argv.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/choose-temp.c -o pic/choose-temp.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/choose-temp.c -o choose-temp.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/concat.c -o pic/concat.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/concat.c -o concat.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/cp-demint.c -o pic/cp-demint.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/cp-demint.c -o cp-demint.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/dyn-string.c -o pic/dyn-string.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/dyn-string.c -o dyn-string.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/fdmatch.c -o pic/fdmatch.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/fdmatch.c -o fdmatch.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/fibheap.c -o pic/fibheap.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/fibheap.c -o fibheap.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/floatformat.c -o pic/floatformat.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/floatformat.c -o floatformat.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/fnmatch.c -o pic/fnmatch.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/fnmatch.c -o fnmatch.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/fopen_unlocked.c -o fopen_unlocked.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/getopt.c -o pic/getopt.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/getopt.c -o getopt.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/getopt1.c -o pic/getopt1.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/getopt1.c -o getopt1.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/getpwd.c -o pic/getpwd.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/getpwd.c -o getpwd.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/getruntime.c -o pic/getruntime.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/getruntime.c -o getruntime.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/hashtab.c -o pic/hashtab.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/hashtab.c -o hashtab.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/hex.c -o pic/hex.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/hex.c -o hex.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/lbasename.c -o pic/lbasename.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/lbasename.c -o lbasename.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/lrealpath.c -o pic/lrealpath.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/lrealpath.c -o lrealpath.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/make-relative-prefix.c -o make-relative-prefix.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/make-temp-file.c -o make-temp-file.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/objalloc.c -o pic/objalloc.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/objalloc.c -o objalloc.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/obstack.c -o pic/obstack.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/obstack.c -o obstack.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/partition.c -o pic/partition.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/partition.c -o partition.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/pexecute.c -o pic/pexecute.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/pexecute.c -o pexecute.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/physmem.c -o pic/physmem.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/physmem.c -o physmem.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/pex-common.c -o pic/pex-common.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/pex-common.c -o pex-common.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/pex-one.c -o pic/pex-one.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/pex-one.c -o pex-one.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/pex-unix.c -o pic/pex-unix.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/pex-unix.c -o pex-unix.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/safe-ctype.c -o safe-ctype.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/sort.c -o pic/sort.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/sort.c -o sort.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/spaces.c -o pic/spaces.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/spaces.c -o spaces.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/splay-tree.c -o pic/splay-tree.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/splay-tree.c -o splay-tree.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/strerror.c -o pic/strerror.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/strerror.c -o strerror.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/strsignal.c -o pic/strsignal.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/strsignal.c -o strsignal.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/ternary.c -o pic/ternary.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/ternary.c -o ternary.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xatexit.c -o pic/xatexit.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xatexit.c -o xatexit.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xexit.c -o pic/xexit.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xexit.c -o xexit.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xmalloc.c -o pic/xmalloc.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xmalloc.c -o xmalloc.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xmemdup.c -o pic/xmemdup.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xmemdup.c -o xmemdup.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xstrdup.c -o pic/xstrdup.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xstrdup.c -o xstrdup.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xstrerror.c -o pic/xstrerror.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xstrerror.c -o xstrerror.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xstrndup.c -o pic/xstrndup.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/xstrndup.c -o xstrndup.o
    if [ x"" != x ]; then \
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/mkstemps.c -o pic/mkstemps.o; \
    else true; fi
    gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/yovan/arm/insight/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /home/yovan/arm/insight/libiberty/mkstemps.c -o mkstemps.o
    rm -f ./libiberty.a pic/./libiberty.a
    ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o
    ranlib ./libiberty.a
    if [ x"" != x ]; then \
    cd pic; \
    ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o; \
    ranlib ./libiberty.a; \
    cd ..; \
    else true; fi
    rm -f needed-list; touch needed-list; \
    for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
    for g in ./mkstemps.o ; do \
    case "$g" in \
    *$f*) echo $g >> needed-list ;; \
    esac; \
    done; \
    done
    echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
    make[3]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/libiberty/testsuite »
    make[3]: Rien à faire pour « all ».
    make[3]: quittant le répertoire « /home/yovan/temporaire/build/gdb/libiberty/testsuite »
    make[2]: quittant le répertoire « /home/yovan/temporaire/build/gdb/libiberty »
    make[2]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd »
    Making info in doc
    make[3]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    gcc -o chew.$$ /home/yovan/arm/insight/bfd/doc/chew.c \
    -g -O2 \
    -I.. -I/home/yovan/arm/insight/bfd/doc/.. -I/home/yovan/arm/insight/bfd/doc/../../include -I/home/yovan/arm/insight/bfd/doc/../../intl -I../../intl; \
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change chew.$$ chew
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../aoutx.h >aoutx.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../archive.c >archive.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change archive.tmp archive.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str < /home/yovan/arm/insight/bfd/doc/../archures.c >archures.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change archures.tmp archures.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str < /home/yovan/arm/insight/bfd/doc/../bfd.c >bfd.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change bfd.tmp bfdt.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str < /home/yovan/arm/insight/bfd/doc/../cache.c >cache.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change cache.tmp cache.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../coffcode.h >coffcode.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change coffcode.tmp coffcode.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../corefile.c >core.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change core.tmp core.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../elf.c >elf.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change elf.tmp elf.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../elfcode.h >elfcode.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change elfcode.tmp elfcode.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../format.c >format.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change format.tmp format.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str < /home/yovan/arm/insight/bfd/doc/../libbfd.c >libbfd.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change libbfd.tmp libbfd.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str < /home/yovan/arm/insight/bfd/doc/../bfdwin.c >bfdwin.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change bfdwin.tmp bfdwin.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str < /home/yovan/arm/insight/bfd/doc/../bfdio.c >bfdio.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change bfdio.tmp bfdio.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../opncls.c >opncls.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change opncls.tmp opncls.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../reloc.c >reloc.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change reloc.tmp reloc.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../section.c >section.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change section.tmp section.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../syms.c >syms.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change syms.tmp syms.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../targets.c >targets.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change targets.tmp targets.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../init.c >init.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change init.tmp init.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../hash.c >hash.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change hash.tmp hash.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../linker.c >linker.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change linker.tmp linker.texi
    make chew
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: « chew » est à jour.
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    ./chew -f /home/yovan/arm/insight/bfd/doc/doc.str </home/yovan/arm/insight/bfd/doc/../mmo.c >mmo.tmp
    /bin/sh /home/yovan/arm/insight/bfd/doc/../../move-if-change mmo.tmp mmo.texi
    restore=: && backupdir=".am$$" && \
    am__cwd=`pwd` && cd /home/yovan/arm/insight/bfd/doc && \
    rm -rf $backupdir && mkdir $backupdir && \
    for f in /home/yovan/arm/insight/bfd/doc/bfd.info /home/yovan/arm/insight/bfd/doc/bfd.info-[0-9] /home/yovan/arm/insight/bfd/doc/bfd.info-[0-9][0-9] /home/yovan/arm/insight/bfd/doc/bfd.i[0-9] /home/yovan/arm/insight/bfd/doc/bfd.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
    done; \
    cd "$am__cwd"; \
    if makeinfo --split-size=5000000 --split-size=5000000 -I /home/yovan/arm/insight/bfd/doc \
    -o /home/yovan/arm/insight/bfd/doc/bfd.info /home/yovan/arm/insight/bfd/doc/bfd.texinfo; \
    then \
    rc=0; \
    cd /home/yovan/arm/insight/bfd/doc; \
    else \
    rc=$?; \
    cd /home/yovan/arm/insight/bfd/doc && \
    $restore $backupdir/* `echo ".//home/yovan/arm/insight/bfd/doc/bfd.info" | sed 's|[^/]*$||'`; \
    fi; \
    rm -rf $backupdir; exit $rc
    make[3]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    Making info in po
    make[3]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/po »
    ( if test 'x/home/yovan/arm/insight/bfd/po' != 'x.'; then \
    posrcprefix='/home/yovan/arm/insight/bfd/'; \
    else \
    posrcprefix="../"; \
    fi; \
    rm -f SRC-POTFILES-t SRC-POTFILES \
    && (sed -e '/^#/d' \
    -e '/^[ ]*$/d' \
    -e "s@.*@ $posrcprefix& \\\\@" < /home/yovan/arm/insight/bfd/po/SRC-POTFILES.in \
    | sed -e '$s/\\$//') > SRC-POTFILES-t \
    && chmod a-w SRC-POTFILES-t \
    && mv SRC-POTFILES-t SRC-POTFILES )
    ( rm -f BLD-POTFILES-t BLD-POTFILES \
    && (sed -e '/^#/d' \
    -e '/^[ ]*$/d' \
    -e "s@.*@ ../& \\\\@" < /home/yovan/arm/insight/bfd/po/BLD-POTFILES.in \
    | sed -e '$s/\\$//') > BLD-POTFILES-t \
    && chmod a-w BLD-POTFILES-t \
    && mv BLD-POTFILES-t BLD-POTFILES )
    cd .. \
    && CONFIG_FILES=po/Makefile.in:po/Make-in \
    CONFIG_HEADERS= /bin/sh ./config.status
    config.status: creating po/Makefile.in
    config.status: executing depfiles commands
    config.status: executing default commands
    make[3]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/po »
    make[3]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/po »
    make[3]: Rien à faire pour « info ».
    make[3]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/po »
    make[3]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd »
    make[3]: Rien à faire pour « info-am ».
    make[3]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd »
    make all-recursive
    make[3]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd »
    Making all in doc
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    make[4]: Rien à faire pour « all ».
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/doc »
    Making all in po
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd/po »
    make[4]: Rien à faire pour « all ».
    make[4]: quittant le répertoire « /home/yovan/temporaire/build/gdb/bfd/po »
    make[4]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/bfd »
    rm -f bfd-tmp.h
    cp bfd-in3.h bfd-tmp.h
    /bin/sh /home/yovan/arm/insight/bfd/../move-if-change bfd-tmp.h bfd.h
    rm -f bfd-tmp.h
    touch stmp-bfd-h
    /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o archive.lo /home/yovan/arm/insight/bfd/archive.c
    gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c /home/yovan/arm/insight/bfd/archive.c -o archive.o
    /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec -DSELECT_VECS='&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_arm_arch' -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec /home/yovan/arm/insight/bfd/archures.c
    gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec "-DSELECT_VECS=&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_arm_arch" -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec /home/yovan/arm/insight/bfd/archures.c -o archures.o
    creating bfdver.h
    /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o bfd.lo /home/yovan/arm/insight/bfd/bfd.c
    gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c /home/yovan/arm/insight/bfd/bfd.c -o bfd.o
    /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o bfdio.lo /home/yovan/arm/insight/bfd/bfdio.c
    gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c /home/yovan/arm/insight/bfd/bfdio.c -o bfdio.o
    /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o bfdwin.lo /home/yovan/arm/insight/bfd/bfdwin.c
    gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c /home/yovan/arm/insight/bfd/bfdwin.c -o bfdwin.o
    /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o cache.lo /home/yovan/arm/insight/bfd/cache.c
    gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c /home/yovan/arm/insight/bfd/cache.c -o cache.o
    /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o coffgen.lo /home/yovan/arm/insight/bfd/coffgen.c
    gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c /home/yovan/arm/insight/bfd/coffgen.c -o coffgen.o
    /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o corefile.lo /home/yovan/arm/insight/bfd/corefile.c
    gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c /home/yovan/arm/insight/bfd/corefile.c -o corefile.o
    /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o format.lo /home/yovan/arm/insight/bfd/format.c
    gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c /home/yovan/arm/insight/bfd/format.c -o format.o
    /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o init.lo /home/yovan/arm/insight/bfd/init.c
    gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c /home/yovan/arm/insight/bfd/init.c -o init.o
    /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o libbfd.lo /home/yovan/arm/insight/bfd/libbfd.c
    gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c /home/yovan/arm/insight/bfd/libbfd.c -o libbfd.o
    /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/yovan/arm/insight/bfd -I. -I. -I/home/yovan/arm/insight/bfd -I/home/yovan/arm/insight/bfd/../include -I/home/yovan/arm/insight/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o opncls.lo /home/
    0
  7. dubcek Messages postés 18627 Date d'inscription   Statut Contributeur Dernière intervention   5 660
     
    je ne vois pas d'erreurs, -Werror est une option du compilateur
    0
  8. yovan786 Messages postés 67 Date d'inscription   Statut Membre Dernière intervention   6
     
    salut et merci pur tes reponses.Comme le make file etait long je pense que tu n'as pas recu toutes les erreurs -->les eurreurs comme je t'ai dit se trouvent a la fin de mon fichier . stp jette un coup d'oeuil . Je ne sait pas comment la resoudre.

    Merci


    make[3]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/etc »
    makeinfo --split-size=5000000 --split-size=5000000 --no-split -I/home/yovan/arm/insight/etc -o standards.info /home/yovan/arm/insight/etc/standards.texi
    /home/yovan/arm/insight/etc/standards.texi:1743: avertissement: @strong{Note...} produit une table douteuse de références croisées dans Info; réécrire pour éviter cela.
    /home/yovan/arm/insight/etc/standards.texi:1858: avertissement: @strong{Note...} produit une table douteuse de références croisées dans Info; réécrire pour éviter cela.
    make[3]: quittant le répertoire « /home/yovan/temporaire/build/gdb/etc »
    make[3]: entrant dans le répertoire « /home/yovan/temporaire/build/gdb/etc »
    rm -f configdev.txt configbuild.txt
    cp /home/yovan/arm/insight/etc/configdev.tin configdev.txt
    cp /home/yovan/arm/insight/etc/configbuild.tin configbuild.txt
    makeinfo --split-size=5000000 --split-size=5000000 -I/home/yovan/arm/insight/etc -o configure.info /home/yovan/arm/insight/etc/configure.texi
    rm -f configdev.txt configbuild.txt
    make[3]: quittant le répertoire « /home/yovan/temporaire/build/gdb/etc »
    make[2]: quittant le répertoire « /home/yovan/temporaire/build/gdb/etc »
    mkdir -p -- ./tcl
    Configuring in ./tcl
    creating cache ./config.cache
    checking host system type... i686-pc-linux-gnu
    checking whether make sets ${MAKE}... yes
    updating cache ./config.cache
    creating ./config.status
    creating Makefile
    configuring in unix
    running /bin/sh /home/yovan/arm/insight/tcl/unix/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-elf --prefix=/home/yovan/tools/H-i686-pc-linux-gnu --enable-interwork --enable-multilib '--program-transform-name=s,^,arm-elf-,; ' --cache-file=.././config.cache --srcdir=/home/yovan/arm/insight/tcl/unix
    loading cache .././config.cache
    checking whether to use symlinks for manpages... no
    checking compression for manpages... no
    checking for gcc... gcc
    checking whether the C compiler (gcc -g -O2 ) works... yes
    checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
    checking whether we are using GNU C... yes
    checking whether gcc accepts -g... yes
    checking how to run the C preprocessor... gcc -E
    checking for unistd.h... yes
    checking for limits.h... yes
    checking for building with threads... no (default)
    checking if the compiler understands -pipe... yes
    checking for required early compiler flags... _LARGEFILE64_SOURCE
    checking for 64-bit integer type... long long
    checking for struct dirent64... no
    checking for struct stat64... yes
    checking for off64_t... yes
    checking whether byte ordering is bigendian... no
    checking for getcwd... yes
    checking for opendir... yes
    checking for strstr... yes
    checking for strtol... yes
    checking for strtoll... yes
    checking for strtoull... yes
    checking for tmpnam... yes
    checking for waitpid... yes
    checking for strerror... yes
    checking for getwd... yes
    checking for wait3... yes
    checking for uname... yes
    checking for realpath... yes
    checking dirent.h... yes
    checking for errno.h... yes
    checking for float.h... yes
    checking for values.h... yes
    checking for limits.h... (cached) yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for sys/wait.h... yes
    checking for dlfcn.h... yes
    checking for unistd.h... (cached) yes
    checking for sys/param.h... yes
    checking for sys/modem.h... no
    checking termios vs. termio vs. sgtty... termios
    checking for fd_set in sys/types... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    checking for sys/time.h... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking for tm_zone in struct tm... yes
    checking for gmtime_r... yes
    checking for localtime_r... yes
    checking tm_tzadj in struct tm... no
    checking tm_gmtoff in struct tm... yes
    checking long timezone variable... yes
    checking for st_blksize in struct stat... yes
    checking for fstatfs... yes
    checking for 8-bit clean memcmp... yes
    checking for memmove... yes
    checking proper strstr implementation... yes
    checking for strtoul... yes
    checking for strtod... yes
    checking for strtod... (cached) yes
    checking for Solaris2.4/Tru64 strtod bugs... ok
    checking for ANSI C header files... yes
    checking for mode_t... yes
    checking for pid_t... yes
    checking for size_t... yes
    checking for uid_t in sys/types.h... yes
    checking for socklen_t... yes
    checking for opendir... (cached) yes
    checking union wait... yes
    checking for strncasecmp... yes
    checking for BSDgettimeofday... no
    checking for gettimeofday... yes
    checking for gettimeofday declaration... present
    checking whether char is unsigned... no
    checking signed char declarations... yes
    checking for a putenv() that copies the buffer... no
    checking for langinfo.h... yes
    checking whether to use nl_langinfo... yes
    checking for sin... no
    checking for main in -lieee... yes
    checking for main in -linet... no
    checking for net/errno.h... no
    checking for connect... yes
    checking for gethostbyname... yes
    checking how to build libraries... static
    checking for ranlib... ranlib
    checking if 64bit support is requested... no
    checking if 64bit Sparc VIS support is requested... no
    checking system version (for dynamic loading)... /home/yovan/arm/insight/tcl/unix/configure: 1: Syntax error: Unterminated quoted string
    configure: error: /home/yovan/arm/insight/tcl/unix/configure failed for unix
    make[1]: *** [configure-tcl] Erreur 1
    make[1]: quittant le répertoire « /home/yovan/temporaire/build/gdb »
    make: *** [all] Erreur 2
    0