TCC (Tiny C Compiler) adjusted to work with cc-vm (C C Virtual Machine) https://github.com/kildom/cc-vm Building To build TCC for cc-vm, you need to go to ccvm directory and call make. You don't have to configure it before. cd ccvm make The output is in the ccvm/bin/ccvm-tcc file.