patacongo commented on issue #3799:
URL: 
https://github.com/apache/incubator-nuttx/issues/3799#issuecomment-850647467


   > From the looks of it the include path is missing the delimiter.
   
   No, the delimiters were there but disappeared.  For quoted values like \\, 
one of the backslashes will disappear from the Bash command line each time it 
is processed.  You can see the good values a little clearer with V=1:
   
       make[2]: Leaving directory 
'/cygdrive/d/Spuda/Documents/projects/nuttx/master/nuttx_fork/libs/libc'
       make makekdepfile CFLAGS="-fno-builtin -funwind-tables -Wall 
-Wstrict-prototypes -Wshadow -Wundef -Os -fno-strict-aliasing 
-fomit-frame-pointer -fno-strength-reduce -mcpu=cortex-m4 -mthumb 
-mfloat-abi=soft -isystem 
"D:\Spuda\Documents\projects\nuttx\master\nuttx_fork\include" -D__NuttX__  
-pipe -I "D:\Spuda\Documents\projects\nuttx\master\nuttx_fork\libs\libc" 
-D__KERNEL__"
       make[2]: Entering directory 
'/cygdrive/d/Spuda/Documents/projects/nuttx/master/nuttx_fork/libs/libc'
       
/cygdrive/d/Spuda/Documents/projects/nuttx/master/nuttx_fork/tools/mkwindeps.sh 
--obj-suffix .o --dep-path assert --dep-path ctype --dep-path dirent --dep-path 
endian --dep-path errno --dep-path fixedmath --dep-path grp --dep-path inttypes 
--dep-path libgen --dep-path machine/arm/armv7-m --dep-path machine/arm 
--dep-path misc --dep-path net --dep-path pthread --dep-path pwd --dep-path 
queue --dep-path sched --dep-path semaphore --dep-path signal --dep-path spawn 
--dep-path stdio --dep-path stdlib --dep-path string --dep-path symtab 
--dep-path syslog --dep-path time --dep-path tls --dep-path uio --dep-path 
unistd --dep-path uuid "arm-none-eabi-gcc" -- -fno-builtin -funwind-tables 
-Wall -Wstrict-prototypes -Wshadow -Wundef -Os -fno-strict-aliasing 
-fomit-frame-pointer -fno-strength-reduce -mcpu=cortex-m4 -mthumb 
-mfloat-abi=soft -isystem D:SpudaDocumentsprojectsnuttxmasternuttx_forkinclude 
-D__NuttX__  -pipe -I D:SpudaDocumentsprojectsnuttxmasternuttx_forklibslibc 
-D__KERNEL__ -
 - assert/lib_assert.c > lib_assert.ddc
       .\assert/lib_assert.c:25:10: fatal error: nuttx/arch.h: No such file or 
directory
          25 | #include <nuttx/arch.h>
             |          ^~~~~~~~~~~~~~
       compilation terminated.
       ERROR: arm-none-eabi-gcc failed: 1
              command: arm-none-eabi-gcc -M '-fno-builtin' '-funwind-tables' 
'-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Os' '-fno-strict-aliasing' 
'-fomit-frame-pointer' '-fno-strength-reduce' '-mcpu=cortex-m4' '-mthumb' 
'-mfloat-abi=soft' '-isystem' 
'D:SpudaDocumentsprojectsnuttxmasternuttx_forkinclude' '-D__NuttX__' '-pipe' 
'-I' 'D:SpudaDocumentsprojectsnuttxmasternuttx_forklibslibc' '-D__KERNEL__' 
.\\assert/lib_assert.c
       make[2]: *** 
[/cygdrive/d/Spuda/Documents/projects/nuttx/master/nuttx_fork/tools/Config.mk:209:
 lib_assert.ddc] Error 1
       make[2]: Leaving directory 
'/cygdrive/d/Spuda/Documents/projects/nuttx/master/nuttx_fork/libs/libc'
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to