Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  How To Patch and Compile Tutorial (From WINDOWS)

Poll

Did this tutorial teach you how to compile?

Yes
It did after some explanation
No
« previous next »
  • Print
Pages: 1 2 [3] 4 5 ... 10

Author Topic: How To Patch and Compile Tutorial (From WINDOWS)  (Read 60094 times)

Offline Looking for Help

  • Member
  • *
  • Posts: 49
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #30 on: June 09, 2006, 12:50:49 PM »
-pX as is X is 0-5?
« Last Edit: June 09, 2006, 12:56:08 PM by Looking for Help »
Logged

Offline dunno

  • Member
  • *
  • Posts: 357
  • if it moves, bite
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #31 on: June 09, 2006, 06:24:06 PM »
2.6 Open up a windows explorer (or internet explorer if windows doesn't have an address bar) and type in the following
Code:

\\debian\user

do I type in Code: first and then the command line, or just what comes after where it says Code:
Logged

Offline dunno

  • Member
  • *
  • Posts: 357
  • if it moves, bite
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #32 on: June 09, 2006, 06:30:23 PM »
I'm stuck at 2.9a

patch --dry-run --binary -p0 < numeric_sort.patch

vmware tells me, "No such file or directory"

and really, I have followed the instructions to a "T"

I dont really expect an answer to this, but I'm just damned frustrated and could eat a bucket of live snakes right now.
Logged

Offline Looking for Help

  • Member
  • *
  • Posts: 49
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #33 on: June 09, 2006, 07:11:19 PM »
No you DO NOT need that code: for your first question. I'll remove that from the guide.

Second, make sure that you have the patches in the rockbox-devel folder. If that doesn't work, I'm not sure, someone told me it would work, but I haven't tested it.
Logged

Offline dunno

  • Member
  • *
  • Posts: 357
  • if it moves, bite
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #34 on: June 09, 2006, 07:12:25 PM »
after loging into rockbox's cvs server I get this warning

cvs login: warning: Failed to open /home/user/. cvspass for reading: no such file or directory.

now i guess that I'm supposed to have these direcotries in C:\, but isnt vmware supposed to have created the required directories.

totally lost here
Logged

Offline Looking for Help

  • Member
  • *
  • Posts: 49
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #35 on: June 09, 2006, 10:27:25 PM »
Quote from: dunno on June 09, 2006, 07:12:25 PM
after loging into rockbox's cvs server I get this warning

cvs login: warning: Failed to open /home/user/. cvspass for reading: no such file or directory.

now i guess that I'm supposed to have these direcotries in C:\, but isnt vmware supposed to have created the required directories.

totally lost here

VMware player should automatically install into C:\. Not sure why it didn't...
Logged

Offline dunno

  • Member
  • *
  • Posts: 357
  • if it moves, bite
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #36 on: June 10, 2006, 09:05:22 AM »
I have put the patches in the rockbox-devel direcotry, I run "dir" in vmware and it sees the files there.

here's where I am stuck

whe I type in "patch --dry-run -p0 < playlist_catalog_4.diff , it returns "No such file or directory"

below are the diferent syntax's that I have tried.

patch -p0 < /rockbox-devel/patchname
patch -p0 < /patchname

now, why does it "see" the files if I do a "dir" and not when I patch ?

 
(I get vmware to compile a normal version no problems)
« Last Edit: June 10, 2006, 09:18:14 AM by dunno »
Logged

Offline Looking for Help

  • Member
  • *
  • Posts: 49
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #37 on: June 10, 2006, 11:57:52 AM »
Quote from: dunno on June 10, 2006, 09:05:22 AM
I have put the patches in the rockbox-devel direcotry, I run "dir" in vmware and it sees the files there.

here's where I am stuck

whe I type in "patch --dry-run -p0 < playlist_catalog_4.diff , it returns "No such file or directory"

below are the diferent syntax's that I have tried.

patch -p0 < /rockbox-devel/patchname
patch -p0 < /patchname

now, why does it "see" the files if I do a "dir" and not when I patch ?

 
(I get vmware to compile a normal version no problems)
Did you cd to the rockbox-devel folder?
Code: [Select]
cd rockbox-devel
Type that in first.
Logged

Offline dunno

  • Member
  • *
  • Posts: 357
  • if it moves, bite
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #38 on: June 10, 2006, 01:18:37 PM »
yes I did cd rockbox-devel and thats where it would see the patch files if i did "dir", or do you mean I needed to cd rockbox-devel twice ?
but......
I have decided to stop struggling with this, and removed vmware, although this was just a "for fun project", I am dissapointed that I didn't get it to run.

thanks for your help.

p.s.
I'll try again after the feature freeze if my pet patches dont get incorporated.
« Last Edit: June 10, 2006, 01:26:34 PM by dunno »
Logged

Offline Looking for Help

  • Member
  • *
  • Posts: 49
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #39 on: June 10, 2006, 06:21:38 PM »
Quote from: dunno on June 10, 2006, 01:18:37 PM
yes I did cd rockbox-devel and thats where it would see the patch files if i did "dir", or do you mean I needed to cd rockbox-devel twice ?
but......
I have decided to stop struggling with this, and removed vmware, although this was just a "for fun project", I am dissapointed that I didn't get it to run.

thanks for your help.

p.s.
I'll try again after the feature freeze if my pet patches dont get incorporated.

Why would you be executing a "dir" command? Do you even know how to get into that folder? Can you even access \\debain\user ? Apparently not...

You probably missed a step, or the patches are defective. If you got a bunch of messages when trying to patch that say "Hunk 1: FAILED" or something like that, the patches are bad. Sorry that this didn't work for you.
Logged

Offline dunno

  • Member
  • *
  • Posts: 357
  • if it moves, bite
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #40 on: June 11, 2006, 10:07:43 AM »
Quote from: Looking for Help on June 10, 2006, 06:21:38 PM
Why would you be executing a "dir" command? Do you even know how to get into that folder?

I used "dir" 'cause thats what I used to use in the old dos days to see what was in a directory, and its the same cmd here, and yes I did know how to get into the directory because I saw the files that were within the rockbox-devel directory listed exactly as they were in explorer, and to answer your question, yes I do know how to use dos commands and do know how to move around directories using dos.....as I said earlier i did manage to do a NORMAL compile, but thats pointless as one can just download the daily.
« Last Edit: June 11, 2006, 10:17:36 AM by dunno »
Logged

Offline Looking for Help

  • Member
  • *
  • Posts: 49
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #41 on: June 11, 2006, 11:17:17 AM »
The patches were probably defective then, and that's why the --dry-run command didn't work. The --dry-run command tells whether or not a patch is legitimate, without actually patching it up.
Logged

michael.conner

  • Guest
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #42 on: June 11, 2006, 11:46:58 AM »
thanks for this tut -- works brilliantly!
Logged

Offline lixer

  • Member
  • *
  • Posts: 11
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #43 on: June 11, 2006, 04:31:41 PM »
anyone know why i'm getting these messages when i'm trying make the zip file:

soorma ipod5g # make fullzip
Skip ipodVOL.wps due to size restraints
Skip engineeer2.wps due to size restraints
Skip iAmp.wps due to size restraints
Skip zezayer.wps due to size restraints
Skip marquee.wps due to size restraints
Skip DancePuffDuo.wps due to size restraints

Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #44 on: June 11, 2006, 04:35:15 PM »
Because it's skipping those files due to size restraints?

They're WPSes that don't match the dimensions of the screen, so they're skipped.
Logged

  • Print
Pages: 1 2 [3] 4 5 ... 10
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  How To Patch and Compile Tutorial (From WINDOWS)
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.073 seconds with 19 queries.