Hi everybody, I am currently working on a new Mote (called "RatMote") which will be based on a Cortex-M3 processor from ST. I have started to write the first configuration and .rules files and read a lot about the TinyOS build system. I have also created a platform directory containing the basic files. Currently my goal is to get the compile process running and to compile the null app by typing "make ratmote". Compiler and toolchain is all gcc/gnu, so there shouldn't be too many problems. I am using Windows XP with cygwin. The compiler package is the standard one from Codesourcery and it works fine, when I compile native C code by hand.
However I am getting one error which I can't trace down. I used google and figured out that I am not the only one experiencing it, but I haven't found any solution yet. When I type "make ratmote" the compiler ends up telling me that it coudln't find "/usr/lib/ncc/tdspecs". I have no clue about what this file is intended to do (seems to contain some perl code), but it is where it is supposed to be and permissions are ok. I have then tried to make a simplified example which shows the error: "arm-none-eabi-gcc.exe -specs=/usr/lib/ncc/tdspecs somefile.c" And I end up with the same error message. Is that a cygwin problem? Kind regards, Thomas Bretgeld _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
