support

Forum Replies Created

Viewing 15 posts - 6,286 through 6,300 (of 7,747 total)
  • Author
    Posts
  • in reply to: ESP8266 #8076
    support
    Keymaster

    Hi,

    Cool. Thanks for the link. It currently looks like just a development build rather than an official release, so we are a bit hesitant to replace the previous RTOS libraries in the toolchain as it may introduce more bugs, especially given that it’s very easy to replace those manually after the installation. Once there is an official release from Espressif, we will gladly include it in our toolchain.

    in reply to: Compression issue #8075
    support
    Keymaster

    Hi,

    Yes, this makes sense. Normally if you are using a newer gdb version, the -thread-select should be automatically replaced with the –thread argument passed to -stack-list-frames, so you’ll get 3 commands. If you disable the “show arguments” and other similar settings in the call stack window, you’ll get only 2 commands that is pretty much the absolute minimum.

    in reply to: Automatic Installation of Raspberry Pi Toolchain #8074
    support
    Keymaster

    Hi,

    The toolchain is quite large, but it should normally download/install within minutes. Please try downloading it manually from http://gnutoolchains.com/.

    support
    Keymaster

    OK, VisualGDB now fully supports the OTA mechanism. It will automatically generate the OTA binaries, program them, configure the bootloader and can even serve the binaries over HTTP to the ESP8266 device. Read this tutorial for more details: http://visualgdb.com/tutorials/esp8266/ota/

    in reply to: Yocto-Linux #8065
    support
    Keymaster

    Hi,

    Then you should be able to configure VisualGDB similarly to the Edison tutorial. Let us know if you encounter any problems.

    in reply to: Yocto-Linux #8063
    support
    Keymaster

    Hi,

    Yes, as long as you have a cross-toolchain for your distro. E.g. see the Intel Edison tutorial: http://visualgdb.com/tutorials/linux/edison/

    You can also compile your code directly on the device or order a cross-toolchain from us if you don’t have one.

    in reply to: ESP8266 #8062
    support
    Keymaster

    Hi,

    Thanks for letting us know. We actually used the latest SDK from Espressif. Could you post a link to the update you have used so that we could include it in our toolchain as well?

    in reply to: Compression issue #8060
    support
    Keymaster

    As we mentioned before, there is not a lot of difference from turning on the compression. You can close the Threads and Call Stack windows in Visual Studio, then it will query less things and the overall performance should increase.

    You can also try using a cross-toolchain with gdb running on the Windows side. This may improve the performance a bit more.

    • This reply was modified 8 years, 10 months ago by support.
    in reply to: CMakeLists.txt not in the root source folder #8055
    support
    Keymaster

    Hi,

    The wizard layout depends on whether you are using a cross-compiler and where do you store the source files. Please provide us more details on the previous choices in the wizard so that we could check why it is disabled.

    As an alternative solution you can import the project from folderA, select “Do not import files to Solution Explorer” and then add the root folder manually via Add->Import Folder Recursively. This way the main source directory from the VisualGDB’s point of view will be folderA, but the Solution Explorer contents will look like you have imported the parent folder. Let us know if that works.

    in reply to: LD memory overlap problem #8054
    support
    Keymaster

    Hi,

    We are not aware of this problem. Where did you get that linker script? The ones shipped with VisualGDB should not contain any ‘mdata’ sections. Perhaps there is a newer version of the script available?

    in reply to: Adding OpenCV library to a Qt project #8053
    support
    Keymaster

    Good to know it works. Note that you can simply put the library directories in the ‘library directories’ field and library names without ‘lib’ and ‘.a’ or ‘.so’ to the “library names” if you want to simplify your setup.

    in reply to: VisualGDB not finding Olimex Tiny info #8052
    support
    Keymaster

    Hi,

    Yes, the gdb stub sometimes produces strange results. Generally the ESP8266 is much less stable than the ARM devices like CC3200, albeit much less expensive.

    We would recommend trying to get JTAG to work if the gdbstub does not work. We have just released a new toolchain version that improves the JTAG debugging stability by resetting some of the registers that interfere with debugging. Please try using it and let us know if it works.

    in reply to: Problem debugging ESP8266 #8051
    support
    Keymaster

    Hi,

    We have just released an updated version of our ESP8266 toolchain with improved stability. Could you please try it and let us know if the problem still exists?

    in reply to: Compression issue #8048
    support
    Keymaster

    Hi,

    Thanks for pointing that out. It does indeed look like we shipped the old one. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.1.4.683.msi

    in reply to: Compression issue #8044
    support
    Keymaster

    Hi,

    VisualGDB is using the version 1.6.0 (June 12 2015) that should include that fix. If it does not work with your machine, most likely it is another bug of libssh2. We will consider updating to 1.7.0 in one of the next VisualGDB releases.

Viewing 15 posts - 6,286 through 6,300 (of 7,747 total)