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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Where can I download the Rockbox Development Kit?
« previous next »
  • Print
Pages: [1] 2

Author Topic: Where can I download the Rockbox Development Kit?  (Read 5971 times)

Offline goblue829

  • Member
  • *
  • Posts: 11
Where can I download the Rockbox Development Kit?
« on: July 22, 2008, 12:55:47 PM »
Where can I find the dev kit for patching available for download?  The only link I found was dead, I think the server moved. 

I need your help or else I can't patch!  :'(
Logged

tomkiewicz

  • Guest
Re: Where can I download the Rockbox Development Kit?
« Reply #1 on: July 22, 2008, 01:10:18 PM »
are you talking about "current build -> source code"? If you don't have linux tools to patch and compile that, there is one distro: opensuse.org
Logged

Offline goblue829

  • Member
  • *
  • Posts: 11
Re: Where can I download the Rockbox Development Kit?
« Reply #2 on: July 22, 2008, 01:13:54 PM »
What I need is the link to download the Development Kit for Rockbox as it says so in this beginners guide to patching.

http://rasher.dk/rockbox/WikiRescue/SimpleGuideToCompiling-r1.86%20-%2009-01.html

I'm a Rockbox n00b so try not to get to technical.   ;D
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Where can I download the Rockbox Development Kit?
« Reply #3 on: July 22, 2008, 01:16:05 PM »
Check out the CrossCompiler and DevelopmentGuide pages for more information.
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline goblue829

  • Member
  • *
  • Posts: 11
Re: Where can I download the Rockbox Development Kit?
« Reply #4 on: July 22, 2008, 01:19:19 PM »
I'm sorry.  I really am new to this.  I don't quiet understand these links you gave me.  I'm just going off of what the guide that I posted earlier said.

Is there a different, easy method to install patches that someone could tell me?  I really am confused on how to apply them.
Logged

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: Where can I download the Rockbox Development Kit?
« Reply #5 on: July 22, 2008, 01:22:56 PM »
Quote from: goblue829 on July 22, 2008, 01:13:54 PM
What I need is the link to download the Development Kit for Rockbox as it says so in this beginners guide to patching.

http://rasher.dk/rockbox/WikiRescue/SimpleGuideToCompiling-r1.86%20-%2009-01.html

I'm a Rockbox n00b so try not to get to technical.   ;D

The link that you posted is to an archived web page that is almost three years old and substantially out of date.  Here is a link to the current version of that page:

http://www.rockbox.org/twiki/bin/view/Main/WorkingWithPatches?topic=SimpleGuideToCompiling
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline goblue829

  • Member
  • *
  • Posts: 11
Re: Where can I download the Rockbox Development Kit?
« Reply #6 on: July 22, 2008, 01:28:06 PM »
Will this method work?

 I copy and paste the patch code to my downloaded Rockbox source code at the bottom and put the source code into the root of my player's drive (F:/.rockbox)?

I know it's very simple but will it work?

If not try to explain how to patch in the simplest terms you can?

Please, I really want to learn how to patch but don't quite understand it all yet and need a slow start.
Logged

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: Where can I download the Rockbox Development Kit?
« Reply #7 on: July 22, 2008, 01:30:50 PM »
Nope.  Read the page Febs provided a link to - it's a bit more involved than that.
Logged

Offline goblue829

  • Member
  • *
  • Posts: 11
Re: Where can I download the Rockbox Development Kit?
« Reply #8 on: July 22, 2008, 01:33:26 PM »
O.k, I see I can use Cygwin or SVN, but installing and using these look very complicated.  I am new to this, you know.

Any other methods anyone can describe.

(P.S thanks for all the help and fast replies so far guys)
« Last Edit: July 22, 2008, 01:46:15 PM by goblue829 »
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Where can I download the Rockbox Development Kit?
« Reply #9 on: July 22, 2008, 01:48:33 PM »
If you're using Windows, you have to install Cygwin. It's not very complicated at all, and the Cygwin site has a lot of really good documentation to read:

http://www.cygwin.com
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline goblue829

  • Member
  • *
  • Posts: 11
Re: Where can I download the Rockbox Development Kit?
« Reply #10 on: July 22, 2008, 02:22:51 PM »
Yes!  Finnaly I understand it!  :D

Cygwin is installed and I learned how to use it.

One last thing is, when I have compiled the source code with all the patches I want in it, do I save it to my iPod's root in the .rockbox folder.   If so, any files I need to replace?
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Where can I download the Rockbox Development Kit?
« Reply #11 on: July 22, 2008, 02:27:28 PM »
If you read the SimpleGuideToCompiling wiki page, you'll see that you run ../tools/configure, set up your device as you need, then run "make && make zip". Once that's done, just open the resulting rockbox.zip file and extract it to the root of your iPod. Simple, no?
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline goblue829

  • Member
  • *
  • Posts: 11
Re: Where can I download the Rockbox Development Kit?
« Reply #12 on: July 22, 2008, 02:40:48 PM »
Yes, very simple.

Except, for some reason the cygwin bash shell won't recognize any of my commands.


What gives?  ???
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Where can I download the Rockbox Development Kit?
« Reply #13 on: July 22, 2008, 02:41:41 PM »
Did you follow the instructions on the CrossCompiler page?
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline goblue829

  • Member
  • *
  • Posts: 11
Re: Where can I download the Rockbox Development Kit?
« Reply #14 on: July 22, 2008, 02:57:02 PM »
Cygwin is now reading my commands.  ;D

But, the last problem is that when I downloaded the source code it's filename wasn't rockbox-daily-XXXXXXXX.tar.tar like its supposed to be.  It's rockbox.7z

What should I do?  Is there a different download link I'm supposed to click?

What I did was clicked on "current build" clicked on "source code" then saved the file.  Was that wrong?
« Last Edit: July 22, 2008, 03:11:08 PM by goblue829 »
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Where can I download the Rockbox Development Kit?
 

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

Page created in 0.083 seconds with 14 queries.