vecrear@vecrear-desktop:~/xds-workspace/helloworld-native-application$ xds-cli exec "mkdir -p build && cd build && cmake .." CMake Warning (dev) in CMakeLists.txt: No project() command is present. The top-level CMakeLists.txt file must contain a literal, direct call to the project() command. Add a line of code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a "project(Project)" command on the first line. This warning is for project developers. Use -Wno-dev to suppress it.
Distribution detected (separated by ';' choose one of them) poky-agl Include: /usr/share/cmake-3.16/Modules/CMakeAfbTemplates/cmake/cmake.d/01-build_options.cmake – Checking for module 'libafbwsc' – No package 'libafbwsc' found CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (_pkg_check_modules_internal) /usr/share/cmake-3.16/Modules/CMakeAfbTemplates/cmake/cmake.d/01-build_options.cmake:137 (PKG_CHECK_MODULES) /usr/share/cmake-3.16/Modules/CMakeAfbTemplates/cmake/common.cmake:101 (include) /usr/share/cmake-3.16/Modules/CMakeAfbTemplates.cmake:19 (include) conf.d/cmake/config.cmake:197 (include) CMakeLists.txt:21 (include)
– Configuring incomplete, errors occurred! See also "/home/vecrear/xds-workspace/helloworld-native-application/build/CMakeFiles/CMakeOutput.log".
Environment
None
Activity
Show:
Jan-Simon Moeller
April 19, 2022 at 3:41 PM
The xds workflow is not supported anymore in marlin or master (it did in funky flounder release timeframe, but that is EOL.)
vecrear@vecrear-desktop:~/xds-workspace/helloworld-native-application$ xds-cli exec "mkdir -p build && cd build && cmake .."
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.
Distribution detected (separated by ';' choose one of them) poky-agl
Include: /usr/share/cmake-3.16/Modules/CMakeAfbTemplates/cmake/cmake.d/01-build_options.cmake
– Checking for module 'libafbwsc'
– No package 'libafbwsc' found
CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (_pkg_check_modules_internal)
/usr/share/cmake-3.16/Modules/CMakeAfbTemplates/cmake/cmake.d/01-build_options.cmake:137 (PKG_CHECK_MODULES)
/usr/share/cmake-3.16/Modules/CMakeAfbTemplates/cmake/common.cmake:101 (include)
/usr/share/cmake-3.16/Modules/CMakeAfbTemplates.cmake:19 (include)
conf.d/cmake/config.cmake:197 (include)
CMakeLists.txt:21 (include)
– Configuring incomplete, errors occurred!
See also "/home/vecrear/xds-workspace/helloworld-native-application/build/CMakeFiles/CMakeOutput.log".