Hi, I just got the same problem after upgrading to 2.0.0-3. My fix was referred to Phil's comment. I added one more flag (-shared) in PLATFORM_BUILD_FLAGS like this
PLATFORM_BUILD_FLAGS= -fpic -shared -W1,--enabled-auto-image-base Then everything went through. -Krisakorn On 12/15/06, preeti k <[EMAIL PROTECTED]> wrote:
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
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
