I am using the sdk-zephyr. After configing the ubuntu enviroment, i use the west build commond to build the sample project.
But there are errors like these:
[0/1] Re-running CMake...
Including boilerplate (Zephyr base (cached)): /home/user/work/noitom/zephyrproject/zephyr/cmake/app/boilerplate.cmake
-- Application: /home/user/work/noitom/zephyrproject/smart_lock/firmware
-- Zephyr version: 2.4.0 (/home/user/work/noitom/zephyrproject/zephyr)
-- Found west (found suitable version "0.9.0", minimum required is "0.7.1")
CMake Error at /home/user/work/noitom/zephyrproject/zephyr/cmake/zephyr_module.cmake:48 (message):
Traceback (most recent call last):
File "/usr/lib/python3.6/configparser.py", line 1138, in _unify_values
sectiondict = self._sections[section]
KeyError: 'manifest'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/user/.local/lib/python3.6/site-packages/west/manifest.py", line 166, in _mpath
path = cp.get('manifest', 'path')
File "/usr/lib/python3.6/configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "/usr/lib/python3.6/configparser.py", line 1141, in _unify_values
raise NoSectionError(section)
configparser.NoSectionError: No section: 'manifest'