while following “mbed-os\connectivity\mbedtls\tools\importer\Makefile” steps to upgrade Mbed TLS version :
Set the MBED_TLS_RELEASE variable to the required mbed TLS release tag
make update
make
Note:- Upgrading to Mbed tls-3.2.1 on Mbed OS-6.16.0
We are getting following error at step 3:-
Adjusting the default mbed TLS config file to mbed purposes ./adjust-config.sh TARGET_IGNORE/mbedtls/scripts/config.pl
…/…/include/mbedtls/config.h
Traceback (most recent call last):
File “/home/parag/Mbed
Programs/mbed-os-example-for-aws/mbed-os/connectivity/mbedtls/tools/importer/TARGET_IGNORE/mbedtls/scripts/config.py”,
line 574, in
sys.exit(main())
File “/home/parag/Mbed
Programs/mbed-os-example-for-aws/mbed-os/connectivity/mbedtls/tools/importer/TARGET_IGNORE/mbedtls/scripts/config.py”,
line 542, in main
config = ConfigFile(args.file)
File “/home/parag/Mbed
Programs/mbed-os-example-for-aws/mbed-os/connectivity/mbedtls/tools/importer/TARGET_IGNORE/mbedtls/scripts/config.py”,
line 375, in init
with open(filename, ‘r’, encoding=‘utf-8’) as file:
FileNotFoundError: [Errno 2] No such file or directory:
‘…/…/include/mbedtls/config.h’
make: *** [Makefile:87: deploy] Error 1