Thank You for your continued support and contributions!
Did you clean your build directory before trying to make again? Try "make clean" or "make veryclean" and see if it will build properly.
Follow http://www.rockbox.org/wiki/CygwinInstallWithScreenShotsand thensvn co svn://svn.rockbox.org/rockbox/trunk rockboxcd rockboxmkdir buildcd build../tools/configure22enterentermakeHooray!Works just fine.Uninstall cygwin and try that again.
export PATH=/usr/local/arm-elf/bin:$PATH
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!
Quote from: cpu98 on September 19, 2009, 06:41:32 AMedit:I think you didn't do 'svn co' after you set it to unix mode....Just rmdir rockbox dir and checkout again and make!Did you try this?
svn co svn://svn.rockbox.org/rockbox/trunk rockbox
What he means is, have you deleted your downloaded source and re-checked it out usingsvn co svn://svn.rockbox.org/rockbox/trunk rockboxsince you changed the line endings. The source you checked out before fixing the line endings error won't work.
Unix mode seems to be needed if you used 'svn co'.http://forums.rockbox.org/index.php?topic=22478.0http://www.rockbox.org/wiki/UsingCygwinAndTortoiseSVNedit:svn checks out original file (LF).cygwin environment is set for CR+LF,causing newline mismatch.tortoisesvn converts them to CR+LF.Dos mode(CR+LF) is for tortoisesvn?Set it unix mode and try again...
hmm..did that and now I get another error:
typing "echo > a.txt" will tell you. If the resulting a.txt file is 1 byte in size, then you're still using Unix line-endings, if it's two bytes, then it's [...] configured with CR+LF.
echo > a.txt
I'm "checking out" downloading source using commandCode: [Select]svn co svn://svn.rockbox.org/rockbox/trunk rockbox
Quote from: Scorpius on September 19, 2009, 05:30:36 PMI'm "checking out" downloading source using commandCode: [Select]svn co svn://svn.rockbox.org/rockbox/trunk rockboxDid you delete the old rockbox folder before running that command?
Page created in 0.097 seconds with 14 queries.