[Tinyos-devel] compile problem
radwan
rkanso at sensoria-is.com
Wed May 16 05:09:17 PDT 2007
Hello,
I butt against a problem in the compilation. Cygwin indicate an error in
a header file:
syntax error before `__attribute__´
make: *** [exe0] Error 1
On spite of there is not this word in my file. The line indicated is :
EEMEM = FALSE in:
enum {
RDAC = TRUE,
EEMEM = FALSE
};
I do not understand especially because this code works on an other PC.
It could be a problem in my cygwin. Indeed when it starts, first of all
it prints:
your group name domain is currently "mkgroup_l_d": That indicates that
not all domain users and groups are listed in the /etc/passwd and
/ect/group files.
See teh man pages for mkpasswd and mkgroup then, for example, run
mkpasswd -l -d > /ect/passwd
mkgroup -l -d > /etc/group
This message is only displayed once <unless you recreate /etc/group> and
can be safely ignored.
cp: copying multiple files, but last argument
`Settings/rkanso/group.mkgroup_l_d´ is not a directory
Try help `cp --help´ for more information
It has never produced problems until now. I do not know. thank you for
your help
More information about the Tinyos-devel
mailing list