From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30339 invoked by alias); 17 Nov 2001 22:51:54 -0000 Mailing-List: contact insight-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 30318 invoked from network); 17 Nov 2001 22:51:53 -0000 Message-ID: <00a801c16fba$874f5cd0$0100000a@dualbeast> From: "Andy Hare" To: "Insight Mail list" Subject: Running Insight on Win2K with Cygwin Date: Tue, 02 Oct 2001 14:38:00 -0000 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2001-q4/txt/msg00019.txt.bz2 I am having problems with running Insight on win2k under cygwin. I built the latest cvs version of insight, and now it builds without a problem. However, when I run it will load up a source file but then will not accept any more input. If I start it and immediately try to select a target, it does not show the target dialog box, and will no longer accept any input. Using windows task manager shows that the application is running but the only way to stop it is to use the end task in the task manager. I have built the version of Insight as a cross debugger and the target is for an ARM. The configure line is thus : cd /build/arm ; \ rm -r * ; \ /GNU-Source-Code/src/configure -v \ --prefix=/xgcc-arm/gnu \ --exec-prefix=/xgcc-arm/gnu \ --with-headers=/Gnu-Source-Code/src/newlib/libc/include \ --target=arm-elf >$(HOME)/configure.out 2>&1 and the make line is thus : cd /build/arm ; \ make -w all-gdb install-gdb CC='gcc -mwin32' >$(HOME)/make-gdb.out 2>&1 The 'CC='gcc -mwin32' part does not make any difference as I have tried with and without. Is there something I should be looking for that has not been set-up, as far as I can see all the files get installed. I have a version that was built some time ago (10/3/2001) and that functions as expected. Comparing the directory trees shows that some of the sub-directory names have been changed and some files are placed in different parts of the directory tree. What should the path look like for selecting these different files. I have also heard talk of problems with the latest stuff under windows what are these problems and how can I help to track them down. Thanks, Andy Hare www.ahare.btinternet.co.uk From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andy Hare" To: "Insight Mail list" Subject: Running Insight on Win2K with Cygwin Date: Sat, 17 Nov 2001 14:51:00 -0000 Message-ID: <00a801c16fba$874f5cd0$0100000a@dualbeast> X-SW-Source: 2001-q4/msg00320.html Message-ID: <20011117145100.MQWSczB-IW5dXZ6urPhCn3GFDl7DQopZjdqeoApoSLo@z> I am having problems with running Insight on win2k under cygwin. I built the latest cvs version of insight, and now it builds without a problem. However, when I run it will load up a source file but then will not accept any more input. If I start it and immediately try to select a target, it does not show the target dialog box, and will no longer accept any input. Using windows task manager shows that the application is running but the only way to stop it is to use the end task in the task manager. I have built the version of Insight as a cross debugger and the target is for an ARM. The configure line is thus : cd /build/arm ; \ rm -r * ; \ /GNU-Source-Code/src/configure -v \ --prefix=/xgcc-arm/gnu \ --exec-prefix=/xgcc-arm/gnu \ --with-headers=/Gnu-Source-Code/src/newlib/libc/include \ --target=arm-elf >$(HOME)/configure.out 2>&1 and the make line is thus : cd /build/arm ; \ make -w all-gdb install-gdb CC='gcc -mwin32' >$(HOME)/make-gdb.out 2>&1 The 'CC='gcc -mwin32' part does not make any difference as I have tried with and without. Is there something I should be looking for that has not been set-up, as far as I can see all the files get installed. I have a version that was built some time ago (10/3/2001) and that functions as expected. Comparing the directory trees shows that some of the sub-directory names have been changed and some files are placed in different parts of the directory tree. What should the path look like for selecting these different files. I have also heard talk of problems with the latest stuff under windows what are these problems and how can I help to track them down. Thanks, Andy Hare www.ahare.btinternet.co.uk