eCos學習筆記:安裝

eCos學習筆記:安裝
2007-11-11 10:28:53

  • ecos網站

http://ecos.sourceware.org/

  • windows平臺下的安裝指導

http://ecos.sourceware.org/getstart.html

  • 具體安裝步驟

1) 安裝cygwin。必須安裝的工具:gcc, make, sharutils, tcltk, wget。
2) 下載安裝腳本:"wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl"。
3) 運行"sh ecos-install.tcl", 安裝ecos源代碼和工具鏈。
4) 運行 "/opt/ecos/ecosenv.sh" 配置系統變量。
5) 修改configtool問題:

配置工具有些問題,無法使用,問題描述如下:
"The eCos host tools which shipped with the eCos 2.0 public release are known to have problems when run against Cygwin 1.5.10 or later. This problem is described in Bugzilla 1000095. There is also a known issue concerning C++ exception handling with Cygwin 1.5.19, Cygwin 1.5.20 and possibly later versions. "

這個網頁介紹了這個問題的解決方案:http://www.ecoscentric.com/devzone/configtool.shtml

下載該頁面提供的配置工具,替換原有的configtool.exe
eCos Configuration Tool version 2 for Windows (2006-07-10)
http://www.ecoscentric.com/snapshots/configtool-060710.exe.bz2
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章