On Wed, Aug 29, 2012 at 10:41 PM, Michael Schwingen <[email protected]> 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 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
