<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://miosix.org/wiki/index.php?action=history&amp;feed=atom&amp;title=IDEs</id>
	<title>IDEs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://miosix.org/wiki/index.php?action=history&amp;feed=atom&amp;title=IDEs"/>
	<link rel="alternate" type="text/html" href="https://miosix.org/wiki/index.php?title=IDEs&amp;action=history"/>
	<updated>2026-05-13T13:16:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://miosix.org/wiki/index.php?title=IDEs&amp;diff=394&amp;oldid=prev</id>
		<title>Fede.tft: Created page with &quot;= IDEs =  Miosix does not require any specific IDE, so you can pick the one you prefer, so long as it supports the C/C++ languages and supports building with either make or CMake.  If possible, try to configure your IDE so that it &#039;&#039;&#039;does not&#039;&#039;&#039; automatically add &#039;&#039;#include&#039;&#039; directives while coding, as it often causes issues with IDEs automatically including wrong headers. This happens because Miosix supports multiple architectures and thus the implementation of chip- a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://miosix.org/wiki/index.php?title=IDEs&amp;diff=394&amp;oldid=prev"/>
		<updated>2026-05-09T14:42:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= IDEs =  Miosix does not require any specific IDE, so you can pick the one you prefer, so long as it supports the C/C++ languages and supports building with either make or CMake.  If possible, try to configure your IDE so that it &amp;#039;&amp;#039;&amp;#039;does not&amp;#039;&amp;#039;&amp;#039; automatically add &amp;#039;&amp;#039;#include&amp;#039;&amp;#039; directives while coding, as it often causes issues with IDEs automatically including wrong headers. This happens because Miosix supports multiple architectures and thus the implementation of chip- a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= IDEs =&lt;br /&gt;
&lt;br /&gt;
Miosix does not require any specific IDE, so you can pick the one you prefer, so long as it supports the C/C++ languages and supports building with either make or CMake.&lt;br /&gt;
&lt;br /&gt;
If possible, try to configure your IDE so that it &amp;#039;&amp;#039;&amp;#039;does not&amp;#039;&amp;#039;&amp;#039; automatically add &amp;#039;&amp;#039;#include&amp;#039;&amp;#039; directives while coding, as it often causes issues with IDEs automatically including wrong headers. This happens because Miosix supports multiple architectures and thus the implementation of chip- and board-specific functions occurs multiple times in the Miosix source tree, a matter which confuses IDEs and sometimes makes them include the wrong headers.&lt;br /&gt;
Moreover, IDEs usually don&amp;#039;t understand that some headers should be accessed from application code through the headers in the &amp;#039;&amp;#039;miosix/interfaces&amp;#039;&amp;#039; directory instead of directly including a header of a specific board.&lt;br /&gt;
&lt;br /&gt;
Development of Miosix (and of applications using Miosix) can also be done with just a plain text editor and a terminal to call make/CMake and git. This is the current choice of the Miosix core developers.&lt;br /&gt;
&lt;br /&gt;
Following is a list of contributions by Miosix users sharing suggestions about specific IDEs.&lt;br /&gt;
&lt;br /&gt;
== Visual Studio Code ==&lt;br /&gt;
&lt;br /&gt;
Visual Studio Code is known to work properly on the Miosix source tree with the standard C/C++ and Makefile extensions. After installing these extensions, you need to configure IntelliSense in the C/C++ extension to use the include paths found from the Makefile by setting the &amp;#039;&amp;#039;Configuration provider&amp;#039;&amp;#039; for the workspace to &amp;lt;code&amp;gt;ms-vscode.makefile-tools&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Integration with GDB/openocd has not been tested but you can run GDB/openocd manually in the integrated terminal.&lt;br /&gt;
&lt;br /&gt;
== Netbeans IDE ==&lt;br /&gt;
&lt;br /&gt;
Many years ago, Miosix used to include project files for Netbeans, as this was the IDE used by Miosix core developers at the time. Unfortunately, when Netbeans switched from being a Sun product to an Apache project, support for C/C++ became less maintained, and netbeans project files were removed from the Miosix source tree.&lt;br /&gt;
&lt;br /&gt;
These old pages are kept for reference, but are known to be outdated.&lt;br /&gt;
&lt;br /&gt;
* [[Linux Netbeans configuration]]&lt;br /&gt;
* [[Windows Netbeans configuration]]&lt;br /&gt;
&lt;br /&gt;
== Other IDEs ==&lt;br /&gt;
&lt;br /&gt;
* [[VisualStudio Quick Start|Windows Visual Studio configuration]] using VisualGDB which integrates in-circuit debugging support.&lt;br /&gt;
* [[Linux Eclipse configuration|Eclipse]], which has the added feature to allow in-circuit debugging directly from the IDE.&lt;br /&gt;
* [[Linux QtCreator configuration]]&lt;br /&gt;
* [[Windows QtCreator configuration]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation and Configuration]]&lt;/div&gt;</summary>
		<author><name>Fede.tft</name></author>
	</entry>
</feed>