1. "test - Debug" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
  2. Nothing to be done.
  3.  
  4. #include <iostream>
  5.  
  6. using namespace std;
  7.  
  8. int main()
  9. {
  10.     cout << "Hi synmuffin";
  11.     return 0;
  12. }