1. 程式人生 > >eclipse c/c++程式設計引用動態庫(so)

eclipse c/c++程式設計引用動態庫(so)

動態庫的引用:

右擊專案,選中屬性,在屬性頁中:

C/C++ Build=》Settings=》Tool Settings=》GCC C Compiler=》command  欄寫上gcc -lpthread -ltcmrdriver   

 (使用者自定義庫libtcmrdriver.so)

同樣在GCC C Linker的command中寫上gcc -lpthread -ltcmrdriver   

靜態庫的引用:

在GCC C Linker欄下Miscellaneous欄,在下面的Other Objects中新增靜態庫的地址