VisualGDB – problems to execute tutorial

Sysprogs forums Forums VisualGDB VisualGDB – problems to execute tutorial

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8327
    MoriJim
    Participant

    Hello everyone,

    Nice to meet you and happy to discover this project “VisualGDB”.
    Since 2 days, i try to do the same as the tutorial : http://visualgdb.com/tutorials/raspberry/camera/
    But i’ve always the same error and  no way to fix it :(. So I ask your help.

    When i Try to do step 19: I do not have the same result 🙁
    here is mine:
    http://hpics.li/a571ea6

    Here my config for step before :
    http://hpics.li/5a6a2fa

    I use visual studio community 2013 with the last version of visualGBD and Cmake 2.8.12. My rasp has the same OS as the tutorial.

    Thanks for your help.

    #8335
    MoriJim
    Participant

    no one? 🙁

    #8343
    support
    Keymaster

    Hi,

    The error simply means that something in the build process failed without showing any error messages that VisualGDB could recognize. As suggested in the Errors list, please check the Output window for the details of the error.

    #8355
    MoriJim
    Participant

    In fact, it was normal.

    Now, I get a new error : http://hpics.li/abdfd9f

    Tool arguments:
    /tmp/VisualGDB_ToolchainTestProgram_Deployed: error while loading shared libraries: libraspicam.so.0.1: cannot open shared object file: No such file or directory

    But build of Raspicam was a success. So there is a file calls libraspicam.so in ../../raspicam-0.1.3/build/Debug/src

    #8368
    support
    Keymaster

    This is a known issue; VisualGDB does not deploy the shared libraries during toolchain testing. You can safely ignore the error. If you get it during debugging, please ensure that the project producing the libraspicam.so is referenced by the project you are debugging. Alternatively you can add a pre-debug action to deploy the .so file manually.

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