Re: [Openocd-development] Cygwin build fail (no ftdi, -mno-cygwin)

2009-06-08 Thread Øyvind Harboe
> Windows uses different line endings from Linux. But Cygwin doesn't! Consider a *common* situation. Use a Windows GUI to check out svn, but build under Cygwin. So if you use native line endings on .sh files, that breaks Cygwin! Arrrggh!!! That was Arrgh to Cygwin/Windows, not to you :-) --

Re: [Openocd-development] Cygwin build fail (no ftdi, -mno-cygwin)

2009-06-08 Thread Gene Smith
Rick Altherr wrote: > > > > On Jun 8, 2009, at 3:03 PM, Gene Smith wrote: > >> Gene Smith wrote: >>> Before trying to build I downloaded and installed the libusb stuff for >>> win32 (usb.h and the library itself) as directed in the sparkfun faq. >>> >>> Also made sure all cygwin parts are up to

Re: [Openocd-development] Cygwin build fail (no ftdi, -mno-cygwin)

2009-06-08 Thread Rick Altherr
On Jun 8, 2009, at 3:03 PM, Gene Smith wrote: Gene Smith wrote: Before trying to build I downloaded and installed the libusb stuff for win32 (usb.h and the library itself) as directed in the sparkfun faq. Also made sure all cygwin parts are up to date (make, automake, autoconf etc). T

Re: [Openocd-development] Cygwin build fail (no ftdi, -mno-cygwin)

2009-06-08 Thread Gene Smith
Gene Smith wrote: > Before trying to build I downloaded and installed the libusb stuff for > win32 (usb.h and the library itself) as directed in the sparkfun faq. > > Also made sure all cygwin parts are up to date (make, automake, autoconf > etc). > > Then I did: > > make distclean > ./bootstr

[Openocd-development] Cygwin build fail (no ftdi, -mno-cygwin)

2009-06-08 Thread Gene Smith
Before trying to build I downloaded and installed the libusb stuff for win32 (usb.h and the library itself) as directed in the sparkfun faq. Also made sure all cygwin parts are up to date (make, automake, autoconf etc). Then I did: make distclean ./bootstrap ./configure --enable-maintainer-mod