This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2634: Your AM263x gpio_led_blink example no longer compiles using CCS20

Part Number: AM2634
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

I had to update to the latest CCS20 for the F29, but I am also developing on the AM2634. I updated to the latest SysConfig and MCU+SDK, and now the gpio_led_blink example no longer compiles. the last few lines of the output are:

[104]makefile_ccs_bootimage_gen:87: recipe for target 'all' failed
[105]Traceback (most recent call last):
[106] File "C:\ti\mcu_plus_sdk_am263x_10_01_00_31\tools\boot\multicore-elf\genimage.py", line 39, in <module>
[107] from modules.multicoreelf import MultiCoreELF, OTFAECCMProcessor
[108] File "C:\ti\mcu_plus_sdk_am263x_10_01_00_31\tools\boot\multicore-elf\modules\multicoreelf.py", line 45, in <module>
[109] from .gmac import enc_process_data
[110] File "C:\ti\mcu_plus_sdk_am263x_10_01_00_31\tools\boot\multicore-elf\modules\gmac.py", line 37, in <module>
[111] from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
[112]ModuleNotFoundError: No module named 'cryptography'
[113]gmake[3]: *** [all] Error 1
[114]makefile:167: recipe for target 'post-build' failed
[115]gmake[2]: [post-build] Error 2 (ignored)

It suggests I am missing something related to the cryptography; where is it, and why is it not installed with one of the other packages?

Thanks,

Jim