Rockbox Technical Forums
Rockbox General => Rockbox General Discussion => Topic started by: [Saint] on December 12, 2009, 09:28:41 AM
-
Hi,
The CygWin Development page could use a bit of a revamp all over in my opinion, but one area it's specifically lacking that could make life a reasonable amount easier for the budding "Win-OS Compiler" would be to specifically alter the "Package Selection" section of the tutorial page (http://www.rockbox.org/wiki/CygwinDevelopment#Step_2_1_Package_selection) to include a reference to download the package:
NET/cURL
Otherwise (without cURL installed) when it comes time to creating the cross compilers for your build, you won't be able to run ../tools/rockboxdev.sh and unless you figure it out yourself (which if you're "step by stepping" a tutorial you probably won't), you'll be forced to either painstakingly compile the cross-sompilers manually (and let's face it, it is painstaking compared to just running a script ;D), or giving up and possibly end up with a worse opinion of Unix than the average Win User may have in the first place ;)
Just a thought...
[St.]
-
http://www.rockbox.org/wiki/WebHome
This wiki is a collaborative tool we use for storing documentation, FAQs, How-Tos, proposals, and other static information. Everyone is invited to join and help.
Feel free to register and make updates.
-
Why would you run rockboxdev.sh in cygwin? Step 3 should be the downloading of files that it would create, bypassing the need for it.
-
You shouldn't have to compile the build tools on cygwin because we distribute binaries of them with cygwin. You certainly can do it, but its slower and more complicated.
See Step 3 where you can select which compilers are downloaded.