From owner-freebsd-emulation Sun Feb 1 07:28:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21664 for freebsd-emulation-outgoing; Sun, 1 Feb 1998 07:28:00 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21641 for ; Sun, 1 Feb 1998 07:27:58 -0800 (PST) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([208.133.153.64]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA222; Sun, 1 Feb 1998 10:25:33 -0500 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.7) id KAA00227; Sun, 1 Feb 1998 10:27:21 -0500 (EST) (envelope-from root) Message-ID: <19980201102721.01931@scsn.net> Date: Sun, 1 Feb 1998 10:27:21 -0500 From: dmaddox@scsn.net (Donald J. Maddox) To: Mike Smith , dmaddox@scsn.net Cc: Amancio Hasty , "Helmut F. Wirth" , "Pedro F. Giffuni" , emulation@FreeBSD.ORG Subject: Re: Can't get Linux-gdb (from ports collection) to work Reply-To: dmaddox@scsn.net References: <19980201093839.06233@scsn.net> <199802011510.BAA00421@word.smith.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199802011510.BAA00421@word.smith.net.au>; from Mike Smith on Mon, Feb 02, 1998 at 01:40:53AM +1030 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-emulation" On Mon, Feb 02, 1998 at 01:40:53AM +1030, Mike Smith wrote: > *PLEASE* post emulation-related issues to the -emulation list, not here. > > > I can build Mesa2.6b5 using the linux-glide target with no problems; > > however, if I try to use the linux-386-glide target, every program > > that uses the Mesa libraries will coredump with an illegal instruction > > exception. It seems that the assembler doesn't do it's job as well > > under our emulation as it does under Linux... > > I don't follow your problem here. Where does running the assembler > under emulation come into the picture? I don't think I understand your question... I am talking about building Mesa as Linux-ELF binaries (necessary because glide is only available for linux). This naturally requires using the Linux devel tools, including the assembler.