Hi,
I was wondering how complex is to setup the linux versio of codeblocks to auto-detect MinGW32 and MinGW64 cross-compilers and create the right settings.
I looked for some info at the compilers/compiler_*.xml files but seens like it detects the compiler based on the instalation path am I right? The problem is: On OpenSUSE packets the mingw compilers are installed in the normal system path with modified names (see below) and they'r not automatically detected. One can always configure the compilers manually but, I think, it would be better if everithing goes "automagically"
Is the compiler_*.xml files the right & better way? Am I doing something wrong? Glad if someone points me to the right direction.
The MinGW paths on OpenSUSE (and, problably, other distros):
32 bits:
/usr/bin/i686-w64-mingw32-gcc
/usr/bin/i686-w64-mingw32-gcc-4.8.3
/usr/bin/i686-w64-mingw32-gcc-ar
64 bits:
/usr/bin/i686-w64-mingw32-gcc
/usr/bin/i686-w64-mingw32-gcc-4.8.3
/usr/bin/i686-w64-mingw32-gcc-ar