Forum Replies Created
-
AuthorPosts
-
JettyParticipant
is the error have a relation with this one ?
1>—— Début de la génération : Projet : LinuxProject10, Configuration : Debug Win32 ——
1>La génération a démarré 21/06/2015 01:52:12.
1>Build:
1> VisualGDB: Run “cmd.exe /c “C:\SysGCC\raspberry\bin\make.exe” CONFIG=Debug” in directory “G:\projectvisual\LinuxProject10\LinuxProject10” on local computer
1> C:/SysGCC/raspberry/bin/arm-linux-gnueabihf-g++.exe -ggdb -ffunction-sections -O0 -IC:/SysGCC/raspberry/arm-linux-gnueabihf/sysroot/usr/local/include -DDEBUG -c LinuxProject10.cpp -o Debug/LinuxProject10.o -MD -MF Debug/LinuxProject10.dep
1> C:/SysGCC/raspberry/bin/arm-linux-gnueabihf-g++.exe -o Debug/LinuxProject10 -Wl,-gc-sections -Wl,–start-group Debug/LinuxProject10.o -lpthread -lwiringPi -Wl,–rpath=’$ORIGIN’ -Wl,–end-group
1> c:/sysgcc/raspberry/bin/../lib/gcc/arm-linux-gnueabihf/4.9/../../../../arm-linux-gnueabihf/lib/libstdc++.so: undefined reference to `clock_gettime@GLIBC_2.17′
1>collect2.exe : error : ld returned 1 exit status
1> make: *** [Debug/LinuxProject10] Error 1
1> ————————————————————-
1> Command exited with code 2
1> Executable: cmd.exe
1> Arguments: /c “C:\SysGCC\raspberry\bin\make.exe” CONFIG=Debug
1> Directory: G:\projectvisual\LinuxProject10\LinuxProject10
1>VisualGDB : error : Command-line action failed
1>EXEC : error : Build has failed. See the Output window for more details.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(38,5): error MSB3073: La commande “”C:\Program Files (x86)\Sysprogs\VisualGDB\\VisualGDB.exe” /build “G:\projectvisual\LinuxProject10\LinuxProject10\LinuxProject10.vcxproj” “/solution:G:\projectvisual\LinuxProject10\LinuxProject10.sln” “/config:Debug” “/platform:Win32″” s’est arrêtée avec le code 1.
1>
1>ÉCHEC de la build.
1>
1>Temps écoulé 00:00:00.98
========== Génération : 0 a réussi, 1 a échoué, 0 mis à jour, 0 a été ignoré ==========For information I am following the tutorial here : http://visualgdb.com/tutorials/raspberry/wiringPi/
Best regard
-
AuthorPosts