Es wird keine ct-bot.exe erstellt

Allgemeine c't-Sim Themen
Antworten
fredvinzenz

Es wird keine ct-bot.exe erstellt

Beitrag von fredvinzenz » 19 Okt 2007, 15:53

Es wird keine ct-bot.exe erstellt. Wenn ich im ct-bot verzeichnis unter degub-w32 mingw32-make all ausführe, kommt folgende Fehlermeldung :

ur_remotecall.o ./bot-logic/behaviour_scan.o ./bot-logic/behaviour_servo.o ./bot-logic/behaviour_simple.o ./bot-logic/b
lve_maze.o ./bot-logic/behaviour_turn.o ./bot-logic/bot-logik.o -lwsock32 -lm -lpthreadGC2
c:\Programme\ct_bot\mingw\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lpthreadGC2
collect2: ld returned 1 exit status
mingw32-make: *** [ct-Bot.exe] Error 1

Ich habe die pthreadGC2.dll von pthreads aber in windows/system32 kopiert.
Hat irgendwer eine Idee woran es liegen könnte?

fredvinzenz

Beitrag von fredvinzenz » 19 Okt 2007, 17:58

Also ich habs hinbekommen.
ich hab in eclipse unter Project->properties->C/C++ Build->GCC C Compiler->Directories noch die Pfade "C:\Programme\ct_bot\pthreads\Pre-built.2\include" und
"C:\Programme\ct_bot\pthreads\Pre-built.2\lib"
hizugefügt und dann gings

Antworten