Hello,
I could see that the stddef.h file was not found from VSCode.
Does anyone know how to fix this problem?
thank you in advance
Hello,
Hi Thomas,
Do you compile and build using terminal or are you using segger?
The path to stddef.h should be:
C:\ncs\v1.3.0\toolchain\opt\lib\gcc\arm-none-eabi\9.2.1\include\stddef.h
or something similar to where you have your NCS path.
Regards,
Jonathan
Hi Jonathan, I use terminal cmd with vscode on ubuntu
Hi,
Did you have this problem whit one of the examples for nrf9160 or is it something you made ?
Could you provide some more detail, like what example you modified/tested or a code snippet of the area that results in the error?
Did you figure out a fix? if so then feel free to share it so that others with similar a issue can benefit.
Regards,
Jonathan
Hi,
Did you have this problem whit one of the examples for nrf9160 or is it something you made ?
Could you provide some more detail, like what example you modified/tested or a code snippet of the area that results in the error?
Did you figure out a fix? if so then feel free to share it so that others with similar a issue can benefit.
Regards,
Jonathan
I find the trouble, it's come from my PR.
Sorry