On Sep 9, 2008, at 1:34 AM, Romain Thouvenin wrote: > Hello, > > I recently (a week or 2 ago) upgraded my Ubuntu distribution to Hardy, > and since then I > cannot compile tossim anymore. > I tried to remove completely all tinyos related packages and reinstall > the latest ones, but this didn't affect the behavior. > I didn't install the tinyos package though, as I work with the CVS > tree. > > Please find attached the compiler log (I ran make micaz sim) > I still can compile for micaz. > > I tried to find someone with the same issue in the archives, but > surprisingly couldn't find > any. > > It looks like some dev package is missing, but they should have been > updated during the upgrade and/or installed as dependencies of tinyos > packages. Any hint? > Or maybe some misconfiguration in the Makefiles? My stddef (first file > missing, see the log attached) is in /usr/include/linux. > > Thanks for your help! > Romain
Are you sure it isn't looking for a compiler's stddef? It wants stddef.h, not linux/stddef.h. On my machine, I find them, e.g., in / usr/lib/gcc/i486-linux-gnu/4.2/include/stddef.h. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
