Re: [Tinyos-help] urgent need for help about error:" undefined reference to"

2012-02-24 Thread Eric Decker
mine on your own first. eric > > Regards, > > Mash'al. > Jordan > -- > *From:* Eric Decker > *To:* Mashal al-shboul > *Cc:* "tinyos-help@millennium.berkeley.edu" < > tinyos-help@millennium.berkeley.edu> > *Sent:* Friday, February 24, 2012

Re: [Tinyos-help] urgent need for help about error:" undefined reference to"

2012-02-24 Thread Mashal al-shboul
n the Makefile but i don't how to configure . do you have any info? Regards, Mash'al. Jordan From: Eric Decker To: Mashal al-shboul Cc: "tinyos-help@millennium.berkeley.edu" Sent: Friday, February 24, 2012 10:41 PM Subject: Re: [Tinyos-h

Re: [Tinyos-help] urgent need for help about error:" undefined reference to"

2012-02-24 Thread Eric Decker
you've caused code to be included that references an external. The linker is complaining about not being able to find ezcompress. you will need to research where to get the ezcompress code and will then need to figure out yourself how to include that. this is basic C programming with separate mo

[Tinyos-help] urgent need for help about error:" undefined reference to"

2012-02-24 Thread Mashal al-shboul
Hi All, i am using tinyos 2.1.1 and nesc to write a program for imote2 platform, i need to use .c file for calling some methods in it, so i put this file and its .h file in the same directory and wrote  #include "ezcompress.h", which is the file needed BUT i got this error:   /tmp/cc5Ak8tM.o