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]

building for h8300-elf target


Hi guys,

I'm trying to build insight head for h8300-elf target in a cygwin host.

I've done $(SRCDIR)/configure --target=h8300-elf
and it configured ok,
but after trying make, it doesn't build anything, just says:

$ make
make[1]: Entering directory `/cygdrive/g/insight/build-head'
make[1]: Nothing to be done for `all-host'.
make[1]: Nothing to be done for `all-target'.
make[1]: Leaving directory `/cygdrive/g/insight/build-head'

Am I missing something?
Below is the output of running configure.

Actually, I just tried building a native cygwin version, and the error is the same.

Any hints?

Cheers,
Pedro Alves


Pedro Alves@pedroalves /cygdrive/g/insight/build-head
$ ../head/src/configure --target=h8300-elf
creating cache ./config.cache
checking host system type... i686-pc-cygwin
checking target system type... h8300-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... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... no
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... no
checking for runtest... no
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 h8300-elf-cc... no
checking for h8300-elf-gcc... h8300-elf-gcc
checking for h8300-elf-c++... h8300-elf-c++
checking for h8300-elf-gcc... h8300-elf-gcc
checking for h8300-elf-gcj... no
checking for h8300-elf-gfortran... no
checking for ar... no
checking for h8300-elf-ar... h8300-elf-ar
checking for as... no
checking for h8300-elf-as... h8300-elf-as
checking for dlltool... no
checking for h8300-elf-dlltool... no
checking for ld... no
checking for h8300-elf-ld... h8300-elf-ld
checking for lipo... no
checking for h8300-elf-lipo... no
checking for nm... no
checking for h8300-elf-nm... h8300-elf-nm
checking for objdump... no
checking for h8300-elf-objdump... h8300-elf-objdump
checking for ranlib... no
checking for h8300-elf-ranlib... h8300-elf-ranlib
checking for strip... no
checking for h8300-elf-strip... h8300-elf-strip
checking for windres... no
checking for h8300-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
updating cache ./config.cache
creating ./config.status
creating Makefile

Pedro Alves@pedroalves /cygdrive/g/insight/build-head
$


__________________________________________________________
Pare de esbanjar dinheiro!
Compare o preço da sua ligação à Internet
http://acesso.portugalmail.pt/maisbarato


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