Welcome to the Rockbox Technical Forums!
are you sure you are running the patch command in your source root?you have to run the patch command in the directory where you checked out / extracted the rockbox source. I usually place my patches there, too.Looks like this:x:\rockbox>patch < the_file.patch
First, do you have the rockbox source? It is either checked out using svn or downloaded as an archive from the current build page, you need this to patch, you saying that your patches are in .rockbox directory makes me think that you are trying to patch a build of rockbox, that will not work as you need to patch the source and then compile.
From Daily Build pageUsually there are two different versions of the source code available... the Daily Build and the Bleeding Edge Build. Both of these builds are available at http://www.rockbox.org/daily.shtml The Bleeding Edge build contains the latest changes made by the Developers whereas the Daily Build is produced automatically at the same time every day. If you are new to Rockbox I would recommend downloading the Daily Build, because the Bleeding Edge build could contain bugs that the Developers are not aware of yet. In addition to this, older builds can also be downloaded, so all in all, its pretty much up to you what you decide to download. * Once the source code file has been downloaded, you should have a file called rockbox-daily-XXXXXXXX.tar.tar (where XXXXXXXX is the date) or _rockbox-bleeding.tar.tar
Why do you not want to use SVN? That is the easiest way.
Page created in 0.095 seconds with 15 queries.