Other Parts Discussed in Thread: SYSCONFIG
I have attempted to move over to the cloud development tools, but there seem to be some bugs. I was hoping there is a workaround.
I first created a new project in CCS Cloud by importing "uart2callback_CC1352P1_LAUNCHXL_tirtos7_ticlang" from the open resource explorer. The SDK version is "SimpleLink CC13xx CC26xx SDK (6.40.00.13)".
With no modification, I attempted to build the project and saw that there was a build error.
[0]**** Clean-only build of configuration Debug for project uart2callback_CC1352P1_LAUNCHXL_tirtos7_ticlang ****
[1]/mnt/ccs/ccs/utils/bin/gmake -k clean
[2]gmake: *** No rule to make target 'clean'.
[3]**** Build Finished ****
[4]**** Build of configuration Debug for project uart2callback_CC1352P1_LAUNCHXL_tirtos7_ticlang ****
[5]/mnt/ccs/ccs/utils/bin/gmake -k all
[6]Building file: "../uart2callback.syscfg"
[7]Invoking: SysConfig
[8]"/mnt/ccs/ccs/utils/sysconfig_1.14.0/sysconfig_cli.sh" -s "/mnt/tirex-content/simplelink_cc13xx_cc26xx_sdk_6_40_00_13/.metadata/product.json" --script "/home/guest/ide/default/uart2callback_CC1352P1_LAUNCHXL_tirtos7_ticlang/uart2callback.syscfg" -o "syscfg" --compiler ticlang
[9]subdir_rules.mk:14: recipe for target 'build-2127222415' failed
[10]Error: simplelink_cc13xx_cc26xx_sdk version 6.40.00.13 requires at least version 1.15.0 of SysConfig.
[11]For more information: https://software-dl.ti.com/ccs/esd/sysconfig/docs/guide/update.html
[12]gmake: *** [build-2127222415] Error 1
[13]gmake: Target 'all' not remade because of errors.
[14]**** Build Finished ****
I attempted to open the SysConfig to confirm the configuration. It threw an error saying that the version need to be 1.15.0 or later.

Online, it shows that the latest version of SysConfig is 1.14.0.2667

Do you have any suggestions on how to get open SysConfig?
Also, any suggestions for successfully building the project?
