On 5/7/06, reizel casaquite <[EMAIL PROTECTED]> wrote:
I wanted to change my nesc version from nesc-1.2.2-1 to nesc-1.1.3. I tried to follow the direction in the INSTALL file. There was no error message but as I checked the version using $rpm -qa the nesc version of rpm is still nesc-1.2.2-1 but when I used the command $ncc --version, the ncc was ncc: 1.1.3.
rpm is a package management system. Installing a system by compiling and installing it from source won't update the package management system's view of the world (if this doesn't make sense, read up on package management systems).
I tried to search for nesc-1.1.3 rpms but I find none. Where can I get that?
There aren't any. The changes from 1.1.2b to 1.1.3 were not used in TinyOS 1.x, so we never made an rpm.
Anyways, I would like to change my gcc version from gcc 3.3.3 to gcc 3.3.2 too. How can I do that?
Find a gcc 3.3.2 package and install it, or compile gcc 3.3.2 from source. If you're talking about a cross-compiler, compiling is trickier. And, FWIW, gcc 3.3.2 for the AVR definitely has bugs... (which affect some TinyOS programs). David Gay _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
