Other Parts Discussed in Thread: AM62L, SYSCONFIG
Tool/software:
* Note AM62L
Hi Support,
I post this hear but it may be better in the Tools Forum. Since it is Linux based design I will leave it here unless you ask me to move it.
1. However, with CCS IDE 20.0, we see as long as one environment variable is changed, the building process will take forever.
Can you please share what environment variable have you changed and why the change is needed?
In CCS if you open any project properties, you will have option to update the dependencies there itself.
More Info:
We want to change all paths from absolute path to relative, so everyone who clones the repo can have everything under one folder
eg: COM_TI_MCU_PLUS_SDK_AM62X_SYSCONFIG_MANIFEST
Original path is E:/R2_Study/mcu_plus_sdk_am62x_10_01_00_33/.metadata/product.json
We tried to change it to "../mcu_plus_sdk_am62x_10_01_00_33/.metadata/product.json" then we see the building is taking "forever"
For our project, we would like to follow this kind of structure so relative paths will be easier to maintain.
Thanks!
Blake