support

Forum Replies Created

Viewing 15 posts - 6,541 through 6,555 (of 7,856 total)
  • Author
    Posts
  • in reply to: Questions about Atmel-ICE with VisualGDB and ESP8266 #7681
    support
    Keymaster

    Hi,

    Please find the answers to your questions below.

    We did not explicitly test ESP8266 with Atmel-ICE. You can try it at your own risk by specifying the corresponding interface script to OpenOCD, but we cannot guarantee that it will work.

    The source code of the ESP8266 library is not provided by Espressif, so it’s not a limitation of VisualGDB.

    Yes, the embedded edition is enough for ESP8266.

    in reply to: NRF51 + MBED + BLE #7676
    support
    Keymaster

    Hi,

    When you are creating an mbed project, VisualGDB uses the files from the official mbed distro on github. Perhaps the file is named differently there? Can you find a BLE example specifically for mbed?

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

    Hi,

    This looks like either CMake or the toolchain is corrupt. Please try re-downloading and re-installing both of them.

    support
    Keymaster

    Hi,

    Placing the file under RemoteSourceCache does not automatically upload it to the Linux machine. Please either upload it directly with SmarTTY or add a pre-build action to upload it during build.

    in reply to: NRF51 + MBED + BLE #7672
    support
    Keymaster

    Hi,

    Most likely you need to specify some subdirectory. Please open VisualGDB Project Properties on the IntelliSense Setting page, check the list of include directories and search them and their subdirectories for the BLEDevice.h file. Then use the #include <subdirectory/BLEDevice.h> format to include it.

    support
    Keymaster

    Hi,

    The problem happens because “C:\Users\Hillel\Downloads\Raspberry PI\bcm2835-1.49\src\bcm2835.h” is a path on the Windows machine and it’s not accessible when you build on Linux. Please consider uploading the bsm2835 library somewhere on the Raspberry Pi (e.g. /opt/src), specifying the directory with the .h files in the include directories in VisualGDB Project Properties and simply including <bsm2835.h> without the full path.

    in reply to: Shared Files Location Change #7661
    support
    Keymaster

    This option is only available in the Custom and Ultimate editions. If you want to upgrade, simply contact our sales for a quote.

    support
    Keymaster

    Please check the Output window for more detailed error messages. If it does not help, please post the contents of the Output window here.

    in reply to: Visual GDB Licence key location #7659
    support
    Keymaster

    Hi,

    The license key is tied to a specific computer, so moving it won’t help. Simply contact our support via the form on the website and we will reset your activation so that you can reactivate it on a new computer. If you don’t remember your activation key, just let us know your email and we will resend the key there.

    in reply to: VisualGDB with Wiznet W500P #7658
    support
    Keymaster

    No problem. Enjoy VisualGDB.

    in reply to: VisualGDB with Wiznet W500P #7649
    support
    Keymaster

    Hi,

    Just update your STM32 BSP via Tools->Embedded Tools Manager. It should be version 3.4.

    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.

Viewing 15 posts - 6,541 through 6,555 (of 7,856 total)