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\\"
Hi MADDY,
The SES project file contains the define like so -DMBEDTLS_CONFIG_FILE=\\"nrf-config.h\\"
Could you try to remove this?
The setting of the mbed TLS Configuration File looks good as the https_client which also enables the mbedTLS configuration.
Please let me how it works. It still compiles fail, please provide the error log.
-Amanda H.
I tried that in fact to replace it with DMBEDTLS_CONFIG_FILE="nrf-config.h". When I save the file, the SES would prompt to load the file since it has changes. Doing so would again set the define like before. And when I try to replace the string with <nrf-config.h> on menuconfig and save, the project file becomes invalid since the kconfig check fails.
I tried that in fact to replace it with DMBEDTLS_CONFIG_FILE="nrf-config.h". When I save the file, the SES would prompt to load the file since it has changes. Doing so would again set the define like before. And when I try to replace the string with <nrf-config.h> on menuconfig and save, the project file becomes invalid since the kconfig check fails.