Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gambit compiling "compiler" seems to tickle C toolchain bug #30

Open
gambiteer opened this issue Nov 5, 2017 · 0 comments
Open

Gambit compiling "compiler" seems to tickle C toolchain bug #30

gambiteer opened this issue Nov 5, 2017 · 0 comments

Comments

@gambiteer
Copy link
Contributor

In results.GambitC you find

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant