Frederic Devernay | 1 Nov 2005 12:04

region PLUGIN-RAM is full

Hi,
I wondered if everybody gets this, or if it's due to my build tools:

LD aac.elf
/opt/m68k/lib/gcc/m68k-elf/3.4.4/../../../../m68k-elf/bin/ld: region 
PLUGIN_RAM is full (/home/devernay/rockbox/iriver/apps/codecs/aac.elf 
section .bss)
/opt/m68k/lib/gcc/m68k-elf/3.4.4/../../../../m68k-elf/bin/ld: section 
.rodata [32f00000 -> 32f13e8f] overlaps section .text [32f00000 -> 32f327eb]
/opt/m68k/lib/gcc/m68k-elf/3.4.4/../../../../m68k-elf/bin/ld: section 
.iram [32f13e90 -> 32f1e50b] overlaps section .text [32f00000 -> 32f327eb]
/opt/m68k/lib/gcc/m68k-elf/3.4.4/../../../../m68k-elf/bin/ld: 
/home/devernay/rockbox/iriver/apps/codecs/aac.elf: section .text lma 
0x32f00000 overlaps previous sections

Linus Nielsen Feltzing | 1 Nov 2005 12:06
Picon
Favicon
Gravatar

Re: region PLUGIN-RAM is full

Frederic Devernay wrote:
> Hi,
> I wondered if everybody gets this, or if it's due to my build tools:

Try "make clean"

Linus

Frederic Devernay | 1 Nov 2005 12:18

Re: region PLUGIN-RAM is full

Works, thanks.

Doesn't that mean there are some dependencies missing in the Makefiles?

Fred

Linus Nielsen Feltzing a écrit :
> Frederic Devernay wrote:
> 
>> Hi,
>> I wondered if everybody gets this, or if it's due to my build tools:
> 
> 
> Try "make clean"
> 
> Linus
> 

Linus Nielsen Feltzing | 1 Nov 2005 12:59
Picon
Favicon
Gravatar

Re: region PLUGIN-RAM is full

Frederic Devernay wrote:
> Works, thanks.
> 
> Doesn't that mean there are some dependencies missing in the Makefiles?

Yes.

Linus

Anton Oleynikov | 2 Nov 2005 13:46
Picon

LANG files

Hi,

Am I right in understanding that English language file should be enough to
insert new strings to and
if another translation doesn't have corresponding strings it just uses
English version?

Best wishes,
Anton.

Linus Nielsen Feltzing | 2 Nov 2005 14:42
Picon
Favicon
Gravatar

Re: LANG files

Anton Oleynikov wrote:
> Am I right in understanding that English language file should be
> enough to insert new strings to and if another translation doesn't
> have corresponding strings it just uses English version?

Correct.

Linus

andy crow | 2 Nov 2005 16:55
Picon

patch silliness

hello,

Ive been trying to follow your guide on how to cross compile for m68k-elf 
and the build keeps on failing. It occurs to me that perhaps im not applying 
the patches correctly, (for both the 3.3.4 and the 3.4.4 biulds) could 
anyone give me some guidance as to how to use these patch files?

thanks
andy

_________________________________________________________________
The new MSN Search Toolbar now includes Desktop search! 
http://toolbar.msn.co.uk/

Magnus Holmgren | 2 Nov 2005 18:28
Picon
Picon

Re: patch silliness

andy crow wrote:

> Ive been trying to follow your guide on how to cross compile for 
> m68k-elf and the build keeps on failing. It occurs to me that perhaps im 
> not applying the patches correctly, (for both the 3.3.4 and the 3.4.4 
> biulds) could anyone give me some guidance as to how to use these patch 
> files?

You mean for the compile error during cross compiler build? It's simple 
enough to do by hand. At least for 3.4.4, locate the file 
gcc/config/m68k/t-m68kelf in the GCC source directory. On the line 
starting with "MULTILIB_OPTIONS = ", make sure it doesn't contain 
"m68040" (e.g., remove "/m68040").

After doing that, I have no problems building the cross compiler.

   Magnus

Daniel Stenberg | 3 Nov 2005 22:42
Favicon

Re: len0x: apps settings.c,1.310,1.311

On Thu, 3 Nov 2005, cvs <at> labb.contactor.se wrote:

> default for "Follow playlist" option is set to "yes"

Really?

I've not seen _any_ discussions about this change.

--

-- 
  Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/

Anton Oleynikov | 3 Nov 2005 22:49
Picon

RE: len0x: apps settings.c,1.310,1.311

http://forums.rockbox.org/index.php?topic=1712.0

just usability improvement... 

> -----Original Message-----
> From: rockbox-dev-bounces <at> cool.haxx.se 
> [mailto:rockbox-dev-bounces <at> cool.haxx.se] On Behalf Of Daniel Stenberg
> Sent: Thursday, November 03, 2005 9:43 PM
> To: Rockbox Development
> Subject: Re: len0x: apps settings.c,1.310,1.311
> 
> On Thu, 3 Nov 2005, cvs <at> labb.contactor.se wrote:
> 
> > default for "Follow playlist" option is set to "yes"
> 
> Really?
> 
> I've not seen _any_ discussions about this change.
> 
> -- 
>   Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/
> 


Gmane