Hi Romain! Corrections to my previous post: as it only fails for tossim so gcc-avr isn't need. My mistake, sorry.
I searched for stddef.h in Ubuntu Hardy. http://packages.ubuntu.com/search?searchon=contents&keywords=stddef.h&mode=filename&suite=hardy&arch=any The relevant packages are: /usr/lib/gcc/i486-linux-gnu/4.1.2/include/stddef.h gcc-4.1 [not amd64] /usr/lib/gcc/i486-linux-gnu/4.1/include/stddef.h gcc-4.1 [not amd64] /usr/lib/gcc/i486-linux-gnu/4.2/include/stddef.h gcc-4.2 [not amd64] On my Debian I can compile for tossim and I have stddef.h in the following packages. The most interesting one I think is gcc-4.3. [EMAIL PROTECTED]:~/uni-wuppertal/tinyos/t2/tests/testTymoLoop$ dpkg -S stddef.h gcc-4.2: /usr/lib/gcc/i486-linux-gnu/4.2/include/stddef.h mingw32: /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/install-tools/include/stddef.h manpages-posix-dev: /usr/share/man/man7/stddef.h.7posix.gz linux-headers-2.6.26-1-686: /usr/src/linux-headers-2.6.26-1-686/include/linux/stddef.h gcc-4.3: /usr/lib/gcc/i486-linux-gnu/4.3/include/stddef.h mingw32: /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/include/stddef.h linux-libc-dev: /usr/include/linux/stddef.h linux-headers-2.6.26-1-common: /usr/src/linux-headers-2.6.26-1-common/include/linux/stddef.h gcc-4.1: /usr/lib/gcc/i486-linux-gnu/4.1/include/stddef.h ----------- Andrey Romain Thouvenin wrote: > Thanks for your reply Safraz! But I already have this package installed :s > > > On Wed, Sep 10, 2008 at 2:43 AM, Sarfraz Nawaz <[EMAIL PROTECTED]> wrote: >> You need to install libc6-dev package from your Ubuntu Hardy repository. >> >> On Tue, Sep 9, 2008 at 6:34 PM, Romain Thouvenin >> <[EMAIL PROTECTED]> 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 >>> >>> _______________________________________________ >>> Tinyos-help mailing list >>> [email protected] >>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >>> > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
