Tested on Fedora 10 using following commands:

libftdi
# needed some yum packages before build: libusb-devel libftdi libftdi-devel ./configure --enable-parport --enable-jlink --enable-rlink --enable-ft2232_libftdi --prefix=$HOME/tools/openocd-0.1.0/
   make all install

ftd2xx-0.4.16
# libftd2xx.so.0.4.16 copied to /usr/lib; created symbolic link from /usr/lib/libftd2xx.so -> /usr/lib/libftd2xx.so.0.4.16 and /usr/lib/libftd2xx.so.0 -> /usr/lib/libftd2xx.so.0.4.16
   # copied ftd2xx.h and WinTypes.h to /usr/include
# SELinux denial caused by libftd2xx.so.0.4.16 requiring text relocation. FIX: chcon -t textrel_shlib_t '/usr/lib/libftd2xx.so.0.4.16'; semanage fcontext -a -t textrel_shlib_t '/usr/lib/libftd2xx.so.0.4.16' ./configure --enable-parport --enable-jlink --enable-rlink --enable-ft2232_ftd2xx --prefix=$HOME/tools/openocd-0.1.0/
   make all install

I can verify that OpenOCD builds and will run. I didn't test any actual boards.

// Dean Glazeski

Rick Altherr wrote:

On Jan 16, 2009, at 10:09 AM, Rick Altherr wrote:


On Jan 16, 2009, at 2:48 AM, Spencer Oliver wrote:

Rick,


I've placed the first pass at a 0.1.0 source distribution at
http://www.kc8apf.net/files/openocd-0.1.0.tar.gz
.  I've done a few sanity checks for building on MacOS X, but
I don't have any other operating systems available to check.

I have tested cygwin, msys and fedora 8 - all seem ok.
Had to make a slight tweak when building for the rlink - i have committed a
fix to trunk.

setup using:
/configure --enable-parport --enable-jlink --enable-rlink
--enable-ft2232_ftd2xx

one thing i have noticed that none of the contrib dirs are added to the
dist.
It would be worth adding libdcc.

Cheers
Spen



It looks like you checked in fixes for rlink, contrib, and guess-rev.sh on msys. I'll spin the source again tonight with those fixes.

--
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


I've built a new source tarball and put it at the same URL. It would be very helpful if someone (or multiple someones) could see if it builds on Linux, FreeBSD, and Windows. Please try enabling all of the USB-based interfaces and any of the others that are applicable to your platform.

--
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-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to