Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: "Rod Pemberton" Newsgroups: comp.lang.forth Subject: Re: problems with jonesforth Date: Wed, 09 Oct 2013 13:34:29 -0400 Organization: Aioe.org NNTP Server Lines: 33 Message-ID: References: <5255345b$0$603$e4fe514c@dreader34.news.xs4all.nl> NNTP-Posting-Host: CNsg4fVcCsvs3UaOgZtQCw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/12.16 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.lang.forth:26369 On Wed, 09 Oct 2013 06:47:55 -0400, Albert van der Horst wrote: > On a 64 bit Debian linux system: > > A straightforward build using the prescribed > gcc -m32 -nostdlib -static -Wl,-Ttext,0 -Wl,--build-id=none -o > jonesforth jonesforth.S > results in an unusable system: > "On a 64 bit ..." "gcc -m32 ..." Do you want -m64? gcc -v --help | less ... "-m32 Generate 32bit i386 code" ... "-m64 Generate 64bit x86-64 code" ... If not, do you want a 32 bit Debian Linux? If not, try removing more compiler options... If those don't work, port it to 64-bit assembly. Rod Pemberton