NCS 1.3.0 mbedTLS configuration to the existing app in SES results in compilation error.
The SES project file contains the define like so -DMBEDTLS_CONFIG_FILE=\\"nrf-config.h\\"
NCS 1.3.0 mbedTLS configuration to the existing app in SES results in compilation error.
The SES project file contains the define like so -DMBEDTLS_CONFIG_FILE=\\"nrf-config.h\\"
Didn't help. Tried it. with NONE PRIVATE MBEDTLS_CONFIG_FILE="nrf-config-noglue.h" and NONE PRIVATE -DMBEDTLS_CONFIG_FILE="nrf-config-noglue.h" along with changes to other backend folders as well.
The SPM sample when built as a secure firmware reports the same error #include expects "FILENAME" or <FILENAME>
Hi, and sorry for the slow response.
Amanda is currently on vacation, but I am looking into your case.
However, I am not able to tell what the problem is at the moment, but I will hopefully have something tomorrow.
Best regards,
Didrik
Hi again.
This ended up taking some more time than I thought, but I have now been able to reproduce the issue on my end.
However, for me, it worked to follow the post that Amanda linked to.
Note that you have to use "PRIVATE NONE", not "NONE PRIVATE".
I also did not have this problem when I used West on the command line.
Could you try again, this time with "NONE" after "PRIVATE", or on the command line?
Best regards,
Didrik