No CMake configuration found
Unsolved
General and Desktop
-
Hi team,
while building the CMake project in the QtCreator I am getting the below errors.
3.25/Modules/CMakeTestCXXCompiler.cmake:63: error: The C++ compiler "/sdkchroot/usr/bin/aarch64-linux-gnu-g++" is not able to compile a simple test program. It fails with the following output: Change Dir: /qtcreator/projects/build-Qt_Kit-Debug/CMakeFiles/CMakeScratch/TryCompile-8GjgzG Run Build Command(s):/imx8qxp-4.0.1700203526/rootfs/usr/bin/gmake -f Makefile cmTC_538f9/fast && aarch64-binfmt-P: Could not open '/lib/ld-linux-aarch64.so.1': No such file or directoryAnd also I am getting warning about No CMake configuration found.
Any suggestion on this .
-
@Rakesh007 looks like you are cross-compiling, so please provide:
- what SDK / toolchain are you using
- what sysroot are you using
- which Qt version
- did you compile Qt yourself or are you using some prebuilt
- what is your build configuration, effective cmake call etc.