Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <004201bfe0e0$73610ee0$56251004@darnold-home.sybase.com> Reply-To: "Dave Arnold" From: "Dave Arnold" To: Subject: Cygnus Insight GDB acting funny...What is (error 193)? Date: Wed, 28 Jun 2000 02:08:37 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 hi, I'm trying to use the Insight frontend for gdb. when I run it from the bash command line like so: >bash$ gdb helloworld the gui opens up fine and displays the full source code in C. however if I run it without any args like this >bash$ gdb the gui opens up fine, BUT when I attempt to load a file to debug using the File menu It only shows assembly code. Then if I go File->source and choose a .c file, I get an error message saying : "Error in sourced command file: Undefined command: "". Try "help". I suppose this is not meant to open a source code file but some kind of command file? Why doesn't it pick up the source code in C if I open the .exe from the menu? rather than the command prompt? Also I can't get the debugger to even run a process which I know has no bugs. When I type run in the console like this; (gdb) run Starting program: /gcc130/lab5/find5 123456 Error: Error creating process /gcc130/lab5/find5, (error 193) What is error 193? I have a plain Dos version of gdb and it works fine with the same program. What could be the probleM? Do I have to setup some kind of environment vars or config file or something? I'm running this right after running the cygwin setup.exe and rebooting. I haven't done any other configurations of cygwin install besides mounting some of my other directories to appear under my cygwin root dir. /dAVe -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com