From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10990 invoked by alias); 15 Apr 2002 15:07:02 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 10960 invoked from network); 15 Apr 2002 15:06:59 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 15 Apr 2002 15:06:59 -0000 Received: from cse.cygnus.com (cse.sfbay.redhat.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id IAA11042; Mon, 15 Apr 2002 08:06:58 -0700 (PDT) Received: from localhost (keiths@localhost) by cse.cygnus.com (8.8.8+Sun/8.6.4) with ESMTP id IAA11366; Mon, 15 Apr 2002 08:06:58 -0700 (PDT) X-Authentication-Warning: cse.cygnus.com: keiths owned process doing -bs Date: Mon, 15 Apr 2002 08:07:00 -0000 From: Keith Seitz X-X-Sender: To: Prasanna - Khanapur cc: Subject: Re: Clarifications regarding BDM GDB Insight for M68k In-Reply-To: <20020415060504.24870.qmail@mailweb9.rediffmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q2/txt/msg00023.txt.bz2 On 15 Apr 2002, Prasanna - Khanapur wrote: > Hello, > I'm trying to make Insight GDB BDM for M68k processor in cygwin > environment on an WINNT machine. > I installed the latest cygwin version on the WINNT and > uncomopressed the insight-5.0.tar.bz2 file on the cygwin dir. Insight-5.0 is not the latest version. Make sure you are trying to build insight-5.1. Your libgui problems should be fixed by using "-mwin32". There was a change in gcc for cygwin between 5.0 and 5.1 which necessitates this flag. I don't recall if the 5.1 branch sources have this in it or not, so it might be needed there. (And don't include '-mwin32' everywhere -- just put it where needed.) Please verify which version of insight you are trying to build and get back to us. Keith