Cannot compile the sample video analytic sample code with using cmaker
AnsweredHi every body,
I have installed the CMaker 3.3.2-win32 x86 for compiling the sample code analytic_sdk sources code that download from nx. However there are so many errors occur while running the batch file 'build_sample.bat'
the errors include as below
cmake output log shows The system is: Windows - 6.2 - AMD64
NMake Makefile does not support platform specification, but platform x64 was specidied
CMake Error CMAKE_C_COMPILER not set. after EnableLanguage
CMake Error CMAKE_CXX_COMPILER not set , after EnableLanguage
How can I do?
Wish for reply and thank you
-
Hi Chan Chun,
The problem is that you are using x86 version of CMake, although x64 is required. Please try installing x64 CMake version.
0 -
I get the same error, and I definitely have cmake x64 installed. Tried cmake from VS 2019 community edition x64 and same error.
0 -
Hello Jim,
Have you uninstalled CMaker 3.3.2-win32 x86?
Try to do from scratch.
Uninstall all the cmake you have at the moment (either 64 or 32 bit.)
Install the 64bit cmake.
Try to build again.
0
Please sign in to leave a comment.
Comments
3 comments