rts2800_ml.lib和rts2800.lib對應,rts2800_ml.lib用的是大存儲模式,在需要燒寫FLASH時必須用這個庫.
rts2800.lib:C/C++運行支持庫; rts2800_ml.lib C/C++大內存模式運行支持庫. rts2800_ml.lib中有大量浮點運算處理的函數(shù)而rts2800.lib沒有
在指針的訪問空間上有區(qū)別 rts2800.lib中庫函數(shù)的指針為near,故不能訪問3Fxxxx rts2800_ml.lib可以訪問
For C28x these libraries can be built: rts2800.lib (C/C++ run-time object library) rts2800_ml.lib (C/C++ large memory model run-time object library) rts2800_eh.lib (C/C++ run-time object library with exception handling support) rts2800_ml_eh.lib (C/C++ large memory model run-time object library with exception handling support) rts2800_fpu32.lib (C/C++ run-time object library for FPU targets) rts2800_fpu32_eh.lib (C/C++ run-time object library for FPU targets with exception handling support)
|
|