Date: 17 Nov 2001 20:54:41 -0800 From: swear@blarg.net (Gary W. Swearingen) To: "Anthony Atkielski" <anthony@atkielski.com> Cc: "FreeBSD Questions" <freebsd-questions@FreeBSD.ORG> Subject: Re: Windows/DOS .OBJ files to FreeBSD objects? Message-ID: <1kn11k4r1q.11k@localhost.localdomain> In-Reply-To: <031801c16fb3$dbe19df0$0a00000a@atkielski.com> References: <031801c16fb3$dbe19df0$0a00000a@atkielski.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Anthony Atkielski" <anthony@atkielski.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1kn11k4r1q.11k>
