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.

CCS/DRA71: CCSv8 Linked Resources configuration error

Part Number: DRA71
Other Parts Discussed in Thread: MATHLIB, CC2538

Tool/software: Code Composer Studio

Team

I am facing some troubles for my custom dra712 IPU1 RTOS based application
building

From Error output
Product 'com.ti.pdk.dra7xx' v1.0.8 is not currently installed and no compatible
version is available. Please install this product or a compatible version.
Product 'Inter-processor Communication' v3.46.0.02 is not currently installed
and no compatible version is available. Please install this product or a
compatible version.
Product 'SYS/BIOS' v6.46.5.55 is not currently installed and no compatible
version is available. Please install this product or a compatible version.
 
I have installed as root (sudo)
ti-processor-sdk-rtos-automotive-dra7xx-evm-04.00.00.04-Linux-x86-Install.bin
in the following directory
usern@nsw02:/opt/ti/rtos$
total 80
drwxr-xr-x 20 root root 4096 jul 27 14:00 .
drwxr-xr-x  5 root root 4096 jul 27 13:58 ..
drwxr-xr-x  6 root root 4096 jul 27 14:00 arp32_1.0.8
drwxr-xr-x  7 root root 4096 jul 27 13:59 bios_6_46_05_55
drwxr-xr-x  7 root root 4096 jul 27 13:58 cg_xml
drwxr-xr-x  4 root root 4096 jul 27 13:58 ctoolslib_2_2_0_0
drwxr-xr-x  8 root root 4096 jul 27 13:58 dsplib_c66x_3_4_0_0
drwxr-xr-x  9 root root 4096 jul 27 13:58 edma3_lld_2_12_04_28
drwxr-xr-x  6 root root 4096 jul 27 13:58 gcc-arm-none-eabi-4_9-2015q3
drwxr-xr-x  9 root root 4096 jul 27 13:59 ipc_3_46_00_02
drwxr-xr-x  7 root root 4096 jul 27 13:59 mathlib_c66x_3_1_1_0
drwxr-xr-x  6 root root 4096 jul 27 13:59 ndk_2_25_01_11
drwxr-xr-x  4 root root 4096 jul 27 13:59 pdk_dra7xx_1_0_7
drwxr-xr-x  5 root root 4096 jul 27 13:59 processor_sdk_rtos_dra7xx_4_00_00_04
drwxr-xr-x  6 root root 4096 jul 27 14:00 ti-cgt-arm_16.9.2.LTS
drwxr-xr-x  7 root root 4096 jul 27 14:00 ti-cgt-c6000_8.1.3
drwxr-xr-x  7 root root 4096 jul 27 14:00 ti-cgt-pru_2.1.5
drwxr-xr-x  7 root root 4096 jul 27 14:00 uia_2_00_06_52
drwxr-xr-x  9 root root 4096 jul 27 14:00 xdais_7_24_00_04
drwxr-xr-x 10 root root 4096 jul 27 14:00 xdctools_3_32_01_22_core

I have installed CCS as root (sudo)
ccs_setup_linux64_8.0.0.00016.bin
in the following directory
/opt/ti/ccs800
drwxr-xr-x  5 root root 4096 jul 27 00:14 .
drwxr-xr-x  5 root root 4096 jul 27 13:58 ..
drwxr-xr-x 12 root root 4096 jul 27 00:14 ccsv8
-rwxr-xr-x  1 root root  210 jul 27 00:14 Code Composer Studio 8.0.0.desktop
drwxr-xr-x  9 root root 4096 jul 27 00:05 xdctools_3_32_02_25_core
drwxr-xr-x 10 root root 4096 jul 27 00:09 xdctools_3_50_05_12_core

Linux information
Linux nsw02 4.15.0-32-generic #35~16.04.1-Ubuntu SMP Fri Aug 10 21:54:34 UTC
2018 x86_64 x86_64 x86_64 GNU/Linux

I tried to add linked resources manually without success
In Project Exlorer->Properties->Resource->Linked Resources->New
*Test01
 Variables added manually as
    NAME : TI_IPC_CG_ROOT
    LOCATION : /opt/ti/rtos/ipc_3_46_00_02
    NAME : TI_PDK_INSTALL_DIR
    LOCATION : opt/ti/rtos/pdk_dra7xx_1_0_7
 After Apply and Close clicking, the variables are deleted
*Test02
 Variables added manually as
    NAME : MY_TI_IPC_CG_ROOT
    LOCATION : /opt/ti/rtos/ipc_3_46_00_02
    NAME : MY_TI_PDK_INSTALL_DIR
    LOCATION : opt/ti/rtos/pdk_dra7xx_1_0_7
 The variables are added, but it doesn't resolve my issue because name is wrong

I tried running as root or as user with the same results.
In a host PC with Windows and CCS7, these variables are configured, or can be
configured manually.
CCS8 and linux is needed by another project requirements for debugging.

Could you provide any hint?

Regards