On 7 July 2011 00:56, Steve Bennett <ste...@workware.net.au> wrote:
> On 07/07/2011, at 2:13 AM, Eric Wetzel wrote:
>
>> I pulled from origin and now my process is failing during configure.
>> On ac43d7a69fca52df1ad287b51c44013653ad2f61, comping under Cygwin with
>> MinGW compiler, I get this:
>>
>> === configuring in jimtcl (/home/ericwetz/local/src/openocd.git/build/jimtcl)
>> configure: running /bin/sh ../../jimtcl/configure.gnu
>> --disable-option-checking '--prefix=/home/ericwetz/local'
>> '--enable-maintainer-mode' '--build=i686-pc-cygwin'
>> '--host=i686-pc-mingw32' '--enable-dummy' '--enable-jlink'
>> '--enable-ft2232_ftd2xx'
>> '--with-ftd2xx-win32-zipdir=/home/ericwetz/local/src/ftd2xx'
>> 'build_alias=i686-pc-cygwin' 'host_alias=i686-pc-mingw32'
>> --cache-file=/dev/null --srcdir=../../jimtcl
>> No installed jimsh or tclsh, building local bootstrap jimsh0
>> ../../jimtcl/autosetup/find-tclsh: line 10: cc: command not found
>> configure: error: ../../jimtcl/configure.gnu failed for jimtcl
>>
>> The line in question is:
>> ${CC_FOR_BUILD:-cc} -o "$d/jimsh0" "$d/jimsh0.c" || exit 1
>
> jimtcl doesn't (yet) support building on mingw/msys
> It will at some point, though.
>

Looking at that snippet he is cross compiling mingw under cygwin -
working fine here.
I would just try a simple native build, eg.
./openocd/configure --enable-maintainer-mode --enable-dummy

Cheers
Spen
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to