Solved... see bolow Rick Altherr escreveu: > > On Jun 11, 2009, at 9:24 PM, Alain Mouette wrote: > >> I updated OpenOCD and got ut to this point: >> >> installed libftd2xx0.4.16 in /usr/lib/ >> svn checkout svn://svn.berlios.de/openocd/trunk openocd >> ./bootstrap >> ./configure --enable-ft2232-ftd2xx >> >> and I get this error: >> checking for ftd2xx.h... yes >> checking for library containing FT_GetLibraryVersion... no >> configure: error: You appear to be missing the FTD2xx driver library. > > I'm pretty sure the link like will specify -lftd2xx. Since you > installed libftd2xx0.4.16.a into /usr/lib, that will fail. You probably > need a symlink from libftd2xx.a to that file. > Solved, just for the record, the trick is the ".a", I had only the .so :)
I added this 2 lines to setup: sudo cp libftd2xx0.4.16/static_lib/libftd2xx.a.0.4.16 /usr/lib/ sudo ln -s /usr/lib/libftd2xx.a.0.4.16 /usr/lib/libftd2xx.a Thanks, Alain _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development