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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Unsupported Model Error
« previous next »
  • Print
Pages: [1]

Author Topic: Unsupported Model Error  (Read 3146 times)

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Unsupported Model Error
« on: June 09, 2008, 05:52:40 PM »
Am I the only one who finds IRC incredibly slow and painful?

Anyway, I would have asked there but it seems I don't have the patience.  So:  I'm trying to add the Sansa c100 as a build target as per the instructions on the PortingHowTo wiki page, and have come across an error I can't fumble my way past.  It looks as such:

Code: [Select]
Build bootloader file
unsupported model: c100

Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Unsupported Model Error
« Reply #1 on: June 09, 2008, 06:15:51 PM »
Update scramble.c to support your target.
Logged

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: Unsupported Model Error
« Reply #2 on: June 09, 2008, 08:54:02 PM »
Thanks.  Seems like Windows' search for "containing text" failed me once again...
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Unsupported Model Error
« Reply #3 on: June 09, 2008, 11:28:56 PM »
Use "grep -r" instead.  Took me about 5 seconds to figure out where that error came from.
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Unsupported Model Error
« Reply #4 on: June 10, 2008, 11:44:46 AM »
Quote from: MarcGuay on June 09, 2008, 05:52:40 PM
Am I the only one who finds IRC incredibly slow and painful?
Don't use the web client -- that is a pain. But using a real IRC client works quite well -- from the number of people in the channel I assume for quite some ;)
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Unsupported Model Error
« Reply #5 on: June 11, 2008, 03:01:50 AM »
Although if you *have* to use a web client (like some of us behind nasty restrictive firewalls), then www.mibbit.com is way better than the CGI::IRC thing we use as our direct link on the site.

The downside of it is you have to know a bit more about IRC to connect to the rockbox channel, since it doesn't automatically log you in there.
Logged

Read The Manual Please

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: Unsupported Model Error
« Reply #6 on: June 11, 2008, 07:10:04 AM »
Excellent, Mibbit is a definite improvement.  I tried mIRC before and it was brutally slow as well, maybe I just chose the wrong client from the pile.  Anyway, thanks a lot, maybe I'll stick my head in there more often.
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Unsupported Model Error
« Reply #7 on: June 11, 2008, 08:26:16 AM »
Out of interest, you said you found IRC "slow" - I'm curious to know "when compared with what?"
Logged

Read The Manual Please

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: Unsupported Model Error
« Reply #8 on: June 11, 2008, 09:45:49 AM »
Compared to a speed I find tolerable, I guess, which is based on the speed I'm used to when dealing with an up-to-date computer.  It was taking about 2 or 3 minutes just to log in, at which point I'd often get booted by a random error.  And then the time between sending a message and it actually appearing in the channel would deter me even more.
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Unsupported Model Error
« Reply #9 on: June 11, 2008, 10:25:13 AM »
Yeah, that's just the cgi client.  Mibbit is better, but a proper client (i.e. not in a browser) is instant (except for if you have network troubles of course :))
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline pixelma

  • Rockbox Expert
  • Member
  • *
  • Posts: 645
Re: Unsupported Model Error
« Reply #10 on: June 16, 2008, 03:09:40 PM »
Quote from: MarcGuay on June 09, 2008, 08:54:02 PM
Thanks.  Seems like Windows' search for "containing text" failed me once again...

The Windows explorer doesn't search the content of file (types) it doesn't know of, not in *.c files etc. as you found yourself. Stated above you could use the commandline grep in your development environment. But there are also standalone free grep tools (for Windows too), e.g. there's a free demo version of "baregrep" which I like to use for that. Just another way to search in the files, eases developing in case it feels more comfortable to you.
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Unsupported Model Error
« Reply #11 on: June 16, 2008, 03:32:45 PM »
Quote from: pixelma on June 16, 2008, 03:09:40 PM
But there are also standalone free grep tools (for Windows too), e.g. there's a free demo version of "baregrep" which I like to use for that. Just another way to search in the files, eases developing in case it feels more comfortable to you.
If you like the command line and possibly the tools you usually find on linux systems try http://gnuwin32.sf.net
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: Unsupported Model Error
« Reply #12 on: June 16, 2008, 06:14:07 PM »
Quote from: pixelma on June 16, 2008, 03:09:40 PM
The Windows explorer doesn't search the content of file (types) it doesn't know of, not in *.c files etc. as you found yourself.

Interesting, thanks for that bit of info.  I figured it was smart and useful like computers are supposed to be.  Big mistake?  The grep command is coming in very handy, though.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Unsupported Model Error
 

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

Page created in 0.103 seconds with 15 queries.