IAR Embedded Workbench MSP430 and *.lib files linking

Posted by jeniusj on Stack Overflow See other posts from Stack Overflow or by jeniusj
Published on 2012-03-23T11:27:18Z Indexed on 2012/03/23 11:29 UTC
Read the original article Hit count: 317

Filed under:
|

I was assuming that it was a really simple task but I did not find anything relevant or my mistake. So putting my problem here i.e. I have some project for MSP430 which is actually in code composer studio. I have to run this whole code into IAR embedded workbench now. There are some library files(*.lib) that are also provided with the project and that should have to be linked to build the project. After little modifications code is compiling fine but I am unable to link the libraries and getting linker errors. I worked on IAR with avr but very very little just to test some sample codes. I did not find the option where to mention these library names and their respective paths. I checked out the linker tab but I am not getting any clue to link these .lib files with project.

© Stack Overflow or respective owner

Related posts about linker

Related posts about msp430