RE: HELP REQUIRED: Unexpected end of file.

2008-04-21 Thread Stepp, Charles
r. -Original Message- From: Goku [mailto:[EMAIL PROTECTED] Sent: Saturday, April 19, 2008 2:48 PM To: cygwin@cygwin.com Subject: HELP REQUIRED: Unexpected end of file. Hello , I am facing severe problems while porting some of the audio applications, am using cygwin to compile my code,

HELP REQUIRED: Unexpected end of file.

2008-04-19 Thread Goku
Hello , I am facing severe problems while porting some of the audio applications, am using cygwin to compile my code, the makefile and the code are written for Linux, hence i am trying to port it to windows for TI DSP. This is the place where i am getting the error : /cygdrive/c/consumer/Local/Ap

RE: Help Required

2005-10-24 Thread Robb, Sam
> Hello, > > http://cygwin.mirrors.pair.com/jffs2/mkfs.jffs2 appears to > be a Linux executable. Actually, it doesn't appear to be anything at all: $ wget http://cygwin.mirrors.pair.com/jffs2/mkfs.jffs2 --12:16:28-- http://cygwin.mirrors.pair.com/jffs2/mkfs.jffs2 => `mkfs.jf

Help Required

2005-10-24 Thread Nagendra G
Hello, http://cygwin.mirrors.pair.com/jffs2/mkfs.jffs2 appears to be a Linux executable. Is there a version for cygwin that runs on a Windows platform? Thanks in advance for any help . -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi

Re: Help required, Debug Dll using cygwin GDB with an exe compiled with MSVC .NET

2004-11-05 Thread Christopher Faylor
On Sat, Nov 06, 2004 at 07:40:40AM +0500, Sheraz Attari wrote: >I need some help regarding gdb! >I've a dll which is build with cygwin g++ with -g option, I want to debug >that dll and the > >application that is using this dll is compiled with MSVC 7, any way to >achieve that ? No. There's no w

Help required, Debug Dll using cygwin GDB with an exe compiled with MSVC .NET

2004-11-05 Thread Sheraz Attari
I need some help regarding gdb! I've a dll which is build with cygwin g++ with -g option, I want to debug that dll and the application that is using this dll is compiled with MSVC 7, any way to achieve that ? What I get till now is: Start gdb.exe to debug dll as: gdb.exe Script1.dll put breakpoi