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:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Compiling error that won't go away!!!
« previous next »
  • Print
Pages: [1] 2

Author Topic: Compiling error that won't go away!!!  (Read 4334 times)

Offline motionman95

  • Member
  • *
  • Posts: 108
  • aka coderkid
    • coderkid
Compiling error that won't go away!!!
« on: February 14, 2009, 11:33:00 AM »
I've been trying to compile rockbox, and I've been succesfull setting it up, with the help of the ScreenshotCygwin and SimpleGuideToCompiling tutorial. Anyway, every single time I try to compile, I get this:

Code: [Select]
make: *** No rule to make target `/rockbox/build/apps/bitmaps/native/rockbox/bui
ldlogo.132x40x16.o', needed by `/rockbox/build/rockbox.elf'.  Stop.

HELP! I really want to compile rockbox for my C250...
Logged
My MP3 Player: Sansa C250 (2GB)
OS: Win XP SP3

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Compiling error that won't go away!!!
« Reply #1 on: February 14, 2009, 12:09:31 PM »
Thats a pretty generic error meaning something in the build process went wrong.  Try make clean, make veryclean, rerunning configure in a new folder or reverting any changes you've made to your SVN checkout.
Logged

Offline motionman95

  • Member
  • *
  • Posts: 108
  • aka coderkid
    • coderkid
Re: Compiling error that won't go away!!!
« Reply #2 on: February 14, 2009, 12:20:43 PM »
Thanks for the reply! I downloaded my source from the releases page - the link called "Source Archives". How do you run make clean? Just type it in?
Logged
My MP3 Player: Sansa C250 (2GB)
OS: Win XP SP3

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Compiling error that won't go away!!!
« Reply #3 on: February 14, 2009, 01:01:17 PM »
Quote from: motionman95 on February 14, 2009, 12:20:43 PM
Thanks for the reply! I downloaded my source from the releases page - the link called "Source Archives".

Another thing to try then would be using SVN (see the wiki entry on it).

Quote from: motionman95 on February 14, 2009, 12:20:43 PM
How do you run make clean? Just type it in?

Instead of "make" or "make zip" type "make clean".  If you open the Makefile, you can see all the options in it.
Logged

Offline motionman95

  • Member
  • *
  • Posts: 108
  • aka coderkid
    • coderkid
Re: Compiling error that won't go away!!!
« Reply #4 on: February 14, 2009, 02:20:05 PM »
I've downloaded the SVN with tortouseSVN. Now, when I type make I get something that goes like this:

This Subversion client is too old too be used...
 
 ???
Logged
My MP3 Player: Sansa C250 (2GB)
OS: Win XP SP3

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Compiling error that won't go away!!!
« Reply #5 on: February 14, 2009, 02:23:57 PM »
Quote from: motionman95 on February 14, 2009, 02:20:05 PM
I've downloaded the SVN with tortouseSVN. Now, when I type make I get something that goes like this:

This Subversion client is too old too be used...
 
 ???

You should probably use the SVN client included in the developer tools.
Logged

Offline motionman95

  • Member
  • *
  • Posts: 108
  • aka coderkid
    • coderkid
Re: Compiling error that won't go away!!!
« Reply #6 on: February 14, 2009, 02:30:47 PM »
Where's developer tools...?
Logged
My MP3 Player: Sansa C250 (2GB)
OS: Win XP SP3

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Compiling error that won't go away!!!
« Reply #7 on: February 14, 2009, 02:34:34 PM »
Quote from: motionman95 on February 14, 2009, 02:30:47 PM
Where's developer tools...?

You installed them when you followed the SimpleGuideToCompiling wiki. 

You may be interested in this:

http://www.rockbox.org/twiki/bin/view/Main/SimpleGuideToCompiling#From_SVN
Logged

Offline motionman95

  • Member
  • *
  • Posts: 108
  • aka coderkid
    • coderkid
Re: Compiling error that won't go away!!!
« Reply #8 on: February 14, 2009, 02:38:57 PM »
The only thing I've install is Cygwin and TortoseSVN...
Logged
My MP3 Player: Sansa C250 (2GB)
OS: Win XP SP3

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Compiling error that won't go away!!!
« Reply #9 on: February 14, 2009, 02:40:31 PM »
Quote from: motionman95 on February 14, 2009, 02:38:57 PM
The only thing I've install is Cygwin and TortoseSVN...

If you followed the instructions, you also installed SVN with cygwin.  If you installed cygwin but didn't follow the instructions, just uninstall it and this time follow the instructions on the wiki page.
Logged

Offline motionman95

  • Member
  • *
  • Posts: 108
  • aka coderkid
    • coderkid
Re: Compiling error that won't go away!!!
« Reply #10 on: February 14, 2009, 03:17:33 PM »
Well, Cygwin is downloading now...I'll let you know what happens when it's finished!  ;D Thanks for the help and patience.
Logged
My MP3 Player: Sansa C250 (2GB)
OS: Win XP SP3

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Compiling error that won't go away!!!
« Reply #11 on: February 14, 2009, 03:20:17 PM »
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.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline motionman95

  • Member
  • *
  • Posts: 108
  • aka coderkid
    • coderkid
Re: Compiling error that won't go away!!!
« Reply #12 on: February 14, 2009, 03:54:57 PM »
Thanks! I'm running make now -- well see if it throws an error! :)

Edit: it did the same thing only slightly different:
Code: [Select]
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
« Last Edit: February 14, 2009, 04:16:20 PM by motionman95 »
Logged
My MP3 Player: Sansa C250 (2GB)
OS: Win XP SP3

Offline motionman95

  • Member
  • *
  • Posts: 108
  • aka coderkid
    • coderkid
Re: Compiling error that won't go away!!!
« Reply #13 on: February 25, 2009, 10:38:34 AM »
Thoughts? Ideas?
Logged
My MP3 Player: Sansa C250 (2GB)
OS: Win XP SP3

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Compiling error that won't go away!!!
« Reply #14 on: February 25, 2009, 10:56:03 AM »
Quote from: motionman95 on February 25, 2009, 10:38:34 AM
Thoughts? Ideas?

Do a make clean and post the entire log. 
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Compiling error that won't go away!!!
 

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

Page created in 0.077 seconds with 14 queries.