"Hello - Debug" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
HelloWorld
以下のような簡単なプログラムを実行しようとすると、上記のメッセージが表示されます。
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}
なぜこれが起こっているのか、そしてそれをどのように解決できるのかについてのアイデアは役に立ちます。参考までに:現在GNUGCCコンパイラを使用しています。これも変更してみましたが使用できませんでした。