[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PRO
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PROT=1 |
Date: |
Tue, 03 Mar 2009 18:51:17 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.0.6) Gecko/2009011912 Firefox/3.0.6 |
Follow-up Comment #12, bug #25608 (project lwip):
What I meant was that in the NO_SYS=1 section in sys.h, there are some
typedefs that would also have to be removed if including sys_arch.h. Of course
we could have the ports use #if NO_SYS in sys_arch.h, but that would be a
break to the existing ports (which we should avoid if it isn't necessary).
An alternative would be to *always* include sys_arch.h and rely on the
typedefs there (even if not needed).
I think I remember having moved the code for that to cc.h, where it is always
included. The baseline of the current implementation seems to be that
sys_arch.h provides OS funcitonality, which is not used with NO_SYS=1. I don't
know if we should change this but I also remember finding it quite funny when
starting with lwIP...
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?25608>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PROT=1, Simon Goldschmidt, 2009/03/01
- [lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PROT=1, Bill Auerbach, 2009/03/03
- [lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PROT=1, Jim Pettinato, 2009/03/03
- [lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PROT=1, Bill Auerbach, 2009/03/03
- [lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PROT=1, Jim Pettinato, 2009/03/03
- [lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PROT=1, Bill Auerbach, 2009/03/03
- [lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PROT=1, Jim Pettinato, 2009/03/03
- [lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PROT=1, Kieran Mansley, 2009/03/03
- [lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PROT=1, Bill Auerbach, 2009/03/03
- [lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PROT=1, Bill Auerbach, 2009/03/03
- [lwip-devel] [bug #25608] Unable to use NO_SYS=1 and SYS_LIGHTWEIGHT_PROT=1,
Simon Goldschmidt <=