總的來說,在uClinux上的開發(fā)和標準Linux還是很類似的。通常可以按照下面的步驟去設(shè)計和調(diào)試: 建立基于以太網(wǎng)的開發(fā)環(huán)境; 如果所設(shè)計的程序和硬件的關(guān)聯(lián)不大,那么一定要在標準Linux上先編譯和調(diào)試通過。靈活地使用gcc和gdb將大大節(jié)省時間; 將x86上的GCC編譯好的應(yīng)用程序用交叉編譯工具來編譯;如果編譯時發(fā)現(xiàn)錯誤,那么很可能存在以下問題: 交叉編譯器或庫文件的路徑不正確;最徹底的解決辦法是重新裝一次編譯器; 遇到庫不支持的函數(shù);此時需要自己把函數(shù)的實現(xiàn)做成另外一個庫供應(yīng)用程序使用。如果是uClinux本身不支持的調(diào)用,那么就需要改寫代碼了。
標簽:
上傳時間: 2015-03-14
上傳用戶:gaome
vxworks下的GIS系統(tǒng)。 使用說明: 1.下載 "VxEmapgis.out" 或則 "VxEmapgis2.out" 到目標機 2.運行 "main" ,啟動應(yīng)用程序 , 3.按 "ESC" 彈出菜單, 4.選擇 "打開圖層" , 彈出圖打開窗口 , 輸入圖層文件名稱 如 “road.vxw” 或者 “water.vxw” 5.按 大寫字母"O",確定, 或者大寫字母 “C”取消 6.按方向箭頭、pagedown , pageup 實現(xiàn)漫游 , , + , - 實現(xiàn)縮放 7.按 "ESC" 第二次可以取消菜單 8.圖層控制窗口中,列出了已打開的圖層 , 使用方向箭頭移動,選擇相應(yīng)的圖層可以關(guān)閉,也可以在這里打開圖層 9.選擇菜單項 退出系統(tǒng) ,結(jié)束應(yīng)用程序 注:需要支持x86-bios 的PC機 , 我測試所用機器是: 目標機: p2的350M cpu + 256M內(nèi)存 + Tornado2.02 + windml2.0 主機: p4 + window2000 server 雖然我已經(jīng)把windml的庫連接到程序里,可能還需要安裝WINDML2.0,我不大確定. 需要把圖層文件(“road.vxw” , “water.vxw” , "region.vxw" , "placename.vxw"),符號文件(symbollib目錄)等 拷貝到wftpd的根目錄下面 VxEmapgis.out : 沒有中斷提示 VxEmapgis2.out: 有中斷提示
標簽: VxEmapgis out vxworks main
上傳時間: 2015-03-25
上傳用戶:stella2015
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on both x86 and Alpha platforms. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.
標簽: command-line application Addfilter drivers
上傳時間: 2013-12-30
上傳用戶:天誠24
The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The floppy driver takes commands from the application and then calls routines in the controller which will in turn perform the actual interaction with the device. The sample compiles in 64-bit, but has not been tested in this environment. It is compatible with x86 and Alpha platforms.
標簽: NtddkSrcStorageFdcFlpydsk directory flpydisk resides
上傳時間: 2015-03-30
上傳用戶:龍飛艇
由Jean Labrosse先生寫的uC/OS的實時操作系統(tǒng)核心的C源代碼以及說明。這是Jean先生為68HC11系列寫的RTOS,但是隨著越來越多的MCU的出現(xiàn),Jean把他的RTOS移植到許多平臺上,比較適合擴展模式的應(yīng)用模式,如XA,x86,但是一些客戶不知道如何使用,實在糟蹋了!不過提醒各位,這僅僅是一個核心模塊,嵌入應(yīng)用環(huán)境太多了,許多其他模塊象:文件模塊,通訊模塊,顯示模塊等,都需要大家自己努力了!那我自己也在嘗試增加一些模塊,象TCP/IP協(xié)議,可以為許多應(yīng)用提供附加應(yīng)用。
上傳時間: 2015-04-02
上傳用戶:xiaoxiang
linux 的引導(dǎo)程序源碼The Microsoft® Windows® Software Development Kit (SDK) provides the documentation, samples, header files, libraries, and tools you need to develop applications that run on Windows. The applications you develop with this edition of the SDK can run on the x86, x64 and Itanium-based versions of Windows Server 2003 SP1, Windows XP SP2, Windows XP x64 Pro Edition, and Windows 2000. A new custom install allows you to select components you wish to install on a more granular level.
標簽: documentation Development Microsoft reg
上傳時間: 2013-12-20
上傳用戶:我們的船長
Simple C Compiler, Release 0.1.6 Simple C is a portable C compiler based on Small C/386. It is designed to run on Linux, but it should be usable on any Unix-like operating system for the x86 with minimal effort.
標簽: Simple Compiler compiler portable
上傳時間: 2015-04-12
上傳用戶:pompey
這是一個用A51編寫的89C51匯編語言程序,程序中實現(xiàn)了對89C51串行口的控制,可以用來和x86進行通迅實驗。從程序中還可以學(xué)到各種中斷程序的編程技術(shù)。
上傳時間: 2014-01-19
上傳用戶:frank1234
一個uC/OS-II的simplest edition,并賦有x86的port
上傳時間: 2013-12-31
上傳用戶:moshushi0009
Linux下的gui庫安裝腳本,包括QTE和Qtopia,請根據(jù)腳本的內(nèi)容放置相應(yīng)的開發(fā)包,此為x86版本,使用qvfb模擬framebuffer。
上傳時間: 2015-06-11
上傳用戶:bjgaofei
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1