From owner-freebsd-current Thu Feb 6 07:22:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA20220 for current-outgoing; Thu, 6 Feb 1997 07:22:51 -0800 (PST) Received: from usr06.primenet.com (root@usr06.primenet.com [206.165.5.106]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA20214 for ; Thu, 6 Feb 1997 07:22:48 -0800 (PST) Received: from primenet.com (root@mailhost01.primenet.com [206.165.5.52]) by usr06.primenet.com (8.8.5/8.8.5) with ESMTP id IAA15385 for ; Thu, 6 Feb 1997 08:22:47 -0700 (MST) Received: from conceptual.com (consys.com [207.218.17.187]) by primenet.com (8.8.5/8.8.5) with ESMTP id IAA18076 for ; Thu, 6 Feb 1997 08:22:39 -0700 (MST) Received: from localhost (localhost [127.0.0.1]) by conceptual.com (8.8.4/8.6.9) with SMTP id IAA09268 for ; Thu, 6 Feb 1997 08:22:37 -0700 (MST) Message-Id: <199702061522.IAA09268@conceptual.com> X-Authentication-Warning: conceptual.com: localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.9 8/22/96 To: current@freebsd.org Subject: Re: linux ELF codine no go on 2.2 Gamma In-reply-to: Your message of "Thu, 06 Feb 1997 11:40:36 +1030." <199702060110.LAA28605@genesis.atrad.adelaide.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 06 Feb 1997 08:22:37 -0700 From: "Russell L. Carter" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thanks all, Dan Walter's solution got to me first so I merrily poked bytes and now codine appears to run. Next time I'll try brandelf, looks a little faster... Cheers, Russell Michael Smith wrote: > Russell L. Carter stands accused of saying: > > > > I've been trying to get codine 4 (http://www.genias.de/) > > for linux ELF going with the following result: > > > > $ cod_qmaster > > ELF binary type not known > > Abort trap > > $ file cod_qmaster > > cod_qmaster: ELF 32-bit LSB executable, Intel 80386, version 1 > > It's a static ELF binary; without the path of the linker to use as hint, > there's no way to tell which ABI it requires. Try > > # brandelf cod_qmaster > # brandelf -t Linux cod_qmaster > > > on the other hand, Wingz seems to be happy as a bug, and > > file reports the same: > > > > $ file /usr/X11/lib/X11/Wingz/bin/Wingz > > /usr/X11/lib/X11/Wingz/bin/Wingz: ELF 32-bit LSB executable, Intel 80386, > > version 1 > > It's linked shared, so the execution class code can guess what it is. > > > Russell > > -- > ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ > ]] Genesis Software genesis@gsoft.com.au [[ > ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ > ]] realtime instrument control. (ph) +61-8-8267-3493 [[ > ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ >