This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB-insight build errors


Hi,

Since I posted I couldn't build "insight-6.6"
in my cygwin environment,I found "insight-5.3" binary image
and installed it.

But I found it disappeares without any notice while running.

So I must install "insight-6.6" and I again beseech you to help me.

Dave Korn wrote,
This is the underlying cause of the problem: configure couldn't determine a
64-bit integer type for the code to use. How was your configure command line?
Are there any clues in the config.log files? Does the sh-elf compiler
actually support 64-bit long long types or not?

Since then,I checked sh-elf-gcc version.


$ sh-elf-gcc -v
Reading specs from
/opt/ecos/gnutools/sh-elf/bin/../lib/gcc-lib/sh-elf/3.2.1/spe
cs
Configured with:
/local/demonweb/tools/ecos-gnutools-v1.4/r2/sh-elf/cygwin/tar_b
z2/source/gcc-3.2.1/configure --target=sh-elf --prefix=/local/demonweb/tools/eco
s-gnutools-v1.4/r2/sh-elf/cygwin/tar_bz2/opt/ecos/gnutools/sh-elf --enable-langu
ages=c,c++ --with-gnu-as --with-gnu-ld --with-newlib --with-gxx-include-dir=/loc
al/demonweb/tools/ecos-gnutools-v1.4/r2/sh-elf/cygwin/tar_bz2/opt/ecos/gnutools/
sh-elf/sh-elf/include
Thread model: single
gcc version 3.2.1

And I posted configure.log
-----------------------------------------------------------------------------
$ /home/username/insight-6.6/configure --target=sh-elf
creating cache ./config.cache
checking host system type... i686-pc-cygwin
checking target system type... sh-unknown-elf
checking build system type... i686-pc-cygwin
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gnatbind... gnatbind
checking whether compiler driver understands Ada... yes
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1
$$f
2
checking for correct version of gmp.h... yes
checking for correct version of mpfr.h... yes
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... expect
checking for runtest... runtest
checking for i686-pc-cygwin-ar... no
checking for ar... ar
checking for i686-pc-cygwin-as... no
checking for as... as
checking for i686-pc-cygwin-dlltool... no
checking for dlltool... dlltool
checking for i686-pc-cygwin-ld...
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../
i686-pc-cygwin/bin/ld.exe
checking for i686-pc-cygwin-lipo... no
checking for lipo... no
checking for i686-pc-cygwin-nm... no
checking for nm... nm
checking for i686-pc-cygwin-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-cygwin-strip... no
checking for strip... strip
checking for i686-pc-cygwin-windres... no
checking for windres... windres
checking for i686-pc-cygwin-objcopy... no
checking for objcopy... objcopy
checking for i686-pc-cygwin-objdump... no
checking for objdump... objdump
checking for sh-elf-cc... no
checking for sh-elf-gcc... sh-elf-gcc
checking for sh-elf-c++... sh-elf-c++
checking for sh-elf-gcc... sh-elf-gcc
checking for sh-elf-gcj... no
checking for sh-elf-gfortran... no
checking for ar... no
checking for sh-elf-ar... sh-elf-ar
checking for as... no
checking for sh-elf-as... sh-elf-as
checking for dlltool... no
checking for sh-elf-dlltool... no
checking for ld... no
checking for sh-elf-ld... sh-elf-ld
checking for lipo... no
checking for sh-elf-lipo... no
checking for nm... no
checking for sh-elf-nm... sh-elf-nm
checking for objdump... no
checking for sh-elf-objdump... sh-elf-objdump
checking for ranlib... no
checking for sh-elf-ranlib... sh-elf-ranlib
checking for strip... no
checking for sh-elf-strip... sh-elf-strip
checking for windres... no
checking for sh-elf-windres... no
checking where to find the target ar... pre-installed
checking where to find the target as... pre-installed
checking where to find the target cc... pre-installed
checking where to find the target c++... pre-installed
checking where to find the target c++ for libstdc++... pre-installed
checking where to find the target dlltool... pre-installed
checking where to find the target gcc... pre-installed
checking where to find the target gcj... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target ld... pre-installed
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed
checking where to find the target objdump... pre-installed
checking where to find the target ranlib... pre-installed
checking where to find the target strip... pre-installed
checking where to find the target windres... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
-----------------------------------------------------------------------------

I couldn't discover any suspicious point.
I am ready to accept any help.

Masahiro Ariga


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]