Compilation

Cross compilation for Linux

Requires gcc-mutilib

sudo apt-get install gcc-multilib -y
gcc 15285.c -o 15285 -m32

Last updated