**** BEGIN LOGGING AT Mon Nov 06 02:59:57 2006 Nov 06 19:51:15 hi Nov 06 19:51:26 vmaster - do you read? Nov 06 19:52:16 hey martin Nov 06 19:53:48 hey mthomas__ Nov 06 19:54:01 ho dominic, i try to build openocd with mingw to test the new cortex "backend". problems (of cause): jtag.c:202: undefined reference to `ft2232_interface' seem ft2232.c is not compiled. config-options: --enable-ft2232_ftd2xx --with-ftd2xx=/home/mthomas/src_ftd2xx/ Nov 06 19:54:47 i have build openocd since michael provides it but cortex-m3 is too new Nov 06 19:54:54 ups ...not... Nov 06 19:55:45 cortex-m3 is in a branch of its own, and I don't expect michael to create binaries of that for now... i don't think people who /need/ binaries are the best for testing the code in this early stage ;) Nov 06 19:55:58 hum, i remember that problem Nov 06 19:56:23 was ft2232.o built? Nov 06 19:56:47 no Nov 06 19:58:55 in the jtag-subdir just jtag.o get built and so just this objectcode is in the libjtag Nov 06 19:59:24 haven't built with MinGW for months, let me check a few things Nov 06 20:03:35 there's a problem with the Makefile.am in src/jtag/ Nov 06 20:03:56 looks like certain versions of the autotools don't like the way ft2232_ftd2xx and ft2232_libftdi are being checked Nov 06 20:04:09 yes- guess something that results into this: am__objects_3 = ft2232.$(OBJEXT)#am__objects_3 =#am__objects_3 = ft2232.$(OBJEXT)am__objects_3 = Nov 06 20:12:23 http://mmd.ath.cx/Makefile.am_src_jtag Nov 06 20:12:40 could you try this modified version of Makefile.am? Nov 06 20:13:07 404 Nov 06 20:13:33 d'oh... Nov 06 20:13:39 got it, in openocd Nov 06 20:13:44 heh, yeah Nov 06 20:17:40 ok, better now, ft2232.c:45:20: ftd2xx.h: No such file or directory, will try to copy it manualy into the source dir Nov 06 20:18:26 ups - now there is already a __FTD2XX.H Nov 06 20:19:31 ok, exe there, just renamed __FTD2XX.H to ftd2xx.h Nov 06 20:33:45 writing external flash on a PXA250 at 10kb/s is quite nice for being limited to Wiggler-like 250kHz Nov 06 20:34:59 mthomas__: cool, any results so far? Nov 06 20:35:38 no, I don't have the luminary eval-board here - will try it later at home Nov 06 20:35:44 ah, ok Nov 06 20:39:03 if you update the SVN the next time: in the files cortex_swjdp.c, armv7mc. and cortex_m3.c there should be an #include "replacements.h" for mingw-compatiblity Nov 06 20:40:10 i'll forward this to magnus. i gave him write access to the svn repository so he could manage the cortex-m3 branch himself - i don't know enough about the cortex core, so it's better if only one person commits there Nov 06 20:41:34 ok, he will not see a problem since he is using a linux-box but for mingw it's need to replace usleep() etc Nov 06 20:41:50 ..needed... Nov 06 20:45:47 <[g2]> vmaster Ok this week I'm really gonna send you that JTAG device I've been talking to you about! Nov 06 20:47:26 [g2]: heh, yeah, no problem - the 250kHz limit is because of a low-pass filter the board designer put on the TCK line Nov 06 21:43:18 ok, i'm off, thanks for the support Dominic. **** ENDING LOGGING AT Tue Nov 07 02:59:56 2006