[Tinyos-help] problems when installed tinyos 2.x in ubuntu 7.10
Wouter Horré
wouter.horre at cs.kuleuven.be
Fri Mar 7 04:28:10 PST 2008
Hi,
On Friday 07 March 2008 11:30:16 do viet manh wrote:
> "dpkg: error processing
> /var/cache/apt/archives/avr-libc-tinyos_1.2.3-2_i386.deb
> (--unpack):
> trying to overwrite `/usr/avr/include/avr/boot.h',
> which is also in package avr-libc
This error means that the package avr-libc-tinyos contains files that are also
in the package avr-libc (a standard ubuntu package). They can't be installed
both at the same time. Try to remove avr-libc first:
$ sudo apt-get remove avr-libc
Then try to install tinyos-avr:
$ sudo apt-get install tinyos-avr
regards
Wouter
More information about the Tinyos-help
mailing list