Gary-Hobson opened a new pull request, #8384: URL: https://github.com/apache/nuttx/pull/8384
## Summary When using make V=1, the obj file will print two separators in the libc and mm directories Use the [ realpath function](https://www.gnu.org/software/make/manual/html_node/File-Name-Functions.html#:~:text=File%20Names.-,%24(realpath%20names%E2%80%A6),-For%20each%20file) to return a canonical relative path to remove redundant separators ``` arm-none-eabi-ar rcs libc.a bin//lib_assert.o bin//lib_builtin_getname.o ``` ## Impact @zouboan Please help to verify whether it can run normally in the windows environment ## Testing ubuntu sim/nsh -- 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