°è¼Ó VC++À» ¾²´Ù°¡ ÄÚµå ºí·°À» ¾µ·Á°í ÄÚµå ºí·°À» ´Ù¿î¹Þ°í °£´ÜÇÏ°Ô Àû°í ºôµå¸¦ Çغôµ¥¤Ð¤Ìºôµå°¡ ¾ÈµÇ³×¿ä. ³Ê¹« °£´ÜÇÑ ±âÃÊÁßÀÇ ±âÃÊÀÎ
#include <stdio.h>
int main()
{
printf("code blocks");
return 0;
}
ÀÌ°É ½è´Âµ¥ ¹®¹ýÀûÀ¸·Î Ʋ¸° °÷µµ ¾ø±¸¿ä.
ÀÚ²Ù ºôµå ·Î±×¿¡ À̰͸¸(¾Æ·¡¿¡ Á¦°¡ Àû¾î³õÀº) ¶ß°í ·±ÀÌ µÇÁö ¾Ê¾Æ¿ä¤Ð¤Ì
"111 - Debug": The compiler's setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler.
Probably the toolchain path within the compiler options is not setup correctly?!
Goto "Settings->Compiler and debugger...->Global compiler settings->GNU GCC Compiler->Toolchain executables" and fix the compiler's setup.
Skipping...
Nothing to be done (all items are up-to-date).
¹«½¼ ÀÌÀ¯ ¶§¹®Àΰ¡¿ä?