View Single Post
  #11 (permalink)  
Old January 1st, 2006, 01:12 PM
RotAtoR RotAtoR is offline
Newbie Floating Down The Mistic River
 
Join Date: Jun 2005
Posts: 41
Quote:
Originally Posted by FingerSoup
There's a problem with using the "str_tok_r" command on line 313 and 322... It is unrecognized:

/home/Administrator/rockbox-devel/build/apps/plugins/bubbles.o: In function `bubbles_loadlevels' :
/home/Administrator/rockbox-devel/apps/plugins/bubbles.c:313: undefined reference to `_strtok_r'
/home/Administrator/rockbox-devel/apps/plugins/bubbles.c:322: undefined reference to `_strtok_r'
Hmm, I'll have to check that out when I'm back home. It works fine compiling for the simulator here, but I can't try compiling for the target right now. Can you try compiling it for the sim and see if you have the same problem? That function should be defined in the included file "rockbox/firmware/include/string.h".
Reply With Quote