I receive this output from west when trying to build the asset_tracker example from either master or v1.1-branch:
west build -b nrf9160_pca20035ns
-- west build: build configuration:
source directory: /Users/brendanyounger/ncs/nrf/applications/asset_tracker
build directory: /Users/brendanyounger/ncs/nrf/applications/asset_tracker/build (created)
BOARD: nrf9160_pca20035ns (origin: command line)
-- west build: generating a build system
-- Using application from '/Users/brendanyounger/ncs/nrf/applications/asset_tracker'
Zephyr version: 2.0.99
-- Found PythonInterp: /usr/local/bin/python3 (found suitable version "3.7.5", minimum required is "3.4")
-- Selected BOARD nrf9160_pca20035ns
-- Found west: /Users/brendanyounger/Library/Python/3.7/bin/west (found suitable version "0.6.3", minimum required is "0.6.0")
-- Cache files will be written to: /Users/brendanyounger/Library/Caches/zephyr
USING OUT OF TREE BOARD
-- Loading /Users/brendanyounger/ncs/nrf/boards/arm/nrf9160_pca20035/nrf9160_pca20035ns.dts as base
-- Overlaying /Users/brendanyounger/ncs/zephyr/dts/common/common.dts
FATAL ERROR: Couldn't open "nrf9160_pca20035ns.dts.pre.tmp": No such file or directory
CMake Error at /Users/brendanyounger/ncs/zephyr/cmake/dts.cmake:162 (message):
command failed with return code: 1
Call Stack (most recent call first):
/Users/brendanyounger/ncs/zephyr/cmake/app/boilerplate.cmake:566 (include)
CMakeLists.txt:11 (include)
-- Configuring incomplete, errors occurred!