HI,
can someone help me with the following.
I want to add a new target to tinyos.
I did the following steps, but ncc still does not recognize
the new target. Can someone help?
thanks
Step1: Created a new platform directory in
tos/platforms/my_target
Step2: Added .platform in tos/platforms/my_target
Step3: Edit Makerules to have in the ncc command line
the following:
-target=my_target -I%Tmy_target%p
thank you!