| |||||
Technical Support Support Resources
Product Information | C166: INCREMENTING A CAST POINTER PRODUCES AN INTERNAL ERRORInformation in this article applies to:
QUESTIONThe following code demonstrates a problem that occurred when I upgraded from V4.06 to V4.20c. unsigned char data[10]; unsigned long flash_ptr = 0x180000; data[j] = *(unsigned char huge *)(flash_ptr++); The code compiled successfully with the old version but generates the following error when compiled with V4.20c: ERROR C11: INTERNAL ERROR RESOLUTIONThis problem has been resolved. You may download the latest updates from the Keil Website. Last Reviewed: Wednesday, January 08, 2003 | ||||
| |||||