Compilation problem with CMake build system under Windows 7
Posted: Thu Jan 03, 2019 8:02 pm
After poitively installing and using the CMake build system on Windows 10 I now tried to install the same on a Windows 7 PC - unfortunatley without success. I am running in compilation errors:
I am using ESP-IDF version v3.3-beta1-169-g3c94b6e10
python --version: Python 2.7.15
pip list:
Do you have any hint what could be the problem?
Code: Select all
Checking Python dependencies...
Python requirements from c:\Users\de527\esp\esp-idf\requirements.txt are satisfied.
Running ninja in directory C:\Users\de527\esp\hello_world\build
Executing "ninja all"...
[46/785] Performing build step for 'bootloader'
FAILED: esp-idf/bootloader-prefix/src/bootloader-stamp/bootloader-build bootloader/bootloader.elf bootloader/bootloader.bin bootloader/bootl
oader.map
cmd.exe /C "cd /D C:\Users\de527\esp\hello_world\build\bootloader && "C:\Program Files\CMake\bin\cmake.exe" --build ."
[1/1] Generating ../bootloader.bin
FAILED: bootloader.bin
cmd.exe /C "cd /D C:\Users\de527\esp\hello_world\build\bootloader && C:\Users\de527\esp\esp-idf\components\esptool_py\esptool\esptool.py --c
hip esp32 elf2image --flash_mode dio --flash_freq 80m --flash_size 4MB -o C:/Users/de527/esp/hello_world/build/bootloader/bootloader.bin boo
tloader.elf"
ninja: build stopped: subcommand failed.
[51/785] Building C object esp-idf/heap/CMakeFiles/idf_component_heap.dir/heap_caps.c.obj
ninja: build stopped: subcommand failed.
ninja failed with exit code 1
python --version: Python 2.7.15
pip list:
Code: Select all
Package Version
---------------- ---------------------
asn1crypto 0.24.0
bottle 0.12.16
certifi 2018.11.29
cffi 1.11.5
chardet 3.0.4
click 5.1
colorama 0.4.1
cryptography 2.4.2
enum34 1.1.6
future 0.17.1
idna 2.8
ipaddress 1.0.22
pip 18.1
platformio 3.6.3
pycparser 2.19
pyparsing 2.3.0
pyserial 3.4
requests 2.21.0
semantic-version 2.6.0
setuptools 39.0.1
six 1.10.0
urllib3 1.24.1
virtualenv 16.2.0
wxPython-Phoenix 3.0.3.dev2352+3f4646c