I think I accidentally 'infected' my build. Something I modified has caused the build to no longer build, and I can't seem to figure out which file it is that's causing it. In addition, the patch file also has this problem, so I'm probably going to need to revert everything and rebuild it. It doesn't look like it messed up the zip file (one safety feature that's in the build - for the most part if there's a make error, the zip file isn't created) but there won't be updates for a little while, while I work on fixing it.
I fixed the problem. When I was removing the power menu, I wasn't paying attention and didn't change
" info_menu, /* info_menu.c */"
to
" info_menu; /* info_menu.c */"
Notice how the comma was supposed to be a semi-colon. In any event, I was able to figure out (and solve) the issue without messing up the build, so there shouldn't be any problems.




Leave a Comment