> 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?
>

I assume you mean the library here: http://www.fftw.org/

You can't afaik link C libraries to tinyos apps. All source code used
in a tinyos app needs to be compiled together into a single binary.

You may be able to copy and past the fftw3 source code into a .h file
and include the .h file from your nesc app.

David.
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to