Skip to content

Instantly share code, notes, and snippets.

@azeey
Created May 29, 2014 16:18
Show Gist options
  • Save azeey/026a0ea54873c38d0383 to your computer and use it in GitHub Desktop.
Save azeey/026a0ea54873c38d0383 to your computer and use it in GitHub Desktop.
ncc-dump
#!/bin/sh
#set -x
ncc "-fnesc-dump=referenced(interfaces,components,functions)" "-fnesc-dump=functions(!global())" "-fnesc-dump=interfaces" "-fnesc-dump=components(wiring)" "-fnesc-dump=interfacedefs" -fsyntax-only $@
@azeey
Copy link
Author

azeey commented May 29, 2014

Can be run as:

./ncc-dump -target=exp430 tos/system/MainC.nc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment