在英特尔伽利略上安装制造时出错



我正在尝试使用以下命令在我的英特尔伽利略上安装 make:

 opkg install make

但是,此操作会失败,并显示以下输出:

Installing make (3.82-r3) to root...
Downloading http://iotdk.intel.com/repos/1.0/iotdk/i586/make_3.82-r3_i586.ipk.
Installing libc6 (2.18-r0) to root...
Downloading http://iotdk.intel.com/repos/1.0/iotdk/i586/libc6_2.18-r0_i586.ipk.
Collected errors:
* check_data_file_clashes: Package libc6 wants to install file /lib/libpthread.so.0
        But that file is already provided by package  * libpthread0
* opkg_install_cmd: Cannot install package make.

如何解决此问题并安装?

使用最新的英特尔物联网开发套件映像。它已经带来了一套很棒的开发人员工具,包括make。

您可以在以下位置下载此图像 https://software.intel.com/en-us/iot/hardware/galileo/downloads

安装手册也可以在那里找到。

相关内容

  • 没有找到相关文章

最新更新