windowsCE常用編譯引數 及編譯器列表

2021-05-04 12:00:02 字數 1269 閱讀 9728

引自:http://www.embeddedsoft.cn/news-detail.aspx?id=192 **

releasetype

指定發布的型別,實際上就是編譯後的檔案的存放位置可選項為

sdk|ddk|platform|local|custom 其餘選項等效oak

dllentry|exeentry|nodllentry

指定入口點

_tgtcpufamily

指定處理器所屬家族可選x86|mips|sh|arm

lint_type

可選all | lob | ind

targetexefiles

控制輸出檔案 可選nolink---不鏈結

targettype

輸出檔案的型別 可選dynlink|program|library

wincedebug

檔案發布型別 可選retail|debug 空=debug

cdebug_defines

除錯編譯選項 wince_lmem_debug|disable_optimizer|winceship|wince_override_cflags

target_pdb_name

pdb檔名

winceprofile

可選0|1

tgtcpuisaname

處理器名稱

編譯器

x86

cxx cl386 -nologo

asm ml -nologo

-machine:ix86

sh3

cxx clsh -nologo

asm shasm

-machine:sh3

sh4

cxx clsh -nologo

asm shasm

-machine:sh4

mipsii

cxx clmips -nologo

asm mipsasm

-machine:mips /-machine:-machine:mipsfpu

armv4                :

cxx clarm -nologo

asm armasm -coff

-machine:arm

armv4t

armv4i

clthumb -nologo

asm armasm -coff

-machine:thumb

apache編譯常用引數

configure 配置源 樹 prefix usr local apache2 體系無關檔案的頂級安裝目錄prefix 也就apache的安裝目錄。enable module so 開啟 so 模組,so 模組是用來提 dso 支援的 apache 核心模組 enable deflate shar...

常用的PHP編譯引數

configure prefix usr with apxs2 usr sbin apxs enable fastcgi with layout gnu with config file path etc with config file scan dir etc php.d disable ipv...

Windows CE驅動開發常用巨集定義

巨集的確是個好 在ce驅動開發過程中,正確,準確的使用恰當的巨集,能使得 非常精煉,書之精彩,閱之愉悅.對於開發中經常用到的一些巨集,我在這裡做了一些總結.暫存器操作 8bit defineinreg8 x read register uchar uchar x define outreg8 x,y...