Hi,
I am using codeblocks-20.03mingw. With default setting, the program is compiled for 64-bit systems. I want to compile the program to 32-bit system. I enabled -m32 flag in Setting->Compiler->Global compiler settings->GNU GCC compiler->Compiler settings. When i build the program, it throws following error. Pls see the attached image. How to build my program only for 32-bit system. Not for 64-bit system