support

Forum Replies Created

Viewing 15 posts - 6,511 through 6,525 (of 7,815 total)
  • Author
    Posts
  • in reply to: VisualGDB with Wiznet W500P #7646
    support
    Keymaster

    Hi,

    You can check out this tutorial for step-by-step instructions on using lwIP with STM32: http://visualgdb.com/tutorials/arm/stm32/lwip/

    in reply to: BSP Missing After Update #7645
    support
    Keymaster

    Hi,

    Yes, the beta has a few minor issues, but is generally stable. We have updated the BSP definition so that it will only show up as an update for the latest VisualGDB 5.1.

    support
    Keymaster

    Hi,

    The “AlternativeType” system is not recursive, so the definition in your case should look like this:

      <Type Name="std::map&lt;int32_t, std::string&gt;">
        <AlternativeType Name="HandleValueT"/>
      </Type>

    We have just retested it on a simple MinGW project. What does the GDB session window show when you try evaluating your variable? Does it show any errors (you need to switch it to the “All GDB interaction” mode)?

    in reply to: RPi2 gdb session is hanging #7638
    support
    Keymaster

    Hi,

    Does Visual Studio eventually unfreeze? Can you enable creation of GDB logs (via VisualGDB Project Properties -> Advanced GDB Settings) and see if the log keeps on growing when VS is frozen? If this does not immediately clarify the problem, please attach the log here or submit it to our support email.

    in reply to: Compile of OpenCV 3.1 for Raspberry Pi fails #7637
    support
    Keymaster

    Hi,

    Thanks for pointing that out, we will improve the SmarTTY logic for handling upload errors in the next release.

    Regarding the debugging error, do you mean the “Invalid deployment path” one? If yes, what exactly are the deployment paths you set for both projects?

    in reply to: JUCE and VisualGDB #7636
    support
    Keymaster

    Hi,

    If you are doing heavy multi-threaded debugging, you may find the Parallel Stacks window usable. You may also find it usable to sketch relations between multiple functions and data objects (e.g. mutexes) via Code Map. VisualGDB actually supports it very well for C++ projects.

    in reply to: Compile of OpenCV 3.1 for Raspberry Pi fails #7630
    support
    Keymaster

    Hi,

    Have you managed to upload the built OpenCV to your Raspberry Pi (step 11 of the tutorial)? Was libopencv_videostab.so.3.1 among the built files? Is the directory where it was copied among the ones in LD_LIBRARY_PATH?

    in reply to: C++ cannot write simple text file #7629
    support
    Keymaster

    No problem. If you encounter further problems, feel free to create a new thread.

    in reply to: nrf52832 SDK Version problem? #7628
    support
    Keymaster

    No problem. Let us know if you run into any problems.

    in reply to: JUCE and VisualGDB #7627
    support
    Keymaster

    Hi,

    To use VisualGDB with projucer you need to figure out 2 things:

    1. The exact command line to build your Projucer project
    2. The location of the executable it builds

    Once you know both of those, simply select “Import a project built with command-line tools” in VisualGDB Project Wizard and specify the command line and the executable. VisualGDB will automatically create a project that will wrap your projucer setup.

    in reply to: JLink no more breakpoints available #7626
    support
    Keymaster

    Good to know it worked. Let us know if you encounter further problems.

    in reply to: Build Error with WiringPi #7614
    support
    Keymaster

    Hi,

    The `clock_gettime@GLIBC_2.17′ error occurs when your headers and libraries end up being mismatched after a partial sysroot sync. Please resynchronize your sysroot again. If this does not help, simply reinstall the toolchain from scratch and synchronize it then.

    support
    Keymaster

    Good to know it works. Let us know if you encounter further problems.

    in reply to: C++ cannot write simple text file #7612
    support
    Keymaster

    Hi,

    Most likely either your user account does not have access to the directory where you are trying to create the file, or you are running it on a wrong machine. Please try to change the directory of the file to /tmp and if it does not help, try running the executable directly over SSH.

    in reply to: Nordic nRF52 – wrong RAM usage report #7611
    support
    Keymaster

    Hi,

    This is by design. The preview version of the nRF52 chip has a bug the includes in wrong memory placement, so only the first 32KB are accessible (unless you create a separate memory region and place some data there). Hence VisualGDB treats it as a 32KB device.

Viewing 15 posts - 6,511 through 6,525 (of 7,815 total)