Hi!
I am encountering “configuring incomplete” issues when trying to build jetson_inference on my jetson orin nano 4gb development kit with jetpack 5.1.3-b29
after cloning the repository, installing the dependencies and initializing the sub-modules, I tried
cd build/
cmake ../
and I get this error
– Configuring incomplete, errors occurred!
See also “/home/iron-maple/jetson-inference/build/CMakeFiles/CMakeOutput.log”.
and if I ignore the error and do
make
it will output
make: *** No targets specified and no makefile found. Stop.
here is the complete cmake log output
CMakeOutput.log (42.2 KB)