Re: [Tinyos-help] Migrating to a new microcontroller

2008-10-22 Thread Hugh Hartwig
try changing it. I also had to add my ncc directory to PATH. Hugh From: Xavier Orduña [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 4:29 PM To: Hugh Hartwig Cc: Gracinda García Lago; tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Migrating to a new microcontroller

Re: [Tinyos-help] Ubuntu package installation problem

2008-10-21 Thread Hugh Hartwig
Thanks Phil, Do you know what the timeframe will be for this new release? Hugh -Original Message- From: Philip Levis [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 1:17 AM To: Hugh Hartwig Cc: 'TINYOS' Subject: Re: [Tinyos-help] Ubuntu package installation problem

Re: [Tinyos-help] Migrating to a new microcontroller

2008-10-20 Thread Hugh Hartwig
Xavi, I am interested in the MSP430 specific code for the msp430F261x. Has this been placed on the contrib-cvs? I am also having trouble getting the latest version of MSP430-gcc in your link below to work for either tinyos-1.x or tinyos-2.x. I keep getting the error: “/usr/lib/ncc/tdspecs:

Re: [Tinyos-help] Ubuntu package installation problem

2008-10-20 Thread Hugh Hartwig
According to this thread, there was a problem with the msp430-gcc in Ubuntu where it had a problem reading tdspecs, but that this has been fixed. I am also experiencing the same problem on a windows machine using Cygwin. You can see an example where I built blink below ("msp430-gcc.exe: /usr/lib

Re: [Tinyos-help] Ubuntu package installation problem

2008-10-16 Thread Hugh Hartwig
According to this thread, there was a problem with the msp430-gcc in Ubuntu where it had a problem reading tdspecs, but that this has been fixed. I am also experiencing the same problem on a windows machine using Cygwin. You can see an example where I built blink below ("msp430-gcc.exe: /usr/lib/

[Tinyos-help] avr-gcc.exe: /usr/lib/ncc/tdspecs: No such file or directory

2008-10-13 Thread Hugh Hartwig
Did you ever find a solution to this problem? I have having the same problem more than a year later. Hugh ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] errors in installation TinyOs 2.0.2

2008-10-09 Thread Hugh Hartwig
I recently installed Tinyos2.x, and ran into a similar problem. I fixed it by installing the requested Tinyos tools. Also if you follow the installation instructions on the tinyos.net website, it describes a few things to can do to fix installation issues. One of them is the rpm -force flag.

[Tinyos-help] Trouble Compiling for MSP430F2617

2008-10-09 Thread Hugh Hartwig
I am trying to compile code for the MSP430F2617 processor, and have downloaded and installed mspgcc-3.2.3 as several posts have instructed to do. I started with an existing installation of tinyos-1.x distributed along with the Tmote Sky, and after installing mspgcc, copied msp430-gcc.exe to /opt/m

[Tinyos-help] Debugging Methods

2008-08-12 Thread Hugh Hartwig
I am developing within cygwin on a windows XP machine, and am currently using GDB with moderate success to debug my project. I would like to see what, if any, other platforms people are using to develop tinyos. Thanks, Hugh ___ Tinyos-help mailing

[Tinyos-help] NESC Linking

2008-05-13 Thread Hugh Hartwig
How is linking performed in tinyos-1.x and is there a *.lnk or similar file somewhere? Thanks, Hugh ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Linking C files into Tinyos

2008-05-13 Thread Hugh Hartwig
I am attempting to compile and link c code into tinyos-1.x. So far I have been able to include c files at the top of NESC files, but this appears to make everything inline, thus taking up significant code and memory space. Is there a way to compile and link the C files such that they aren't create