DevGuide/CodeEditors

From PaparazziUAV
Revision as of 10:55, 4 August 2010 by Openuas (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

So you want to adjust the sourcecode to your wishes, get rid of some bugs that bother you and help to improve the code, great! While theoretically it all an be done with VI and command line instructions, learning to code for Paparazzi this way is a little cumbersome. Therefore it is a good idea to set up an IDE Integrated Development Environment.

As you may have noticed, this page is far from finished, it really would be great if you help to improve this page with even a small improvement.

IDE for OCAML

We start of with OCAML IDE's first

Netbeans

Installation

First install a reasonable new Netbeans, e.g. v6.8 via the synaptic package manager in Ubuntu or use the commandline

OCAML Plugin

Syntax Highlighting

Eclipse

Code::Blocks

IDE for C and CPP

Next are the IDE's for C develpment

Netbeans

Eclipse

Code::Blocks

Debugging tools

GDB