|
From: SourceForge.net <no...@so...> - 2010-01-13 01:00:32
|
Bugs item #2525738, was opened at 2009-01-20 23:22 Message generated for change (Comment added) made by arcanum You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=520074&aid=2525738&group_id=68108 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Private: No Submitted By: Young-seop Seo (syseop) Assigned to: Nobody/Anonymous (nobody) Summary: eeprom.h is not compatible with Winavr gcc .cpp mode Initial Comment: eeprom.h is not compatible with Winavr gcc .cpp mode when eeprom.h is included, Cpp Project is not compiled, I have tested in Atmega2560 MCU, but it doesn't matter in C Mode, ./eeprom.h:292: error: ISO C++ forbids incrementing a pointer of type 'void*' ./eeprom.h:292: error: ISO C++ forbids incrementing a pointer of type 'const void*' ./eeprom.h:292: error: invalid conversion from 'const void*' to 'const uint8_t*' How do I solve this problem? ---------------------------------------------------------------------- Comment By: Eric Weddington (arcanum) Date: 2010-01-12 17:41 Message: This needs to be reported to the avr-libc project at: http://savannah.nongnu.org/bugs/?group=avr-libc This is not a WinAVR bug. The WinAVR User Manual states that any potential bugs in avr-libc (the standard C library for the AVR) must be reported to the avr-libc project and not here. Closed as "Won't Fix". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=520074&aid=2525738&group_id=68108 |