Re: Phix 1.0.5 uploaded
- Posted by petelomax 1 week ago
- 319 views
SDPringle said...
There sure are interesting features. After following the instructions. I found the following output when running things from /usr/local/phix:
$ p p64.exu
/usr/local/phix/p64.exu:2 format ELF64 ^ invalid Press Enter, or d for diagnostics... C:\Program Files (x86)\Phix\pmsgs.e:493 in procedure Abort() attempt to divide by 0 msg = "invalid" errline = "/usr/local/phix/p64.exu:2\nformat ELF64\n^ invalid\n" txtline = "format ELF64" fni = <novalue> lt = 13 k = 12 fn = 3 sli = <novalue> sfi = <novalue> i = 0 ... called from C:\Program Files (x86)\Phix\pmain.e:419 Global & Local Variables --> see /usr/local/phix/ex.errShould there be an environment variable set or something?
Sorry for the late reply. That is (roughly) as intended, it is just a "stub" to bolt a compile-time-only format clause atop the usual source. p -c p64.exu should work.