मैं अभी हाल ही में एक arduino खरीदा है और सॉफ्टवेयर संकलित करने के लिए gcc-avr / avrdude की आवश्यकता है। मैंने कुछ समय पहले एक अन्य माइक्रोप्रोसेसर घटक के लिए avr स्थापित किया था, लेकिन स्पष्ट रूप से एक पुराना संस्करण है (gcc संस्करण 3.3 20030512 (prerelease)) इसलिए मैं इन्हें अपडेट करने के लिए आगे बढ़ा, लेकिन यह काम नहीं किया।
(कृपया ध्यान दें कि हाथ से पहले मैंने एक अधूरा वाइन इंस्टॉलेशन के माध्यम से अपने एप्टोडेमॉन को तोड़ दिया था (फॉन्ट इंस्टॉलेशन एग्रीमेंट पास नहीं किया जा सका), लेकिन मैंने तय किया कि री-इंस्टॉलेशन के जरिए फिर एग्रीमेंट को स्वीकार किया जाए।)
मैं बिंगो की बिल्ड स्क्रिप्ट चलाकर इन्हें अपडेट करने की कोशिश कर रहा हूं, लेकिन इसके लिए जो निर्भरताएं आवश्यक हैं, वे एवर ... टर्मिनल रिपोर्ट्स के कारण इंस्टॉल नहीं की जा सकतीं
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
libncurses5-dev is already the newest version.
libncurses5-dev set to manually installed.
libusb-0.1-4 is already the newest version.
libx11-dev is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
arduino-core : Depends: gcc-avr but it is not going to be installed
avr-libc : Depends: gcc-avr (>= 1:4.3.4) but it is not going to be installed
Depends: binutils-avr (>= 2.20) but it is not going to be installed
binutils-dev : Depends: binutils (= 2.21.0.20110327-2ubuntu3) but 2.21.0.20110327-2ubuntu2 is to be installed
libcwidget-dev : Depends: libcwidget3 (= 0.5.16-3ubuntu2) but it is not going to be installed
Depends: libsigc++-2.0-dev but it is not going to be installed
Depends: libncursesw5-dev but it is not going to be installed
libmpfr-dev : Depends: libgmp3-dev (>= 4.2.dfsg-1) but it is not going to be installed
python-dev : Depends: python (= 2.7.1-0ubuntu5.1) but 2.7.1-0ubuntu5 is to be installed
Depends: python2.7-dev (>= 2.7.1-1~) but it is not going to be installed
tk8.4-dev : Depends: tk8.4 (= 8.4.19-4) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
लेकिन दौड़ रहा है
apt-get -f install
का परिणाम
(Reading database ... 163021 files and directories currently installed.)
Unpacking binutils-avr (from .../binutils-avr_2.20.1-1ubuntu2_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/binutils-avr_2.20.1-1ubuntu2_i386.deb (--unpack):
trying to overwrite '/usr/bin/avr-size', which is also in package avr-binutils 2.13.90.030512-2
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Unpacking gcc-avr (from .../gcc-avr_1%3a4.3.5-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/gcc-avr_1%3a4.3.5-1_i386.deb (--unpack):
trying to overwrite '/usr/bin/avr-g++', which is also in package avr-gcc-c++ 3.2.90.20030512-2
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/binutils-avr_2.20.1-1ubuntu2_i386.deb
/var/cache/apt/archives/gcc-avr_1%3a4.3.5-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
मैंने अपडेट प्रबंधक चलाने और इसके माध्यम से अपने सिस्टम को अपडेट करने की कोशिश की है, लेकिन मुझे जो भी मिला है वह एक त्रुटि संदेश है
The following packages have unmet dependencies:
arduino-core: Depends: gcc-avr but it is not installed
avr-libc: Depends: gcc-avr (>= 1:4.3.4) but it is not installed
Depends: binutils-avr (>= 2.20) but it is not installed
जो तब मुझे apt-get -f install चलाने की कोशिश करने के लिए कहता है, जो कि पिछली बार के समान परिणाम देता है।
तो मैं अपने सिस्टम को कैसे ठीक कर सकता हूं, मुझे वास्तव में नए एवीआर की आवश्यकता है, कृपया :) बीटीडब्ल्यू, मेरा सिस्टम उबंटू 11.04 है
libboost
)। मेरे किसी भी जवाब ने काम नहीं किया।