Skip to content

Instantly share code, notes, and snippets.

@Googulator
Created December 18, 2023 21:25
Show Gist options
  • Select an option

  • Save Googulator/2e9ee8ed7db95234236b04b6fb10acc7 to your computer and use it in GitHub Desktop.

Select an option

Save Googulator/2e9ee8ed7db95234236b04b6fb10acc7 to your computer and use it in GitHub Desktop.
Screen contents at the time of the freeze
+> tcc-mes -c -D HAVE_CONFIG_H=1 -I include -I include/linux/x86 -o unified-libc.o unified-libc.c
unified-libc.c:2121: warning: assignment makes pointer from integer without a cast
unified-libc.c:2438: warning: SYS_exit redefined
unified-libc.c:2656: warning: SYS_write redefined
+> tcc-mes -ar cr /usr/lib/mes/libc.a unified-libc.o
+> mkdir /usr/lib/mes/tcc
+> tcc-mes -c -D HAVE_CONFIG_H=1 -D HAVE_LONG_LONG=1 -D HAVE_FLOAT=1 -I include -I include/linux/x86 -o libtcc1.o lib/libtcc1.c
+> if match x86 riscv64
+> tcc-mes -c -D HAVE_CONFIG_H=1 -I include -I include/linux/x86 lib/posix/getopt.c
+> tcc-mes -ar cr /usr/lib/mes/libgetopt.a getopt.o
+> cd ../tcc-0.9.26-1147-gee75a10c
+> tcc-mes -g -v -static -o tcc-boot0 -D BOOTSTRAP=1 -D HAVE_FLOAT=1 -D HAVE_BITFIELD=1 -D HAVE_LONG_LONG=1 -D HAVE_SETJMP=1 -I . -I /usr/include/mes -D TCC_TARGET_I386=1 -D CONFIG_TCCDIR="/usr/lib/mes/tcc" -D CONFIG_TCC_CRTPREFIX="/usr/lib/mes" -D CONFIG_TCC_ELFINTERP="/mes/loader" -D CONFIG_TCC_LIBPATHS="/usr/lib/mes:/usr/lib/mes/tcc" -D CONFIG_TCC_SYSINCLUDEPATHS="/usr/include/mes" -D TCC_LIBGCC="/usr/lib/mes/libc.a" -D TCC_LIBTCC1="libtcc1.a" -D CONFIG_TCCBOOT=1 -D CONFIG_TCC_STATIC=1 -D CONFIG_USE_LIBGCC=1 -D TCC_VERSION="0.9.26" -D ONE_SOURCE=1 -L . -L /usr/lib/mes tcc.c
tcc version 0.9.26 (i386 Linux)
<lockup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment