Giter VIP home page Giter VIP logo

chuanglun / embedded-ide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from martinribelotta/embedded-ide

0.0 0.0 0.0 9.9 MB

IDE for C embedded development centered on bare-metal ARM systems

Home Page: http://martinribelotta.github.io/embedded-ide/

License: GNU General Public License v3.0

C++ 93.83% QMake 0.74% C 4.21% Shell 1.02% CSS 0.01% Makefile 0.01% Python 0.13% JavaScript 0.06% HTML 0.01%

embedded-ide's Introduction

Embedded IDE

Makefile based, C/C++ IDE

Main Screen

Features

  • Syntax highlighter (C/C++/Makefile)
  • Autocomplete (requires clang installed on path)
  • Target autodiscover
  • Source filter
  • Project import/export
  • Console log

Requirements

  • GNU Make (required)
  • Qt5
  • QScintilla2
  • clang (optional for autocompletion)
  • diff and patch (optional for import/export project)
  • universal-ctags (optional for code indexing)

Installation

To compile and install IDE you need Qt5 (5.2 or later) and make/gcc (build-essential en Ubuntu and derived)

In base directory run:

qmake && make

When the process is finished, the executable is in build directory with the name embedded-ide (with EXE extention on windows)

To install it into the system copy build/embedded-ide to directory into the PATH

Install dependencies

The full toolset installation (for ubuntu and derivatives) is:

sudo apt-get install clang diffutils patch ctags make

Additionally you need a compiler to work correctly. All gcc based compilers are supported, such as:

Adding tools to the PATH

In order to find utilities, you need to add them to the PATH, but doing it globally is dangerous in certain cases (Example, windows with multiple toolchains with similar names)

Alternatively, the IDE provides an Additional PATHs feature to configure the PATH only for IDE and not for the entire system.

Go to Configure icon and next go to Tools tab.

Into Additional PATHs section you can add multiple directories. The list is append to system PATH at runtime in top-to-bottom order.

Screenshots

embedded-ide's People

Contributors

arlon1 avatar ctag avatar denisacostaq avatar epernia avatar martinribelotta avatar mribelottaemtech avatar pridolfi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.