which forth for the eeepc / SEAForth
  Home FAQ Contact Sign in
comp.lang.forth only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.forth Profile…
 Up
which forth for the eeepc / SEAForth         


Author: rponsard
Date: Jun 4, 2008 03:22

Hi group !

what is the best solution tu run intellasys seaforth emulator on eeepc
(xandros linux) ?

allbeit intellasys provides 3 flavours of the simulator (gforth,
swiftforth, vfx forth), neither of this 3 can be used :

- gforth as to be cross-compiled (I don't want to install development
tools on eeepc) and there is a mess with glibc ...(good luck) (but
everything ok on a laptop/ubuntu)

- vfxforth is ok on eeepc, but simulator code is for the windows
edition...

- swiftforth is a windows aplli

lina too can't run that simulator...

I try to hack the code (vfxlin + gforth simulator), but I am a forth
neewbee... and there are some non trivial dialect subtilities...
Show full article (1.24Kb)
7 Comments
Re: which forth for the eeepc / SEAForth         


Author: p.klinkovsky
Date: Jun 4, 2008 04:32

> - vfxforth is ok on eeepc, but simulator code is for the windows
> edition...
No, it is not.
I am using seaforth simulator on VfxLin under Fedora 8.
Follow the Intellasys forum: http://www.intellasys.net/phpBB/viewtopic.php?f=9&t=42

Pavel Klinkovsky
no comments
Re: which forth for the eeepc / SEAForth         


Author: The Beez'
Date: Jun 4, 2008 05:12

On Jun 4, 12:22 pm, "rpons...@gmail.com" gmail.com> wrote:
> Hi group !
> - gforth as to be cross-compiled (I don't want to install development
> tools on eeepc) and there is a mess with glibc ...(good luck) (but
> everything ok on a laptop/ubuntu)
I have both 4tH (http://groups.google.nl/group/4th-compiler/
browse_thread/thread/e0712fc8113afb1e?hl=en) as well as gForth (http://
forum.eeeuser.com/viewtopic.php?id=22053) running on my EeePC. I'm not
sure what you mean by "as to be cross compiled".. I'm talking about
vanilla gForth.

Hans Bezemer
no comments
Re: which forth for the eeepc / SEAForth         


Author: Robert Spykerman
Date: Jun 4, 2008 09:52

On Jun 4, 10:12 pm, "The Beez'" bigfoot.com> wrote:
> On Jun 4, 12:22 pm, "rpons...@gmail.com" gmail.com> wrote:> Hi group !
>> - gforth as to be cross-compiled (I don't want to install development
>> tools on eeepc) and there is a mess with glibc ...(good luck) (but
>> everything ok on a laptop/ubuntu)
>
> I have both 4tH (http://groups.google.nl/group/4th-compiler/
> browse_thread/thread/e0712fc8113afb1e?hl=en) as well as gForth (http://
> forum.eeeuser.com/viewtopic.php?id=22053) running on my EeePC. I'm not
> sure what you mean by "as to be cross compiled".. I'm talking about
> vanilla gForth.
>
> Hans Bezemer

Maybe the OP is planning to build gforth on another machine and then
put it on his Eee.

For the OP:

You can download the prebuilt binaries. Usually however these will not
have been linked to ffcall but hopefully this won't be a necessity for
your case.
Show full article (1.67Kb)
no comments
Re: which forth for the eeepc / SEAForth         


Author: Anton Ertl
Date: Jun 4, 2008 10:06

"rponsard@gmail.com" gmail.com> writes:
>- gforth as to be cross-compiled (I don't want to install development
>tools on eeepc)
>and there is a mess with glibc

What do you mean with that?

- anton
no comments
Re: which forth for the eeepc / SEAForth         


Author: rponsard
Date: Jun 4, 2008 13:36

On Jun 4, 7:06 pm, an...@mips.complang.tuwien.ac.at (Anton Ertl)
wrote:
> "rpons...@gmail.com" gmail.com> writes:
>>- gforth as to be cross-compiled (I don't want to install development
>>tools on eeepc)
>
> Have you tried a binary package, e.g.,http://www.complang.tuwien.ac.at/forth/gforth/gforth-0.6.2.bin.i386-p...
>
>>and there is a mess with glibc

don't worry...
Show full article (1.01Kb)
no comments
Re: which forth for the eeepc / SEAForth         


Author: Anton Ertl
Date: Jun 5, 2008 12:49

"rponsard@gmail.com" gmail.com> writes:
>what I mean, is that you can't copy this gforth binary on the xandros
>eeepc (as it is built with an other libc)

As long as the libc on the build machine is older than the libc on the
target machine, you should be fine.

- anton
no comments
Re: which forth for the eeepc / SEAForth         


Author: Robert Spykerman
Date: Jun 5, 2008 16:14

On Jun 5, 3:06 am, an...@mips.complang.tuwien.ac.at (Anton Ertl)
wrote:
...
> "rpons...@gmail.com" gmail.com> writes:
>>and there is a mess with glibc
...
> What do you mean with that?

I think he may have run into a spot of bother with the preinstalled
glibc. Or perhaps the dynamic loader.

On the early versions of the xandros on my Eee with vfx (debian pkg).
It used to seg fault.

I am not sure what the problem was, I should have traced the fault at
the time.

In fact, I was going to - I needed a debugger, I went to get the dev
tools from debian and I noted it put in a new glibc and possibly a new
dynamic loader too. Whatever the problem was it went away after this.

I suspect the problems I had come from one of these two files. I don't
believe vfx depends on anything else, but Stephen can correct me if I
am wrong.
Show full article (1.54Kb)
no comments