On Wed, 2009-07-01 at 19:07 -0700, Joseph Kuss wrote:
> Spen,
>  
> I guess I misinterpreted the text on openOCD cited,
> but my problem still exists:
>  
> Here is what I did do:
>  
> I do believe I complied with Michael Fischer's  instructions about the
> cygwin packages:
> ======
> 1) 
> Install cygwin, but you need some additional tools from the 
> development package like: 
> 
> - autoconf: Wrapper scripts for autoconf commands 
> - automake: Wrapper scripts for automake and aclocals 
> - gcc: C compiler upgrade helper 
> - libtool: A shared library generation tool 
> - make: The GNU version og the 'make' utility 
> - subversion: A version control system 
> ======
>  
> I assume after doining this and doing:
> =====
> svn checkout svn://svn.berlios.de/openocd/trunk trunksvn checkout
> svn://svn.berlios.de/openocd/trunk trunk
> ======
>  
> I am ready to roll:
>  
> when do ./bootstrap
> ========
> $ ./bootstrap
> + aclocal
> /usr/bin/m4:configure.in:428: canot create temporary file for
> diversion: Permission denied
> autom4te-2.6.3: /usr/bin/m4 failed with exit status: 1
> aclocal-1.11: autom4te failed with exit status: 1
> Bootstrap complete; you can './configure -enable-maintainer-mode ...."
> ========

The problems appear to start here.  If you run aclocal by hand, I assume
it gives you the same output, so try 'aclocal --verbose' and see if you
can determine which file it fails to create.  Actual CygWin experts may
recognize this as a symptom of some unrelated problem, but I can't
remember anything like that offhand.

By the looks of it, you have a simple permissions problem with your
temporary directory, but I have no idea how that that needs to be
configured under CygWin.  In any case, I hope the output of the
--verbose command should prove more enlightening.

Cheers,

Zach

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to