[Tinyos-help] Help: Recompiling app.c alone after modification to initial app.c file

2011-03-29 Thread chandramouli k v
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

Re: [Tinyos-help] Help: Recompiling app.c alone after modification to initial app.c file

2011-03-29 Thread Eric Decker
run the make with verbose and examine the commands being executed From cPhone On Mar 29, 2011, at 2:25 PM, chandramouli k v chandramouli...@gmail.com wrote: Hi Folks, Consider ' BlinkC ' application for example for an IRIS target. Once I build this application using 'make iris' command,