Cannot add Arduino Core as component–missing menu option

Sysprogs forums Forums VisualGDB Cannot add Arduino Core as component–missing menu option

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25960
    usinjin
    Participant

    Hello,

    I am following your very nice tutorial here: https://visualgdb.com/tutorials/esp32/arduino/component/

    However, when I get to step 6, there is a problem–there is no menu option to add a reference to the Arduino Core, the only available options are “New Item” and “Existing Item”. Is there any way to manually clone the repository and add the reference manually? I have already tried building the solution once (which succeeded), and VisualGBD appears to be integrated properly with my version of Visual Studio (2013), but I just can’t see that menu option as shown in the steps. Any assistance is appreciated. Thank you!

    #25970
    support
    Keymaster

    Hi,

    Most likely you are using a slightly older build of VisualGDB (the latest stable v5.4R12 build supports checking out the Arduino core). If you are using the R12, feel free to post the screenshot of the menu with the missing item and we will try to suggest the possible cause.

    You can also clone the repository manually by running the following command in the “components” folder of your project:

    git clone --recursive https://github.com/espressif/arduino-esp32.git arduino

    This will have exactly the same effect as using the command from the menu.

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