joseMiguel
Member level 5
- Joined
- Jan 10, 2011
- Messages
- 86
- Helped
- 10
- Reputation
- 20
- Reaction score
- 10
- Trophy points
- 1,288
- Location
- Montpellier FRANCE
- Activity points
- 1,967
Hi,
I am building a project on AVR Visual Studio 6.0 using all the macros, functions and methods from the Arduino IDE. (I am starting this port stuff)
When i use Serial.begin(9600) i must include the "Hardware_Serial.h", the
"stream.h", the "Print.h", the "WString.h" and the "Printable.h" files.
The problem is that the compiler does not find the system file <new.h>.
When i add this file to my include directory (this file is present on the
.\arduino-1.0.5-r2\hardware\arduino\cores\arduino directory)
i have stranges errors messages.
Error 1 expected '=', ',', ';', 'asm' or '__attribute__' before 'new'
i have tried to put __attribute__ before the new keyword without any success.
Could you please help me
Jose Miguel
I am building a project on AVR Visual Studio 6.0 using all the macros, functions and methods from the Arduino IDE. (I am starting this port stuff)
When i use Serial.begin(9600) i must include the "Hardware_Serial.h", the
"stream.h", the "Print.h", the "WString.h" and the "Printable.h" files.
The problem is that the compiler does not find the system file <new.h>.
When i add this file to my include directory (this file is present on the
.\arduino-1.0.5-r2\hardware\arduino\cores\arduino directory)
i have stranges errors messages.
Error 1 expected '=', ',', ';', 'asm' or '__attribute__' before 'new'
i have tried to put __attribute__ before the new keyword without any success.
Could you please help me
Jose Miguel