JianyuWang0623 opened a new pull request, #14763: URL: https://github.com/apache/nuttx/pull/14763
## Summary The procfsversion should be under control of `FS_PROCFS_EXCLUDE_VERSION` #### Env ```diff #sim:nsh - CONFIG_FS_PROCFS_EXCLUDE_PROCESS=y ``` #### Link error ``` LD: nuttx /usr/bin/ld: nuttx.rel:(.rodata.g_procfs_entries+0xc8): undefined reference to `g_version_operations' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:429: nuttx] Error 1 make: *** [tools/Unix.mk:551: nuttx] Error 2 ``` ## Impact fs/procfs ## Testing 1. Selftest: Using `sim:nsh` with `CONFIG_FS_PROCFS_EXCLUDE_PROCESS` disabled 2. NuttX 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
