From owner-freebsd-emulation Mon Dec 7 19:10:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27961 for freebsd-emulation-outgoing; Mon, 7 Dec 1998 19:10:18 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from rush.u-netsys.com.br (rush.u-netsys.com.br [200.246.214.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA27956 for ; Mon, 7 Dec 1998 19:10:14 -0800 (PST) (envelope-from paul@u-net.com.br) Received: (qmail 21396 invoked from network); 8 Dec 1998 03:10:07 -0000 Received: from ppp17-pm2.u-netsys.com.br (HELO home.u-net.com.br) (200.246.214.206) by rush.u-netsys.com.br with SMTP; 8 Dec 1998 03:10:07 -0000 Message-ID: <366C988E.4A2E7849@u-net.com.br> Date: Tue, 08 Dec 1998 01:10:06 -0200 From: "Paulo C. Marques F." Organization: U-Net Internet X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-emulation@FreeBSD.ORG Subject: ELF binary type not known. X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm using the linux emulation on a FreeBSD 3.0 box to run the Interbase RDBMS. It works perfectly. Now, I am trying to compile some binaries to do SQL queries to the Interbase server. I have installed the linux_devel port, And when I try executing the binary, I get this error: # /compat/linux/usr/bin/gcc -o try try.c -lgds # ./try ELF binary type not known Abort trap Any ideas? The binaries for the Interbase RDBMS have the format (taking gbak as an example): # file /path/to/interbase/bin/gbak /path/to/interbase/bin/gbak: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked, not stripped And the linux emulator is up and running: # modstat Type Id Off Loadaddr Size Info Rev Module Name EXEC 0 4 f2bf4000 0020 f2bfb010 1 linux_mod Thanks in advance. Regards, Paulo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message