From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13558 invoked by alias); 21 Dec 2011 13:45:11 -0000 Received: (qmail 13546 invoked by uid 22791); 21 Dec 2011 13:45:09 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Dec 2011 13:44:54 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 5555A2F7800E for ; Wed, 21 Dec 2011 13:44:53 +0000 (GMT) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q4MH6CFidrdf; Wed, 21 Dec 2011 13:44:51 +0000 (GMT) From: bugzilla-daemon@bugs.ecos.sourceware.org To: ecos-bugs@ecos.sourceware.org Subject: [Bug 1001429] New: LPC1766-STK "address 0x10008d9c of */redboot.elf section .bss is not within region ram" X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Ethernet X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: hbyu.1986@gmail.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 21 Dec 2011 13:45:00 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org X-SW-Source: 2011/txt/msg01415.txt.bz2 Please do not reply to this email. Use the web interface provided at: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001429 Summary: LPC1766-STK "address 0x10008d9c of */redboot.elf section .bss is not within region ram" Product: eCos Version: CVS Platform: Custom (Customer specific) OS/Version: Cortex-M Status: UNCONFIRMED Severity: enhancement Priority: low Component: Ethernet AssignedTo: unassigned@bugs.ecos.sourceware.org ReportedBy: hbyu.1986@gmail.com CC: ecos-bugs@ecos.sourceware.org Class: Advice Request Hi All, I'm working in hardware LPC1766-STK. What have I do is below: 1. Create a new ecos configure uses ecosconfig : ecosconfig new lpc1766stk 2. Add the redboot to lpc1766stk : ecosconfig template redboot 3. Add the Enthernet driver support : ecosconfig add CYGPKG_IO_ETH_DRIVERS 4. Add the Driver of DP8384 # NSDP8384X # Include support for National Semiconductor DP8384X DsPHYTER II # cdl_option CYGHWR_DEVS_ETH_PHY_DP8384X { # Flavor: bool user_value 1 # value_source user # Default value: 0 }; and then make, but error happended. There is something want to load at "0x10008d9c" that out of the SRAM of block0. How can I do to fix the error. The log of make is below: make[1]: Entering directory `/ecos-work/redboot/redboot/current' arm-eabi-gcc -c -I/ecos-work/redboot/install/include -I/works/ecos/packages/redboot/current -I/works/ecos/packages/redboot/current/src -I/works/ecos/packages/redboot/current/tests -I. -finline-limit=7000 -Wall -Wpointer-arith -Wstrict-prototypes -Wundef -Wno-write-strings -mcpu=cortex-m3 -mthumb -g -O2 -ffunction-sections -fdata-sections -fno-exceptions -o /ecos-work/redboot/install/lib/version.o /works/ecos/packages/redboot/current/src/version.c arm-eabi-gcc -mcpu=cortex-m3 -mthumb -Wl,--gc-sections -Wl,-static -Wl,-n -g -nostdlib -L/ecos-work/redboot/install/lib -Ttarget.ld -o /ecos-work/redboot/install/bin/redboot.elf /ecos-work/redboot/install/lib/version.o /works/gnutools/arm-eabi/bin/../lib/gcc/arm-eabi/4.3.2/../../../../arm-eabi/bin/ld: address 0x10008d9c of /ecos-work/redboot/install/bin/redboot.elf section .bss is not within region ram /works/gnutools/arm-eabi/bin/../lib/gcc/arm-eabi/4.3.2/../../../../arm-eabi/bin/ld: address 0x10008d9c of /ecos-work/redboot/install/bin/redboot.elf section .bss is not within region ram collect2: ld returned 1 exit status make[1]: *** [/ecos-work/redboot/install/bin/redboot.elf] Error 1 make[1]: Leaving directory `/ecos-work/redboot/redboot/current' make: *** [build] Error 2 Thanks for your help! thank you very much! -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.