문제

I created an MSP430 library file, and I want to link with it, but I don't find where I can add the libraries to link against in IAR gui. Does anyone knows where to configure it ?

I've checked the documentation, but nothing appears to be related to external libraries, only the CLIB and DLIB.

도움이 되었습니까?

해결책

Unlike other IAR embedded workbench releases (such as IAR EWARM), in MSP430 you need to add the library you want to link against like you add a normal source/header file. This is a bit weird approach, but that how it's done.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top