This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001429] New: LPC1766-STK "address 0x10008d9c of */redboot.elfsection .bss is not within region ram"


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 the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]