This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using .LIB file in uvision3

Hi, I am trying to incorporate a library file into my project in uvision3. The library file is halLib_small.LIB, and is provided with the CC1010 development kit, and available from the texas instruments website. I have included the hal.h file in the project however it will not allow me to compile the project with the .LIB file in it. The following error is produced.

FATAL ERROR L218: NOT AN OBJECT FILE
FILE: .\halLib_small.LIB
Target not created

I know that the .LIB file is not an c source file, but in some of the provided example programs the .LIB file is included in the project and when i compile it it does not produce the error. Could someone please give me help in using a .LIB file in uvision3, thanks.

0