I am working with building OpenCV on Jetson Nano Developer kit and when I did the cmake command, system shows these messages and then said it cannot execute the cmake. Could anyone understand what is going on and what is missing, please?
CMakeOutput.log (229.8 KB)
CMakeError.log (59.4 KB)
[Updated] I attaches my the log files here.
Hi,
Would you mind sharing the complete log so we can know more about your issue?
Thanks.
1 Like
Thanks for reminding. I have upload the files.
Hi,
It looks like the configuration is not correct.
Could you give the below script a try?
#!/bin/bash
#
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA Corporation and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA Corporation is strictly prohibited.
#
version="4.5.0"
folder="workspace"
echo "** Remove other OpenCV first"
sudo sudo apt-get purge *libopencv*
echo "** Install requirement"
sudo apt-get update
This file has been truncated. show original
Thanks.
system
Closed
May 8, 2024, 2:09am
7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.