Hi,
I’m trying to compile and install openOCD.
I’m using Ubuntu Edgy Eft.
I’ve installed D2XX http://www.ftdichip.com/Drivers/D2XX.htm
I’ve copied ftd2xx.h and WinTypes.h in /usr/local/include
I’ve downloaded the source from SVN. And when I do ./bootstrap , but no configure file is created, so I can’t do ./configure.
Here what’s happen :
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
automake: configure.in: installing `./config.guess'
automake: configure.in: installing `./config.sub'
src/target/Makefile.am:21: invalid variable `nobase_pkglib_DATA'
doc/Makefile.am:1: installing `doc/texinfo.tex'
Not that the step “automake: configure.in: installing `./config.sub’” take some minutes to finnish.
Have you got any idea of the origin of the problem ?
thanks