Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #26369

Re: problems with jonesforth

From "Rod Pemberton" <dont_use_email@nohavenotit.com>
Newsgroups comp.lang.forth
Subject Re: problems with jonesforth
Date 2013-10-09 13:34 -0400
Organization Aioe.org NNTP Server
Message-ID <op.w4o63rn30e5s1z@localhost> (permalink)
References <5255345b$0$603$e4fe514c@dreader34.news.xs4all.nl>

Show all headers | View raw


On Wed, 09 Oct 2013 06:47:55 -0400, Albert van der Horst  
<albert@spenarnc.xs4all.nl> 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

Back to comp.lang.forth | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

problems with jonesforth albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-10-09 10:47 +0000
  Re: problems with jonesforth "Rod Pemberton" <dont_use_email@nohavenotit.com> - 2013-10-09 13:34 -0400
    Re: problems with jonesforth albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-10-09 20:28 +0000
  Re: problems with jonesforth "Rod Pemberton" <dont_use_email@nohavenotit.com> - 2013-10-10 17:54 -0400
    Re: problems with jonesforth albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-10-10 23:42 +0000
      Re: problems with jonesforth "Rod Pemberton" <dont_use_email@nohavenotit.com> - 2013-10-10 22:24 -0400

csiph-web