Rockbox Technical Forums
Rockbox Development => Starting Development and Compiling => Topic started by: SkaceKachna on March 04, 2012, 06:39:35 PM
-
Hello,
I have pretty weid problem. I did everything, that was in Development section on website and finally managed to compile normal build of rockbox, but when I change build to simulator (in configure tool), following error orccurs during compilation:
/home/ubuntu/rockbox/apps/plugin.c:360:1: error: ‘sim_filesize’ undeclared here (not in a function)
(yes, my username is ubuntu)
Any idea what can be wrong?
Thanks for help
-
If you haven't already, do a make clean, and then try again. If it still fails, post the entire compilation log.
-
I suspect you just checked out at a bad time. There was a revision yesterday that caused this, which was fixed ten minutes later or so. Update your tree.
-
Pull solved it ... thanks for help ;)