Hi, Finally my tossim compilation went through. The links you sent were useful. I added an empty main to one of the source files and the wierd unreferened [EMAIL PROTECTED] error was gone. I could not understand how exactly this rectified the error though. Thanks Preeti
On 12/15/06, Mr. Jonathan A. Gomez <[EMAIL PROTECTED]> wrote:
Phil wrote: >You've entered a level of Cygwin details that I have to admit I know >nothing about. I suspect I know much less than Phil, but I tried google-ing. Maybe one of these will help: http://cygwin.com/faq/faq_3.html#SEC94 http://sourceware.org/ml/cygwin/2004-03/msg00220.html By the way, for future reference, the option -L specifies not the library file itself, but a location to search for library files. In addition, the option -l is used to specify a library in an abbreviated form. So if you have a library at /weird/blah/libstuff.so, then you might do something like gcc source.c -L/weird/blah/ -lstuff with the capitalization differentiating the two. -- Jon.
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
