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 MPIDE and Visual Micro (Read 6784 times)
Cosford
Newbies
*
Offline


Posts: 4
Joined: Sep 12th, 2014
MPIDE and Visual Micro
Sep 12th, 2014 at 10:23am
Print Post  
Hi,

Been using Visual Micro and Visual Studio for quite some time, developing for the Arduino platform. For this particular project though, I've moved development over to PIC32 and the ChipKit platform.

Due to my familiarity with Visual Micro, I'd like to continue developing on it, so I was happy to see that MPIDE was a configuration option.

However, having set up the configuration and opening an example sketch, it fails to compile with the following message:

Code (C++)
Select All
Compiling 'Blink' for 'chipKIT UNO32'
core.a(WSystem.c.o)*:In function `initIntVector'
WSystem.c:undefined reference to `_image_header_info'
WSystem.c:undefined reference to `_image_header_info'
collect2*:ld returned 1 exit status
Error creating .elf 



A little googling turned up a thread on here with an identical error message, resolved by disabling detailed memory usage reports; however these appear to have been disabled by default anyway.

Any help would be greatly appreciated.

Regards,
Cosford.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12198
Location: United Kingdom
Joined: Apr 10th, 2010
Re: MPIDE and Visual Micro
Reply #1 - Sep 12th, 2014 at 1:10pm
Print Post  
Hi,

Please switch on tools>visual micro>verbose messages then click "Build>Clean Solution" then re-compile and post the output

Thanks
  
Back to top
IP Logged
 
Cosford
Newbies
*
Offline


Posts: 4
Joined: Sep 12th, 2014
Re: MPIDE and Visual Micro
Reply #2 - Sep 12th, 2014 at 4:02pm
Print Post  
Hi,

I don't appear to have the option?

Please see attached.

Regards
  

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


Posts: 12198
Location: United Kingdom
Joined: Apr 10th, 2010
Re: MPIDE and Visual Micro
Reply #3 - Sep 12th, 2014 at 4:04pm
Print Post  
I see you are using an older version of Visual Micro. the option will be under tools>options>visual micro>compiler

Please also say which version of MPIDE you have installed

Thanks
« Last Edit: Sep 12th, 2014 at 4:05pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Cosford
Newbies
*
Offline


Posts: 4
Joined: Sep 12th, 2014
Re: MPIDE and Visual Micro
Reply #4 - Sep 12th, 2014 at 4:10pm
Print Post  
Thanks for the reply. 

I've attached the output file.
I am using mpide 0023. I've just downloaded it from the digilent website so I assume I have the most recent version of it.


Thanks
« Last Edit: Sep 12th, 2014 at 4:12pm by Cosford »  

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


Posts: 12198
Location: United Kingdom
Joined: Apr 10th, 2010
Re: MPIDE and Visual Micro
Reply #5 - Sep 12th, 2014 at 4:16pm
Print Post  
I will try the latest build as soon as possible

For now I suggest downloading this version which is the one I tested with originally

http://chipkit.s3.amazonaws.com/builds/mpide-0023-windows-20130715.zip

You don't need a window install, can just unpack the zip into any folder and point vm to it.
  
Back to top
IP Logged
 
Cosford
Newbies
*
Offline


Posts: 4
Joined: Sep 12th, 2014
Re: MPIDE and Visual Micro
Reply #6 - Sep 12th, 2014 at 4:22pm
Print Post  
Hi,

Seems to work great with that build. Thanks very much.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12198
Location: United Kingdom
Joined: Apr 10th, 2010
Re: MPIDE and Visual Micro
Reply #7 - Sep 12th, 2014 at 4:23pm
Print Post  
Great thanks for the update. I will take a look at the latest asap.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint