<div dir="ltr"><div dir="ltr">Oops, missed one...<div><br><div class="gmail_quote"><div dir="ltr">On Fri, Dec 7, 2018 at 1:23 PM Ken.Dickey <<a href="mailto:Ken.Dickey@whidbey.com">Ken.Dickey@whidbey.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Greetings,<br>
<br>
I am grepping around to find the source of<br>
<br>
 ..In function sqUnixMain.c: In function 'sigsegv':<br>
include_ucontext.h:48:37: error 'mcontext_t'<br>
  has no member 'arm_pc'<br>
<br>
I note in <br>
 /usr/include/aarch64_linux_gnu/asm/sigcontext.h member 'pc' but not 'arm_pc'<br>
<br>
I am guessing this is from the include_ucontext.h line <br>
  #elif __linux__ && __arm__<br></blockquote><div><br></div><div>Simply discard this line and replace it with</div><div><br></div><div>#elif __linux__ && ... the plausible 32-bit ARM defines ...</div><div>...</div><div>#elif __linux__ && ... the plausible 64-bit ARM defines ... </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<br>
Where do I set/override __arm__ with (__aarch64__ or __armv8-a__ or __arm64__) ?<br>
<br>
What is the preferred __*__ to use?<br>
<br>
Any way to debug this cr*p?  Trace flag?  Dump defines (here)? <br>
<br>
Thanks much,<br>
-KenD<br>
_______________________________________________<br>
VM-beginners mailing list<br>
<a href="mailto:VM-beginners@lists.squeakfoundation.org" target="_blank">VM-beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div></div></div></div>