This is an example of using the Signal Broker API from a WICE Rapid Prototyping (RP) module COMPILING To build, go to the build directory, e.g. "linux-native" to build for the native linux platform, or "mx4" to build for the MX-4 WICE unit. Edit the Makefile in the build directory so that the path to the (cross-)compiler is correct, e.g. in mx4/Makefile is says on the first line: CC = /opt/gcc-linaro-arm-linux-gnueabihf-2012.09-20120921_linux/bin/arm-linux-gnueabihf-gcc This is the path to where the linaro gcc cross-compiler is installed. Change this to your installation. Then type 'make'. RUNNING THE COMPILED BINARY When you build for your native linux playfor, you can execute the binary directly and see whether it runs as expected. Then, the WICE MX4 binary can be put on a WICE unit by creating an RP Task in the WICE Portal and uploding the compiled binary. GETTING HELP Contact mathias@alkit.se