Date: Thu, 06 Feb 1997 08:22:37 -0700 From: "Russell L. Carter" <rcarter@consys.com> To: current@freebsd.org Subject: Re: linux ELF codine no go on 2.2 Gamma Message-ID: <199702061522.IAA09268@conceptual.com> In-Reply-To: Your message of "Thu, 06 Feb 1997 11:40:36 %2B1030." <199702060110.LAA28605@genesis.atrad.adelaide.edu.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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 [[ >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702061522.IAA09268>