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 Multiple Definitions problem (Read 1079 times)
Bob Jones
Full Member
***
Offline


Posts: 210
Location: Bellingham, WA
Joined: Dec 4th, 2015
Multiple Definitions problem
Jul 29th, 2018 at 3:25am
Print Post  
Tim,

I keep getting stung by messages like this one: 

Code (C++)
Select All
BJRF24SendReceive.cpp.o (symbol from plugin)*: In function BJRF24SendReceive::receive()
(.text+0x0)*: multiple definition of serial_putc(char, __file*) 



These messages are so bloody cryptic that the only information I can see is that the file that contains the receive function appears to have been included twice... or not.

Is there a way to dump the symbol table and look at what the linker is barfing on? 

Bob
p.s. I made it over last week's hurdles with your help. Thanks!
  
Back to top
 
IP Logged
 
Bob Jones
Full Member
***
Offline


Posts: 210
Location: Bellingham, WA
Joined: Dec 4th, 2015
Re: Multiple Definitions problem
Reply #1 - Jul 29th, 2018 at 3:27am
Print Post  
Here's the worst offender: 

Code (C++)
Select All
RemoteControllerV3.1.0.cpp.o (symbol from plugin)*: (.text+0x0): first defined here 


 
Where is "here?" Grin  Angry Sad
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint