Eclipse installation under linux not working

dawime
Posts: 6
Joined: Sat Aug 13, 2022 7:35 pm

Eclipse installation under linux not working

Postby dawime » Sat Aug 13, 2022 7:40 pm

Following the plugin installation instructions under:
https://github.com/espressif/idf-eclips ... /README.md

I get to creating a project using the template (hello_world), but the project won't build due to unresolved symbols related to the esp chip:
esp_chip_info_t chip_info; for example (can't find esp_chip_info_t)

I can access the header files (esp_system.h), but diving into it and trying to for example open esp_mac.h doesn't seem to find it.

Here is the output when I list the installed tools:
Executing /usr/bin/python3 /home/dawime/Downloads/esp-idf-v4.4.2/tools/idf_tools.py list
* xtensa-esp32-elf: Toolchain for Xtensa (ESP32) based on GCC
- esp-2021r2-patch3-8.4.0 (recommended, installed)
* xtensa-esp32s2-elf: Toolchain for Xtensa (ESP32-S2) based on GCC
- esp-2021r2-patch3-8.4.0 (recommended, installed)
* xtensa-esp32s3-elf: Toolchain for Xtensa (ESP32-S3) based on GCC
- esp-2021r2-patch3-8.4.0 (recommended, installed)
* xtensa-clang: LLVM for Xtensa (ESP32, ESP32-S2) based on clang (optional)
- 12.0.1-d9341b81fc (recommended, installed)
* riscv32-esp-elf: Toolchain for 32-bit RISC-V based on GCC
- esp-2021r2-patch3-8.4.0 (recommended, installed)
* esp32ulp-elf: Toolchain for ESP32 ULP coprocessor
- 2.28.51-esp-20191205 (recommended, installed)
* esp32s2ulp-elf: Toolchain for ESP32-S2 and ESP32-S3 ULP coprocessors
- 2.28.51-esp-20191205 (recommended, installed)
* cmake: CMake build system (optional)
- 3.23.1 (recommended, installed)
* openocd-esp32: OpenOCD for ESP32
- v0.11.0-esp32-20220411 (recommended, installed)
* ninja: Ninja build system (optional)
- 1.10.2 (recommended, installed)



Any suggestions?

Who is online

Users browsing this forum: No registered users and 117 guests