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 portenta clean compile (Read 988 times)
rheinlaender
Junior Member
**
Offline


Posts: 14
Joined: Oct 15th, 2020
arduino portenta clean compile
Oct 29th, 2020 at 8:17pm
Print Post  
Hi there, 
I just wanted to start to work with the new arduino portenta.
To start, I wanted to check the overall settings and path with an empty loop and an empty setup file:
// the setup function runs once when you press reset or power the board
void setup() {

}

// the loop function runs over and over again until power down or reset
void loop() {
   
}

I end up with a clean compile and a few hundred errors / warnings. 
Please advice how I can get rid of the errors / warnings
Thanks in advance.

  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: arduino portenta clean compile
Reply #1 - Nov 3rd, 2020 at 11:51pm
Print Post  
Sorry for the delay. You can change the comboxboxes above the error list to Project Only or Build Only. That will help and we will also look at the latest core.

  
Back to top
WWW  
IP Logged
 
rheinlaender
Junior Member
**
Offline


Posts: 14
Joined: Oct 15th, 2020
Re: arduino portenta clean compile
Reply #2 - Nov 4th, 2020 at 10:48am
Print Post  
Thank you very much, the error list is really confusing to me.
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2145
Joined: Feb 13th, 2019
Re: arduino portenta clean compile
Reply #3 - Nov 4th, 2020 at 12:03pm
Print Post  
The latest version on our Forum Board below (20.09.10.15) will reduce these Intellisense errors to a much shorter list, and we are still working on reducing these further.
https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES

We will update this thread when further fixes are available as well, and as these are Intellisense Only errors they will not affect the build of the project.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint