Hi,
 
I am trying to have different versions of a same program with minor details. Now when I do that I am trying to keep files in different folders for that but it causing me a problem. While compiling SurgeTelos ,  the application code looks for files in same folder MultiHopLQI. Details are as follows:
 
I am trying to change the code in MultiHopLQI folder located in ../tinyos-1.x/tos/lib/. The component in this folder is being used by Surge application located in ../tinyos-1.x/apps/SurgeTelos. Now if I want to make any changes in MultiHopLQI and Surge, then I also want to store them in different folder but Surge keeps going back to orignal old MultiHopLQI location. I need to know where I can make changes so that whenever I want to compile different version with different files (at different locations) it should work.
 
For instance following folders exists:
 
SurgeTelos & MultihopLQI           //Original Version
SurgeTelosA & MultihopLQIA      //Modified Version A 
SurgeTelosB & MultihopLQIB      //Modified Version B
 
now when i type: make <platform> the Surge application located in SurgeTelosA should use code located in MultiHopLQIA. I need to set path somewhere for this but dont know where.
 
Since I am making changes in both (Surge and MultiHopLQI components) of them I need to set path for each version.
 
Please advice.
 
Regards,
Sumit
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to