From owner-freebsd-questions Sat Nov 17 20:56:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 032A637B405 for ; Sat, 17 Nov 2001 20:56:25 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 96B12BD1D; Sat, 17 Nov 2001 20:56:19 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id UAA30089; Sat, 17 Nov 2001 20:56:19 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id fAI4sgP72199; Sat, 17 Nov 2001 20:54:42 -0800 (PST) (envelope-from swear@blarg.net) To: "Anthony Atkielski" Cc: "FreeBSD Questions" Subject: Re: Windows/DOS .OBJ files to FreeBSD objects? References: <031801c16fb3$dbe19df0$0a00000a@atkielski.com> From: swear@blarg.net (Gary W. Swearingen) Date: 17 Nov 2001 20:54:41 -0800 In-Reply-To: <031801c16fb3$dbe19df0$0a00000a@atkielski.com> Message-ID: <1kn11k4r1q.11k@localhost.localdomain> Lines: 18 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Anthony Atkielski" writes: > My favorite Intel assembler is Eric Issacson's A86 assembler, but all it > produces is OBJ output compatible with Windows and DOS linkers. Is there any > way to convert such an OBJ file to something that can be linked under FreeBSD > into a FreeBSD-compatible executable binary, in conjunction with C++ modules, > for example? I doubt it, but I don't know much about such things. It might help you to know that there are at least 3 assemblers readily available the GNU /usr/bin/as, /usr/ports/devel/nasm, and part of /usr/ports/devel/bcc/. (And probably a BSD-heritage one that "as" replaced, but I don't know.) The "nasm" one says it can output many formats including Windows and DOS. I suppose it might do it by conversion (which might have some code you could use), but I doubt it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message