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 Problem with Arduino PRIMO (Read 4191 times)
smartc0de
Newbies
*
Offline


Posts: 4
Joined: Jan 2nd, 2017
Problem with Arduino PRIMO
Jun 30th, 2017 at 12:26pm
Print Post  
Hello,

When I try to compile the sketch using Arduino PRIMO core, I encounter compile errors as shown in the attached image.

I could successfully build the sketch using Arduino IDE (1.6.13).
  

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


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Problem with Arduino PRIMO
Reply #1 - Jun 30th, 2017 at 12:54pm
Print Post  
Hi,

The error you see if because the hardware contains sources that are not relevant and do not need to be compiled.

The new yest to be released OTTO and PRIMO require slightly different compile process which will compile only what is used as opposed to what is available. 

These changes will be implemented during the next few weeks. Arduino are about to change the way this discovery works so we will wait for those changes save doing the work twice. If they release the boards before this work then we will look at it anyway.

  
Back to top
WWW  
IP Logged
 
smartc0de
Newbies
*
Offline


Posts: 4
Joined: Jan 2nd, 2017
Re: Problem with Arduino PRIMO
Reply #2 - Jul 3rd, 2017 at 8:13am
Print Post  
Ok. Thanks.
  
Back to top
 
IP Logged
 
gryff
Newbies
*
Offline


Posts: 1
Joined: Aug 2nd, 2017
Re: Problem with Arduino PRIMO
Reply #3 - Aug 2nd, 2017 at 3:39pm
Print Post  
Any update if this has been fixed .. if not when.. many thanks Cheesy
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Problem with Arduino PRIMO
Reply #4 - Aug 2nd, 2017 at 4:42pm
Print Post  
Sorry for the delay, I had some other work to complete first but now it is next on the list.

I have investigated it and the issue is simply that Visual Micro is compiling too much. The Primo has the first arduino platform that also contains code for other platforms.

It looks like a great board, so I am going to get one.

Anyway hopefully an update within week or two at most.
  
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Problem with Arduino PRIMO
Reply #5 - Sep 3rd, 2017 at 12:26am
Print Post  
Sorry for the delay.

The problem was that visual micro tried to compile core assembler files with a ".s" extension when only a ".S" extension is allowed. The primo contains some ".s" files for some reason.

The latest release (1709.3) of visual micro should compile okay now.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint