Advertisement
Guest User

Untitled

a guest
Jul 16th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. + sh /usr/local/bin/mescc -S -o tccpp.s -I mes/lib -I mes/include -D BOOTSTRAP=1 -I . -D TCC_TARGET_X86_64=1 -D inline= -D 'CONFIG_TCCDIR="/usr/local/lib/tcc"' -D 'CONFIG_TCC_CRTPREFIX="/usr/local/lib:{B}/lib:."' -D 'CONFIG_TCC_ELFINTERP="/mes/loader"' -D 'CONFIG_TCC_LIBPATHS="/usr/local/lib:{B}/lib:."' -D 'CONFIG_TCC_SYSINCLUDEPATHS="mes/include:/usr/local/include:{B}/include"' -D 'TCC_LIBGCC="/usr/local/lib/libc.a"' -D CONFIG_TCCBOOT=1 -D CONFIG_TCC_STATIC=1 -D CONFIG_USE_LIBGCC=1 -D TCC_MES_LIBC=1 -D 'TCC_LIBTCC1_MES="libtcc1-mes.a"' tccpp.c
  2. ./tcc.h:519: parse failed at state 356, on input "Elf64_Addr"
  3. at ./tcc.h:518
  4. at tccpp.c:22
  5. Backtrace:
  6. In ice-9/boot-9.scm:
  7. 1752:10 11 (with-exception-handler _ _ #:unwind? _ # _)
  8. In unknown file:
  9. 10 (apply-smob/0 #<thunk 7f3b11f11300>)
  10. In ice-9/boot-9.scm:
  11. 724:2 9 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
  12. In ice-9/eval.scm:
  13. 619:8 8 (_ #(#(#<directory (guile-user) 7f3b11f14c80>)))
  14. 293:34 7 (_ #(#(#(#(#(#(#<directory (mescc mescc…>) …) …) …) …) …))
  15. In srfi/srfi-1.scm:
  16. 586:17 6 (map1 ("tccpp.c"))
  17. In ice-9/ports.scm:
  18. 433:17 5 (call-with-input-file _ _ #:binary _ #:encoding _ # _)
  19. 472:4 4 (_ _)
  20. In ice-9/eval.scm:
  21. 293:34 3 (_ #(#(#<directory (mescc compile) 7f3b0b345b40>) #<…> …))
  22. 293:34 2 (_ #(#(#(#<directory (mescc compile) 7f3b0b345b40> …)) …))
  23. 293:34 1 (_ #(#(#(#(#(#(#(#<directory (mescc …>) …) …) …) …) …) …))
  24. In ice-9/boot-9.scm:
  25. 2007:7 0 (error _ . _)
  26.  
  27. ice-9/boot-9.scm:2007:7: In procedure error:
  28. expr->register: not supported: #f
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement