public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Build Networking Tests (demo programs)
@ 2000-11-01 12:03 amassa
  2000-11-03  0:51 ` [ECOS] " Jonathan Larmour
  0 siblings, 1 reply; 4+ messages in thread
From: amassa @ 2000-11-01 12:03 UTC (permalink / raw)
  To: jlarmour; +Cc: ecos-discuss

I am trying to build the additional networking tests using the ecos config
tool (ver 3.1.1.1).  However, I get the following error when I try to do
this - do you know why this would happen?

Thanks.


-I//D/PROGRA~1/REDHAT~1/cvs/ecos/packages/net/tcpip/current/tests/
-msoft-float -mcpu=860 -Wall -Wpointer-arith -Wstrict-prototypes -Winline
-Wundef -Woverloaded-virtual -g -ffunction-sections -fdata-sections
-fno-rtti -fno-exceptions -fvtable-gc -finit-priority -D_KERNEL -D__ECOS
-Wp,-MD,tests/tftp_server_test.tmp -o tests/tftp_server_test.o
//D/PROGRA~1/REDHAT~1/cvs/ecos/packages/net/tcpip/current/tests/tftp_server_test.c
powerpc-eabi-gcc -msoft-float -mcpu=860 -g -nostdlib -Wl,--gc-sections
-Wl,-static
-L//D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/lib
-Ttarget.ld -o
//D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/tests/net/tcpip/current/tests/tftp_server_test tests/tftp_server_test.o
/tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: address 0x54d6a8 of
//D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/tests/net/tcpip/current/tests/tftp_server_test.exe section .bss is not within region ram
collect2: ld returned 1 exit status
make[1]: ***
[//D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/tests/net/tcpip/current/tests/tftp_server_test] Error 1
make[1]: Leaving directory
`/d/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_build/net/tcpip/current'
make: *** [tests] Error 2

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

* [ECOS] Re: Build Networking Tests (demo programs)
  2000-11-01 12:03 [ECOS] Build Networking Tests (demo programs) amassa
@ 2000-11-03  0:51 ` Jonathan Larmour
  2000-11-03  7:22   ` [ECOS] " Anthony Massa
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Larmour @ 2000-11-03  0:51 UTC (permalink / raw)
  To: amassa; +Cc: ecos-discuss

"amassa@cts.com" wrote:
//D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/tests/net/tcpip/current/tests/tftp_server_test
tests/tftp_server_test.o
> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: address 0x54d6a8 of
> //D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/tests/net/tcpip/current/tests/tftp_server_test.exe section .bss is not within region ram
> collect2: ld returned 1 exit status
> make[1]: ***

Looks like you've run out of memory for the size of the application. You'll
have to adjust your configuration to reduce the memory footprint, or
investigate where the space is going. Your board may simply have inadequate
memory for what you want it to hold.

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] 4+ messages in thread

* [ECOS] RE: Build Networking Tests (demo programs)
  2000-11-03  0:51 ` [ECOS] " Jonathan Larmour
@ 2000-11-03  7:22   ` Anthony Massa
  2000-11-03  7:42     ` Gary Thomas
  0 siblings, 1 reply; 4+ messages in thread
From: Anthony Massa @ 2000-11-03  7:22 UTC (permalink / raw)
  To: Jonathan Larmour; +Cc: ecos-discuss

Since this is only for the test I can do it for this one test alone.  Why
does this test require so much memory?

How do I adjust the configuration to reduce the memory footprint?  I am
using the MBX board which has 4 MB of RAM.  I would think this would be
enough.

Thanks.

-----Original Message-----
From: jlarmour@redhat.com [ mailto:jlarmour@redhat.com]On Behalf Of
Jonathan Larmour
Sent: Friday, November 03, 2000 12:51 AM
To: amassa@cts.com
Cc: ecos-discuss@sourceware.cygnus.com
Subject: Re: Build Networking Tests (demo programs)


"amassa@cts.com" wrote:
//D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/tests/n
et/tcpip/current/tests/tftp_server_test
tests/tftp_server_test.o
> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: address 0x54d6a8 of
>
//D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/tests/n
et/tcpip/current/tests/tftp_server_test.exe section .bss is not within
region ram
> collect2: ld returned 1 exit status
> make[1]: ***

Looks like you've run out of memory for the size of the application. You'll
have to adjust your configuration to reduce the memory footprint, or
investigate where the space is going. Your board may simply have inadequate
memory for what you want it to hold.

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] 4+ messages in thread

* RE: [ECOS] RE: Build Networking Tests (demo programs)
  2000-11-03  7:22   ` [ECOS] " Anthony Massa
@ 2000-11-03  7:42     ` Gary Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2000-11-03  7:42 UTC (permalink / raw)
  To: Anthony Massa; +Cc: ecos-discuss, Jonathan Larmour

That particular test requires a RAM based file system, which currently
has 3x1M files within.  There are probably other extreme usages of
memory within this test as well.

You should probably just leave this test out.  (It only tests the
stand-alone TFTP server code anyway).

On 03-Nov-2000 Anthony Massa wrote:
> Since this is only for the test I can do it for this one test alone.  Why
> does this test require so much memory?
> 
> How do I adjust the configuration to reduce the memory footprint?  I am
> using the MBX board which has 4 MB of RAM.  I would think this would be
> enough.
> 
> Thanks.
> 
> -----Original Message-----
> From: jlarmour@redhat.com [ mailto:jlarmour@redhat.com]On Behalf Of
> Jonathan Larmour
> Sent: Friday, November 03, 2000 12:51 AM
> To: amassa@cts.com
> Cc: ecos-discuss@sourceware.cygnus.com
> Subject: Re: Build Networking Tests (demo programs)
> 
> 
> "amassa@cts.com" wrote:
> //D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/tests/n
> et/tcpip/current/tests/tftp_server_test
> tests/tftp_server_test.o
>> /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: address 0x54d6a8 of
>>
> //D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/tests/n
> et/tcpip/current/tests/tftp_server_test.exe section .bss is not within
> region ram
>> collect2: ld returned 1 exit status
>> make[1]: ***
> 
> Looks like you've run out of memory for the size of the application. You'll
> have to adjust your configuration to reduce the memory footprint, or
> investigate where the space is going. Your board may simply have inadequate
> memory for what you want it to hold.
> 
> 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] 4+ messages in thread

end of thread, other threads:[~2000-11-03  7:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-01 12:03 [ECOS] Build Networking Tests (demo programs) amassa
2000-11-03  0:51 ` [ECOS] " Jonathan Larmour
2000-11-03  7:22   ` [ECOS] " Anthony Massa
2000-11-03  7:42     ` 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).