This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit ace40bfbfc44a74673c1d6e834369c0d218d4b0f Author: leisiji <[email protected]> AuthorDate: Sat Jun 6 10:10:47 2026 +0800 build/fix: remove nonexistent target in cmake nuttx_apps_mksymtab is nonexistent in nuttx, which produce error when build with CONFIG_MODULES Signed-off-by: leisiji <[email protected]> --- cmake/nuttx_add_application.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/nuttx_add_application.cmake b/cmake/nuttx_add_application.cmake index db436aeba93..c0b147452a3 100644 --- a/cmake/nuttx_add_application.cmake +++ b/cmake/nuttx_add_application.cmake @@ -195,7 +195,6 @@ function(nuttx_add_application) # loadable build requires applying ELF flags to all applications if(CONFIG_MODULES) - add_dependencies(nuttx_apps_mksymtab ${TARGET}) target_compile_options( ${TARGET} PRIVATE
