Hi Folks,

Consider ' BlinkC ' application for example for an IRIS target.
Once I build this application using 'make iris' command, the 'ncc' compiler
generates a C -file named app.c & then an executable named main.exe
My requirement is to split this build procedure:-
First to generate only a C-file (app.c) from the nesC file( Ex:
BlinkApp.nc). Then add a few lines of code to this app.c file.(This is
already being done through my perl script)
Finally, compile this c-file alone again to generate the main.exe file.

Can anybody suggest a way out.

Thanks & Regards,
Chan
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to