I try to understand the requirements for developing Linux application running on 64-bit OS (with 64-bit architecture). If the code was written for 32-bits architecture, does it mean that on regular compilation (gcc -m32) it will run on the 64-bit system OS, without any problems ?
Thank you, Ran