44 views
in Embedded Wizard Studio by

Hi all,

I took the source code ESP-WROVER-KIT-BuildEnvironment-V14.00.00.00.zip   from link:- https://doc.embedded-wizard.de/getting-started-esp-wrover-kit

but when i am trying to build on my ubuntu machine, facing issue, can anyone guide me how to resolve this issue.

cmsr@cmsr:~/19-march/mustaqim/ESP-WROVER-KIT-BuildEnvironment-V14.00.00.00/ESP-WROVER-KIT$ idf.py build
Executing action: all (aliases: build)
Running cmake in directory /home/cmsr/19-march/mustaqim/ESP-WROVER-KIT-BuildEnvironment-V14.00.00.00/ESP-WROVER-KIT/build
Executing "cmake -G 'Unix Makefiles' -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/home/cmsr/.espressif/python_env/idf5.5_py3.10_env/bin/python -DESP_PLATFORM=1 -DCCACHE_ENABLE=0 /home/cmsr/19-march/mustaqim/ESP-WROVER-KIT-BuildEnvironment-V14.00.00.00/ESP-WROVER-KIT"...
-- IDF_TARGET is not set, guessed 'esp32' from sdkconfig '/home/cmsr/19-march/mustaqim/ESP-WROVER-KIT-BuildEnvironment-V14.00.00.00/ESP-WROVER-KIT/sdkconfig'
-- Found Git: /usr/bin/git (found version "2.34.1")
-- Minimal build - OFF
-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/cmsr/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/cmsr/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/cmsr/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git'
-- Could not use 'git describe' to determine PROJECT_VER.
-- Building ESP-IDF components for target esp32
NOTICE: Processing 6 dependencies:
NOTICE: [1/6] espressif/button (3.5.0)
NOTICE: [2/6] espressif/cmake_utilities (0.5.3)
NOTICE: [3/6] espressif/esp_lvgl_port (2.5.0)
NOTICE: [4/6] espressif/esp_wrover_kit (1.6.0)
NOTICE: [5/6] lvgl/lvgl (9.2.2)
NOTICE: [6/6] idf (5.5.0)
CMake Error at /home/cmsr/19-march/mustaqim/esp-idf/tools/cmake/component.cmake:229 (message):
  CMake Warning (dev) at build_properties.temp.cmake:8:

    Syntax Warning in cmake code at column 106

 

    Argument not separated from preceding token by whitespace.

  Call Stack (most recent call first):

    /home/cmsr/19-march/mustaqim/esp-idf/tools/cmake/scripts/component_get_requirements.cmake:3 (include)

  This warning is for project developers.  Use -Wno-dev to suppress it.

 

  CMake Error at
  /home/cmsr/19-march/mustaqim/ESP-WROVER-KIT-BuildEnvironment-V14.00.00.00/ESP-WROVER-KIT/main/CMakeLists.txt:17
  (message):

    The file
    '/home/cmsr/19-march/mustaqim/ESP-WROVER-KIT-BuildEnvironment-V14.00.00.00/ESP-WROVER-KIT/main/Application/GeneratedCode/ewfiles.cmake'
    is missing! Please open Embedded Wizard project and generate code before
    calling make!

  Call Stack (most recent call first):

    /home/cmsr/19-march/mustaqim/esp-idf/tools/cmake/scripts/component_get_requirements.cmake:107 (include)
    /home/cmsr/19-march/mustaqim/esp-idf/tools/cmake/scripts/component_get_requirements.cmake:160 (__component_get_requirements)

 

 

Call Stack (most recent call first):
  /home/cmsr/19-march/mustaqim/esp-idf/tools/cmake/build.cmake:655 (__component_get_requirements)
  /home/cmsr/19-march/mustaqim/esp-idf/tools/cmake/project.cmake:736 (idf_build_process)
  CMakeLists.txt:6 (project)


-- Configuring incomplete, errors occurred!
See also "/home/cmsr/19-march/mustaqim/ESP-WROVER-KIT-BuildEnvironment-V14.00.00.00/ESP-WROVER-KIT/build/CMakeFiles/CMakeOutput.log".
cmake failed with exit code 1, output of the command is in the /home/cmsr/19-march/mustaqim/ESP-WROVER-KIT-BuildEnvironment-V14.00.00.00/ESP-WROVER-KIT/build/log/idf_py_stderr_output_4051 and /home/cmsr/19-march/mustaqim/ESP-WROVER-KIT-BuildEnvironment-V14.00.00.00/ESP-WROVER-KIT/build/log/idf_py_stdout_output_4051

 

T&R

kush

 

 

 

1 Answer

0 votes
by

Hello,

have you seen this message in your post:

Please open Embedded Wizard project and generate code before
    calling make!

Please follow the Getting Started documentation and generate first the code of an example before compiling the entire project with idf.py.

Does this solve the issue?

Best regards,

Manfred.

Embedded Wizard Website | Privacy Policy | Imprint

...