patacongo commented on issue #131: Improve config
URL: https://github.com/apache/incubator-nuttx/pull/131#issuecomment-577982455
 
 
   _The defintion actually come form nuttx/include/sys/types.h:_
   
   false.  the size_t definition is the NuttX sys/types is not used in this 
case at all.  It is irrelevant to the discussion
   
   _Since the code generated by toolchain call many internal functions which is 
replaced/provided by NuttX(new is just one case). Is it better to use the basic 
typedef from toolchain directly? This approach could resolve all potential 
conflict but without any manual configuration._
   
   No, can't be done.  NuttX will not compile if you use try to include any 
newlib header files.  The newlib header files all include numerous other header 
files and they are almost all incompatible with NuttX binary representations.  
See for example: 
https://cwiki.apache.org/confluence/display/NUTTX/Integrating+with+Newlib
   
   None of that will work.  The only know solution is to make 
CONFIG_CXX_NEWLONG controllable as an input to testbuild.sh.  We are wasting 
time arguing.  You do not understand issues, clearly, and this change must be 
done.  If you cannot fix it, I will restore the functionality tomorrow.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to