Re: [Tinyos-help] errors in tinyos-2.x/support/sdk/c

2006-05-31 Thread Razvan Musaloiu-E.
Hi! The errors from ./Bootstrap were caused by and old automake (1.4) that was laying around in my system. Using the 1.9 solved the problem. Using the latest CVS version of nesc also solved the compilation problem from sdk/c. :-) -- Razvan ME On Tue, 30 May 2006, Razvan Musaloiu-E. wrote: Hi!

Re: [Tinyos-help] errors in tinyos-2.x/support/sdk/c

2006-05-30 Thread Razvan Musaloiu-E.
Hi! I'm still trying to fix the problem and what I found so far is that -c-prefix is not present in the nesc version that I'm using (1.2.4). I checkout the latest CVS version of nesc which does contain the code to deal with new argument but I'm stuck at the first step of building: [EMAIL

[Tinyos-help] errors in tinyos-2.x/support/sdk/c

2006-05-23 Thread Razvan Musaloiu-E.
Hi! I'm trying to compile the C SDK for TinyOS 2 and the make ends with this error: $ make mig -o serialpacket.h -c-prefix=spacket c /home/tinyos2/local/src/tinyos-2.x/tos/lib/serial/Serial.h serial_packet gcc: unrecognized option '-c-prefix=spacket'