Hi ,
I am creating my own static library with VLIB function call .
I have created one sample project for static lib creation with VLIB function and it compiled also .
I have created a normal project (with executable .out as output) and linked the earlier static library project to this .
When I compiled this project am getting linking error like below :
undefined first referenced
symbol in file
--------- ----------------
VLIB_imagePyramid8(const unsigned char *, unsigned short, unsigned short, unsigned char *) C:\Users\userworkspace_v5_4\STATIC_LIB_TRY\Debug\STATIC_LIB_TRY.lib<sample.obj>
My Question is How to link library to the static library project .
So ,I will link vlib.lib to MY STATIC_LIB_TRY proj and can get rid of the error .
Please do not consider this as different forums discussion and post it to other .
Consider this as generic error and tell me how to link one library to static library creation project in CCS .
CCS = v5.4 + Windows + 64 bit
C66x simulator