Laczen commented on PR #17236: URL: https://github.com/apache/nuttx/pull/17236#issuecomment-3671866626
@simbit18 I have been able to get it working by only checking out the release/master.a branch to nxtmpdir, initializing the submodules in the nxtmpdir, applying the patches in nxtmpdir and change the Make.def to only applying the patches if `USE_NXTMPDIR_ESP_REPO_DIRECTLY=n`. Then the build succeeds with `USE_NXTMPDIR_ESP_REPO_DIRECTLY=y make`. IMHO it is also possible to replace the copying of files with a link (at least on linux). -- 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]
