[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Persistant broken build - products/phcogspurlinuxhtRPi No such file or directory (#333)

Nicolas Cellier notifications at github.com
Tue Jan 1 19:29:20 UTC 2019


OK, I see it now, re-generating cogitARMv5.c adds the definition of unalignedLongAt.
The last generation was VMMaker.oscog-eem.2482, so a few things have happened in VMMaker in between, including code generation...
I'm not responsible for any stuff touching unalignedLongAt, but I should not have regenerated...
I wonder why squeak do succeed? Different compiler options?

Eliot has already fixed that in VMMaker.oscog-eem.2502 so as to <do not generate>:

    unalignedLongAt: byteAddress
	"Some processors need this, but word-oriented RISCs don't. Hence doNotGenerate."
	<doNotGenerate>
	^self subclassResponsibility

Either I revert, or I try to generate with 2502...


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/333#issuecomment-450751713
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190101/2581a92b/attachment.html>


More information about the Vm-dev mailing list