You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "Gary-Hobson (via GitHub)" <gi...@apache.org> on 2023/01/31 17:56:36 UTC

[GitHub] [nuttx] Gary-Hobson commented on pull request #8384: Makefile: fix redundant delimiters when using make V=1

Gary-Hobson commented on PR #8384:
URL: https://github.com/apache/nuttx/pull/8384#issuecomment-1410824575

   > @Gary-Hobson seems there are other places that need to be fixed too, after applying this patch I can see it:
   > 
   > ```
   > arm-none-eabi-gcc -c -Wstrict-prototypes -Os -fno-strict-aliasing -fomit-frame-pointer -mthumb -Wa,-mthumb -Wa,-mimplicit-it=always -fno-common -Wall -Wshadow -Wundef -ffunction-sections -fdata-sections -mlittle-endian -march=armv7e-m -mtune=cortex-m4 -mfloat-abi=soft -isystem /home/alan/nuttxspace/nuttx/include -D__NuttX__ -DNDEBUG  -pipe -I /home/alan/nuttxspace/nuttx/libs/libc   /home/alan/nuttxspace/nuttx/libs/libc/assert/lib_assert.c -o  bin//lib_assert.o
   > ```
   
   This should not happen, are you using the latest master branch
   This PR (https://github.com/apache/nuttx/pull/8347) will use the full path when compiling, and no relative path will appear in the compile command
   
   ```
   arm-none-eabi-gcc -c -Wstrict-prototypes -Os -fno-strict-aliasing -fomit-frame-pointer -mthumb -Wa,-mthumb -Wa,-mimplicit-it=always -fno-common -Wall -Wshadow -Wundef -ffunction-sections -fdata-sections -g -mlittle-endian -march=armv7e-m -mtune=cortex-m7 -mfpu=fpv5-d16 -mfloat-abi=hard -isystem /home/baerg/vela/NXOS/nuttx/include -D__NuttX__  -pipe -I /home/baerg/vela/NXOS/nuttx/libs/libc   /home/baerg/vela/NXOS/nuttx/libs/libc/assert/lib_assert.c -o /home/baerg/vela/NXOS/nuttx/libs/libc/bin/lib_assert.o
   ```


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org