很多時候,你所使用的開發平臺和你的開發所面向的機器并不一致。比如,你可能想在裝有x86/Linux的膝上電腦上構建一個PowerPC/Linux的應用程序。使用GNU工具包中的gcc,gas和ld工具,可以指定并構建一個交叉編譯器,使你能夠在本地機器上創建面向其它目標機器的應用程序。稍微用些功夫,你甚至可以搭建出一個環境,從而能夠針對各種不同的目標而構建應用程序。在本指南中,我描述了在系統上構建交叉編譯器所需的過程。我還討論了構建一個完全的面向一系列目標的環境,展示了如何與distcc和ccache工具結合使用,并且描述了保持最新版本以及在新開發平臺上進行更新,所需的方法。 構建交叉編譯器,需要對構建一個典型的UNIX開源項目有基本的了解,具有一些基本的shell技能,還要有相當的耐心。
標簽:
上傳時間: 2013-11-27
上傳用戶:450976175
About: Paco (pacKAGE oRGANIZER) is a simple, yet powerful tool to aid package management when installing programs from source code. It uses the LD_PRELOAD method to track package installations, and provides various options to keep the installed software organized. It s mainly a command line application but it has also an optional GTKMM interface. Release focus: Minor bugfixes Changes: Libpaco-log has been rewritten in C. This prevents a glibc installation failure when building LFS in chapter 6. The option -x|--expand has been removed. Several bugs have been fixed in paco, gpaco, and rpm2paco. Author: David Rosal
標簽: management oRGANIZER powerful pacKAGE
上傳時間: 2014-08-25
上傳用戶:weixiao99
Linux系統管理,讓你快速進入Linux系統的應用而無需關注Linux的Shell,Vi
上傳時間: 2014-01-24
上傳用戶:wang0123456789
快速瞭解ECLIPSE 目錄 序言· 一.Eclipse 簡介 二.Eclipse 組織 三.Eclipse 相關術語 四.Eclipse 平臺 五.EMF & GEF 介紹 六.關於Eclipse、SWT 和JFace 一個SWT 應用程式的基礎材料 基本控制項 標籤 文件 按鈕 事件監聽器 複合控制項 Shell 佈局管理器 FillLayout GridLayout GridData 15 建立一個執行程式 為什麼使用SWT 七.OSGI 簡介 Eclipse 資源 附錄1 SWT 的內幕? 附錄2 相關網站 附錄3 外掛開發
上傳時間: 2015-11-30
上傳用戶:cc1
適合linux初學者的文章,從系統安裝、簡單的shell命令、服務器知識等方面介紹了linux
上傳時間: 2013-12-20
上傳用戶:anng
GTRACK Track mouse position and show coordinates in figure title. Once GTRACK is active the mouse position is constantly tracked and printed on the current figure title. A left-click will print the coordinates in the command line and store them. Clicking the mouse right button deactivates GTRACK.
標簽: GTRACK mouse coordinates position
上傳時間: 2013-12-17
上傳用戶:Zxcvbnm
本書從實質上、專業上講解UNIX操作系統,深刻地剖析了UNIX系統的基本概念。內容包括UNIX的基本特性及高級性能,例如shell配置、目錄管理、shell編程,編輯器的使用方法等。本書條理清晰、重點突出,為快速了解與掌握UNIX操作系統提供了極有價值的參考。
上傳時間: 2015-12-07
上傳用戶:hfmm633
OReilly出的《UNIX_Power_Tools_3rd》,是學習shell編程和UNIX的不可多得的好書。
標簽: UNIX_Power_Tools OReilly rd
上傳時間: 2015-12-10
上傳用戶:JIUSHICHEN
本程序用于有限元方法中空間8節點單元剛度矩陣的計算,并通過文本文件實現數據間的傳輸,在VB中通過shell函數來調用fortran的程序,實現二者的混合編程。
上傳時間: 2014-01-13
上傳用戶:xlcky
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
標簽: implementation Extensions libraries standard
上傳時間: 2013-12-14
上傳用戶:leehom61