本文是原创,转载请注明出处
在装好后的Linux系统(此处使用的是Fedora 10)后,开始准备建立ecos的开发环境
1.下载安装tcl/tk工具(linux是fedora10的可以省略这一步,其他系统就不清楚了)
方法见我的博客《tcl/tk的安装》,或者google搜索相关的方法也可以
Developers wishing to use the pre-built eCos host tools on a
Linux host must first ensure that they have libstdc++ v3
(/usr/lib/libstdc++.so.5) installed.
先安装:libstdc++ v3
以root身份登录超级终端,输入以下命令行
yum install
compat-libstdc++-33(因为我是Fedora)
3.libstdc++ v3
安装完成后,输入以下命令行
cd /opt(opt文件夹是我准备放安装ecos开发环境的文件夹)
wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl (输入这条命令后,可能会出现wget:unable
to resolve host
address'ecos.sourceware.org'这样的反馈信息,这说明你的虚拟机没有连上你要下载ecos的站点,多试几次就可以了)
成功后继续输入命令
sh ecos-install.tcl
(现在知道为什么要安装tc