Hallo Leute!
Ich habe gerade eben das C/C++ Plugin für Eclipse installiert und seitdem funktioniert mein
gcc nicht mehr ☹
#include <stdio.h>
int main(void){printf("hello world!");return 0;}
"gcc -o helloworld helloworld.c" liefert mir immer "stdio.h no file or directory"
Gleicher Feher tritt auch mit cpp auf!
Neuinstallaton von gcc hat nichts gebracht.
Hat einer ne Idee?
MfG, Ashiaka