解决DM8168平台Linux系统环境配置中的bin文件安装错误
3星 · 超过75%的资源 需积分: 35 164 浏览量
更新于2024-09-12
收藏 334KB PDF 举报
bin文件安装解决方法
本文将详细介绍bin文件安装解决方法,该方法适用于解决在安装arm-2009q1-203-arm-none-linux-gnueabi.bin编译软件时出现的错误信息“The installer has detected that your system uses the dash shell as /bin/sh. This shell is not supported by the installer.”的解决方法。
一、问题描述
在使用DM8168作为开发平台时,通常需要配置自己的Linux系统环境。由于程序最终是从PC机上移植到目标板上的,因此需要安装交叉编译环境。从ti的网站上下载了arm-2009q1-203-arm-none-linux-gnueabi.bin这个编译软件后,在安装的时候会跳出一个错误信息。
二、错误信息
错误信息如下:
The installer has detected that your system uses the dash shell as /bin/sh. This shell is not supported by the installer.
You can work around this problem by changing /bin/sh to be a symbolic link to a supported shell such as bash.
For example, on Ubuntu systems, execute this shell command:
sudo dpkg-reconfigure -plow dash
Install as /bin/sh? No
Please refer to the Getting Started guide for more information, or contact CodeSourcery Support for assistance.
三、解决方法
解决方法是,在命令行下输入以下命令:
#chmod +x arm-2009q1-203-arm-none-linux-gnueabi.bin
#sudo dpkg-reconfigure -plow dash
在出现的对话框中选择NO。
四、分析
在安装arm-2009q1-203-arm-none-linux-gnueabi.bin编译软件时,出现错误信息的原因是因为系统使用的dash shell不被支持。解决方法是将/bin/sh更改为符号链接到支持的shell,如bash。然后,在命令行下输入命令chmod +x arm-2009q1-203-arm-none-linux-gnueabi.bin和sudo dpkg-reconfigure -plow dash,选择NO,问题即可解决。
五、结论
本文详细介绍了bin文件安装解决方法,解决了在安装arm-2009q1-203-arm-none-linux-gnueabi.bin编译软件时出现的错误信息。该方法适用于解决类似的问题,希望能够帮助开发者更好地解决问题。
2012-12-09 上传
2014-03-03 上传
2021-11-01 上传
2014-12-16 上传
204 浏览量
307 浏览量
2021-06-21 上传
2019-01-24 上传
xiao15805130745
- 粉丝: 2
- 资源: 32
最新资源
- 构建基于Django和Stripe的SaaS应用教程
- Symfony2框架打造的RESTful问答系统icare-server
- 蓝桥杯Python试题解析与答案题库
- Go语言实现NWA到WAV文件格式转换工具
- 基于Django的医患管理系统应用
- Jenkins工作流插件开发指南:支持Workflow Python模块
- Java红酒网站项目源码解析与系统开源介绍
- Underworld Exporter资产定义文件详解
- Java版Crash Bandicoot资源库:逆向工程与源码分享
- Spring Boot Starter 自动IP计数功能实现指南
- 我的世界牛顿物理学模组深入解析
- STM32单片机工程创建详解与模板应用
- GDG堪萨斯城代码实验室:离子与火力基地示例应用
- Android Capstone项目:实现Potlatch服务器与OAuth2.0认证
- Cbit类:简化计算封装与异步任务处理
- Java8兼容的FullContact API Java客户端库介绍