Chapter 9
Setting up the Workspace for C Projects

Before you can start with C, some preconditions must be fulfilled:

A C compiler must be installed on your machine (all tests and tutorials are based on MinGW)
The CDT-Eclipse plugin must be installed as the C development environment.

Once the CDT is installed, the C runtime and model library must be imported. (File->New->Project->eTrice select eTrice C runtime / eTrice C modellib)

The resulting workspace should look like this:

PIC

 9.1 Testing the environment
 9.2 Building the C runtime system