Donny9 commented on PR #13567: URL: https://github.com/apache/nuttx/pull/13567#issuecomment-2367256506
> > @anchao There is a reason behind submitting this commit: [2b59a0a](https://github.com/apache/nuttx/commit/2b59a0a19b5db632fa3d8f217ebde48382dff9ca). When we compiled the NuttX-related libc functions under AOSP, the compilation process prompted that "lzf.h" could not be found. Therefore, we added this ifdef statement. I will submit the code shortly. Could you please help review it and then consider whether to revert it or not? > > It seems to be a issue with the header file path. I don't fully understand why the Linux compilation breaks. could you help to find out why the nuttx/include path is not enabled? https://github.com/apache/nuttx/pull/13577 , don't add nuttx/include when compille xxx_scanf.c and xxx_printf.c in aosp, because standard header files have multiple instance, under the directories of bionic/libc/include and nuttx/include -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
