On Jan 10, 2011, at 2:19 AM, Nicos Gollan wrote: > Hi, > > I just went through the installation of 2.1.1 as described on the Wiki on a > Debian system (tracking unstable). > > First, there are file conflicts with distribution packages: > * gcc-avr > * avrdude > * binutils-avr > > Those are required by some packages in the TinyOS repository, instead of the > *-tinyos packages. So that requires quite a bit of manual interaction, and > likely breaks things because you're now dealign with a mix of distribtion- > and > tos-packages.
Can you send me (and Razvan cc'd), a more detailed report of the conflicts so we can sort them out? > > Second, the provided nesc package does not provide an "ncc" binary. > > After trying to work around that by symlinking ncc->nescc, and sourcing the > settings script, trying to run "make micaz" in the Blink app fails: ncc is provided by the tinyos tools package; it's a script that invokes the nesc compiler (nescc/nesc1) properly for TinyOS. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
