- labels: 927606 --> Packaging
- assigned_to: nobody --> klueska
I am following the Windows installation instructions for Installing TinyOS 2.1 on docs.tinyos.net. The instructions say install the rpm called avr-gcc-4.1.2-1.cygwin.i386.rpm. That rpm installs without any problems. Then, I go on to the next step which says install the rpm called xscale-elf-gcc-3.4.3-1.cygwin.i386.rpm
The following output occurs:
name@system ~/native-compilers/PXA27x
$ rpm -ivh --ignoreos xscale-elf-gcc-3.4.3-1.cygwin.i386.rpm
Preparing... ########################################### [100%]
file /usr/man/man7/fsf-funding.7 from install of xscale-elf-gcc-3.4.3-1
conflicts with file from package avr-gcc-4.1.2-1
file /usr/info/gccint.info from install of xscale-elf-gcc-3.4.3-1 confli
cts with file from package avr-gcc-4.1.2-1
file /usr/man/man7/gpl.7 from install of xscale-elf-gcc-3.4.3-1 conflict
s with file from package avr-gcc-4.1.2-1
file /usr/man/man7/gfdl.7 from install of xscale-elf-gcc-3.4.3-1 conflic
ts with file from package avr-gcc-4.1.2-1
file /usr/info/cpp.info from install of xscale-elf-gcc-3.4.3-1 conflicts
with file from package avr-gcc-4.1.2-1
file /usr/info/cppinternals.info from install of xscale-elf-gcc-3.4.3-1
conflicts with file from package avr-gcc-4.1.2-1
file /usr/info/gcc.info from install of xscale-elf-gcc-3.4.3-1 conflicts
with file from package avr-gcc-4.1.2-1
file /usr/info/gccinstall.info from install of xscale-elf-gcc-3.4.3-1 co
nflicts with file from package avr-gcc-4.1.2-1
name@system ~/native-compilers/PXA27x
$ uname -a
CYGWIN_NT-5.1 grace 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin
and the rpm won't install. I am using a recent version of Cygwin, but it was not the cygwin-files.zip file from the Installing TinyOS 2.1 page.