Hi Shalini,

Which operating system are you using? How did you install the library? There should be both the header files (.h) and the actual library code (.dll, .so, or similar). Does the compiler find the header files? If not, you might need to add a -h flag with the correct path to the headerfiles somewhere. I think the flag for the library search path is -L.

Anyways, using this library might work for the simulation. For the real motes you might need the specific version for the microcontroller of the mote, and even then the mote might not have enough RAM or other resources.

Cheers,
Urs

Shalini Jain wrote:
Hello,

I want to link a fftw3 library to tinyos. I have already downloaded the fftw3 
package however when I compile tinyos using make micaz sim, it does not link to 
the fftw3. Do I have to make a change to the tinyos makefile?

Thanks,
Shalini
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to