Search found 3 matches

by js
Mon Oct 29, 2018 9:01 am
Forum: ESP-IDF
Topic: Compatibility between "normal CMake" and ESP-IDF
Replies: 80
Views: 105558

Re: Compatibility between "normal CMake" and ESP-IDF

Hi ESP_igrr, thank you for your response. I can understand that development in ESP-IDF is easier. But I don't think the two are mutually exclusive :). You can build it as part of the toolchain, and then build a newer version as part of ESP-IDF and use that. Once you are happy with your changes and t...
by js
Sun Oct 28, 2018 3:22 pm
Forum: ESP-IDF
Topic: Compatibility between "normal CMake" and ESP-IDF
Replies: 80
Views: 105558

Re: Compatibility between "normal CMake" and ESP-IDF

How is ESP32 different here from every other architecture? E.g. AVR? Embedded ARM? They all allow creating an ELF file. It should always be possible to create an ELF file, even if that on its own is useless. I fail to see why xtensa-esp32-elf would need to be any different than e.g. arm-none-eabi-el...
by js
Sat Oct 27, 2018 11:02 pm
Forum: ESP-IDF
Topic: Compatibility between "normal CMake" and ESP-IDF
Replies: 80
Views: 105558

Re: Compatibility between "normal CMake" and ESP-IDF

It's not just that it does not integrate with CMake - it does not integrate with anything. Even if it would integrate with CMake, that would still not be sufficient, as not all software uses CMake. The problem is that the toolchain is actually incomplete - if you try to use xtensa-esp32-elf-gcc to c...