You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing compiler under GambitC
Including prelude /home/nex/src/r7rs-benchmarks/src/GambitC-prelude.scm
Compiling...
gambitc_comp /tmp/larcenous/GambitC/compiler.scm /tmp/larcenous/GambitC/compiler.exe
{standard input}: Assembler messages:
{standard input}:5355: Warning: end of file not at end of a line; newline inserted
{standard input}:6227: Error: no such instruction: `mo'
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
gcc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
+!CSVLINE!+gambitc,compiler,COMPILEERROR
So it appears that it's not a Gambit bug per se, but rather a problem compiling the C file that Gambit produces.
I looked for this because I had no problem with running compiler on my own Ubuntu box. I don't know why your setup has this problem.
Brad
The text was updated successfully, but these errors were encountered:
In results.GambitC you find
So it appears that it's not a Gambit bug per se, but rather a problem compiling the C file that Gambit produces.
I looked for this because I had no problem with running
compiler
on my own Ubuntu box. I don't know why your setup has this problem.Brad
The text was updated successfully, but these errors were encountered: