I am trying to cross compile the sdk in am62x evm device for ota but it is not happening!(Not in local machine)
root@am62xx-evm:~/zoho-iot-sdk-c-master/output# cmake ..-- The C compiler identification is unknown-- The CXX compiler identification is unknownCMake Error at CMakeLists.txt:4 (PROJECT): No CMAKE_C_COMPILER could be found. Tell CMake where to find the compiler by setting either the environment variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.CMake Error at CMakeLists.txt:4 (PROJECT): No CMAKE_CXX_COMPILER could be found. Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.-- Configuring incomplete, errors occurred!See also "/home/root/zoho-iot-sdk-c-master/output/CMakeFiles/CMakeOutput.log".See also "/home/root/zoho-iot-sdk-c-master/output/CMakeFiles/CMakeError.log".
gcc and g++ both package are included and the image is our customised image have used.If anyone has a solution, please share it, it will be of great help.
I am trying to cross compile the sdk in am62x evm device for ota but it is not happening!(Not in local machine)
gcc and g++ both package are included and the image is our customised image have used.If anyone has a solution, please share it, it will be of great help.