Make sure you are using x86_64 Ubuntu system.
sudo apt-get install build-essential gcc-multilibStep 2 :
Suppose you are using x86_64 system and want to compile a x86 version software.
gcc -m32 test.c -o testfile testThats all! See you.
sudo apt-get install build-essential gcc-multilibgcc -m32 test.c -o testfile test
0 komentar:
Posting Komentar