庫中只有ARM模式的?A模塊,沒有Thumb的?T模塊,如何混合編程呢,請(qǐng)大蝦再麻煩一下,參考下邊文字重編譯一下吧,小菜萬分感謝! INTERWORK Compiler Directive Abbreviation IW Arguments None. Default NOINTERWORK μVision Options — CA — Misc Controls. Description The INTERWORK directive instructs the compiler to generate veneers for ARM/Thumb instruction set intermixing. The CARM Compiler automatically inserts ARM/Thumb interwork code when a function is called from a different ARM/Thumb mode. The INTERWORK directive is unnecessary (and actually wastes code space) in most of these cases since the compiler inserts interwork code only where required. When building libraries, the automatic facilities of the compiler to determine intermixing are ineffective. Subsequently, libraries that are instruction mode independent require both ARM and Thumb entry points. The INTERWORK directive solves this problem.