paulh001

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • in reply to: Raspberry Pi 4 ARM64 Qt5 project #34068
    paulh001
    Participant

    I think you have to add libraries to your project, If you use MSBuild you can add them to “Libraries Names”  like pthread; GL etc

    in reply to: How to create a new ESP-IDF v5 project #33987
    paulh001
    Participant

    Hi,

    I recreated the project, now it seems ok

    in reply to: How to create a new ESP-IDF v5 project #33975
    paulh001
    Participant

    Hi,

    Thanks, I did some research and I think for now I merge several examples into one template. I see that VisualGDB reads the kconfig file so I can edit it to merge the example menu’s. I only cannot find this file in the solution explorer.

    The only (minor) issue I have is that VisualGDB somehow delete the components which I added to the project using the component yaml file. When I select Reload Cmake Project the components are dowloaded again. But when you reconfigure the project options the components are delete.

     

    Thanks, for the quick response.

     

    in reply to: ESP32 IDF Toolchain does not work #33954
    paulh001
    Participant

    Thanks, now it works correctly.

     

    Thanks

     

     

    paulh001
    Participant

    So, you cannot set compiler and linker settings like you can with MSBUILD.

    That would be a disappointment.

    Attachments:
    You must be logged in to view attached files.
    paulh001
    Participant

    Hello,

    The steps I took were.

    1. Start Visual studio
    2. select new project
    3. select template linux visualgdb
    4. Select CMake / Ninja
    5. after project is created try to open project properties (Menu project -> properties)
    6. Dialog box appears but without any properties for compiler and linker

    See attachment

     

     

    • This reply was modified 1 year, 7 months ago by paulh001.
    Attachments:
    You must be logged in to view attached files.
    in reply to: intellisense #32984
    paulh001
    Participant

    The build fails because intellisense has added incorrect include directories. When I remove these it compiles. The question is why is intellisense adding incorrect include directories? If I remove these include directories. Intellisense directly tries to add them again.

    in reply to: [-Wdeprecated-declarations] #32719
    paulh001
    Participant

    Thanks, however the option is placed by intellisense “fix the solution” option.

    But will first check and compile with verbose.

     

    thanks

    in reply to: install gdbserver #32492
    paulh001
    Participant

    Found it sudo install gdbserver

    sometimes its easy 🙂

    in reply to: C++ 17 issue Intellisense #32176
    paulh001
    Participant

    Thanks, looks like rebuilding remote source cache did the trick.

     

    in reply to: C++ 17 issue Intellisense #32168
    paulh001
    Participant

    When I remove /usr/include/c++/10/tr1 it compliles ok. But intellisense keeps asking to add it

    in reply to: cmake install #32042
    paulh001
    Participant

    I hace resolved it manualy. But the steps are:

     

    1. In a CMake project op Menu Project->VisualGDB Project Properties
    2. Click CMake Build Settings
    3. In Installation Settings click Explicit location
    4. Fill Custom installation location: /home/pi
    5. Click Apply and Close
    6. Open CMakeList.txt

    Expectation is that CMakeLists.txt has a entry install(TARGETS applicationname DESTINATION /home/pi)

    This does not happen.

     

     

     

    in reply to: disable popup in editor #31645
    paulh001
    Participant

    Some extra information, the font is also very large see png file

    Attachments:
    You must be logged in to view attached files.
    in reply to: disable popup in editor #31643
    paulh001
    Participant

    When I add a include file to my source a very annoying popup occurs. Listing loads of include files.

    How can I stop this popup from appearing?

    Also the pop-up is only partial visible because it goes of my screen.

    Please don’t add more clutter to the editor it cost so much time to clear all this kind of stuff.

     

    in reply to: ESP32S-WROOM GBD Debugging #31560
    paulh001
    Participant

    Did you install correct USB driver using Zadig for interface 0?

    For me I have to use libusbK driver other drivers did not work for me.

    Also it worked on Windows 10 but lately it stopped working and could not get it working again.

    Now on Windows 11 and works again.

    Maybe this helps

Viewing 15 posts - 1 through 15 (of 17 total)