Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Arduino Giga R1 with Giga Display Shield - project build problems (Read 73 times)
mooseryX
Newbies
*
Offline


Posts: 2
Joined: Apr 28th, 2025
Arduino Giga R1 with Giga Display Shield - project build problems
Apr 28th, 2025 at 4:43pm
Print Post  
I have a moderately complex Arduino Giga R1 project that has been created to monitor and configure Septic System sensors and log the status to both a USB flash drive and to an online ThingsBoard server.

The project compiles and runs perfectly using the Arduino IDE.

When I try to pull it into Visual Studio 2022 with the Visual Micro plugin added, the intellisense doesn't "see" a lot of things and when I build, it will compile, but it seems to be pulling in the wrong support libraries under the covers.  I have explicitly included all of the libraries I use directly using the "Add Library" function.

It seems to be mixing the mbed libs with standard arduino libs causing the board to crash. 

I'm wondering if I need to manually add every mbed lib to the project build configuration?  I do have the correct board selected (Arduino Giga R1) and Arduino 2 selected.

It seems to be including the core arduino first versus the giga variants?

Any ideas of how to proceed?

(will send build output to email and link to this message)
« Last Edit: Apr 28th, 2025 at 4:47pm by mooseryX »  
Back to top
 
IP Logged
 
mooseryX
Newbies
*
Offline


Posts: 2
Joined: Apr 28th, 2025
Re: Arduino Giga R1 with Giga Display Shield - project build problems
Reply #1 - Apr 28th, 2025 at 6:49pm
Print Post  
UPDATE:  I noticed there was a newer release that fixed some library install issues and some other potentially related dependency check issues.  I had updated April 1st, but there was another update evidently shortly after that.   

I did a build clean solution and re-built with success.  I am betting I had a dependency issue that was fixed in the last build.   

Thanks everyone!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint