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 1001116] Instruct lwIP to use special section for buffers andheap.


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

--- Comment #34 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2011-01-30 22:26:12 GMT ---
(In reply to comment #32)

> >     cdl_option CYGOPT_LWIP_MEM_SECTION {
> >         default_value is_active(CYGDAT_LWIP_MEM_SECTION_NAME)
> >         active_if     CYGDAT_LWIP_MEM_SECTION_NAME

> I tested both, both work but the second one looks more appropriate in
> configtool.

Then I apply your latest (above)

     default_value is_active(CYGDAT_LWIP_MEM_SECTION_NAME)
     active_if     CYGDAT_LWIP_MEM_SECTION_NAME

and this (below)

> #if defined(CYGSEM_LWIP_MEM_SECTION) && CYGSEM_LWIP_MEM_SECTION
> #include <cyg/infra/cyg_type.h>
> #define MEM_SECTION CYGBLD_ATTRIB_SECTION(CYGDAT_LWIP_MEM_SECTION_NAME)
> #else
> #define MEM_SECTION
> #endif

for my diff. Thank you for clarification and collaboration.

(In reply to comment #33)

> What do you mean about var_data[]?

It will be food for though for tommorow.

> I am kind of undecided. Somebody else's opinion is welcome.
                          ^^^^^^^^
                          That would be fine. John, if you read, what
                          is your opinion?

I hope this will be the last "pitstop".

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