Bonsoir,

étant sous Linux et développant avec Code::Blocks, je cherche à compiler mon code pour donner un binaire pour windows. Je veux donc utiliser MingW. En tombant sur cette doc d'Ubuntu j'ai installé MingW et ai même réussi à compiler un HelloWorld en ligne de commande grâce à i586-mingw32msvc-gcc -o bonjour.exe main.c. Mais comme je veux programmer depuis Code::Blocks, j'ai suivi Code::Blocks_and_Cross_Compilers pour configurer cet IDE pour MingW, mais au moment de compiler le même code source, j'obtiens "cross - Debug": The compiler's setup is invalid so Code::Blocks cannot find/run the compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping... dans le Build log.
Comment me dépanner?
Merci