From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28239 invoked by alias); 15 Jul 2009 13:16:27 -0000 Received: (qmail 28226 invoked by uid 22791); 15 Jul 2009 13:16:27 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_32,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f178.google.com (HELO mail-pz0-f178.google.com) (209.85.222.178) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Jul 2009 13:16:21 +0000 Received: by pzk8 with SMTP id 8so3201978pzk.28 for ; Wed, 15 Jul 2009 06:16:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.29.18 with SMTP id g18mr2001786wfj.128.1247663778864; Wed, 15 Jul 2009 06:16:18 -0700 (PDT) In-Reply-To: <4A5DB80E.7090604@dallaway.org.uk> References: <4A5DB80E.7090604@dallaway.org.uk> Date: Wed, 15 Jul 2009 13:16:00 -0000 Message-ID: From: Mandeep Sandhu To: John Dallaway Cc: ecos-discuss@ecos.sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Re: ecos mem footprint with HTTPD support X-SW-Source: 2009-07/txt/msg00135.txt.bz2 > The lwIP TCP/IP stack provides its own HTTP server test. Simply > configure eCos for lwIP networking and then build eCos and the eCos > tests for lwIP. Run "arm-eabi-size" (assuming an ARM target) on the > resulting "httpd" test executable file. Thanks for the tip John. But the test compilation is failing with the following error: make[1]: Leaving directory `/home/mandeep/ecos/sam7ex-lwIP/sam7ex-lwIP_build/infra/v3_0' /home/mandeep/ecos/gnutools/arm-eabi/bin/../lib/gcc/arm-eabi/4.3.2/../../../../arm-eabi/bin/ld: address 0x219ae8 of /home/mandeep/ecos/sam7ex-lwIP/sam7ex-lwIP_install/tests/infra/v3_0/tests/diag_sprintf2 section .bss is not within region ram make: Leaving directory `/home/mandeep/ecos/sam7ex-lwIP/sam7ex-lwIP_build' /home/mandeep/ecos/gnutools/arm-eabi/bin/../lib/gcc/arm-eabi/4.3.2/../../../../arm-eabi/bin/ld: address 0x219ae8 of /home/mandeep/ecos/sam7ex-lwIP/sam7ex-lwIP_install/tests/infra/v3_0/tests/diag_sprintf2 section .bss is not within region ram collect2: ld returned 1 exit status make[1]: *** [/home/mandeep/ecos/sam7ex-lwIP/sam7ex-lwIP_install/tests/infra/v3_0/tests/diag_sprintf2] Error 1 make[1]: *** Waiting for unfinished jobs.... /home/mandeep/ecos/gnutools/arm-eabi/bin/../lib/gcc/arm-eabi/4.3.2/../../../../arm-eabi/bin/ld: address 0x21a4d8 of /home/mandeep/ecos/sam7ex-lwIP/sam7ex-lwIP_install/tests/infra/v3_0/tests/cxxsupp section .bss is not within region ram /home/mandeep/ecos/gnutools/arm-eabi/bin/../lib/gcc/arm-eabi/4.3.2/../../../../arm-eabi/bin/ld: address 0x21a4d8 of /home/mandeep/ecos/sam7ex-lwIP/sam7ex-lwIP_install/tests/infra/v3_0/tests/cxxsupp section .bss is not within region ram collect2: ld returned 1 exit status make[1]: *** [/home/mandeep/ecos/sam7ex-lwIP/sam7ex-lwIP_install/tests/infra/v3_0/tests/cxxsupp] Error 1 make: *** [tests] Error 2 I have created a fresh config, choosing the at91sam7ex with iwIP template. The build passes, but the tests compilation is failing. The above errors are a little beyond me...but does it mean we've run out of RAM? Can I increase the amount of RAM in some config...for the sam7ex template? Thanks, -mandeep > > John Dallaway > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss