LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Openrisc > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: Kory Schoenfliess<kmschoen@n...>
    Date: Sat Aug 20 16:23:01 CEST 2005
    Subject: [openrisc] Problem with building GDB 5.0 of GNU Toolchain
    Top
    Hello,

    Following the tutorial on:
    http://www.asisi.co.uk/or1k.html

    changes: trying to install gcc-3.2.3 instead of gcc-3.1

    As the tutorial directs, I make sure that I have all the proper versions
    of autoconf, automake, etc installed. I do this by installing the ones
    that I need in my directory and making sure that the PATH env variable
    iscorrect to find them. This is tested with 'which <program>' and
    '<program>--version' to check for the correct version number. Everything
    works fine
    up till this point.

    I then run the following commands the from or1k/ directory (I want
    everything installed in /local2/muse/users/kmschoen/tools):

    mkdir b-b
    cd b-b
    ../binutils/configure --target=or32-uclinux
    --prefix=/local2/muse/users/kmschoen/or1k/tools
    make all install

    *WORKS FINE*

    setenv PATH /local2/muse/users/kmschoen/or1k/tools/bin:${PATH}

    *WORKS FINE -- new binaries are now accessible*

    mkdir b-gcc-3.2.3
    cd b-gcc-3.2.3
    ../gcc-3.2.3/configure --target=or32-uclinux
    --prefix=/local2/muse/users/kmschoen/or1k/tools
    --local-prefix=/local2/muse/users/kmschoen/or1k/tools/or32-uclinux
    --with-gnu-as --with-gnu-ld --verbose --enable-languages=c
    make all install

    *WORKS FINE -- CAN EXECUTE gcc now **

    I now make the change in gdb-5.0/gdb/utils.c that the author of the
    tutorial suggests, then I try to compile gdb:

    mkdir b-gdb
    cd b-gdb
    ../gdb-5.0/configure --target=or32-uclinux
    make all
    cp gdb/gdb /local2/muse/users/kmschoen/or1k/tools/bin/or32-uclinux-gdb
    cd ..

    **THIS PROCESS NEVER COMPLETES -- I get the following error information
    (also attached as a text file)**


    /usr/include/sys/stream.h:327: redefinition of `struct bcache'
    make[1]: *** [jtag.o] Error 1
    make[1]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/gdb'
    make: *** [all-gdb] Error 2
    cp: gdb/gdb: No such file or directory

    Obviously, since building gdb did not work, the script won't be able to
    copy gdb/gdb to the install directory. Please see the attach logfile of
    the gdb build (editted for size restrictions). Any suggestions?

    Thank You,
    Kory Schoenfliess




    -------------- next part --------------
    Configuring for a sparc-sun-solaris2.8 host.
    Created "Makefile" in /local2/muse/users/kmschoen/or1k/b-gdb using "mh-frag"
    Configuring intl...
    creating cache ../config.cache
    checking for a BSD compatible install... /ncsu/gnu/bin/install -c
    checking how to run the C preprocessor... gcc -E
    checking whether make sets ${MAKE}... yes
    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 for ranlib... ranlib
    checking for POSIXized ISC... no
    checking for ANSI C header files... yes
    checking for working const... yes
    checking for inline... inline
    checking for off_t... yes
    checking for size_t... yes
    checking for working alloca.h... yes
    checking for alloca... yes
    checking for unistd.h... yes
    checking for getpagesize... yes
    checking for working mmap... yes
    checking for argz.h... no
    checking for limits.h... yes
    checking for locale.h... yes
    checking for nl_types.h... yes
    checking for malloc.h... yes
    checking for string.h... yes
    checking for unistd.h... (cached) yes
    checking for values.h... yes checking for sys/param.h... yes checking for getcwd... yes checking for munmap... yes checking for putenv... yes checking for setenv... no checking for setlocale... yes checking for strchr... yes checking for strcasecmp... yes checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for stpcpy... no checking for LC_MESSAGES... yes checking whether NLS is requested... yes checking whether included gettext is requested... no checking for libintl.h... yes checking for gettext in libc... yes checking for msgfmt... /ncsu/gnu/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /ncsu/gnu/bin/msgfmt checking for xgettext... /ncsu/gnu/bin/xgettext updating cache ../config.cache creating ./config.status creating Makefile creating config.h Configuring mmalloc... loading cache ../config.cache checking for gcc... (cached) 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... (cached) yes checking whether gcc accepts -g... (cached) yes checking for a BSD compatible install... (cached) /ncsu/gnu/bin/install -c checking host system type... sparc-sun-solaris2.8 checking build system type... sparc-sun-solaris2.8 checking for ar... ar checking for ranlib... (cached) ranlib checking how to run the C preprocessor... (cached) gcc -E checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for limits.h... (cached) yes checking for stddef.h... yes checking for unistd.h... (cached) yes checking whether sbrk must be declared... no checking whether getpagesize must be declared... no updating cache ../config.cache creating ./config.status creating Makefile Configuring libiberty... loading cache ../config.cache checking host system type... sparc-sun-solaris2.8 checking build system type... sparc-sun-solaris2.8 checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for gcc... (cached) gcc checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for POSIXized ISC... no checking for a BSD compatible install... (cached) /ncsu/gnu/bin/install -c checking how to run the C preprocessor... (cached) gcc -E checking for sys/file.h... yes checking for sys/param.h... (cached) yes checking for stdlib.h... yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... yes checking for sys/time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether the C compiler (gcc -g -O2 ) works... yes checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no checking for asprintf... no checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for getcwd... (cached) yes checking for getpagesize... (cached) 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 memset... yes checking for mkstemps... no checking for putenv... (cached) yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... (cached) no checking for sigsetmask... no checking for strcasecmp... (cached) yes checking for strchr... (cached) yes checking for strdup... yes checking for strncasecmp... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for tmpnam... yes checking for vasprintf... no checking for vfprintf... yes checking for vprintf... yes checking for vsprintf... yes checking for waitpid... yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for ANSI C header files... (cached) yes checking for pid_t... yes checking for vfork.h... no checking for working vfork... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... no checking for getrusage... yes checking for on_exit... no 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... yes updating cache ../config.cache creating ./config.status creating Makefile creating testsuite/Makefile creating config.h Configuring opcodes... loading cache ../config.cache checking host system type... sparc-sun-solaris2.8 checking target system type... or32-unknown-uclinux checking build system type... sparc-sun-solaris2.8 checking for gcc... (cached) 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... (cached) yes checking whether gcc accepts -g... (cached) yes checking for POSIXized ISC... no checking for a BSD compatible install... (cached) /ncsu/gnu/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for ranlib... (cached) ranlib checking for ld used by GCC... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking for BSD-compatible nm... /ncsu/gnu/bin/nm -B checking whether ln -s works... yes updating cache ../config.cache loading cache ../config.cache within ltconfig checking for object suffix... o checking for executable suffix... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... yes checking if gcc static flag -static works... -static checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... no checking command to parse /ncsu/gnu/bin/nm -B output... ok checking how to hardcode library paths into programs... unsupported checking for /usr/ccs/bin/ld option to reload object files... -r checking dynamic linker characteristics... no checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes checking for objdir... .libs creating libtool updating cache ../config.cache loading cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for Cygwin environment... no checking for mingw32 environment... no checking for executable suffix... (cached) no checking for gcc... (cached) 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... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for ANSI C header files... (cached) yes checking for working const... (cached) yes checking for inline... (cached) inline checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for argz.h... (cached) no checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for nl_types.h... (cached) yes checking for malloc.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for values.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... (cached) yes checking for munmap... (cached) yes checking for putenv... (cached) yes checking for setenv... (cached) no checking for setlocale... (cached) yes checking for strchr... (cached) yes checking for strcasecmp... (cached) yes checking for __argz_count... (cached) no checking for __argz_stringify... (cached) no checking for __argz_next... (cached) no checking for LC_MESSAGES... (cached) yes checking whether NLS is requested... yes checking whether included gettext is requested... no checking for libintl.h... (cached) yes checking for gettext in libc... (cached) yes checking for msgfmt... (cached) /ncsu/gnu/bin/msgfmt checking for dcgettext... (cached) yes checking for gmsgfmt... (cached) /ncsu/gnu/bin/msgfmt checking for xgettext... (cached) /ncsu/gnu/bin/xgettext checking for a BSD compatible install... /ncsu/gnu/bin/install -c checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes updating cache ../config.cache creating ./config.status creating Makefile creating po/Makefile.in creating config.h Configuring bfd... loading cache ../config.cache checking host system type... sparc-sun-solaris2.8 checking target system type... or32-unknown-uclinux checking build system type... sparc-sun-solaris2.8 checking for gcc... (cached) 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... (cached) yes checking whether gcc accepts -g... (cached) yes checking for POSIXized ISC... no checking for a BSD compatible install... (cached) /ncsu/gnu/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for ranlib... (cached) ranlib checking for ld used by GCC... (cached) /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no checking for BSD-compatible nm... (cached) /ncsu/gnu/bin/nm -B checking whether ln -s works... (cached) yes loading cache ../config.cache within ltconfig checking for object suffix... o checking for executable suffix... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... yes checking if gcc static flag -static works... -static checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... no checking command to parse /ncsu/gnu/bin/nm -B output... ok checking how to hardcode library paths into programs... unsupported checking for /usr/ccs/bin/ld option to reload object files... -r checking dynamic linker characteristics... no checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes checking for objdir... .libs creating libtool loading cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for Cygwin environment... (cached) no checking for mingw32 environment... (cached) no checking for executable suffix... (cached) no checking for gcc... (cached) 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... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for ANSI C header files... (cached) yes checking for working const... (cached) yes checking for inline... (cached) inline checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for argz.h... (cached) no checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for nl_types.h... (cached) yes checking for malloc.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for values.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... (cached) yes checking for munmap... (cached) yes checking for putenv... (cached) yes checking for setenv... (cached) no checking for setlocale... (cached) yes checking for strchr... (cached) yes checking for strcasecmp... (cached) yes checking for __argz_count... (cached) no checking for __argz_stringify... (cached) no checking for __argz_next... (cached) no checking for LC_MESSAGES... (cached) yes checking whether NLS is requested... yes checking whether included gettext is requested... no checking for libintl.h... (cached) yes checking for gettext in libc... (cached) yes checking for msgfmt... (cached) /ncsu/gnu/bin/msgfmt checking for dcgettext... (cached) yes checking for gmsgfmt... (cached) /ncsu/gnu/bin/msgfmt checking for xgettext... (cached) /ncsu/gnu/bin/xgettext checking for a BSD compatible install... /ncsu/gnu/bin/install -c checking for stddef.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for time.h... yes checking for unistd.h... (cached) yes checking for fcntl.h... yes checking for sys/file.h... (cached) yes checking for sys/time.h... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for fcntl... yes checking for getpagesize... (cached) yes checking for setitimer... yes checking for sysconf... (cached) yes checking for fdopen... yes checking for getuid... yes checking for getgid... yes checking whether strstr must be declared... no checking whether malloc must be declared... no checking whether realloc must be declared... no checking whether free must be declared... no checking whether getenv must be declared... no 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 creating ./config.status creating Makefile creating doc/Makefile creating bfd-in3.h creating po/Makefile.in creating config.h Configuring readline... loading cache ../config.cache checking host system type... sparc-sun-solaris2.8 checking for gcc... (cached) 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... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for minix/config.h... no checking whether gcc needs -traditional... no checking for a BSD compatible install... (cached) /ncsu/gnu/bin/install -c checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking return type of signal handlers... void checking whether stat file-mode macros are broken... no checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking for strcasecmp... (cached) yes checking for select... yes checking for setenv... (cached) no checking for putenv... (cached) yes checking for tcgetattr... yes checking for setlocale... (cached) yes checking for lstat... yes checking for working strcoll... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for varargs.h... yes checking for stdarg.h... yes checking for string.h... (cached) yes checking for sys/ptem.h... yes checking for sys/pte.h... no checking for sys/stream.h... yes checking for sys/select.h... yes checking for termcap.h... no checking for termios.h... yes checking for termio.h... yes checking for sys/file.h... (cached) yes checking for locale.h... (cached) yes checking for type of signal functions... posix checking if signal handlers must be reinstalled when invoked... no checking for presence of POSIX-style sigsetjmp/siglongjmp... present checking for lstat... yes checking whether programs are able to redeclare getpw functions... yes checking whether or not strcoll and strcmp differ... no checking whether signal handlers are of type void... yes checking for TIOCGWINSZ in sys/ioctl.h... no checking for TIOCSTAT in sys/ioctl.h... no checking for FIONREAD in sys/ioctl.h... no checking for speed_t in sys/types.h... no checking for struct winsize in sys/ioctl.h and termios.h... termios.h checking if struct dirent has a d_ino member... yes checking if struct dirent has a d_fileno member... no checking for tgetent in -ltermcap... yes checking which library has the termcap functions... using libtermcap checking configuration for building shared libraries... supported updating cache ../config.cache creating ./config.status creating Makefile creating doc/Makefile creating examples/Makefile creating shlib/Makefile creating config.h Configuring sim... loading cache ../config.cache checking for gcc... (cached) 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... (cached) yes checking whether gcc accepts -g... (cached) yes checking for a BSD compatible install... (cached) /ncsu/gnu/bin/install -c checking host system type... sparc-sun-solaris2.8 checking build system type... sparc-sun-solaris2.8 checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking host system type... sparc-sun-solaris2.8 checking target system type... or32-unknown-uclinux checking build system type... sparc-sun-solaris2.8 checking for gcc... (cached) 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... (cached) yes checking whether gcc accepts -g... (cached) yes checking for ranlib... (cached) ranlib creating ./config.status creating Makefile Configuring gdb... loading cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) 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... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for AIX... no checking for POSIXized ISC... no checking for gcc option to accept ANSI C... none needed checking host system type... sparc-sun-solaris2.8 checking target system type... or32-unknown-uclinux checking build system type... sparc-sun-solaris2.8 checking whether make sets ${MAKE}... (cached) yes checking for ranlib... (cached) ranlib checking for ANSI C header files... (cached) yes checking for working const... (cached) yes checking for inline... (cached) inline checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for argz.h... (cached) no checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for nl_types.h... (cached) yes checking for malloc.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for values.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... (cached) yes checking for munmap... (cached) yes checking for putenv... (cached) yes checking for setenv... (cached) no checking for setlocale... (cached) yes checking for strchr... (cached) yes checking for strcasecmp... (cached) yes checking for __argz_count... (cached) no checking for __argz_stringify... (cached) no checking for __argz_next... (cached) no checking for LC_MESSAGES... (cached) yes checking whether NLS is requested... yes checking whether included gettext is requested... no checking for libintl.h... (cached) yes checking for gettext in libc... (cached) yes checking for msgfmt... (cached) /ncsu/gnu/bin/msgfmt checking for dcgettext... (cached) yes checking for gmsgfmt... (cached) /ncsu/gnu/bin/msgfmt checking for xgettext... (cached) /ncsu/gnu/bin/xgettext checking for gawk... gawk checking for a BSD compatible install... (cached) /ncsu/gnu/bin/install -c checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for bison... bison -y checking for mig... mig checking return type of signal handlers... (cached) void checking for ANSI C header files... (cached) yes checking for ctype.h... yes checking for curses.h... no checking for endian.h... no checking for link.h... yes checking for thread_db.h... yes checking for proc_service.h... yes checking for memory.h... yes checking for objlist.h... no checking for ptrace.h... no checking for sgtty.h... yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/procfs.h... yes checking for sys/ptrace.h... yes checking for sys/reg.h... yes checking for stdint.h... no checking for term.h... yes checking for termio.h... (cached) yes checking for termios.h... (cached) yes checking for unistd.h... (cached) yes checking for wait.h... yes checking for sys/wait.h... (cached) yes checking for wchar.h... yes checking for wctype.h... yes checking for asm/debugreg.h... no checking for sys/debugreg.h... no checking for sys/select.h... (cached) yes checking for time.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/user.h... yes checking whether stat file-mode macros are broken... (cached) no checking for working const... (cached) yes checking for setpgid... yes checking for sbrk... (cached) yes checking for sigaction... yes checking for isascii... yes checking for bzero... (cached) yes checking for bcopy... (cached) yes checking for btowc... yes checking for poll... yes checking for sigprocmask... yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for PTRACE_GETREGS... yes checking for PTRACE_GETXFPREGS... no checking for socketpair in -lsocket... yes checking for socketpair... yes checking whether malloc must be declared... (cached) no checking whether realloc must be declared... (cached) no checking whether free must be declared... (cached) no checking whether strerror must be declared... no checking whether strdup must be declared... no checking whether strstr must be declared... (cached) no checking for HPUX save_state structure... no checking for pstatus_t in sys/procfs.h... no checking for prrun_t in sys/procfs.h... yes checking for gregset_t in sys/procfs.h... yes checking for fpregset_t in sys/procfs.h... yes checking for prgregset_t in sys/procfs.h... yes checking for prfpregset_t in sys/procfs.h... yes checking for lwpid_t in sys/procfs.h... no checking for psaddr_t in sys/procfs.h... no checking whether prfpregset_t type is broken... no checking for PIOCSET ioctl entry in sys/procfs.h... yes checking for main in -lm... yes checking for wctype in -lc... yes checking for long long support in compiler... yes checking for long long support in printf... yes checking for long double support in compiler... yes checking for long double support in printf... yes checking for long double support in scanf... yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for cygwin... no checking for tgetent in -lncurses... yes checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include checking whether ln -s works... (cached) yes checking for Cygwin environment... (cached) no checking for mingw32 environment... (cached) no checking for executable suffix... (cached) no updating cache ../config.cache creating ./config.status creating Makefile creating tui/Makefile creating .gdbinit creating config.h linking ../../gdb-5.0/gdb/config/sparc/xm-sun4sol2.h to xm.h linking ../../gdb-5.0/gdb/config/or1k/tm-or32.h to tm.h linking ../../gdb-5.0/gdb/config/nm-empty.h to nm.h **LOTS OF COMPILATIONS THAT LOOK LIKE THE BELOW OUTPUT -- EDITTED TO FIT THE MESSAGE SIZE FOR OPENRISC MAILING LIST ** configuring in doc running /bin/sh ../../../gdb-5.0/gdb/doc/configure --host=sparc-sun-solaris2.8 --target=or32-uclinux --cache-file=../../config.cache --srcdir=../../../gdb-5.0/gdb/doc loading cache ../../config.cache checking for a BSD compatible install... (cached) /ncsu/gnu/bin/install -c checking whether ln -s works... (cached) yes creating ./config.status creating Makefile creating: Command not found ** END OF EDIT ** creating ./config.status creating Makefile Configuring etc... loading cache ../config.cache checking for a BSD compatible install... (cached) /ncsu/gnu/bin/install -c creating ./config.status creating Makefile Configuring utils... Created "Makefile" in /local2/muse/users/kmschoen/or1k/b-gdb/utils Configuring spu... Created "Makefile" in /local2/muse/users/kmschoen/or1k/b-gdb/utils/spu make[1]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/libiberty' if [ x"no" = xyes ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/argv.c -o pic/argv.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/argv.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/choose-temp.c -o pic/choose-temp.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/choose-temp.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/concat.c -o pic/concat.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/concat.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/cplus-dem.c -o pic/cplus-dem.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/cplus-dem.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/fdmatch.c -o pic/fdmatch.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/fdmatch.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/fnmatch.c -o pic/fnmatch.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/fnmatch.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/getopt.c -o pic/getopt.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/getopt.c ../../gdb-5.0/libiberty/getopt.c: In function `_getopt_initialize': ../../gdb-5.0/libiberty/getopt.c:396: warning: unused parameter `argc' ../../gdb-5.0/libiberty/getopt.c:397: warning: unused parameter `argv' test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/getopt1.c -o pic/getopt1.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/getopt1.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/getpwd.c -o pic/getpwd.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/getpwd.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/getruntime.c -o pic/getruntime.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/getruntime.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/hashtab.c -o pic/hashtab.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/hashtab.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/hex.c -o pic/hex.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/hex.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/floatformat.c -o pic/floatformat.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/floatformat.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/objalloc.c -o pic/objalloc.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/objalloc.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/obstack.c -o pic/obstack.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/obstack.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/partition.c -o pic/partition.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/partition.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/pexecute.c -o pic/pexecute.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/pexecute.c ../../gdb-5.0/libiberty/pexecute.c: In function `pexecute': ../../gdb-5.0/libiberty/pexecute.c:664: warning: `pid' might be used uninitialized in this function test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/spaces.c -o pic/spaces.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/spaces.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/splay-tree.c -o pic/splay-tree.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/splay-tree.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/strerror.c -o pic/strerror.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/strerror.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/strsignal.c -o pic/strsignal.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/strsignal.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/xatexit.c -o pic/xatexit.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/xatexit.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/xexit.c -o pic/xexit.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/xexit.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/xmalloc.c -o pic/xmalloc.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/xmalloc.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/xmemdup.c -o pic/xmemdup.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/xmemdup.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/xstrdup.c -o pic/xstrdup.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/xstrdup.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/xstrerror.c -o pic/xstrerror.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/xstrerror.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/asprintf.c -o pic/asprintf.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/asprintf.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/mkstemps.c -o pic/mkstemps.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/mkstemps.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/setenv.c -o pic/setenv.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/setenv.c ../../gdb-5.0/libiberty/setenv.c: In function `setenv': ../../gdb-5.0/libiberty/setenv.c:74: warning: suggest explicit braces to avoid ambiguous `else' ../../gdb-5.0/libiberty/setenv.c:66: warning: `ep' might be used uninitialized in this function test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/sigsetmask.c -o pic/sigsetmask.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/sigsetmask.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/vasprintf.c -o pic/vasprintf.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/vasprintf.c test x"no" != xyes || \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/vfork.c -o pic/vfork.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb-5.0/libiberty/../include -W -Wall -Wtraditional ../../gdb-5.0/libiberty/vfork.c ../../gdb-5.0/libiberty/vfork.c: In function `vfork': ../../gdb-5.0/libiberty/vfork.c:7: warning: implicit declaration of function `fork' rm -f libiberty.a ar rc libiberty.a \ argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o objalloc.o obstack.o partition.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o asprintf.o mkstemps.o setenv.o sigsetmask.o vasprintf.o vfork.o true libiberty.a rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in asprintf.o mkstemps.o setenv.o sigsetmask.o vasprintf.o vfork.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o objalloc.o obstack.o partition.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list make[2]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/libiberty/testsuite' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/libiberty/testsuite' make[1]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/libiberty' make[1]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/intl' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/intl' make[1]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/bfd' make all-recursive make[2]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/bfd' Making all in doc make[3]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/bfd/doc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/bfd/doc' Making all in po make[3]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/bfd/po' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/bfd/po' make[3]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/bfd' rm -f bfd-tmp.h cp bfd-in3.h bfd-tmp.h /bin/sh ../../gdb-5.0/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../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/archive.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/archive.c -o archive.o echo timestamp > archive.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_or32_big_vec -DSELECT_VECS='&bfd_elf32_or32_big_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_or32_arch' -DHAVE_bfd_elf32_or32_big_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../gdb-5.0/bfd/archures.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_or32_big_vec "-DSELECT_VECS=&bfd_elf32_or32_big_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_or32_arch" -DHAVE_bfd_elf32_or32_big_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../gdb-5.0/bfd/archures.c -o archures.o echo timestamp > archures.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/bfd.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/bfd.c -o bfd.o echo timestamp > bfd.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/cache.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/cache.c -o cache.o echo timestamp > cache.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/coffgen.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/coffgen.c -o coffgen.o echo timestamp > coffgen.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/corefile.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/corefile.c -o corefile.o echo timestamp > corefile.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/format.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/format.c -o format.o echo timestamp > format.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/init.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/init.c -o init.o echo timestamp > init.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/libbfd.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/libbfd.c -o libbfd.o echo timestamp > libbfd.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/opncls.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/opncls.c -o opncls.o echo timestamp > opncls.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/reloc.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/reloc.c -o reloc.o echo timestamp > reloc.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/section.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/section.c -o section.o echo timestamp > section.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/syms.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/syms.c -o syms.o echo timestamp > syms.lo rm -f targmatch.h sed -f ../../gdb-5.0/bfd/targmatch.sed < ../../gdb-5.0/bfd/config.bfd > targmatch.new mv -f targmatch.new targmatch.h /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_or32_big_vec -DSELECT_VECS='&bfd_elf32_or32_big_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_or32_arch' -DHAVE_bfd_elf32_or32_big_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../gdb-5.0/bfd/targets.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_or32_big_vec "-DSELECT_VECS=&bfd_elf32_or32_big_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_or32_arch" -DHAVE_bfd_elf32_or32_big_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../gdb-5.0/bfd/targets.c -o targets.o echo timestamp > targets.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/hash.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/hash.c -o hash.o echo timestamp > hash.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/linker.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/linker.c -o linker.o echo timestamp > linker.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/srec.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/srec.c -o srec.o echo timestamp > srec.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/binary.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/binary.c -o binary.o echo timestamp > binary.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/tekhex.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/tekhex.c -o tekhex.o echo timestamp > tekhex.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/ihex.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/ihex.c -o ihex.o echo timestamp > ihex.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/stabs.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/stabs.c -o stabs.o echo timestamp > stabs.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/stab-syms.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/stab-syms.c -o stab-syms.o echo timestamp > stab-syms.lo rm -f elf32-target.h sed -e s/NN/32/g < ../../gdb-5.0/bfd/elfxx-target.h > elf32-target.new mv -f elf32-target.new elf32-target.h /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/elf32-or32.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/elf32-or32.c -o elf32-or32.o echo timestamp > elf32-or32.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/elf32.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/elf32.c -o elf32.o echo timestamp > elf32.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/elf.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/elf.c -o elf.o echo timestamp > elf.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/elflink.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/elflink.c -o elflink.o echo timestamp > elflink.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/dwarf2.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/dwarf2.c -o dwarf2.o echo timestamp > dwarf2.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/dwarf1.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/dwarf1.c -o dwarf1.o echo timestamp > dwarf1.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/elf32-gen.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/elf32-gen.c -o elf32-gen.o echo timestamp > elf32-gen.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/cpu-or32.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/bfd -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/bfd -I../../gdb-5.0/bfd/../include -I../../gdb-5.0/bfd/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/bfd/cpu-or32.c -o cpu-or32.o echo timestamp > cpu-or32.lo rm -f tofiles f=""; \ for i in elf32-or32.lo elf32.lo elf.lo elflink.lo dwarf2.lo dwarf1.lo elf32-gen.lo cpu-or32.lo ; do \ case " $f " in \ *" $i "*) ;; \ *) f="$f $i" ;; \ esac ; \ done ; \ echo $f > tofiles /bin/sh ../../gdb-5.0/bfd/../move-if-change tofiles ofiles touch stamp-ofiles /bin/sh ./libtool --mode=link gcc -W -Wall -g -O2 -o libbfd.la -rpath /usr/local/lib -release 2.9.5 archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo `cat ofiles` mkdir .libs ar cru .libs/libbfd.a archive.o archures.o bfd.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o elf32-or32.o elf32.o elf.o elflink.o dwarf2.o dwarf1.o elf32-gen.o cpu-or32.o ranlib .libs/libbfd.a creating libbfd.la (cd .libs && rm -f libbfd.la && ln -s ../libbfd.la libbfd.la) libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libbfd.a ]; then \ cp $libtooldir/libbfd.a libbfd.tmp; \ /bin/sh ../../gdb-5.0/bfd/../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib make[3]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/bfd' make[2]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/bfd' make[1]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/bfd' make[1]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/opcodes' make all-recursive make[2]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/opcodes' Making all in po make[3]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/opcodes/po' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/opcodes/po' make[3]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/opcodes' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/opcodes -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/opcodes -I../bfd -I../../gdb-5.0/opcodes/../include -I../../gdb-5.0/opcodes/../bfd -I../../gdb-5.0/opcodes/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/opcodes/dis-buf.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/opcodes -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/opcodes -I../bfd -I../../gdb-5.0/opcodes/../include -I../../gdb-5.0/opcodes/../bfd -I../../gdb-5.0/opcodes/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/opcodes/dis-buf.c -o dis-buf.o echo timestamp > dis-buf.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/opcodes -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/opcodes -I../bfd -I../../gdb-5.0/opcodes/../include -I../../gdb-5.0/opcodes/../bfd -I../../gdb-5.0/opcodes/../intl -I../intl -W -Wall -g -O2 -c -DARCH_or32 ../../gdb-5.0/opcodes/disassemble.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/opcodes -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/opcodes -I../bfd -I../../gdb-5.0/opcodes/../include -I../../gdb-5.0/opcodes/../bfd -I../../gdb-5.0/opcodes/../intl -I../intl -W -Wall -g -O2 -c -DARCH_or32 ../../gdb-5.0/opcodes/disassemble.c -o disassemble.o echo timestamp > disassemble.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/opcodes -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/opcodes -I../bfd -I../../gdb-5.0/opcodes/../include -I../../gdb-5.0/opcodes/../bfd -I../../gdb-5.0/opcodes/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/opcodes/or32-dis.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/opcodes -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/opcodes -I../bfd -I../../gdb-5.0/opcodes/../include -I../../gdb-5.0/opcodes/../bfd -I../../gdb-5.0/opcodes/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/opcodes/or32-dis.c -o or32-dis.o ../../gdb-5.0/opcodes/or32-dis.c:64: warning: static declaration for `or32_extract' follows non-static ../../gdb-5.0/opcodes/or32-dis.c: In function `or32_extract': ../../gdb-5.0/opcodes/or32-dis.c:74: warning: suggest explicit braces to avoid ambiguous `else' ../../gdb-5.0/opcodes/or32-dis.c:88: warning: implicit declaration of function `strtol' ../../gdb-5.0/opcodes/or32-dis.c:111: warning: suggest parentheses around + or - inside shift ../../gdb-5.0/opcodes/or32-dis.c:122: warning: subscript has type `char' echo timestamp > or32-dis.lo /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/opcodes -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/opcodes -I../bfd -I../../gdb-5.0/opcodes/../include -I../../gdb-5.0/opcodes/../bfd -I../../gdb-5.0/opcodes/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/opcodes/or32.c gcc -DHAVE_CONFIG_H -I. -I../../gdb-5.0/opcodes -I. -D_GNU_SOURCE -I. -I../../gdb-5.0/opcodes -I../bfd -I../../gdb-5.0/opcodes/../include -I../../gdb-5.0/opcodes/../bfd -I../../gdb-5.0/opcodes/../intl -I../intl -W -Wall -g -O2 -c ../../gdb-5.0/opcodes/or32.c -o or32.o ../../gdb-5.0/opcodes/or32.c: In function `insn_extract': ../../gdb-5.0/opcodes/or32.c:758: warning: subscript has type `char' ../../gdb-5.0/opcodes/or32.c: In function `parse_params': ../../gdb-5.0/opcodes/or32.c:927: warning: subscript has type `char' ../../gdb-5.0/opcodes/or32.c: In function `or32_extract': ../../gdb-5.0/opcodes/or32.c:1195: warning: subscript has type `char' ../../gdb-5.0/opcodes/or32.c:1201: warning: subscript has type `char' echo timestamp > or32.lo /bin/sh ./libtool --mode=link gcc -W -Wall -g -O2 -o libopcodes.la -rpath /usr/local/lib -release 2.9.5 dis-buf.lo disassemble.lo or32-dis.lo or32.lo mkdir .libs ar cru .libs/libopcodes.a dis-buf.o disassemble.o or32-dis.o or32.o ranlib .libs/libopcodes.a creating libopcodes.la (cd .libs && rm -f libopcodes.la && ln -s ../libopcodes.la libopcodes.la) libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libopcodes.a ]; then \ cp $libtooldir/libopcodes.a libopcodes.tmp; \ /bin/sh ../../gdb-5.0/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \ else true; fi touch stamp-lib make[3]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/opcodes' make[2]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/opcodes' make[1]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/opcodes' make[1]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/etc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/etc' make[1]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/mmalloc' gcc -c -g -O2 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1 -DHAVE_UNISTD_H=1 -I. -I../../gdb-5.0/mmalloc/../include ../../gdb-5.0/mmalloc/mm.c rm -rf libmmalloc.a ar rc libmmalloc.a mm.o true libmmalloc.a make[1]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/mmalloc' make[1]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/readline' rm -f readline.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/readline.c rm -f vi_mode.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/vi_mode.c rm -f funmap.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/funmap.c rm -f keymaps.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/keymaps.c rm -f parens.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/parens.c rm -f search.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/search.c rm -f rltty.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/rltty.c rm -f complete.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/complete.c rm -f bind.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/bind.c rm -f isearch.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/isearch.c rm -f display.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/display.c rm -f signals.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/signals.c rm -f util.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/util.c rm -f kill.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/kill.c rm -f undo.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/undo.c rm -f macro.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/macro.c rm -f input.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/input.c rm -f callback.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/callback.c rm -f terminal.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/terminal.c rm -f nls.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/nls.c rm -f xmalloc.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/xmalloc.c rm -f history.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/history.c rm -f histexpand.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/histexpand.c rm -f histfile.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/histfile.c rm -f histsearch.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/histsearch.c rm -f shell.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/shell.c rm -f tilde.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-5.0/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2 ../../gdb-5.0/readline/tilde.c rm -f libreadline.a ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o nls.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o tilde.o test -n "true" && true libreadline.a rm -f libhistory.a ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o xmalloc.o test -n "true" && true libhistory.a make[1]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/readline' make[1]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/sim' make[1]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/sim' make[1]: Entering directory `/local2/muse/users/kmschoen/or1k/b-gdb/gdb' gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/main.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/main.c:21: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type rm -f version.c echo '#include "version.h"' >> version.c echo 'const char version[] = "5.0";' >> version.c echo 'const char host_name[] = "sparc-sun-solaris2.8";' >> version.c echo 'const char target_name[] = "or32-uclinux";' >> version.c gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX version.c gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/blockframe.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/blockframe.c:23: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/breakpoint.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/breakpoint.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/findvar.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/findvar.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/stack.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/stack.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/thread.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/thread.c:24: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/source.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/source.c:21: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/values.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/values.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/eval.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/eval.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/valops.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/valops.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/valarith.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/valarith.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/valprint.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/valprint.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/printcmd.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/printcmd.c:21: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/symtab.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/symtab.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/symfile.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/symfile.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/symmisc.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/symmisc.c:21: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/infcmd.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/infcmd.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/infrun.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/infrun.c:21: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/command.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/command.c:19: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/expprint.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/expprint.c:21: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/environ.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/environ.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/event-loop.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/event-loop.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/event-top.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/event-top.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/inf-loop.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/inf-loop.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/gdbarch.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/gdbarch.c:36: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/arch-utils.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/arch-utils.c:21: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/gdbtypes.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/gdbtypes.c:22: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/copying.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/copying.c:4: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/or1k-tdep.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/or1k-tdep.c:25: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/remote-or1k.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/remote-or1k.c:25: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type gcc -c -g -O2 -I. -I../../gdb-5.0/gdb -I../../gdb-5.0/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.0/gdb/../include/opcode -I../../gdb-5.0/gdb/../readline/.. -I../bfd -I../../gdb-5.0/gdb/../bfd -I../../gdb-5.0/gdb/../include -I../intl -I../../gdb-5.0/gdb/../intl -I../../gdb-5.0/gdb/tui -DUSE_INCLUDED_REGEX ../../gdb-5.0/gdb/jtag.c In file included from tm.h:24, from ../../gdb-5.0/gdb/defs.h:720, from ../../gdb-5.0/gdb/jtag.c:27: ../../gdb-5.0/gdb/config/or1k/tm-or1k.h:319: warning: parameter has incomplete type In file included from /afs/bp.ncsu.edu/contrib/gcc295/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/sys/stream.h:5, from /usr/include/netinet/in.h:41, from /usr/include/sys/socket.h:200, from ../../gdb-5.0/gdb/jtag.c:41: /usr/include/sys/stream.h:327: redefinition of `struct bcache' make[1]: *** [jtag.o] Error 1 make[1]: Leaving directory `/local2/muse/users/kmschoen/or1k/b-gdb/gdb' make: *** [all-gdb] Error 2 cp: gdb/gdb: No such file or directory

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.