Re : [Tinyos-help] yamp problems with xubuntos

2007-10-04 Thread mejda chouaieb
Hi, Thank you for the solution it works. - Message d'origine De : Chad Metcalf [EMAIL PROTECTED] À : mejda chouaieb [EMAIL PROTECTED] Cc : tinyos-help@millennium.berkeley.edu Envoyé le : Mardi, 2 Octobre 2007, 18h15mn 24s Objet : Re: [Tinyos-help] yamp problems with xubuntos This isn't

[Tinyos-help] yamp problems with xubuntos

2007-10-02 Thread mejda chouaieb
Hello, I installed Xubuntos live cd in a virtual machine and I tried to execute the yamp application (tinyos tutorials lesson 10) but I have these problems, when I type make telosb it's ok but when I type: [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Null# make yamp mkdir -p build/yamp

Re: [Tinyos-help] yamp problems with xubuntos

2007-10-02 Thread Chad Metcalf
This isn't a XubunTOS problem. Here is your problem: /opt/tinyos-2.x/tos/system/tos.h:36:22: platform.h: No such file or directory Here is your solution: $ touch /opt/tinyos-2.x/tos/platforms/yamp/platform.h It corrects the first error in your output, and the rest of the lesson works fine.

[Copfilter] Copy of quarantined email - *** SPAM *** [5.4/5.0] [Tinyos-help] yamp problems with xubuntos

2007-10-02 Thread [EMAIL PROTECTED]
Hello, I installed Xubuntos live cd in a virtual machine and I tried to execute the yamp application (tinyos tutorials lesson 10) but I have these problems, when I type make telosb it's ok but when I type: [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Null# make yamp mkdir -p build/yamp