v01d commented on issue #3799: URL: https://github.com/apache/incubator-nuttx/issues/3799#issuecomment-850841381
> 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__" Is this how the executed command actually looks like? If so, the problem are the quotes: note that the quote starts after the `=` and closes right before the path. I remember prior issues like this which broke cygwin, regarding nested quotes. I think the solution would be to escape the inner quotes, but I'm not sure where the ones surrounding the include path are added. -- 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]
