I’ve searched all the the topics, but i couldn’t find a solution:
Taking the current stabel release from GIT.
Calling ./bootstrap… works
Calling ./Configure :
./configure --enable-maintainer-mode --disable-werror --disable-shared --enable-ft2232_ftd2xx --with-ftd2xx-win32-zipdir=“/home/openocd/ftd2xx” CFLAGS=“-O2 -all”
seems to be ok.
calling make:
…
make[6]: Entering directory `D:/SB_V4/openocd-code/src/jtag/drivers’
D:/sw/cygwin/bin/sh.exe …/…/…/libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I…/…/… -I…/…/…/src -I…/…/…/src -I…/…/…/src/h
elper -DPKGDATADIR="/usr/local/share/openocd" -DPKGLIBDIR="/usr/local/lib/openocd" -I…/…/…/jimtcl -I…/…/…/jimtcl -O2 -Wall -I/home/openocd/ftd2xx -W
all -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -MT driver.lo -MD -MP -MF .d
eps/driver.Tpo -c -o driver.lo driver.c
Xdriver.Tpo -c -o driver.lo driver.lo
libtool: compile: warning: libobj name `driver.Tpo -c -o driver.lo driver.lo’ may not contain shell special characters.
rm: unknown option – c
Try `rm --help’ for more information.
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I…/…/… -I…/…/…/src -I…/…/…/src -I…/…/…/src/helper "-DPKGDATADIR=\/usr/local/share/openocd"
-DPKGLIBDIR="/usr/local/lib/openocd" -I…/…/…/jimtcl -I…/…/…/jimtcl -O2 -Wall -I/home/openocd/ftd2xx -Wall -Wstrict-prototypes -Wformat-security -Wshadow
-Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -MT driver.lo -MD -MP -MF .deps/driver.Tpo -c -o driver.lo driver.c" -o driver
.Tpo -c -o driver.lo driver.o
gcc: driver.o: No such file or directory
gcc: no input files
rm: unknown option – c
…
failes.
any suggestions?
Thanks for any help.