Hi All,
Am trying out the blink .pde program from http://akb77.com/g/mcu/maplecoos/
Have placed the MapleCoOS directory under libraries in the IDE.
Have replaced the systick.c and systick.h in hardware/leaflabs/cores/maple with the alternative dot c and dot h files from http://akb77.com/g/files/media/systick.c and http://akb77.com/g/files/media/systick.h
Getting compile error
"Settings\Admin\Desktop\maple-ide-0.0.12-windowsxp32\maple-ide-0.0.12-windowsxp32\hardware\leaflabs\cores\maple\/systick.h:52:
error: '__read' was not declared in this scope"
I can not find where __read comes from --- can not find it at any scope. From google search found a reference to it being in the GNU C library however. So I presume it is in the gcc libraries at some level under hardware/tools/arm.
So my question is how do I declare it the scope required ---or get aroud this error by any means?
Thanks