Answers for "compile 32 bit on 64 bit linux"

0

compile 32 bit on 64 bit linux

To compile 32-bit code on a 64-bit system, use the option -m32 to gcc. 

Example: 
gcc -m32 hello.c
Posted by: Guest on September-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language