Eclipse CDT - Build und Run Frage

DiabloJulian

Lt. Junior Grade
Registriert
Dez. 2011
Beiträge
421
Hallo,

ich habe Eclipse CDT auf Ubuntu 14.04 installiert und auch schon mal Hello-World.c getestet. Ändere ich jedoch etwas am Quelltext und drücke anschließend auf Build und Run, wird mir immer noch der alte Quellcode ausgegeben. Was mache ich falsch?

€: Scheinbar den Fehler behoben: Hier die Anleitung dazu. Unter dem Punkt:
Configuring the CDT

Fortunately, this is very easy. If your path is set correctly, there should be absolutely nothing you need to configure. This is true if you followed these instructions for Windows or Mac OS X.

On some Unix systems you might have to change your "make" program to "gmake". You will find the setting in Window / Preferences (Eclipse / Preferences on Mac OS X). Then expand "C / C++", then "New CDT Project Wizard", "Makefile Project" and select "Builder Settings". In the section "builder", de-select "use default build command" and for "Build command" enter "gmake".
 
Zuletzt bearbeitet:
Zurück
Oben