manoja328 / avr-project-ide

Automatically exported from code.google.com/p/avr-project-ide
1 stars 1 forks source link

multiple definition of '__cxa_pure_virtual' #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compiling an empty pde wiazard project
2.
3.

What is the expected output? What do you see instead?
I expect no error instead I have: 

Errors & Warnings:
multiple definition of multiple definition of '__cxa_pure_virtual'
Messages:
####Error: ELF file not created at C:\Documents and 
Settings\romagnoli\Documenti\Projects\prova\output\prova.elf

What version of the product are you using? On what operating system?

Version 1.109.4248.25996  on Windows XP

Please provide any additional information below.

I'm using arduino-1.0.1. I had the problem of WProgram.h missing. It seems 
solved because I created a simple lib called WProgram.h that include Arduino.h. 
(in the same place of Arduino.h) 
Everything is ok except the two errors described above.

thank you for your help
Marco Romagnoli

Original issue reported on code.google.com by marco.ro...@gmail.com on 12 Jun 2012 at 12:18