User forums > Using Code::Blocks
CodeBlocks problems on Raspberry
oBFusCATed:
I don't see any error here?
Do you have xterm installed?
gauthierlerouzic:
yes Xterm is already installed on Raspbian.
it's crazy.
stahta01:
Can you post a full build log as in when you do rebuild or clean followed by build?
Tim S.
gauthierlerouzic:
If I ReBuild the project, this is my build log :
--- Quote ----------------- Clean: Release in genesis (compiler: GNU GCC Compiler)---------------
Cleaned "genesis - Release"
-------------- Build: Release in genesis (compiler: GNU GCC Compiler)---------------
g++ -c /home/pi/Téléchargements/genesis/main.cpp -o obj/Release/main.o
g++ -c /home/pi/Téléchargements/genesis/ofSerial.cpp -o obj/Release/ofSerial.o
g++ -o bin/Release/genesis obj/Release/main.o obj/Release/ofSerial.o /usr/lib/libcurl.so /usr/lib/libcurl-gnutls.so
g++: error: obj/Release/main.o: Aucun fichier ou dossier de ce type
g++: error: obj/Release/ofSerial.o: Aucun fichier ou dossier de ce type
Process terminated with status 1 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
--- End quote ---
But I take the two files in my archives, and put it in the folder obj/Release and it's good.
I don't know why, but every time I rebuild the project, the obj/Released files are deleted.
Really thank you for your time Tim!
gauthierlerouzic:
the must weird thing is, when I delete the build, and I rebuild it, CodeBlocks make a new bin file, and this one call ttyACM0, but I modify the code with the new serial port (ttyUSB0). I already save the update. I have no more ttyACM0 informations on my code... I don't understand
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version