Synchronize header and libraries error

Sysprogs forums Forums VisualGDB Synchronize header and libraries error

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6631
    Jetty
    Participant

    Hi everbody,

     

    I am trying to start a new project after a complete format of my computer and I have this error when trying to Synchronize headers and libraries :

    Downloading /lib…
    Downloading /usr/include…
    tar: python2.6/numpy : stat impossible: Aucun fichier ou dossier de ce type
    tar: python2.6_d/numpy : stat impossible: Aucun fichier ou dossier de ce type
    tar: Arrêt avec code d’échec à cause des erreurs précédentes
    Downloading /usr/lib…

    I Know it is in French but if anyone can help me it will be great.

     

    King regards

    JETTY

    #6634
    Jetty
    Participant

    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

    #6638
    support
    Keymaster

    Looks like the first problem is caused by some broken symlinks on the Linux side. You can investigate this by running “ls -l” in the target directory and checking that all symlink targets exist.

    The glibc problem can be caused by incompatibility between your toolchain and the system image. Please try the instructions described here: http://sysprogs.com/w/forums/topic/raspberrypi-undefined-reference-to-clock_gettimeglibc_2-17/

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.