Re: Error compiling sample Hello World
Carles Cufi
Hi there,
Sounds like there’s an issue with DTC and a 32-bit host. While we do support a 32-bit version of it, I’ve never tested it myself since I don’t have access to a 32-bit Windows installation. Did you install dtc using Chocolatey? Could you try perhaps running dtc manually? Open a command prompt and then:
C:\Users\Carles>dtc --version Version: DTC 1.4.4-ga81d4ca0-dirty
Thanks,
Carles
From: devel@... <devel@...>
On Behalf Of IosuGorostiza
Sent: 28 August 2018 14:30 To: devel@... Subject: [Zephyr-devel] Error compiling sample Hello World
Hi everybody: C:\Users\balcalde\zephyr\samples\hello_world\build>cmake -GNinja -DBOARD=nrf52_pca10040 .. -- Found PythonInterp: C:/Python37/python.exe (found suitable version "3.7", minimum required is "3.4") -- Selected BOARD nrf52_pca10040 Zephyr version: 1.13.0 Parsing Kconfig tree in C:/Users/balcalde/zephyr//Kconfig Using C:/Users/balcalde/zephyr/boards/arm/nrf52_pca10040/nrf52_pca10040_defconfig as base Merging C:/Users/balcalde/zephyr/samples/hello_world/prj.conf -- Generating zephyr/include/generated/generated_dts_board.h CMake Error at C:/Users/balcalde/zephyr/cmake/dts.cmake:84 (message):command failed with return code: Exit code 0xc0000135
Call Stack (most recent call first): C:/Users/balcalde/zephyr/cmake/app/boilerplate.cmake:278 (include) CMakeLists.txt:3 (include)
|
|