NetBeans IDE

16geese
Posts: 2
Joined: Tue Jun 20, 2017 9:37 pm

NetBeans IDE

Postby 16geese » Tue Jun 20, 2017 9:43 pm

Is it possible to build and flash ESP-IDF projects with NetBeans like it is with Eclipse?
https://esp-idf.readthedocs.io/en/lates ... setup.html
Thanks in advance.

User avatar
kolban
Posts: 1683
Joined: Mon Nov 16, 2015 4:43 pm
Location: Texas, USA

Re: NetBeans IDE

Postby kolban » Wed Jun 21, 2017 5:07 am

In theory/principle ... the answer is likely to be yes. Let us assume that NetBeans IDE has the ability to invoke an arbitrary "make" system (which is what Eclipse does). Then the primary features you will get from NetBeans (or any other IDE ... eg. Eclipse) will be:

1. Ability to edit source code.
2. Ability to invoke the compiler/make systems.
3. Ability to have the compiler's error logs "scraped" to show compilation errors in the context of the project/source files in which you are working.

Eclipse is a "composable" environment meaning that it provides the framework for much but requires plugins to do the heavy lifting. The Eclipse solution provides a series of plugins that they call the "C Development Toolkit" or CDT. These tools are knowledgeable about scraping compilation logs such as GNU C++ and C compilers which are what are used by the ESP-IDF.

What you would have to do is study (or find someone) who is NetBeans skilled and ask them how to integrate NetBeans with an "arbitrary" external compiler/build system. From there, assuming it can do such, it should be ready to be used with ESP-IDF.
Free book on ESP32 available here: https://leanpub.com/kolban-ESP32

16geese
Posts: 2
Joined: Tue Jun 20, 2017 9:37 pm

Re: NetBeans IDE

Postby 16geese » Sat Jun 24, 2017 2:42 pm

Found it. If anyone else is interested, here's how:
https://youtu.be/-GvwguK3zjo

Who is online

Users browsing this forum: No registered users and 107 guests