public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001429] New: LPC1766-STK "address 0x10008d9c of */redboot.elf section .bss is not within region ram"
@ 2011-12-21 13:45 bugzilla-daemon
  2011-12-21 16:10 ` [Bug 1001429] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-12-21 13:45 UTC (permalink / raw)
  To: ecos-bugs

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.


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

* [Bug 1001429] LPC1766-STK "address 0x10008d9c of */redboot.elf section .bss is not within region ram"
  2011-12-21 13:45 [Bug 1001429] New: LPC1766-STK "address 0x10008d9c of */redboot.elf section .bss is not within region ram" bugzilla-daemon
@ 2011-12-21 16:10 ` bugzilla-daemon
  2011-12-22  6:02 ` bugzilla-daemon
  2011-12-22  7:45 ` bugzilla-daemon
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-12-21 16:10 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001429

Ilija Kocho <ilijak@siva.com.mk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilijak@siva.com.mk

--- Comment #1 from Ilija Kocho <ilijak@siva.com.mk> 2011-12-21 16:10:07 GMT ---
LPC 1766 has small RAM resources. In addition, RAM being fragmented in two
blocks makes it even more difficult. You could try to decrease some memory
demand (buffers, etc) but I'm afraid that RAM is too low to run Redboot with
networking.

I hope this helps.
Ilija

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


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

* [Bug 1001429] LPC1766-STK "address 0x10008d9c of */redboot.elf section .bss is not within region ram"
  2011-12-21 13:45 [Bug 1001429] New: LPC1766-STK "address 0x10008d9c of */redboot.elf section .bss is not within region ram" bugzilla-daemon
  2011-12-21 16:10 ` [Bug 1001429] " bugzilla-daemon
@ 2011-12-22  6:02 ` bugzilla-daemon
  2011-12-22  7:45 ` bugzilla-daemon
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-12-22  6:02 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001429

--- Comment #2 from scott <hbyu.1986@gmail.com> 2011-12-22 06:01:04 GMT ---
(In reply to comment #1)
> LPC 1766 has small RAM resources. In addition, RAM being fragmented in two
> blocks makes it even more difficult. You could try to decrease some memory
> demand (buffers, etc) but I'm afraid that RAM is too low to run Redboot with
> networking.
> 
> I hope this helps.
> Ilija

Thanks for Ilija's reply. I understands that.
Do you have some example to test Ethernet without redboot?
Or how can I test the Ethernet without redboot?

Thanks for your help.
Hailee

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


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

* [Bug 1001429] LPC1766-STK "address 0x10008d9c of */redboot.elf section .bss is not within region ram"
  2011-12-21 13:45 [Bug 1001429] New: LPC1766-STK "address 0x10008d9c of */redboot.elf section .bss is not within region ram" bugzilla-daemon
  2011-12-21 16:10 ` [Bug 1001429] " bugzilla-daemon
  2011-12-22  6:02 ` bugzilla-daemon
@ 2011-12-22  7:45 ` bugzilla-daemon
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-12-22  7:45 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001429

--- Comment #3 from Ilija Kocho <ilijak@siva.com.mk> 2011-12-22 07:45:26 GMT ---
(In reply to comment #2)
> (In reply to comment #1)
> > LPC 1766 has small RAM resources. In addition, RAM being fragmented in two
> > blocks makes it even more difficult. You could try to decrease some memory
> > demand (buffers, etc) but I'm afraid that RAM is too low to run Redboot with
> > networking.
> > 
> > I hope this helps.
> > Ilija
> 
> Thanks for Ilija's reply. I understands that.
> Do you have some example to test Ethernet without redboot?
> Or how can I test the Ethernet without redboot?

You can try simple httpd from lwIP tests.

Note: I would ask you in future to put issues like this on discuss mailing
list. If an issue with eCos is detected you can open a bug.

Ilija

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


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

* [Bug 1001429] New: LPC1766-STK "address 0x10008d9c of */redboot.elf section .bss is not within region ram"
@ 2011-12-21 13:45 bugzilla-daemon
  0 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-12-21 13:45 UTC (permalink / raw)
  To: unassigned

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.


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

end of thread, other threads:[~2011-12-22  7:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-21 13:45 [Bug 1001429] New: LPC1766-STK "address 0x10008d9c of */redboot.elf section .bss is not within region ram" bugzilla-daemon
2011-12-21 16:10 ` [Bug 1001429] " bugzilla-daemon
2011-12-22  6:02 ` bugzilla-daemon
2011-12-22  7:45 ` bugzilla-daemon
2011-12-21 13:45 [Bug 1001429] New: " bugzilla-daemon

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