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.

TDA4VH-Q1: Check the GPU load

Part Number: TDA4VH-Q1


Tool/software:

Hi ,

I am trying to check the GPU load , with reference of example code :"  https://git.ti.com/cgit/glsdk/example-applications/tree/cpuload-plugins/pvrscope.cpp "

SDK version : ti-processor-sdk-rtos-j784s4-evm-09_02_00_05

While building it in our framework code and  we are facing lib error ie: undefined error .  seems the .so is not present 

gpuloadmonitor.cpp:(.text.PSInit+0x20): undefined reference to `PVRScopeInitialise'
C:\qnx710\host\win64\x86_64\usr\bin\aarch64-unknown-nto-qnx7.1.0-ld: gpuloadmonitor.cpp:(.text.PSInit+0x44): undefined reference to `PVRScopeGetCounters'
gpuloadmonitor.cpp:(.text.startup.main+0x154): undefined reference to `PVRScopeSetGroup'
gpuloadmonitor.cpp:(.text.startup.main+0x190): undefined reference to `PVRScopeReadCounters'
gpuloadmonitor.cpp:(.text.startup.main+0x1c0): undefined reference to `PVRScopeReadCounters'
gpuloadmonitor.cpp:(.text.startup.main+0x268): undefined reference to `PVRScopeDeInitialise'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `RGXDisableHWPerfCounters'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `PVRSRVTLOpenStream'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `PVRSRVTLReleaseData'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `PVRSRVSetClientEventFilter'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `PVRSRVTLDiscoverStreams'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `PVRSRVConnectionCreateDevice'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `RGXConfigCustomCounters'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `PVRSRVTLCloseStream'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `PVRSRVTLAcquireData'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `RGXGetHWPerfBvncFeatureFlags'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `RGXCtrlHWPerf'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `PVRSRVGetHWPerfResourceCaptureResult'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `RGXConfigureAndEnableHWPerfCounters'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `PVRSRVDisconnect'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `PVRSRVGetDevices'
C:\ti\psdkqa\qnxfs\usr\lib\graphics\j784s4/libPVRScopeServices.so: undefined reference to `PVRSRVRequestHWPerfResourceCapture'

Please let me know how to resolve it , where we can get the library.?

Thanks