xiaoxiang781216 commented on issue #131: Improve config URL: https://github.com/apache/incubator-nuttx/pull/131#issuecomment-579679784 We can use CXXFLAGS += -fpermissive to avoid the compiler error, but the warning can't disable: https://stackoverflow.com/questions/10932479/in-gcc-how-to-mute-the-fpermissive-warning/51447005 And after more thinking, this isn't a good approach because new/delete is provided by libcxx/uClibc++ if we enable them from Kconfig, it is almost impossible to upstream this type of hack to the official project.
---------------------------------------------------------------- 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
