Rockbox Technical Forums

Rockbox Development => Starting Development and Compiling => Topic started by: heaven-id13 on March 14, 2015, 05:34:10 PM

Title: How to compile old version
Post by: heaven-id13 on March 14, 2015, 05:34:10 PM
I have compiled the latest version of the manual http://www.rockbox.org/wiki/LinuxSimpleGuideToCompiling (http://www.rockbox.org/wiki/LinuxSimpleGuideToCompiling) for Sansa E200v1
works fine,but sometimes slow. I want to build a version lower (v 3.10-3.11) with certain patches. how to do it correctly?
 how to git clone git://git.rockbox.org/rockbox v3.11?
ThnX!
Title: Re: How to compile old version
Post by: saratoga on March 14, 2015, 05:47:48 PM
You could check out the specific SVN revision for that version:

http://www.rockbox.org/wiki/UsingGit#How_do_I_check_out_an_SVN_revision_made_before_the_transition_to_git_63

I wouldn't go that old though.  You could try 3.13.  I doubt its different in performance though.  The e200v1 has a fairly slow CPU. 
Title: Re: How to compile old version
Post by: b0hoon on March 14, 2015, 06:09:09 PM
If you have the latest version of the source, maybe you just want "git checkout <whatever_branch>" and then compile it. If you don't know what branches you can choose, press the TAB after "git checkout" on command line.
Title: Re: How to compile old version
Post by: heaven-id13 on March 14, 2015, 06:34:44 PM
after " press the TAB after "git checkout" on command line" i am selected v.3.11.2-final

~/rockbox/.git$ git checkout v.3.11.2-final
fatal: This operation must be run in a work tree
Title: Re: How to compile old version
Post by: b0hoon on March 14, 2015, 06:41:17 PM
You can't be in ".git" directory. Just change your current directory.
Title: Re: How to compile old version
Post by: heaven-id13 on March 14, 2015, 06:42:32 PM
sorry  ;D Work fine
Thanks!
Title: Re: How to compile old version
Post by: [Saint] on March 15, 2015, 12:15:07 AM
I wouldn't go that old though.  You could try 3.13.  I doubt its different in performance though.  The e200v1 has a fairly slow CPU. 

I'm not sure the CPU speed matters, unless OP found a way to compile the manual on the e200, as opposed to for the e200 (now...that would be something to behold!).

;)


[Saint]