[Tinyos-help] Regarding .extra in make system

2009-07-01 Thread Jatindera Walia
Hi, I created the required folders in the contrib such as school apps tos support make I did put an xyz.extra file in the make folder and modified the TOS_MAKEPATH but the system is not picking it up. If I put the CFLAGS += ... directly in the application Makefile, every

[Tinyos-help] EEPROM implementation for TOSSIM in tinyos-2.x

2010-02-02 Thread Jatindera Walia
Hi, Do we have an EEPROM implementation for TOSSIM in tinyos-2.x? I do see one in tinyos-1.x under beta\TOSSIM-PageEEPROM. Has the TOSSIM - EEPROM simulation been dropped from 2.x? If not, can someone please help me locate the files/documentation. Thanks, Jay _

Re: [Tinyos-help] EEPROM implementation for TOSSIM in tinyos-2.x

2010-02-02 Thread Jatindera Walia
available, I will prefer to write a generic one for TOSSIM but might require some guidance from the senior devs in the community. Thanks Jay On Tue, Feb 2, 2010 at 6:22 AM, Marcus Autenrieth wrote: > Hi, > > Am Tue, 2 Feb 2010 04:53:50 -0600 > schrieb Jatindera Walia : > >>

[Tinyos-help] nesC flags and compiler options

2010-02-11 Thread Jatindera Walia
Which is the most updated url/doc that lists nesC 1.3 compiler options and flags? Thanks - Jay ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] nesC flags and compiler options

2010-02-11 Thread Jatindera Walia
I download the source of nesC and I do see a file 'nescc.1' in the doc folder that lists the compiler options. From the format it looks like it is written for some tool that might generate a more user friendly output. What tool consumes this file? On Thu, Feb 11, 2010 at 7:15 AM, Jatin

Re: [Tinyos-help] nesC flags and compiler options

2010-02-11 Thread Jatindera Walia
okshould have read the OVERVIEW man nescc does it and the file is for nescc.. On Thu, Feb 11, 2010 at 12:01 PM, Jatindera Walia wrote: > I download the source of nesC and I do see a file 'nescc.1' in the doc > folder that lists the compiler options. From the form

[Tinyos-help] make micaz sim, cygwin 2.721, /usr/include/sys/reent.h, compilation error from ncc

2010-09-25 Thread Jatindera Walia
Decided to upgrade my environment with clean/fresh install to latest version of cygwin (to 2.721 from 2.573.2.3) and tinyos ( to 2.1.1-3 from 2.0.1 ) over the weekend and ran into a problem. The problem has been reported before but no resolution has been posted. I have found a workaround but not su

Re: [Tinyos-help] make micaz sim, cygwin 2.721, /usr/include/sys/reent.h, compilation error from ncc

2010-09-25 Thread Jatindera Walia
errata : the cygwin version should be (to 1.7.7-1 from 1.7.1-1) instead of (to 2.721 from 2.573.2.3). for different versions of reent.sys On Sat, Sep 25, 2010 at 9:04 PM, Jatindera Walia wrote: > Decided to upgrade my environment with clean/fresh install to latest > version of cygwin (to

Re: [Tinyos-help] make micaz sim, cygwin 2.721, /usr/include/sys/reent.h, compilation error from ncc

2010-09-25 Thread Jatindera Walia
to know if someone with cygwin1.7.2+ version faced this issue and if so how did they resolve it. Also, why is the ncc complaining about it? On Sat, Sep 25, 2010 at 9:04 PM, Jatindera Walia wrote: > Decided to upgrade my environment with clean/fresh install to latest > version of cygwin (to

Re: [Tinyos-help] make micaz sim, cygwin 2.721, /usr/include/sys/reent.h, compilation error from ncc

2010-09-27 Thread Jatindera Walia
I hope Phil can take a look at the command 'make micaz sim' on cygwin 1.7.2+ In short to fix the issue, change the following from _READ_WRITE_RETURN_TYPE _EXFNPTR(_read, (struct _reent *, _PTR, char *, int)); to _READ_WRITE_RETURN_TYPE _EXFUN((*_read),

[Tinyos-help] SerialForwarder tossim-serial option

2010-10-19 Thread Jatindera Walia
Tried to run sf with tossim-serial option and got the error : Couldn't instantiate tossim packet source. Did you compile tossim? Traced it to net.tinyos.packet.BuildSource.java function private static PacketSource makeTossimSource(String name, String host) ; It is looking for net.tinyos.sim.packe