On Aug 14, 2007, at 8:05 AM, Wei Ping Song wrote:

Dear All,

I faced a problem after installing itnyos 2.0.2 and run make micaz sim
shown as below, I think it because of incorrect pathway of gcc. My nescc
is in usr/bin, but GCC want to find it in usr/local/bin.

So how can I ask GCC to find nescc in usr/bin?

thanks very much

Hm, it looks like there's a slight error in the tools build script. I'll try to fix it today. There's no easy way to make GCC find nescc in /usr/bin; you can, however, use ln to create a link:

ln -s /usr/bin/nescc /usr/local/bin/nescc

Phil
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to