I'm having problem compiling builds after 13592 (from 13724):
...
CC rockcalendar.c
rockcalendar.c: In function `read_notes':
rockcalendar.c:790: warning: passing arg 2 of pointer to function makes pointer from integer without a cast
rockcalendar.c: In function `save_notes':
rockcalendar.c:867: warning: passing arg 2 of pointer to function makes pointer from integer without a cast
rockcalendar.c: In function `menu_navigate':
rockcalendar.c:1742: warning: passing arg 2 of pointer to function makes pointer from integer without a cast
rockcalendar.c:1768: warning: passing arg 2 of pointer to function makes pointer from integer without a cast
rockcalendar.c:1799: warning: passing arg 2 of pointer to function makes pointer from integer without a cast
rockcalendar.c: In function `calen_start':
rockcalendar.c:2318: warning: passing arg 2 of pointer to function makes pointer from integer without a cast
LD rockcalendar.elf
/home/lcd/rockbox/build/apps/plugins/rockcalendar.o: In function `keyboard_loop':
rockcalendar.c:(.text+0x728): undefined reference to `memcpy'
rockcalendar.c:(.text+0x80c): undefined reference to `memcpy'
rockcalendar.c:(.text+0x846): undefined reference to `memcpy'
rockcalendar.c:(.text+0x886): undefined reference to `memcpy'
rockcalendar.c:(.text+0x8cc): undefined reference to `memcpy'
/home/lcd/rockbox/build/apps/plugins/rockcalendar.o:rockcalendar.c:(.text+0x974): more undefined references to `memcpy' follow
collect2: ld returned 1 exit status
make[2]: *** [/home/lcd/rockbox/build/apps/plugins/rockcalendar.elf] Error 1