Hi Experts,
We would like to build edgeai libraries with SDK 8.4. Since our complier are deployed in a offline server, we're unable to use the scripts in psdk_rtos to init the environment and toolchain (we have already set-up the environment in other ways). So we directly download the code packages of edgeai-gst-plugins-0.7.0 and degeai-tiovx-modules-release-8.4.2.1 from github, copied to our PSDK directory of SDK 8.4 and try to build edgeai libraries by excuting "make edgeai" under vision_apps. We met an error:
CMake Error: CMake was unable to find a build program corrsponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
So we would like to know how to solve this error? What else should us do before "make edgeai"?
Thank you very much!