This is the error I get when running make:

sim_fio.c:(.text+0xf0c): undefined reference to `glob'
/data/data/com.termux/files/usr/bin/aarch64-linux-android-ld: sim_fio.c:(.text+0xfe4): undefined reference to `globfree' clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [makefile:2134: BIN/pdp1] Error 1

On 20 October 2019 21:41:37 [email protected] wrote:

Send Simh mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://mailman.trailing-edge.com/mailman/listinfo/simh
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Simh digest..."


Today's Topics:

  1. Re:  Running the PDP-8 SIMH Emulator on Android? (Bob Vines)
  2. Re:  Running the PDP-8 SIMH Emulator on Android? (Wilm Boerhout)
  3. Re:  Simh Digest, Vol 189, Issue 13 (Alan Abbott)
  4. Re:  Running the PDP-8 SIMH Emulator on Android? (Bob Vines)


----------------------------------------------------------------------

Message: 1
Date: Sun, 20 Oct 2019 16:10:06 -0400
From: Bob Vines <[email protected]>
To: Mark Pizzolato <[email protected]>
Cc: SIMH Mailing List <[email protected]>
Subject: Re: [Simh] Running the PDP-8 SIMH Emulator on Android?
Message-ID:
        <capdut-knyda9qtmidtgpy7on4akn3ymwpnqhtw-4excewq9...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Mark, et al.,

I've installed termux and successfully(?) run the first two commands that
you listed, but when I try to run "make pdp8" (without the quotes) I get
make: *** No rule to make target 'pdp8'.  Stop.

My "prompt" is a dollar sign ($) instead of the number sign (#), but the
pkg... and git... commands seem to have run correctly.  I apologize for not
being able to spell Linux, but I think I need more hand-holding here.


Thanks,

Bob

On Sat, Oct 19, 2019 at 9:36 PM Mark Pizzolato <[email protected]> wrote:

Hi Bob,

On Saturday, October 19, 2019 at 1:24 PM, Bob Vines wrote:
> Is there an Android version of the SIMH PDP-8 emulator?
> If so, can you point me to it?

Well, the easiest way to get any simh simulator to run on
Android is to install the "termux" android app using the
Google Play store.

Once termux is installed, open it and enter the following
commands:

        # pkg install git clang make
        # git clone https://github.com/simh/simh
        # make pdp8 {or any other simulator}
        # BIN/pdp8
        PDP-8 simulator V4.0.0 Current     git commit id: 0de9b628
        sim>

> Also, it there are any knowledgeable
> "discussions" about this version of the emulator, can you
> point me to that too?

This mailing list is one place to discuss those things.  I'm sure there
are other places as well.

Good Luck and have fun!

- Mark


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.trailing-edge.com/pipermail/simh/attachments/20191020/c6c32b8e/attachment-0001.html>

------------------------------

Message: 2
Date: Sun, 20 Oct 2019 22:19:49 +0200
From: Wilm Boerhout <[email protected]>
To: Bob Vines <[email protected]>
Cc: Mark Pizzolato <[email protected]>, SIMH Mailing List
        <[email protected]>
Subject: Re: [Simh] Running the PDP-8 SIMH Emulator on Android?
Message-ID:
        <CAHuToNb-jRUCidDt=rouqcerldr+m0xiecsf0nqyt0depcz...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

cd into the dir (simh) that holds the makefile and rerun the make cmd

/wilm

Op zo 20 okt. 2019 om 22:15 schreef Bob Vines <[email protected]>

Mark, et al.,

I've installed termux and successfully(?) run the first two commands that
you listed, but when I try to run "make pdp8" (without the quotes) I get
make: *** No rule to make target 'pdp8'.  Stop.

My "prompt" is a dollar sign ($) instead of the number sign (#), but the
pkg... and git... commands seem to have run correctly.  I apologize for not
being able to spell Linux, but I think I need more hand-holding here.


Thanks,

Bob

On Sat, Oct 19, 2019 at 9:36 PM Mark Pizzolato <[email protected]> wrote:

Hi Bob,

On Saturday, October 19, 2019 at 1:24 PM, Bob Vines wrote:
> Is there an Android version of the SIMH PDP-8 emulator?
> If so, can you point me to it?

Well, the easiest way to get any simh simulator to run on
Android is to install the "termux" android app using the
Google Play store.

Once termux is installed, open it and enter the following
commands:

        # pkg install git clang make
        # git clone https://github.com/simh/simh
        # make pdp8 {or any other simulator}
        # BIN/pdp8
        PDP-8 simulator V4.0.0 Current     git commit id: 0de9b628
        sim>

> Also, it there are any knowledgeable
> "discussions" about this version of the emulator, can you
> point me to that too?

This mailing list is one place to discuss those things.  I'm sure there
are other places as well.

Good Luck and have fun!

- Mark

_______________________________________________
Simh mailing list
[email protected]
http://mailman.trailing-edge.com/mailman/listinfo/simh

--
Wilm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.trailing-edge.com/pipermail/simh/attachments/20191020/22c897f4/attachment-0001.html>

------------------------------

Message: 3
Date: Sun, 20 Oct 2019 21:31:18 +0100
From: Alan Abbott <[email protected]>
To: [email protected]
Subject: Re: [Simh] Simh Digest, Vol 189, Issue 13
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

Tried this and failed at the make stage with errors (many).

Were some stages missed out? There was no errors until the make stage.
(Sorry I didnt make a note of them will do so tomorrow)

Alan


On Saturday, October 19, 2019 at 1:24 PM, Bob Vines wrote:
Is there an Android version of the SIMH PDP-8 emulator?
If so, can you point me to it?
Well, the easiest way to get any simh simulator to run on
Android is to install the "termux" android app using the
Google Play store.

Once termux is installed, open it and enter the following
commands:

        # pkg install git clang make
        # git clone https://github.com/simh/simh
        # make pdp8 {or any other simulator}
        # BIN/pdp8
        PDP-8 simulator V4.0.0 Current     git commit id: 0de9b628
        sim>

Also, it there are any knowledgeable
"discussions" about this version of the emulator, can you
point me to that too?


------------------------------

Message: 4
Date: Sun, 20 Oct 2019 16:35:13 -0400
From: Bob Vines <[email protected]>
To: [email protected], SIMH Mailing List <[email protected]>
Subject: Re: [Simh] Running the PDP-8 SIMH Emulator on Android?
Message-ID:
        <capdut-n9nd_6qqjyvy4jhhnowgxj3vum9fou-wcec04-kq4...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Thanks guys, both suggestions together were successful.  :)  I'm now
running SIMH!  :)

On Sun, Oct 20, 2019 at 4:20 PM Wilm Boerhout <[email protected]> wrote:

cd into the dir (simh) that holds the makefile and rerun the make cmd

/wilm

Op zo 20 okt. 2019 om 22:15 schreef Bob Vines <[email protected]>

Mark, et al.,

I've installed termux and successfully(?) run the first two commands that
you listed, but when I try to run "make pdp8" (without the quotes) I get
make: *** No rule to make target 'pdp8'.  Stop.

My "prompt" is a dollar sign ($) instead of the number sign (#), but the
pkg... and git... commands seem to have run correctly.  I apologize for not
being able to spell Linux, but I think I need more hand-holding here.


Thanks,

Bob

On Sat, Oct 19, 2019 at 9:36 PM Mark Pizzolato <[email protected]> wrote:

Hi Bob,

On Saturday, October 19, 2019 at 1:24 PM, Bob Vines wrote:
> Is there an Android version of the SIMH PDP-8 emulator?
> If so, can you point me to it?

Well, the easiest way to get any simh simulator to run on
Android is to install the "termux" android app using the
Google Play store.

Once termux is installed, open it and enter the following
commands:

        # pkg install git clang make
        # git clone https://github.com/simh/simh
        # make pdp8 {or any other simulator}
        # BIN/pdp8
        PDP-8 simulator V4.0.0 Current     git commit id: 0de9b628
        sim>

> Also, it there are any knowledgeable
> "discussions" about this version of the emulator, can you
> point me to that too?

This mailing list is one place to discuss those things.  I'm sure there
are other places as well.

Good Luck and have fun!

- Mark

_______________________________________________
Simh mailing list
[email protected]
http://mailman.trailing-edge.com/mailman/listinfo/simh

--
Wilm

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.trailing-edge.com/pipermail/simh/attachments/20191020/3d8e2b3a/attachment.html>

------------------------------

Subject: Digest Footer

_______________________________________________
Simh mailing list
[email protected]
http://mailman.trailing-edge.com/mailman/listinfo/simh

------------------------------

End of Simh Digest, Vol 189, Issue 14
*************************************



_______________________________________________
Simh mailing list
[email protected]
http://mailman.trailing-edge.com/mailman/listinfo/simh

Reply via email to