particle-iot/gcc-plugin

Name: gcc-plugin

Owner: Particle

Description: Particle plugin for GCC

Forked from: sergeuz/particle-gcc-plugin

Created: 2018-01-15 13:14:50.0

Updated: 2018-01-15 13:15:02.0

Pushed: 2018-01-15 23:37:09.0

Homepage:

Size: 104

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Particle plugin for GCC

Building the plugin

Ensure that the following dependencies are installed:

Invoke GNU make:

ke all

If necessary, dependency paths can be specified via make variables:

ke all \
C_PLUGIN_INCLUDE_PATH=... \
OST_INCLUDE_PATH=... \
OST_LIB_PATH=... \
PIDJSON_INCLUDE_PATH=...
Using the plugin

Example:

c -iplugindir=path/to/plugin/directory -fplugin=particle_plugin \
plugin-arg-particle_plugin-dest-msg-file=path/to/dest-messages.json \
plugin-arg-particle_plugin-src-msg-file=path/to/src-messages.json \
.

The plugin supports the following arguments:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.