Created
May 29, 2014 16:18
-
-
Save azeey/026a0ea54873c38d0383 to your computer and use it in GitHub Desktop.
ncc-dump
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can be run as:
./ncc-dump -target=exp430 tos/system/MainC.nc