Horje
compile 32 bit on 64 bit linux Code Example
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




Shell

Related
how to update old branch Code Example how to update old branch Code Example
aos library Code Example aos library Code Example
what does apt mean when installing app  on ubuntu Code Example what does apt mean when installing app on ubuntu Code Example
cannot open source file conio.h ubuntu Code Example cannot open source file conio.h ubuntu Code Example
find ps python Code Example find ps python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11