Toolchain recommendation? What are you using?
Posted: Mon Aug 19, 2019 9:34 am
It's a simple question - but the answer seems complex.
Which is the best* toolchain to work with the ESP-IDF?
I'm fairly new to ESP; used to mainly code for STM32 using eclipse. So please consider this beginner questions.
So far I'm running with eclipse in a debian VM - follwing the tutorial https://docs.espressif.com/projects/esp ... setup.html
Recently I got the problem that I'm not able to compile on this system reliably; a mysterious "can't find make"-error is haunting me (not always but often).
I'm somewhat in love with sublime text as a text editor but didn't try to code with it so far. I can't figure out how indexing works and if I will be able to jump to definitions.
I've read about people used to run VSC and are now using cmake, not wanting to go back. To be honest - I'm a bit confused to what exactly cmake is and how to use it.
Is there an editor/toolchain combination that let's me easily jump to the outside code like "driver/spi_slave.h" or go to the defintion of functions like tcpip_adapter_init() in order to improve my understandings of the inner workings?
What are you using / what would you recommend?
Do you code for IDF and MDF using the same tools?
Which is the best* toolchain to work with the ESP-IDF?
I'm fairly new to ESP; used to mainly code for STM32 using eclipse. So please consider this beginner questions.
So far I'm running with eclipse in a debian VM - follwing the tutorial https://docs.espressif.com/projects/esp ... setup.html
Recently I got the problem that I'm not able to compile on this system reliably; a mysterious "can't find make"-error is haunting me (not always but often).
I'm somewhat in love with sublime text as a text editor but didn't try to code with it so far. I can't figure out how indexing works and if I will be able to jump to definitions.
I've read about people used to run VSC and are now using cmake, not wanting to go back. To be honest - I'm a bit confused to what exactly cmake is and how to use it.
Is there an editor/toolchain combination that let's me easily jump to the outside code like "driver/spi_slave.h" or go to the defintion of functions like tcpip_adapter_init() in order to improve my understandings of the inner workings?
What are you using / what would you recommend?
Do you code for IDF and MDF using the same tools?