Advertisement
Guest User

Untitled

a guest
Jul 16th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Backtrace:
  2. In ice-9/boot-9.scm:
  3. 1752:10 15 (with-exception-handler _ _ #:unwind? _ # _)
  4. In unknown file:
  5. 14 (apply-smob/0 #<thunk 7f8c263e4300>)
  6. In ice-9/boot-9.scm:
  7. 724:2 13 (call-with-prompt _ _ #<procedure default-prompt-handle?>)
  8. In ice-9/eval.scm:
  9. 619:8 12 (_ #(#(#<directory (guile-user) 7f8c263e7c80>)))
  10. In mescc/mescc.scm:
  11. 123:16 11 (mescc:assemble ((kernel . "linux") (arch . "x86_64") ?))
  12. In srfi/srfi-1.scm:
  13. 586:17 10 (map1 ("crt1.c"))
  14. In ice-9/ports.scm:
  15. 433:17 9 (call-with-input-file _ _ #:binary _ #:encoding _ # _)
  16. 472:4 8 (_ _)
  17. In mescc/compile.scm:
  18. 64:14 7 (c99-ast->info #<<info> types: (("char" . #<<type> typ?> ?)
  19. In srfi/srfi-1.scm:
  20. 460:18 6 (fold #<procedure ast->info (o info)> _ _)
  21. In mescc/compile.scm:
  22. 2688:17 5 (fctn-defn->info ((decl-spec-list (type-spec (?))) # #) #)
  23. 1729:20 4 (fk)
  24. In srfi/srfi-1.scm:
  25. 460:18 3 (fold #<procedure ast->info (o info)> #<<info> types: ?> ?)
  26. In mescc/compile.scm:
  27. 1939:20 2 (fk)
  28. 899:6 1 (expr->register (asm-expr (@ (extension "GNUC")) (# ?)) #)
  29. 1450:11 0 (fk)
  30.  
  31. mescc/compile.scm:1450:11: In procedure fk:
  32. expr->register: not supported: (asm-expr (@ (extension "GNUC")) (string "mov____%rbp,%rax"))
  33. make: *** [GNUmakefile:99:build] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement