On Sat, Jan 17, 2009 at 4:24 PM, Rick Altherr <kc8...@kc8apf.net> wrote: > I've put an updated tarball up at > http://www.kc8apf.net/files/openocd-0.1.0.tar.gz. This version incorporates > the manual page installation fix and should also fix a bug in guess-rev.sh. > Please give it a spin on Linux, FreeBSD, Windows and report back on > compilation success or failure. > > Thanks, > -- > Rick Altherr > kc8...@kc8apf.net > > "He said he hadn't had a byte in three days. I had a short, so I split it > with him." > -- Unsigned > > > > > _______________________________________________ > Openocd-development mailing list > Openocd-development@lists.berlios.de > https://lists.berlios.de/mailman/listinfo/openocd-development > >
openocd.c:62:20: error: alloca.h: No such file or directory FreeBSD does not define alloca.h; those routines are part of stdlib.h. If I remove this line, it builds fine. I am also seeing the following in Makefile: ACLOCAL = ${SHELL} /home/steve/projects/include/freebsd/usr/ports/devel/openocd-0.1.0/missing --run aclocal-1.10 AMTAR = ${SHELL} /home/steve/projects/include/freebsd/usr/ports/devel/openocd-0.1.0/missing --run tar AUTOCONF = ${SHELL} /home/steve/projects/include/freebsd/usr/ports/devel/openocd-0.1.0/missing --run autoconf AUTOHEADER = ${SHELL} /home/steve/projects/include/freebsd/usr/ports/devel/openocd-0.1.0/missing --run autoheader AUTOMAKE = ${SHELL} /home/steve/projects/include/freebsd/usr/ports/devel/openocd-0.1.0/missing --run automake-1.10 My tar is /usr/bin/tar, autoconf is /usr/local/bin/autoconf, etc, so I'm not sure what these are about... After a gmake install, I have openocd in /usr/local/bin/openocd, but I get the following when I run openocd: [st...@dynstant ~]$ openocd Open On-Chip Debugger 0.1.0 (2009-01-19-11:18) svn:exported BUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS $URL: https://kc8...@svn.berlios.de/svnroot/repos/openocd/tags/openocd-0.1.0/src/openocd.c $ Can't find openocd.cfg [st...@dynstant ~]$ Best, Steve _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development