freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于arm9的mplayer播放器的移植計算機(jī)與電子技術(shù)等專業(yè)畢業(yè)設(shè)計畢業(yè)論文(參考版)

2024-12-03 11:09本頁面
  

【正文】 表 46 mini 的設(shè)置 設(shè)置說明 必需設(shè)置 Bps/Par/Bits 115200 8N1( 9600 僅適用于 DRAC III) 硬件流控制 是 軟件流控制 否 終端仿真 ANSI 調(diào)制解調(diào)器撥。 配置流程 按表 46 配置好 MINICOM 的各項參數(shù)后,啟動 MINICOM 程序,嘗試 X86PC機(jī)與 ARM2410s 開發(fā)板的通信。 [rootthr armkernel]make dep [rootthr armkernel]make zImage 在 /home/armkernel/kernel/arch/arm/boot 下會生成 zImage 文件,這就是我們即將燒錄的內(nèi)核如圖 414 所示: 圖 414 編譯后生成的內(nèi)核文件 5. MINICOM 模塊 MINICOM 定義 Linux 下的 MINICOM 的功能與 Windows 下的超級終端功能相似,適于在Linux 通過超級終端對嵌入式設(shè)備的管理以及對嵌入操作系統(tǒng)的升級。之后在提示符輸入 arm 并且按 table鍵,確認(rèn)能夠生成 armLinux信息。 這 樣 , ARMLinux 工具鏈就在/usr/local/arm/。而 Gcc 則通過后綴來區(qū)別輸入文件的類別 . .c 為后綴的文件, C語言源代碼文件; .a 為后綴的文件,是由目標(biāo)文件構(gòu)成的檔案庫文件; .C, .cc 或 .cxx 為后綴的文件,是 C++源代碼文件; .h 為后綴的文件,是程序所包含的頭文件; .i 為后綴的文件,是已經(jīng)預(yù)處理過的 C源代碼文件; .ii 為后綴的文件,是已經(jīng)預(yù)處理過的 C++源代碼文件; .m 為后綴的文件,是 ObjectiveC 源代碼文件; .o 為后綴的文件,是編譯后的目標(biāo)文件; .s 為后綴的文件,是匯編語言源代碼文件; .S 為后綴的文件,是經(jīng)過預(yù)編譯的匯編語言源代碼文件。 Gcc 編譯器能將 C、 C++語言源程序、匯程式化序和目標(biāo)程序編譯、連接成可執(zhí)行文件,如果沒有給出可執(zhí)行文件的名字, Gcc 將 生成一個名為 的文件。 enablefbdev //支 持緩沖幀設(shè)備 disablemencoder //不支持 mencoder 編碼方式 enablelibavcodec //支持 libavcodec 編碼方式 enableliba52 //不使用 liba52 庫 [rootlocalhost MPlayer] ./configure help Usage: ./configure [OPTIONS]... Configuration: h, help display this help and exit Installation directories: prefix=DIR use this prefix for installing mplayer [/usr/local] bindir=DIR use this prefix for installing mplayer binary datadir=DIR use this prefix for installing machine independent disablealsa disable ALSA sound support [autodetect] disableossaudio disable OSS sound support [autodetect] disablearts disable aRts sound support [autodetect] disableesd disable esd sound support [autodetect] disablepolyp disable Polypaudio sound support [autodetect] disablejack disable JACK sound support [autodetect] disablenas disable NAS sound support [autodetect] disablesgiaudio disable SGI sound support [autodetect] disablesunaudio disable Sun sound support [autodetect] disablewin32waveout disable Windows waveout sound support withx11incdir=DIR X headers in DIR (*) withx11libdir=DIR X library files in DIR (*) withdxr2incdir=DIR DXR2 headers in DIR (*) withdvbincdir=DIR DVB headers in DIR (*) withmadlibdir=DIR libmad (libmad shared library) in DIR (*) withmlibdir=DIR libmlib (MLIB support) in DIR (Solaris only) withcodecsdir=DIR Binary codec files in DIR withwin32libdir=DIR W*ndows DLL files in DIR withxanimlibdir=DIR XAnim DLL files in DIR withreallibdir=DIR RealPlayer DLL files in DIR withxvidlibdir=DIR libxvidcore (XviD) in DIR (*) withxvidincdir=DIR XviD header in DIR (*) withx264libdir=DIR libx264 in DIR withx264incdir=DIR x264 header in DIR withdtslibdir=DIR libdts library in DIR (*) withdtsincdir=DIR libdts header in DIR (*) withlivelibdir=DIR Streaming Media libraries in withtoolamedir=DIR path to Toolame library and include file withxmmsplugindir=DIR XMMS plugins in DIR withxmmslibdir=DIR in DIR withbio2jack=DIR in DIR withcdparanoiaincdir=DIR cdparanoia headers in DIR (*) withcdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR 4. Gcc 模塊 Gcc 模塊定義 Gcc( GNU C Compiler )是 GNU 推出的功能強(qiáng)大、性能優(yōu)越的多平臺編譯器,是 GNU 的代表作品之一。 [rootthr ]tar jvxf /home/mplayer/ [rootthr ]mv /home/mplayer/Blue /usr/local/mplayer/share/mplayer/skins/default [rootthr ]cd /usr/local/mplayer/bin [rootthr bin]./gmplayer /home/mplayer/ 效果圖如圖 48所示: 圖 48 X86MPlayer 效果圖 在桌面創(chuàng)建快捷方式如圖 49所示: 圖 49 mplayer 快捷方式 編譯指令解釋 編譯指令參數(shù)含義為: ./configure enablegui //選擇安裝界面 enablelargefiles //支持目錄大于 2GB enablemenu //支持 OSD 目錄 prefix=/usr //選擇安裝目錄 confdir=/etc/mplayer //選擇配置文件目錄 cc=gcc32 //選擇編 language=zh_CN //選擇播放器語言 ARMMPlayer 模塊 編譯過程 (1) 解壓 軟件包 (2) 編譯 MPlayer 應(yīng)用程序,編譯指令如圖 410 所示: 圖 410 ARMMPlayer 編譯指令 配置命令解釋: cc=ARMLinuxgcc //使用版本為 的交叉編譯器 hostcc=gcc //使用系統(tǒng)自帶的編譯器來編譯 一些需要在 host 上執(zhí)行的中間文件 enableLinuxdevfs // 設(shè)置缺省設(shè)備為 Linux 的 devfs 設(shè) 備。現(xiàn)在 MPlayer 已經(jīng) 裝到了你的 Linux 里。否則會調(diào)用 來編譯, MPlayer 是不能用 編譯的。 [rootthr /] cd /usr/home/mplayer [rootthr mplayer] tar vjxf [rootthr mplayer] mv all20202007 /usr/lib/codecs [rootthr mplayer] chmod 644 /usr/lib/codecs/* [rootthr mplayer] chown /usr/lib/codecs/* [rootthr mplayer] unzip windowsall20202007 [rootthr mplayer] mv windowsall20202007 /usr/lib/wincodecs 或者 mv windowsall20202007 /usr/lib/win32 [rootthr mplayer] chmod 644 /usr/lib/wincodecs/* 或者 chmod 644 /usr/lib/win32/* [rootthr mplayer] chown /usr/lib/wincodecs/* 或者 chown /usr/lib/win32/* 安裝 MPlayer 主程序 [rootthr mplayer]tar jvxf [rootthr mplayer]cd 關(guān)于配置首先要確定幾個 rpm的包是否安裝了,它們是: gtk+, gtk+, , 確認(rèn)上面這幾個包已經(jīng)安裝后,可以開始配置編
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1