Rockbox Development > Starting Development and Compiling

svn rockbox (untouched) building with cygwin: loads of errors

<< < (2/4) > >>

cpu98:
Follow http://www.rockbox.org/wiki/CygwinInstallWithScreenShots
and then

svn co svn://svn.rockbox.org/rockbox/trunk rockbox
cd rockbox
mkdir build
cd build
../tools/configure
22
enter
enter
make

Hooray!
Works just fine.
Uninstall cygwin and try that again.

edit:I think you didn't do 'svn co' after you set it to unix mode....
Just rmdir rockbox dir and checkout again and make!

Scorpius:

--- Quote from: cpu98 on September 19, 2009, 06:41:32 AM ---Follow http://www.rockbox.org/wiki/CygwinInstallWithScreenShots
and then

svn co svn://svn.rockbox.org/rockbox/trunk rockbox
cd rockbox
mkdir build
cd build
../tools/configure
22
enter
enter
make

Hooray!
Works just fine.
Uninstall cygwin and try that again.


--- End quote ---

I did exaclty like you and still same thing. I actually noticed that

--- Code: ---export PATH=/usr/local/arm-elf/bin:$PATH
--- End code ---
does not work as arm-elf is not there but in /opt/arm/arm-elf/bin. I put also this to path but still same thing.

does that darn keaymap-ipod.c need some other compiler that is needed?

This is insane, how it is even possible to get diffenet installation between users, who install usin identical methods. Cygwin fault?

AlexP:

--- Quote from: cpu98 on September 19, 2009, 06:41:32 AM ---edit:I think you didn't do 'svn co' after you set it to unix mode....
Just rmdir rockbox dir and checkout again and make!

--- End quote ---

Did you try this?

Scorpius:

--- Quote from: AlexP on September 19, 2009, 09:51:15 AM ---
--- Quote from: cpu98 on September 19, 2009, 06:41:32 AM ---edit:I think you didn't do 'svn co' after you set it to unix mode....
Just rmdir rockbox dir and checkout again and make!

--- End quote ---

Did you try this?

--- End quote ---

$svn co
svn: Try 'svn help' for more info
svn: Not enough arguments provided.

If you mean

--- Code: ---svn co svn://svn.rockbox.org/rockbox/trunk rockbox
--- End code ---
then yes, I did exaxlty like tutorial says...

AlexP:
What he means is, have you deleted your downloaded source and re-checked it out using

svn co svn://svn.rockbox.org/rockbox/trunk rockbox

since you changed the line endings.  The source you checked out before fixing the line endings error won't work.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version