我最近刚买了一个 arduino,需要 gcc-avr/avrdude 来编译软件。我不久前为另一个微处理器组件安装了 avr,但显然是一个过时的版本(gcc 版本 3.3 20030512(预发布)),所以我继续更新这些,但它没有用。
(请注意,在此之前,我还通过不完整的 wine 安装破坏了我的 aptdaemon(无法通过字体安装协议),但我通过重新安装修复了该问题,然后接受了协议。)
我正在尝试通过运行宾果游戏的构建脚本来更新这些,但由于 avr... 终端报告,无法安装它所需的依赖项
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 …
Run Code Online (Sandbox Code Playgroud)