Platform: Win XP SP3
Device: Maple rev 3 (red)
IDE: 0.6.0
In compiling several of my "test libraries", there are almost all the time, "red" error messages that point to nothing.
Question: Is this a clean up problem with the compiler or the compiler is picking up an error(s) but does not display it and then proceeds to compile the sketch?
-------------
Compiler Msg.
-------------
Going to build using 'make' (ARM)
Compiling core...
Compiling any libs...
(in red)
C:\Documents and Settings\HP_Administrator.H_AUTOMATION_II\My Documents\MapleIDE\libraries\uOLED\uOLED.cpp: In member function 'void uOLED::Text(char, char, char, int, char*, char)':
(in red)
C:\Documents and Settings\HP_Administrator.H_AUTOMATION_II\My Documents\MapleIDE\libraries\uOLED\uOLED.cpp: In member function 'void uOLED::TextGraphic(char, char, char, int, char, char, char*, char)':
(in red)
C:\Documents and Settings\HP_Administrator.H_AUTOMATION_II\My Documents\MapleIDE\libraries\uOLED\uOLED.cpp: In member function 'void uOLED::TextButton(char, char, char, int, char, int, char, char, char*)':
(in red)
C:\Documents and Settings\HP_Administrator.H_AUTOMATION_II\My Documents\MapleIDE\libraries\uOLED\uOLED.cpp: In member function 'unsigned int uOLED::ReadPixel(char, char)':
Compiling the sketch...
In function 'void loop()':
running linker asynchronously...
running obj copy asynchronously...
running size asynchronously...
C:\DOCUME~1\HP_ADM~1.H_A\LOCALS~1\Temp\build2731428496130868526.tmp\Oled_R2.cpp.bin :
section size addr
.data 17848 0
Total 17848
Binary sketch size is reported above. Check it against a 100000 byte maximum.
----------------------------------------------------------------------------------------