You can try adding the directory to the Makefile PFLAGS like:
     PFLAGS += -I../tos/lib/platform/Micaz/
or look in the micaz/.platform file and change the order of
searched directories there.

Adding a -v to the PFLAGS will print out all the included
files and directories in order.

MS

trilok i wrote:
> 
> hi all,
> 
> I had a little problem in linking files. I have  CC2420RadioM.nc file in 
> ../tos/lib/CC2420Radio/ directory and I have the same file in 
> ../tos/lib/platform/Micaz/ directory . When I compile my application the 
> first CC2420RadioM stack is linking but I need second ( i.e in platform 
> directory) how can i make second CC2420RadionM  path available to my 
> application.
> 
> ------------------------------------------------------------------------
> Videos Get the latest video streams on movies, Try it! 
> <http://video.msn.com/?mkt=en-in>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to