Custom OpenVX Graph on TI EDGEAI Linux SDK

Hello there, I’m trying to generate Custom OpenVX Graphs using PyTIOVX or using C language examples on the TIOVX user guide and I’m having a lot of errors after flashing the image and running the setup scripts that already downloaded all dependencies including TIOVX. I’ve flashed the BBAI64 11.8 2023-10-07 10GB eMMC TI EDGEAI Xfce Flasher image on the BBAI-64, updated the packages using apt update and upgrade, what are the next required steps to create and run an OpenVX Graph? I’ve run setup files that downloaded edge-ai tools and installed PyTIOVX and TIOVX by cloning the TIOVX Repo. after making the OpenVX graph successfully using PyTIOVX, I can’t run it as many dependencies are missing. for example, I’ve been trying to run a pre-processing kernel on a c66 but the compiler wasn’t found although it’s installed as a binary. also, I tried even when building a graph using C language, but many files are scattered over different places and have included errors I’ve had to write sometimes in them the full path as it can’t read the library and other files don’t even exist. I want some help with the steps required after BBAI64 11.8 2023-10-07 10GB eMMC TI EDGEAI Xfce Flasher image flash on setting up and running OpenVX graphs. am I missing something?