gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40. The local.taz contains all the gcc tools & libs stored in two sepearted directories: /usr/local/lib /usr/local/bin You should copy the linux/ asm/ sys/ subdirectories into the include directory from the corresponding kernel source. Installation ------------ Goto the /usr directory. Untar the include.taz to the directory /usr/include. Untar the local.taz to the directory /usr/local. That s it! Example: -------- cd /usr tar zxvf include.taz tar zxvf local.taz
標簽: Installtion gcclib kernel Linux
上傳時間: 2014-03-12
上傳用戶:源碼3
多用戶多級目錄的文件系統,(1)具有login (用戶登錄) (2)系統初始化(建文件卷、提供登錄模塊) (3)文件的創建: create (4)文件的打開:open (5)文件的讀:read (6)文件的寫:write (7)文件關閉:close (8)刪除文件:delete (9)創建目錄(建立子目錄):mkdir (10)改變當前目錄:cd (11)列出文件目錄:dir (12)退出:logout
上傳時間: 2014-01-03
上傳用戶:love_stanford
用C++編寫的Linux myshell,支持重定向和管道符號,支持CD命令,供初學者參考
上傳時間: 2014-01-26
上傳用戶:lhw888
linux下ftp服務器,實現ls cd put get quit命令
上傳時間: 2016-12-26
上傳用戶:xz85592677
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim. SDCC is the compiler. Example compilation: cd compile sdcc --iram-size 0x80 --xram-size 0x800 t8051.c REM sdcc --iram-size 0x80 t8051.c packihx t8051.ihx > t8051.hex ..\test\mkrom.exe ..\compile\t8051.hex
標簽: binary compiles converts chain
上傳時間: 2017-01-07
上傳用戶:wyc199288
實現郵件群發 簡短方便 推薦運行環境 1.操作系統:Windows 9x/Me/2000/XP。 2.CPU :Pentium及兼容芯片300MHz以上。 3.內存 :64MB以上。 4.顯示模式:支持800×600像素以上的分辨率、16位以上的色彩。 5.其他 :8倍速以上CD-ROM或DVD-ROM驅動器。
上傳時間: 2013-12-13
上傳用戶:pinksun9
DtWinVer is a C++ class which provides a comprehensive method to determine which OS the program that calls it is running on. All methods it uses are fully documented on various articles on the MSDN CD
標簽: which comprehensive determine DtWinVer
上傳時間: 2013-12-23
上傳用戶:日光微瀾
Eclipse 是一個很好的集成開發環境,它的RCP更是一個亮點,我好不容易找的一本專門教程;這個文件是教程的CD,很重要,因為嚴格按CD的說明,才能安裝好書中的代碼。其中主要的代碼是一個即時通訊軟件。
上傳時間: 2017-03-05
上傳用戶:exxxds
MBRFix工具可以方便的修復MBR先進入cmd命令窗口,然后進入mbrfix工具所在的目錄(用cd命令),然后輸入命令 MbrFix /drive 0 fixmbr ,再確認一下即可。重啟以后你會發現,沒有了Linux,直接可以進入Windows了。
上傳時間: 2014-01-17
上傳用戶:dyctj
Qt/Embedded的安裝(本人親自安裝步驟) 準備源碼包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded應用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安裝包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安裝包, 它將產生x11開發環境所需要的兩個工 具) 假設把源碼包解壓所在/root/build-arm下 1安裝tmake 進入tmake-1.11目錄 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安裝Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed
標簽: Embedded Qt Makefile tmake
上傳時間: 2013-12-22
上傳用戶:sk5201314