This is the mail archive of the ecos-patches@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 1001344] Allow nc_test_slave for lwIP to compile for targets with 128KiB RAM.


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

--- Comment #24 from Jonathan Larmour <jifl@ecoscentric.com> 2012-05-17 17:12:03 BST ---
(In reply to comment #23)
> 
> This extra stack space isn't a problem for Kinetis. I added it.

Thanks.

> By the way I have cleared some compiler warnings (or should I do it in separate
> bug?) ChangeLog will be updated accordingly prior to commit.

For all but one, yes that's fine. Traditionally the trailing l of "ntohl" meant
it returned a long, but that's not a valid assumption these days since
sizeof(long) is 8 on many systems (it will be fun for the first person who has
to fix all the places in eCos that assume sizeof(long)==4 !).

In the case of the addition of CYGBLD_ATTRIB_UNUSED, I think it should be
CYGBLD_ATTRIB_USED, otherwise the calculation may be thrown away which defeats
the purpose.

Jifl

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


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