Rockbox Development > Starting Development and Compiling
Compiling error that won't go away!!!
motionman95:
Well, Cygwin is downloading now...I'll let you know what happens when it's finished! ;D Thanks for the help and patience.
bluebrother:
Using TortoiseSVN in conjunction with Cygwin might give interesting results due to the line ending conversion the clients do. Use the command line client from Cygwin if you want to work on Cygwin.
The local repository format changed between svn 1.4 and 1.5. Most likely the Cygwin client is 1.4 and Tortoise is 1.5. Then your checkout has 1.5 format but the client invoked by the build system can't work with it.
motionman95:
Thanks! I'm running make now -- well see if it throws an error! :)
Edit: it did the same thing only slightly different:
--- Code: ---make: *** No rule to make target `/rockbox/build/apps/bitmaps/native/rockbox/bui
ldlogo.132x40x16.o', needed by `/rockbox/build/rockbox.elf'. Stop.
rm /rockbox/build/apps/bitmaps/native/rockboxlogo.132x40x16.c /rockbox/build/app
s/bitmaps/native/usblogo.128x37x16.c /rockbox/build/apps/bitmaps/native/default_
icons.6x8x16.c
--- End code ---
motionman95:
Thoughts? Ideas?
saratoga:
--- Quote from: motionman95 on February 25, 2009, 10:38:34 AM ---Thoughts? Ideas?
--- End quote ---
Do a make clean and post the entire log.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version