I want to understand how a 32-Bit compiler generates 64-Bit binary. I understand that we pass -m64 flag but should we use 64-Bit GCC compiler to generate 64-Bit binary code?
↧
I want to understand how a 32-Bit compiler generates 64-Bit binary. I understand that we pass -m64 flag but should we use 64-Bit GCC compiler to generate 64-Bit binary code?