no1wudi opened a new pull request, #2213: URL: https://github.com/apache/nuttx-apps/pull/2213
## Summary * Emit map file like NuttX's `System.map` for more debug information. * Before WAMR 1.3.0, eabihf in wamrc is `gnueabihf`, so without this patch call wamrc will failed with target abi was `eabihf`, we should convert the standard llvm target to wamrc required. Both `eabihf` and `gnueabihf` supported after WAMR 1.3.0. * Split origin Wasm.mk into Wasm.mk and WASI-SDK.defs * Allow customize ld flags for each wasm module * Move final wasm module to bin/wasm, and leave all intermediate file in apps/wasm, such as .map file, entry object etc used in wasm module build. ## Impact Makefile for wasm build system ## Testing Vela and CI -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org