Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zephyr CMake error

Tags:

zephyr-rtos

When trying to build Zephyr for the first time I am getting this error message:

CMake Error at CMakeLists.txt:1 (include):
  include could not find load file:

    /cmake/app/boilerplate.cmake


-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:4 (target_sources):
  Cannot specify sources for target "app" which is not built by this project.


CMake Error at CMakeLists.txt:5 (target_sources_ifdef):
  Unknown CMake command "target_sources_ifdef".


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 3.8)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
like image 409
Sebastian Bøe Avatar asked Nov 02 '17 17:11

Sebastian Bøe


1 Answers

The environment variable ZEPHYR_BASE is not set.

Set the ZEPHYR_BASE environment variable to the root of the Zephyr repository.

like image 169
Sebastian Bøe Avatar answered Dec 28 '22 12:12

Sebastian Bøe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!