• GCC

    Cross-compiling for 32/64 bit systems sudo apt-get install gcc-multlib gcc ‑m32 datei.c Tipp: Add ‑sta­t­ic for a sta­t­ic binary. Note that you need to install pack­ets for the tar­get plat­form, e.g. apt install gcc-i686-linux-gnu. Cross-compiling for Windows Install the pack­ages like apt install gcc-mingw-w64. Then use x86_64-w64-mingw32-gcc execute.c -o execute.exe. Disable security features You can…