On 6/21/06, Liu Haibin <[EMAIL PROTECTED]> wrote:
$ make micaz mkdir -p build/micaz Unknown target micaz Known targets for TinyOS directory /home/liuhb/tinyos-2.x/tos and the specified include directories are: none. make: *** [exe0] Error 2
I suspect you don't have the right versions of ncc and nescc. ncc --version should report something like: [EMAIL PROTECTED] bin]$ ncc --version ncc: 1.2.1 nescc: 1.2.6 gcc: gcc (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (you need both ncc and nescc's version to be >= 1.2) If you did install nesC 1.2/etc, but aren't seeing it, it probably means you didn't remove the old version of nesC (1.1.3). Check for /usr/local/bin/ncc (and nescc) in particular. David Gay _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
