public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Linking Problem i386 target
@ 2000-10-22  9:39 Christian Plessl
  2000-10-23  7:33 ` Alex Mathews
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Plessl @ 2000-10-22  9:39 UTC (permalink / raw)
  To: ecos-discuss

Hi
When trying to build the test applications I get the following error messages:

/usr/local/pack/ecos/i386-elf-tools/i386-elf/bin/ld: address 0xb88f4 of
/home/cplessl/work/ram-net-dhcp/install/tests/net/tcpip/current/tests/tcp_lo_test
section .bss is not within region ram
collect2: ld returned 1 exit status

The problem only shows up, when I have ECOS configured with network 
support. Maybe the increased kernel size of this configuration could be the 
cause for this error?!

Anybody noticed this before? Any solutions?

Chris

--
Christian Plessl <cplessl@ee.ethz.ch>

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

* Re: [ECOS] Linking Problem i386 target
  2000-10-22  9:39 [ECOS] Linking Problem i386 target Christian Plessl
@ 2000-10-23  7:33 ` Alex Mathews
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Mathews @ 2000-10-23  7:33 UTC (permalink / raw)
  To: Christian Plessl; +Cc: ecos-discuss

Yes, it is because of the size of the kernel.  You need to modify the
memory layout so that the image can fit.  With the windows tool there is
a nice GUI interface for changing th memory layout.  For Linux I think
you have to hand modify some files in
packages/hal/i386/pc/current/include/pkgconf.  I'm not sure if the
*.ldi, *.h, and *.mlt files have to be changed, or maybe just the *.mlt
file for ram.

-Alex

Christian Plessl wrote:
> 
> Hi
> When trying to build the test applications I get the following error messages:
> 
> /usr/local/pack/ecos/i386-elf-tools/i386-elf/bin/ld: address 0xb88f4 of
> /home/cplessl/work/ram-net-dhcp/install/tests/net/tcpip/current/tests/tcp_lo_test
> section .bss is not within region ram
> collect2: ld returned 1 exit status
> 
> The problem only shows up, when I have ECOS configured with network
> support. Maybe the increased kernel size of this configuration could be the
> cause for this error?!
> 
> Anybody noticed this before? Any solutions?
> 
> Chris
> 
> --
> Christian Plessl <cplessl@ee.ethz.ch>

-- 
Alex Mathews
CrosStor Software, Inc.
908-226-0100 ext 148
alexma@crosstor.com

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

end of thread, other threads:[~2000-10-23  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-22  9:39 [ECOS] Linking Problem i386 target Christian Plessl
2000-10-23  7:33 ` Alex Mathews

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).