Paul, Thanks for the reply ./configure was the success but make command not. See below
$ make make all-recursive make[1]: Entering directory `/home/openocd' Making all in jimtcl make[2]: Entering directory `/home/openocd/jimtcl' ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim.o jim.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o utf8.o utf8.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jimregexp.o jimregexp.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o linenoise.o linenoise.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-win32compat.o jim-win32compat.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-aio.o jim-aio.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-array.o jim-array.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-clock.o jim-clock.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-eventloop.o jim-eventloop.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-exec.o jim-exec.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-file.o jim-file.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-history.o jim-history.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-load.o jim-load.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-namespace.o jim-namespace.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-pack.o jim-pack.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-package.o jim-package.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-posix.o jim-posix.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-readdir.o jim-readdir.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-regexp.o jim-regexp.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-signal.o jim-signal.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-syslog.o jim-syslog.c ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim-tclprefix.o jim-tclprefix.c /usr/bin/tclsh ./make-c-ext.tcl binary.tcl >_binary.c || ( rm _binary.c; exit 1) ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o binary.o _binary.c || ( rm _binary.c; exit 1) /usr/bin/tclsh ./make-c-ext.tcl glob.tcl >_glob.c || ( rm _glob.c; exit 1) ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o glob.o _glob.c || ( rm _glob.c; exit 1) /usr/bin/tclsh ./make-c-ext.tcl nshelper.tcl >_nshelper.c || ( rm _nshelper.c; exit 1) ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o nshelper.o _nshelper.c || ( rm _nshelper.c; exit 1) /usr/bin/tclsh ./make-c-ext.tcl oo.tcl >_oo.c || ( rm _oo.c; exit 1) ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o oo.o _oo.c || ( rm _oo.c; exit 1) /usr/bin/tclsh ./make-c-ext.tcl stdlib.tcl >_stdlib.c || ( rm _stdlib.c; exit 1) ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o stdlib.o _stdlib.c || ( rm _stdlib.c; exit 1) /usr/bin/tclsh ./make-c-ext.tcl tclcompat.tcl >_tclcompat.c || ( rm _tclcompat.c; exit 1) ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o tclcompat.o _tclcompat.c || ( rm _tclcompat.c; exit 1) /usr/bin/tclsh ./make-c-ext.tcl tree.tcl >_tree.c || ( rm _tree.c; exit 1) ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o tree.o _tree.c || ( rm _tree.c; exit 1) ar cr libjim.a _load-static-exts.o jim-subcmd.o jim-interactive.o jim-format.o jim.o utf8.o jimregexp.o linenoise.o jim-win32compat.o jim-a io.o jim-array.o jim-clock.o jim-eventloop.o jim-exec.o jim-file.o jim-history.o jim-load.o jim- namespace.o jim-pack.o jim-package.o jim-pos ix.o jim-readdir.o jim-regexp.o jim-signal.o jim-syslog.o jim-tclprefix.o binary.o glob.o nshelper.o oo.o stdlib.o tclcompat.o tree.o ranlib libjim.a ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -o jimsh.exe jimsh.o initjimsh.o libjim.a jimsh.o: In function `printf': /usr/i686-pc-mingw32/sys-root/mingw/include/stdio.h:256: undefined reference to `___mingw_vprintf' jimsh.o: In function `fprintf': /usr/i686-pc-mingw32/sys-root/mingw/include/stdio.h:246: undefined reference to `___mingw_vfprintf' jimsh.o: In function `main': /home/openocd/jimtcl/jimsh.c:79: undefined reference to `__imp___iob' /home/openocd/jimtcl/jimsh.c:89: undefined reference to `__imp___iob' /home/openocd/jimtcl/jimsh.c:111: undefined reference to `__imp___iob' collect2: ld returned 1 exit status Makefile:45: recipe for target `jimsh.exe' failed make[2]: *** [jimsh.exe] Error 1 make[2]: Leaving directory `/home/openocd/jimtcl' Makefile:437: recipe for target `all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/openocd' Makefile:344: recipe for target `all' failed make: *** [all] Error 2 So, can you see any reason? Thanks > On Sat, Feb 01, 2014 at 08:07:26PM +0100, Jahn wrote: > > Do you mean just use > > ./configure > > I do. And share the results if it doesn't work as you expect. > > > And what is the address > > Address of what? > > -- > Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! > mailto:fercer...@gmail.com ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel