Donny9 edited a comment on pull request #384: URL: https://github.com/apache/incubator-nuttx-apps/pull/384#issuecomment-692734919
> This feels conceptually wrong, why would need two main files? There should be only a single entry function, regardless of C vs C++ (which is currently supported). If there are two "main" this are two separate applications. An app with two mains does not exist in other OSs. Hello @v01d ,you can see following makefile about zmodem, it use double main file. https://github.com/apache/incubator-nuttx-apps/blob/master/system/zmodem/Makefile ---------------------------------------------------------------- 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]
