g2gps opened a new pull request, #1816: URL: https://github.com/apache/nuttx-apps/pull/1816
## Summary The `make export` target from the Nuttx repository correctly packs the System.map file. This change ensure that ./tools/mkimport.sh extracts this file correctly into the `import`correctly. ## Impact The `System.map` file is now available in the import directory for applications to build against. ## Testing ``` $ cd nuttx $ ./tools/configure.sh rv-virt:knsh32:knsh $ make $ make export $ cd ../apps $ ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-*.tar.gz $ ls import include libs Make.defs Makefile scripts startup System.map tools ``` Notice the addition of the `System.map` file. -- 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]
