I am trying out tcc in a chroot on an ARM64/Ampere VPS. I emerge tcc (I unmask the ~arm64 keyword). I make a simple hello world program. Compile it with tcc -o hello hello.c. But When I run ./hello, I get 'Segmentation fault (core dumped)'. When I do tcc -run hello.c it works though.
Any idea?


