• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

JTAG TOOLS Probleme

A

Anonymous

Gast
Hallo

Ich versuche das Jtag-tools von http://openwince.sourceforge.net/jtag/ zu installieren. Ich nutze Suse Linux 10.0.

Ich Poste jetzt der besseren Übersicht mal das Ergebnis von configure / make / make install in 3 einzelnen Antworten.

Ich hoffe dann das mir jemand helfen kann (auch wenn das viel Text ist). Ihr seit meine letzte Hoffnung. Ich muß Jtag ans laufen bekommen da ich ein Siemens Simpad SL4 habe und ich das über die jtag Schnittstelle neu zum leben erwecken muß.

Danke fürs lesen.

Bitte nicht schlagen wenn das eine Kleinigkeit ist. Bin absoluter Anfänger!
 
OP
A

Anonymous

Gast
dies ist mein Ergebnis von ./configure

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/bin/sh: /root/jtag: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... no
checking for msgmerge... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for ranlib... ranlib
checking for the openwince includes... /usr/local/include/openwince
checking for library containing ioperm... none required
checking for getline... yes
checking for getdelim... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking linux/ppdev.h usability... yes
checking linux/ppdev.h presence... yes
checking for linux/ppdev.h... yes
checking for a readline compatible library... -lreadline
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking whether readline supports history... yes
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating data/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/tap/Makefile
config.status: creating src/part/Makefile
config.status: creating src/bus/Makefile
config.status: creating src/flash/Makefile
config.status: creating src/cmd/Makefile
config.status: creating po/Makefile.in
config.status: creating pkgcfg.h
config.status: pkgcfg.h is unchanged
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
linux:~/jtag neu/jtag-0.4 #
 
OP
A

Anonymous

Gast
make all-recursive
make[1]: Entering directory `/root/jtag neu/jtag-0.4'
Making all in doc
make[2]: Entering directory `/root/jtag neu/jtag-0.4/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/jtag neu/jtag-0.4/doc'
Making all in include
make[2]: Entering directory `/root/jtag neu/jtag-0.4/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/jtag neu/jtag-0.4/include'
Making all in data
make[2]: Entering directory `/root/jtag neu/jtag-0.4/data'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/jtag neu/jtag-0.4/data'
Making all in src
make[2]: Entering directory `/root/jtag neu/jtag-0.4/src'
Making all in lib
make[3]: Entering directory `/root/jtag neu/jtag-0.4/src/lib'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/jtag neu/jtag-0.4/src/lib'
Making all in tap
make[3]: Entering directory `/root/jtag neu/jtag-0.4/src/tap'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/jtag neu/jtag-0.4/src/tap'
Making all in part
make[3]: Entering directory `/root/jtag neu/jtag-0.4/src/part'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/jtag neu/jtag-0.4/src/part'
Making all in bus
make[3]: Entering directory `/root/jtag neu/jtag-0.4/src/bus'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/jtag neu/jtag-0.4/src/bus'
Making all in flash
make[3]: Entering directory `/root/jtag neu/jtag-0.4/src/flash'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/jtag neu/jtag-0.4/src/flash'
Making all in cmd
make[3]: Entering directory `/root/jtag neu/jtag-0.4/src/cmd'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/jtag neu/jtag-0.4/src/cmd'
make[3]: Entering directory `/root/jtag neu/jtag-0.4/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/jtag neu/jtag-0.4/src'
make[2]: Leaving directory `/root/jtag neu/jtag-0.4/src'
Making all in po
make[2]: Entering directory `/root/jtag neu/jtag-0.4/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/jtag neu/jtag-0.4/po'
make[2]: Entering directory `/root/jtag neu/jtag-0.4'
make[2]: Leaving directory `/root/jtag neu/jtag-0.4'
make[1]: Leaving directory `/root/jtag neu/jtag-0.4'
linux:~/jtag neu/jtag-0.4 #
 
OP
A

Anonymous

Gast
Making install in doc
make[1]: Entering directory `/root/jtag neu/jtag-0.4/doc'
make[2]: Entering directory `/root/jtag neu/jtag-0.4/doc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/jtag neu/jtag-0.4/doc'
make[1]: Leaving directory `/root/jtag neu/jtag-0.4/doc'
Making install in include
make[1]: Entering directory `/root/jtag neu/jtag-0.4/include'
make[2]: Entering directory `/root/jtag neu/jtag-0.4/include'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/jtag neu/jtag-0.4/include'
make[1]: Leaving directory `/root/jtag neu/jtag-0.4/include'
Making install in data
make[1]: Entering directory `/root/jtag neu/jtag-0.4/data'
make[2]: Entering directory `/root/jtag neu/jtag-0.4/data'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../tools/mkinstalldirs /usr/local/share/jtag
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 MANUFACTURERS /usr/local/share/jtag/MANUFACTURERS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 atmel/PARTS /usr/local/share/jtag/atmel/PARTS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 atmel/atmega128/STEPPINGS /usr/local/share/jtag/atmel/atmega128/STEPPINGS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 atmel/atmega128/atmega128 /usr/local/share/jtag/atmel/atmega128/atmega128
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 broadcom/PARTS /usr/local/share/jtag/broadcom/PARTS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 broadcom/bcm1250/STEPPINGS /usr/local/share/jtag/broadcom/bcm1250/STEPPINGS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 broadcom/bcm1250/bcm1250 /usr/local/share/jtag/broadcom/bcm1250/bcm1250
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 broadcom/bcm5421s/STEPPINGS /usr/local/share/jtag/broadcom/bcm5421s/STEPPINGS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 broadcom/bcm5421s/bcm5421s /usr/local/share/jtag/broadcom/bcm5421s/bcm5421s
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 dec/PARTS /usr/local/share/jtag/dec/PARTS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 dec/sa1100/STEPPINGS /usr/local/share/jtag/dec/sa1100/STEPPINGS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 dec/sa1100/sa1100 /usr/local/share/jtag/dec/sa1100/sa1100
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 hitachi/PARTS /usr/local/share/jtag/hitachi/PARTS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 hitachi/sh7727/STEPPINGS /usr/local/share/jtag/hitachi/sh7727/STEPPINGS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 hitachi/sh7727/sh7727 /usr/local/share/jtag/hitachi/sh7727/sh7727
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 intel/PARTS /usr/local/share/jtag/intel/PARTS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 intel/pxa250/STEPPINGS /usr/local/share/jtag/intel/pxa250/STEPPINGS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 intel/pxa250/pxa250 /usr/local/share/jtag/intel/pxa250/pxa250
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 intel/pxa250/pxa250c0 /usr/local/share/jtag/intel/pxa250/pxa250c0
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 intel/sa1110/STEPPINGS /usr/local/share/jtag/intel/sa1110/STEPPINGS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 intel/sa1110/sa1110 /usr/local/share/jtag/intel/sa1110/sa1110
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 intel/ixp425/STEPPINGS /usr/local/share/jtag/intel/ixp425/STEPPINGS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 intel/ixp425/ixp425 /usr/local/share/jtag/intel/ixp425/ixp425
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 xilinx/PARTS /usr/local/share/jtag/xilinx/PARTS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 xilinx/xcr3128xl-cs144/STEPPINGS /usr/local/share/jtag/xilinx/xcr3128xl-cs144/STEPPINGS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 xilinx/xcr3128xl-cs144/xcr3128xl-cs144 /usr/local/share/jtag/xilinx/xcr3128xl-cs144/xcr3128xl-cs144
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 xilinx/xcr3256xl-ft256/STEPPINGS /usr/local/share/jtag/xilinx/xcr3256xl-ft256/STEPPINGS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 xilinx/xcr3256xl-ft256/xcr3256xl-ft256 /usr/local/share/jtag/xilinx/xcr3256xl-ft256/xcr3256xl-ft256
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 xilinx/xc2c256-tq144/STEPPINGS /usr/local/share/jtag/xilinx/xc2c256-tq144/STEPPINGS
/bin/sh: /root/jtag: No such file or directory
/root/jtag neu/jtag-0.4/tools/install-sh -c -m 644 xilinx/xc2c256-tq144/xc2c256-tq144 /usr/local/share/jtag/xilinx/xc2c256-tq144/xc2c256-tq144
/bin/sh: /root/jtag: No such file or directory
make[2]: *** [install-nobase_dist_pkgdataDATA] Error 127
make[2]: Leaving directory `/root/jtag neu/jtag-0.4/data'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/root/jtag neu/jtag-0.4/data'
make: *** [install-recursive] Error 1
linux:~/jtag neu/jtag-0.4 #
 
Oben