Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-27 Thread Eric Decker
Thanks XrtGavin, I'll correct line 29 in the README in the integration branch. I'll also reorganize the information on the wiki to make all this easier to find. thanks for your additions. On Wed, Apr 27, 2011 at 2:15 AM, 徐瑞涛 wrote: > Hi, > > Thanks for your advice. > > > > I did some hacking

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-27 Thread 徐瑞涛
Hi, Thanks for your advice. I did some hacking on the build system and finally found out what I wanted. First of all, it's all known that the build system is located in * TOSROOT/support/make*. In the *README*, you can acquire some basic knowledge about the general build process: generally s

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-26 Thread Eric Decker
you will have to figure it out. There are no reference documents that I've found for the build system past the basics (http://docs.tinyos.net/index.php/TinyOS_Toolchain). On Mon, Apr 25, 2011 at 11:43 PM, 徐瑞涛 wrote: > Hi, > > It seems that you are familiar with the option "PFLAGS". I want to

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-25 Thread 徐瑞涛
Hi, It seems that you are familiar with the option "PFLAGS". I want to know more details about this option and any other compile options. For example, where are these options really placed on the compile-link process ? How many options that I can set to influence the result of compile ? and s

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-25 Thread Aaron Rosen
Thanks I also got it by changing TOSDIR Aaron On Mon, Apr 25, 2011 at 5:59 PM, Janos Sallai wrote: > Aaron: > > Add "PFLAGS+=-I/home/whatever/folder/your/component/is/in" to the > beginning of the application's make file. > > Janos > > On Mon, Apr 25, 2011 at 4:56 PM, Aaron Rosen wrote: >> Than

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-25 Thread Janos Sallai
Aaron: Add "PFLAGS+=-I/home/whatever/folder/your/component/is/in" to the beginning of the application's make file. Janos On Mon, Apr 25, 2011 at 4:56 PM, Aaron Rosen wrote: > Thanks Janos, > > Its getting it from > /opt/tinyos-2.1.1/tos/chips/cc2420/transmit/CC2420TransmitP.nc > > How do I tell

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-25 Thread Aaron Rosen
Thanks Janos, Its getting it from /opt/tinyos-2.1.1/tos/chips/cc2420/transmit/CC2420TransmitP.nc How do I tell it to get it from /home/arosen/tinyos-2.1.1 I have my TOS_ROOT set to that. thanks, Aaron On Mon, Apr 25, 2011 at 5:31 PM, Janos Sallai wrote: > Aaron: > > Compile with "PFLAGS=-v m

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-25 Thread Janos Sallai
Aaron: Compile with "PFLAGS=-v make telosb blip" to see which components/modules get pulled in. Janos On Mon, Apr 25, 2011 at 4:16 PM, Aaron Rosen wrote: > Hello, > > I've make a couple changes to CC2420TransmitC.nc and  CC2420TransmitP.nc in > (tinyos-2.1.1/tos/chips/cc2420/transmit). Though w

[Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-25 Thread Aaron Rosen
Hello, I've make a couple changes to CC2420TransmitC.nc and CC2420TransmitP.nc in (tinyos-2.1.1/tos/chips/cc2420/transmit). Though when I compile ~/tinyos-2.1.1/apps/IPBaseStation I don't see my changes. (I've added a syntax error in CC2420TransmitP.nc and I would expect to see that error when I