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 Re: conflicting declaration (Read 968 times)
DanSan
Newbies
*
Offline


Posts: 1
Joined: May 2nd, 2020
Re: conflicting declaration
May 2nd, 2020 at 7:39pm
Print Post  
Compiling debug version of 'Lavaropa_v4.1' for 'ATmega328P (Arduino Nano)'
 
arduino.h:30: In file included from
Lavaropa_v4.1.ino: from
 
Lavaropa_v4.1.ino: 480:5: error: conflicting declaration of 'void __vector_11()' with 'C' linkage
Lavaropa_v4.1.ino:161: note  previous declaration with C++ linkage
   if (lavado[0] == 1) lcd.print(F("L "))
   ^~~~~~~~~~~
 
arduino.h:30: In file included from
Lavaropa_v4.1.ino: from
I updated the software today and I am getting errors I didn´t have yesterday night. I am stuck because I don´t know how to continue. I beg somebody help me with this.
Angry
Lavaropa_v4.1.ino: 492:5: error: conflicting declaration of 'void __vector_13()' with 'C' linkage
Error compiling project sources
Debug build failed for project 'Lavaropa_v4.1'
Lavaropa_v4.1.ino:162: note  previous declaration with C++ linkage
   if (lavado[0] == 2) lcd.print(F("D "))
   ^~~~~~~~~~~
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: conflicting declaration
Reply #1 - May 2nd, 2020 at 7:55pm
Print Post  
Please give the information requested in yellow above and confirm which version of visual micro you have installed from extensions>extension manager>arduino for vs
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint