public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] RE: GoAhead Webserver 2.1
@ 2000-11-17  9:25 amassa
  2000-11-20 12:01 ` Jonathan Larmour
  2000-11-25  4:56 ` Gary Thomas
  0 siblings, 2 replies; 6+ messages in thread
From: amassa @ 2000-11-17  9:25 UTC (permalink / raw)
  To: gthomas; +Cc: ecos-discuss

I don't know if you had a chance to look at this post before - so I'm
resending it just in case.  Thanks for taking a look.

Why the  :(  about the latest tools.  Which are you referring to?

I checked the powerpc.ld file with the one in cvs and they are identical. 
So, I am using your current patch but still have the
problem.  Any other suggestions - I would appreciate that.

> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
> specified
>  for section `.sbss43'

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] RE: GoAhead Webserver 2.1
  2000-11-17  9:25 [ECOS] RE: GoAhead Webserver 2.1 amassa
@ 2000-11-20 12:01 ` Jonathan Larmour
  2000-11-25  4:56 ` Gary Thomas
  1 sibling, 0 replies; 6+ messages in thread
From: Jonathan Larmour @ 2000-11-20 12:01 UTC (permalink / raw)
  To: amassa; +Cc: gthomas, ecos-discuss

"amassa@cts.com" wrote:
> 
> I don't know if you had a chance to look at this post before - so I'm
> resending it just in case.  Thanks for taking a look.
> 
> Why the  :(  about the latest tools.  Which are you referring to?
> 
> I checked the powerpc.ld file with the one in cvs and they are identical.
> So, I am using your current patch but still have the
> problem.  Any other suggestions - I would appreciate that.

It didn't reach anonymous CVS until the 17th (I was on vacation).

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ECOS] RE: GoAhead Webserver 2.1
  2000-11-17  9:25 [ECOS] RE: GoAhead Webserver 2.1 amassa
  2000-11-20 12:01 ` Jonathan Larmour
@ 2000-11-25  4:56 ` Gary Thomas
  1 sibling, 0 replies; 6+ messages in thread
From: Gary Thomas @ 2000-11-25  4:56 UTC (permalink / raw)
  To: amassa; +Cc: ecos-discuss

On 17-Nov-2000 amassa@cts.com wrote:
> I don't know if you had a chance to look at this post before - so I'm
> resending it just in case.  Thanks for taking a look.
> 
> Why the  :(  about the latest tools.  Which are you referring to?

It was just a mild comment about all of these new sections.  Stuff that
we had to explicitly support in eCos.

> 
> I checked the powerpc.ld file with the one in cvs and they are identical. 
> So, I am using your current patch but still have the
> problem.  Any other suggestions - I would appreciate that.
> 
>> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
>> specified
>>  for section `.sbss43'

Your file 'hal/powerpc/arch/current/src/powerpc.ld' should contain this
snippet:

#define SECTION_sbss(_region_, _vma_, _lma_)                     \
    .sbss _vma_ : _lma_                                                         \
    { __sbss_start = ABSOLUTE (.);                                        \
    __SBSS_START__ = ABSOLUTE(.); *(.sbss.*) __SBSS_END__ = ABSOLUTE(.);   \
    __SBSSx_START__ = ABSOLUTE(.); *(.sbss*) __SBSSx_END__ = ABSOLUTE(.);\
    *(.scommon*)                                                          \
    __sbss_end = ABSOLUTE (.); }                                          \
    > _region_

With this in place, I don't see how you can get the error above.

Have you tried 'make clean; make' after doing your CVS update?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ECOS] RE: GoAhead Webserver 2.1
@ 2000-11-13 12:38 amassa
  0 siblings, 0 replies; 6+ messages in thread
From: amassa @ 2000-11-13 12:38 UTC (permalink / raw)
  To: gthomas; +Cc: ecos-discuss

Why the  :(  about the latest tools.  Which are you referring to?

I checked the powerpc.ld file with the one in cvs and they are identical. 
So, I am using your current patch but still have the
problem.  Any other suggestions - I would appreciate that.

> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
> specified
>  for section `.sbss43'


Thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ECOS] RE: GoAhead Webserver 2.1
  2000-11-10 16:28 amassa
@ 2000-11-11  5:10 ` Gary Thomas
  0 siblings, 0 replies; 6+ messages in thread
From: Gary Thomas @ 2000-11-11  5:10 UTC (permalink / raw)
  To: amassa; +Cc: ecos-discuss

The latest tools :-(

I made a patch to the powerpc.ld file on 04 Nov which fixes this.

On 11-Nov-2000 amassa@cts.com wrote:
> I updated the ecos sources I have from cvs.  I then included the File IO
> package and rebuilt the ecos kernel.  When I link my project (including the
> webserver) I get the following errors.  Do you know what is causing this.
> 
> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
> specified
>  for section `.sbss43'
> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
> specified
>  for section `.sbss42'
> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
> specified
>  for section `.sbss41'
> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
> specified
>  for section `.sbss40'
> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
> specified
>  for section `.sbss39'
> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
> specified
>  for section `.sbss38'
> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
> specified
>  for section `.sbss37'
> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
> specified
>  for section `.sbss36'
> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
> specified
>  for section `.sbss35'
> .
> .
> .
> Down to '.sbss0'

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ECOS] RE: GoAhead Webserver 2.1
@ 2000-11-10 16:28 amassa
  2000-11-11  5:10 ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: amassa @ 2000-11-10 16:28 UTC (permalink / raw)
  To: gthomas; +Cc: ecos-discuss

I updated the ecos sources I have from cvs.  I then included the File IO
package and rebuilt the ecos kernel.  When I link my project (including the
webserver) I get the following errors.  Do you know what is causing this.

/tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
specified
 for section `.sbss43'
/tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
specified
 for section `.sbss42'
/tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
specified
 for section `.sbss41'
/tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
specified
 for section `.sbss40'
/tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
specified
 for section `.sbss39'
/tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
specified
 for section `.sbss38'
/tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
specified
 for section `.sbss37'
/tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
specified
 for section `.sbss36'
/tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: warning: no memory region
specified
 for section `.sbss35'
.
.
.
Down to '.sbss0'

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-11-25  4:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-17  9:25 [ECOS] RE: GoAhead Webserver 2.1 amassa
2000-11-20 12:01 ` Jonathan Larmour
2000-11-25  4:56 ` Gary Thomas
  -- strict thread matches above, loose matches on Subject: below --
2000-11-13 12:38 amassa
2000-11-10 16:28 amassa
2000-11-11  5:10 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).