"Permission denied" is probably coming from the file system not the compiler. You may have installed or built as root or someone who has higher access permissions than whomever you are trying to build as now, and that particular file or directory is not accessible to you. Try changing the file access permissions on the entire TOS tree to avoid having trouble the next time as well.
MS [email protected] wrote: > Hi, > > So I am using tinyos 2.1.0, and when I try compiling the Blink > application by writing "make mica2" I get the following error: > mkdir -p build/mica2 > /bin/sh: build/mica2/ident_flags.txt: Permission denied > make: *** [ident_cache] Error 1 > > I checked to see if my compiler was the right version, and it says > that I have ncc 1.2.4 and nescc 1.3.0 > > Any ideas on how to fix this error would be greatly appreciated. > > -David Blumenfeld > _______________________________________________ > 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
