|
From: Andreas F. <and...@gm...> - 2012-08-29 21:34:41
|
On Wed, Aug 29, 2012 at 10:41 PM, Michael Schwingen <mi...@sc...> wrote: > On 08/29/2012 08:21 PM, Javier Ortiz wrote: > > > after that I looked again for openocd, but it's nowhere. > during "make install" there were some errors > make[3]: Leaving directory `/home/joc/Imote2/openocd/src' > make[2]: *** [install-recursive] Error 1 > make[2]: Leaving directory `/home/joc/Imote2/openocd/src' > make[1]: *** [install] Error 2 > make[1]: Leaving directory `/home/joc/Imote2/openocd/src' > make: *** [install-recursive] Error 1 > > but I don't know how to find out what is wrong. > > The cause of the errors should be further up in the log, which you omitted. > > Please provide complete, unedited log files if you want help. It seems --enable-shared is broken: ./.libs/libopenocd.so: undefined reference to `openocd_startup_tcl' Javier: Remove --enable-shared, it shouldn't be there. I didn't notice it when I looked through the instructions before. /Andreas |