<div dir="auto">First, an explanation, after you gave me the fix, I tried it on my old Tab 4 which is what gave me the linker error so just out of curiosity, I tried it on the E8 before I returned it and no errors!  For future knowledge, the linker error is benign on the pdp8 but not on the pdp11 which prevents the processing of disk images. Sorry about the confusion but now I can run Simh on a larger screen than my phone. Thanks Mark!<div dir="auto"><br></div><div dir="auto">Ray</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 30, 2019, 3:51 PM Mark Pizzolato <<a href="mailto:Mark@infocomm.com">Mark@infocomm.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Monday, December 30, 2019 at 11:43 AM, Ray Jewhurst wrote:<br>
> I tried disabling the -DHAVE_GLOB statement and except for a dismissable <br>
> warning; pdp8, pdp11 and vax went fine but when I went to build vax780, I <br>
> got the following message:<br>
> ead -ldl<br>
> BIN/vax780 /data/data/com.termux/files/home/simh/VAX/tests/vax-diag_test.ini<br>
> WARNING: linker: BIN/vax780: unused DT entry: type 0x6ffffef5 arg 0x894<br>
<br>
See: <a href="https://stackoverflow.com/questions/33206409/unused-dt-entry-type-0x1d-arg" rel="noreferrer noreferrer" target="_blank">https://stackoverflow.com/questions/33206409/unused-dt-entry-type-0x1d-arg</a> <br>
<br>
This is somewhat consistent with the fact that the termux support for your particular android platform is not particularly robust.  This, the glob issue, and the compiler issue mentioned below are all signs of this lack of robustness.<br>
<br>
><br>
> VAX 11/780 simulator V4.0-0 Current        git commit id: 23671684<br>
> Running Hardware Core Test (EVKAA)<br>
><br>
> *** PASSED - VAX 11/780 Hardware Core Instruction test EVKAA<br>
><br>
><br>
> Starting VAX Diagnostic Supervisor<br>
><br>
><br>
> Running - VAX Basic Instructions Exerciser EVKAB<br>
><br>
><br>
> *** FAILED - VAX Basic Instructions Exerciser EVKAB<br>
<br>
The test failure you're seeing says that the compiler you're using doesn't generate code to correctly implement the needs of ANY of the VAX simulators.  The same problem absolutely exists on the vax simulator, but the available diagnostic merely doesn't happen to demonstrate that failure since it doesn't do the same things as the VAX780 diags.  Trying to run real programs on any VAX simulator on your platform will certainly not be perfect.<br>
<br>
> make: *** [makefile:2356: BIN/vax780] Error 1<br>
> Also, it took well over an hour to build where it takes approximately 10 minutes <br>
> on my S8. <br>
<br>
As previously mentioned, we've seen issues with some of the older Android versions, and E8 is probably doesn't have a very beefy CPU compared to the S8.<br>
<br>
> I am going to try the -landroid-glob make option. Did I  get that right?<br>
<br>
You got it right, but it won't change the build and test time since that really is limited by the CPU power of the system you're running on and it has nothing to do with whether or not glob functionality is available.<br>
<br>
- Mark<br>
</blockquote></div>