Date: Sun, 27 Mar 2005 08:45:47 -0800 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Robert Wideman <rwideman@sbcglobal.net> Cc: freebsd-amd64@freebsd.org Subject: Re: 32 bit compatibility on FreeBSD 5.3 Amd64 Message-ID: <20050327164547.GA97330@troutmask.apl.washington.edu> In-Reply-To: <4246D5B0.309@sbcglobal.net> References: <4246D5B0.309@sbcglobal.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 27, 2005 at 09:48:00AM -0600, Robert Wideman wrote: > I'm running FreeBSD 5.3-Release AMD64 version. When I try to compile my > source that im writing for 32 bit compatibility I receive errors. > > gcc -m32 <source.c> > I don't think you can use the -m32 multilib options, yet. AMD64 has compatibility for *running* 32-bit binaries. It does not have 32-bit *building* capabilities. > Ive read that 5.3 has problems with 32 bit compatibility and that 5.4 > should resolve this. Does anyone know of a workaround on this? 32-bit compatibility for executions appears to work fine on my system. One work-around you can use is to actually use a 32-bit system to build your software. -- Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050327164547.GA97330>