On 6 July 2015 at 12:08, Yan Song <[email protected]> wrote: > Hello everyone: > > I know that when an app is running, it will first be compiled into > .c from .nc ,by using ncc. Now I need to use the tinyos source code in C, > how can I get the source code in C ? >
The generated C source ends up in: apps/<appname>/build/<targetname>/app.c i.e. for the Blink app for micaz it would be: apps/Blink/build/micaz/app.c Regards, /Johny -- Johny Mattsson Senior Software Engineer DiUS Computing Pty. Ltd. *where ideas are engineered *
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
