我建立了一个LIB工程生成A.lib;然后又建立一个LIB工程B,在B中调用包含A.lib,并调用其内部函数;
再建立一个executable工程C,只包含B.lib,这个时候build会报错,说B中调用了undefined symbol,就是B.lib中不认A.lib中的函数;
我想问下是在B的工程中需要什么设置么?还是CCS的静态库不能包含其他的静态库?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.