USER MANUAL RC188x-GPR
2019 Radiocrafts AS
RIIM User Manual (rev.1.2)
Page
9
of
23
6
SDK Setup
Please follow the
RIIM SDK Quick Start Guide
on how to install and setup RIIM SDK on your machine.
7
Building Applications
The user application is edited in your favorite text editor, and compiled by invoking a simple script. The compiler
used underneath is GCC, a very well known compiler. The user do not need to be familiar with compiler tools and
configurations, as everything is taken care of by the scripts provided from Radiocrafts.
The development tools runs on both Linux-like systems and Windows. Radiocrafts provides a complete
development environment with everything that is needed that the user can download for free. Please see
RIIM SDK
Quick Start Guide
on how to install the development environment. In the following examples, Linux is used. For
windows, substitute the “.sh” file ending with “.bat” and “dev/ttyUSB0” with your associated COM port (for example
“COM3”).
7.1. Using makefiles
The build system is using makefiles, but the user do not need to know how they work. If you are not familiar with
makefiles, the SDK provides a fully working and easy-to-edit makefile. You can copy it and use it in any new user
application project. It is located here:
RIIM_SDK/User_Applications/User_App/Makefile
There are several default values in the makefile that can be overridden or edited, shown in the table below:
Figure 3. Workflow using RIIM SDK