Tool/software:
Hi TI expert,
I'm tring to compile RTOS-SDK 10.01 for SOC J742S2 but meet this compile issue: "./libtivision_apps.so: undefined reference to `__pthread_cond_timedwait64'".
Here are my operation procedures:
1. SDK10.00 compile success.
2. Install Linux SDK 10.01 package to directory: xxx/psdkla, ti-processor-sdk-linux-adas-j742s2-evm-10_01_00_04-Linux-x86-Install.bin
3. Install RTOS SDK 10.01 patch to directory : xxx/psdkra, ti-processor-sdk-rtos-j742s2-evm-10_01_00_04-addon-linux-x64-installer.run
4. Excute RTOS setup script: ./sdk_builder/scripts/setup_psdk_rtos.sh
5. Clean compile temporary file. make xxx_clean or rm -rf xx/out/
6. make vision_apps: cd psdkra/sdk_builder; make vision_apps
When I got the compile error info , i try to find where the symbol '__pthread_cond_timedwait64' is defined. But i couldnot find the definition of symbol '__pthread_cond_timedwait64' either in package