anchao opened a new pull request #1345: URL: https://github.com/apache/incubator-nuttx/pull/1345
## Summary 1. make/POSTBUILD: make BIN directory configurable enhance the post build can support configurable BIN directory 2. make/export: export post build script post build processing is also necessary for import compile 3. make/export: use LDNAME instead of LDSCRIPT use LDNAME instead of LDSCRIPT to avoid invalid native path exported to the import build ## Impact make export ## Testing ``` $ cd $(NUTTX_DIR) $ ./tools/configure.sh stm32f429i-disco:nsh $ make export -j12 $ cd $(APPS_DIR) $ ./tools/mkimport.sh -x $(NUTTX_DIR)/nuttx-export-9.1.0.zip $ make import -j12 ... LD: nuttx make[1]: Leaving directory '/home/archer/code/apps/import' ``` ---------------------------------------------------------------- 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]
