[Simh] Simh on Android

Alan Abbott g1gop at yahoo.co.uk
Sun Oct 20 17:06:22 EDT 2019


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 simh-request at trailing-edge.com wrote:

> Send Simh mailing list submissions to
> 	simh at trailing-edge.com
>
> 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
> 	simh-request at trailing-edge.com
>
> You can reach the person managing the list at
> 	simh-owner at trailing-edge.com
>
> 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 <bobvines00 at gmail.com>
> To: Mark Pizzolato <Mark at infocomm.com>
> Cc: SIMH Mailing List <simh at trailing-edge.com>
> Subject: Re: [Simh] Running the PDP-8 SIMH Emulator on Android?
> Message-ID:
> 	<CAPDUT-kNyDA9qTMidtGpY7on4AKn3YMwpNqHTw-4ExCeWQ9rxw at 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 <Mark at infocomm.com> 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 <wilm at boerhout.nl>
> To: Bob Vines <bobvines00 at gmail.com>
> Cc: Mark Pizzolato <Mark at infocomm.com>, SIMH Mailing List
> 	<simh at trailing-edge.com>
> Subject: Re: [Simh] Running the PDP-8 SIMH Emulator on Android?
> Message-ID:
> 	<CAHuToNb-jRUCidDt=roUQCErLdr+m0xiECSf0NqYT0DepczOMA at 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 <bobvines00 at gmail.com>
>
>> 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 <Mark at infocomm.com> 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
>> Simh at trailing-edge.com
>> 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 <g1gop at yahoo.co.uk>
> To: simh at trailing-edge.com
> Subject: Re: [Simh] Simh Digest, Vol 189, Issue 13
> Message-ID: <2ba66e88-82f8-bb5f-1011-6f0e95094e7f at yahoo.co.uk>
> 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 <bobvines00 at gmail.com>
> To: wilm at boerhout.nl, SIMH Mailing List <simh at trailing-edge.com>
> Subject: Re: [Simh] Running the PDP-8 SIMH Emulator on Android?
> Message-ID:
> 	<CAPDUT-n9nD_6qqJYVy4JHhNoWgXJ3VUm9fOU-WCEc04-Kq43-w at 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 <wilm at boerhout.nl> 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 <bobvines00 at gmail.com>
>>
>>> 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 <Mark at infocomm.com> 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
>>> Simh at trailing-edge.com
>>> 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
> Simh at trailing-edge.com
> http://mailman.trailing-edge.com/mailman/listinfo/simh
>
> ------------------------------
>
> End of Simh Digest, Vol 189, Issue 14
> *************************************





More information about the Simh mailing list