Tool/software: TI-RTOS
When I add new function like Board_init() from the TI example of MCASP_Audio_evmAM572x_c66ExampleProject to a new TI example of image_processing,I find a problem.
the two TI example
I look up some related information , The problem is caused by library files. So I add the related library files.
Board_init() :
As a result ,I have a new error .
Now I 'm puzzled :
1.The two library files (ti.board.ae66 and ti.board.ae66e) are Accurated ? My method is Static library link?
2.If my library files are Accurated,how to solve the new error ?
3.I feel puzzled at the new one.
the MCASP example have no other library files .Why?this is the dynamic library link? How to link to the library files that it need?