This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

VLIB with Linux SDK's

Has anyone used VLIB on Linux with any of the SDK's for the DaVinci's with success? 

  • Sorry I should be more specific.  Has anyone used VLIB  with the new EZSDK for the TI8148/8168 successfully? 

  • Hi Michael Mayercik,

    I was told by some folks familiar with VLIB that it should work fine on Linux.

    Was there a specific problem you were trying to inquire about?

    Steve

  • When trying to import and build the CCS project on Linux using CCS5.1 I get this error

    !ERROR: This project has DSP/BIOS content, but no DSP/BIOS tools are currently installed. Please install DSP/BIOS tools and re-migrate this project.

    I have reinstalled CCS5.1.1 for Linux several times and CCS never installs the BIOS or any other tools.  See atachment

    1781.Doc1.doc

  • I got past the error above.  The problem was with the CCS 5.1 for Linux installation.  It's too dumb to see it's own files so you have to change the permissions on them for it afterwards.  

    However I am sill unable to build the VLIB project on Linux after importing it and manually adding all the source and header files.  IT cannot seem to resolve any of the symbols in the files from its own project. 

  • Ok, glad you got past that issue!  On Linux, there are some known issues regarding permissions.  How did you install CCS?  As root or as user?

    Also, how are you running?  It sounds like you are running as user?

    In order to be able to run successfully in user mode, you need to run the command "eclipse -initialize" (in the ccsv5/eclipse directory) after installing CCS.

    Regarding your VLIB problem, I'm not familiar with VLIB, but I will bring this forum post to the attention of someone who is and can help you.

    In the mean time, would you mind posting the build errors you are seeing?  This will help get the ball rolling faster.

    Steve

  • The CCS 5.1 for Linux installation program forces you to install as root or it won't install the emulator drivers.  So I installed like this
    sudo ./ccs_setup_5.1.1.00033.bin
    then you must change permissions on the entire opt directory recursively.  I'm sorry but it has nothing to do with how you start eclipse.  You may then start it with the icon that CCS installs as one would expect.  So I fixe that problem myself thanks. 

    Now on to my problem getting the CCS project to work on Linux.  Could you try that once and tell me how it's done?  That would help greatly.   



     

  • Here are the build errors with yoru VLIB project imported to Linux CCS5

    Description Resource Path Location Type
    <a href="file:/opt/ti/ccsv5/tools/compiler/dmed/HTML/10234.html">#10234-D</a>  unresolved symbols remain VLIB_testExamples    C/C++ Problem
    unresolved symbol __bitr, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _disparityRef16, first referenced in ./VLIB_testDisparity16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _disparityRef8, first referenced in ./VLIB_testDisparity8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _ErosionData, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _ErosionSinglePixelData, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _gTITexasLogo, first referenced in ./VLIB_testCannyEdgeDetector.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _gTITexasLogoCannyRef, first referenced in ./VLIB_testCannyEdgeDetector.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _leftIm16, first referenced in ./VLIB_testDisparity16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _leftIm8, first referenced in ./VLIB_testDisparity8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _MEM_alloc, first referenced in ./VLIB_testMixtureOfGaussiansS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _MEM_free, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _MOG_16_model, first referenced in ./VLIB_testMixtureOfGaussiansS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _MOG_32_model, first referenced in ./VLIB_testMixtureOfGaussiansS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _MOG_imageData, first referenced in ./VLIB_testMixtureOfGaussiansS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _pEdgeMapList, first referenced in ./VLIB_testHough.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _ReferenceDilatedDataCross, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _ReferenceDilatedDataSquare, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _ReferenceErodedDataCross, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _ReferenceErodedDataSquare, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _ReferenceErosionSinglePixelData, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _rghtIm16, first referenced in ./VLIB_testDisparity16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _rghtIm8, first referenced in ./VLIB_testDisparity8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _TableCosineBK_Minus80toPlus80resZeroPointSix_Q8, first referenced in ./VLIB_testHough.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _TableSineBK_Minus80toPlus80resZeroPointSix_Q8, first referenced in ./VLIB_testHough.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _trueOutHoughSpace, first referenced in ./VLIB_testHough.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_bhattacharyaDistance_U32, first referenced in ./VLIB_testBhattacharyaDistance_U32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_calcConnectedComponentsMaxBufferSize, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYint_to_HSLpl, first referenced in ./VLIB_testConvertUYVYint_to_HSLpl.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYint_to_LABpl_LUT, first referenced in ./VLIB_testConvertUYVYint_to_LABpl_LUT.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYint_to_LABpl, first referenced in ./VLIB_testConvertUYVYint_to_LABpl.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYint_to_RGBpl, first referenced in ./VLIB_testConvertUYVYint_to_RGBpl.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYint_to_YUV420pl, first referenced in ./VLIB_testConvertUYVYint_to_YUV420pl.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYint_to_YUVpl, first referenced in ./VLIB_testConvertUYVYint_to_YUVpl.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYpl_to_YUVint, first referenced in ./VLIB_testConvertUYVYpl_to_YUVint.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYsemipl_to_YUVpl, first referenced in ./VLIB_testConvertUYVYsemipl_to_YUVpl.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_createCCMap8Bit, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_createConnectedComponentsList, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_dilate_bin_cross, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_dilate_bin_mask, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_dilate_bin_square, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_disparity_SAD_firstRow16, first referenced in ./VLIB_testDisparity16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_disparity_SAD_firstRow8, first referenced in ./VLIB_testDisparity8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_disparity_SAD16, first referenced in ./VLIB_testDisparity16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_disparity_SAD8, first referenced in ./VLIB_testDisparity8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_doublethresholding, first referenced in ./VLIB_testCannyEdgeDetector.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_edgeRelaxation, first referenced in ./VLIB_testCannyEdgeDetector.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_erode_bin_cross, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_erode_bin_mask, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_erode_bin_singlePixel, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_erode_bin_square, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_extract8bitBackgroundS16, first referenced in ./VLIB_testExtract8bitBackgroundS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_extractLumaFromUYUV, first referenced in ./VLIB_testExtractLumaFromUYUV.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_gauss5x5PyramidKernel_16, first referenced in ./VLIB_testGauss5x5PyramidKernel_16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_gauss5x5PyramidKernel_8, first referenced in ./VLIB_testGauss5x5PyramidKernel_8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_getCCFeatures, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_getNumCCs, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_GetSizeOfCCHandle, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_gradientH5x5PyramidKernel_8, first referenced in ./VLIB_testGradient5x5PyramidKernel_8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_gradientV5x5PyramidKernel_8, first referenced in ./VLIB_testGradient5x5PyramidKernel_8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_harrisScore_7x7, first referenced in ./VLIB_testHarrisScore_7x7.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_histogram_1D_Init_U16, first referenced in ./VLIB_testWeightedHistogram_1D_U16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_histogram_1D_Init_U8, first referenced in ./VLIB_testWeightedHistogram_1D_U8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_histogram_1D_U16, first referenced in ./VLIB_testHistogram_1D_U16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_histogram_1D_U8, first referenced in ./VLIB_testHistogram_1D_U8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_histogram_nD_U16, first referenced in ./VLIB_testHistogram_nD_U16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_houghLineFromList, first referenced in ./VLIB_testHough.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_imagePyramid16, first referenced in ./VLIB_testImagePyramid16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_imagePyramid8, first referenced in ./VLIB_testImagePyramid8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_initConnectedComponentsList, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_initMeanWithLumaS16, first referenced in ./VLIB_testUpdateUWRVarianceS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_initMeanWithLumaS32, first referenced in ./VLIB_testUpdateEWRVarianceS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_initUYVYint_to_LABpl_LUT, first referenced in ./VLIB_testConvertUYVYint_to_LABpl_LUT.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_initVarWithConstS16, first referenced in ./VLIB_testUpdateUWRVarianceS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_initVarWithConstS32, first referenced in ./VLIB_testUpdateEWRVarianceS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_integralImage16, first referenced in ./VLIB_testIntegralImage16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_integralImage8, first referenced in ./VLIB_testIntegralImage8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_kalmanFilter_2x4_Correct, first referenced in ./VLIB_testKalmanFilter_2x4.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_kalmanFilter_2x4_Predict, first referenced in ./VLIB_testKalmanFilter_2x4.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_kalmanFilter_4x6_Correct, first referenced in ./VLIB_testKalmanFilter_4x6.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_kalmanFilter_4x6_Predict, first referenced in ./VLIB_testKalmanFilter_4x6.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_L1DistanceS16, first referenced in ./VLIB_testL1DistanceS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_legendreMoments_Init, first referenced in ./VLIB_testLegendreMoments.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_legendreMoments, first referenced in ./VLIB_testLegendreMoments.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_mixtureOfGaussiansS16, first referenced in ./VLIB_testMixtureOfGaussiansS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_mixtureOfGaussiansS32, first referenced in ./VLIB_testMixtureOfGaussiansS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_nonMaximumSuppressionCanny, first referenced in ./VLIB_testCannyEdgeDetector.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_nonMaxSuppress_3x3_S16, first referenced in ./VLIB_testNonMaxSuppress_3x3_16s.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_nonMaxSuppress_5x5_S16, first referenced in ./VLIB_testNonMaxSuppress_5x5_16s.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_nonMaxSuppress_7x7_S16, first referenced in ./VLIB_testNonMaxSuppress_7x7_16s.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_normalFlow_16, first referenced in ./VLIB_testNormalFlow_16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_packMask32, first referenced in ./VLIB_testPackMask32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_recursiveFilterHoriz1stOrder, first referenced in ./VLIB_testRecursiveFilterHoriz1stOrder.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_recursiveFilterHoriz1stOrderS16, first referenced in ./VLIB_testRecursiveFilterHoriz1stOrderS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_recursiveFilterVert1stOrder, first referenced in ./VLIB_testRecursiveFilterVert1stOrder.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_recursiveFilterVert1stOrderS16, first referenced in ./VLIB_testRecursiveFilterVert1stOrderS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_simplex_3D, first referenced in ./VLIB_testSimplex_3D.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_simplex, first referenced in ./VLIB_testSimplex.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_subtractBackgroundS16, first referenced in ./VLIB_testSubtractBackgroundS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_subtractBackgroundS32, first referenced in ./VLIB_testSubtractBackgroundS32.obj VLIB_testExamples    C/C++ Problem

  • Steve,  I tried your method of running CCS5 on Linux to see if in fact it was an alternative solutino and it is not. 

    Meanwhile have you tried finding a solution to the problem I'm still having importing the VLIB project into CCS 5.1 for Linux? 

  • Hi Michael,

    Unfortunately I am not familiar with VLIB.  I have contacted someone who is and they should be responding to this thread soon.

    I will ping on them again as a reminder.

    Steve

  • Michael,

    It looks like you haven't included source files in VLIB_2_2\examples\data folder.

    Many of the missing references are present here.

    Regards,
    Senthil

  • Thanks for the response but I'm still getting these errors

    Description Resource Path Location Type
    <a href="file:/opt/ti/ccsv5/tools/compiler/dmed/HTML/10234.html">#10234-D</a>  unresolved symbols remain VLIB_testExamples    C/C++ Problem
    unresolved symbol __bitr, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _MEM_alloc, first referenced in ./VLIB_testMixtureOfGaussiansS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _MEM_free, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_bhattacharyaDistance_U32, first referenced in ./VLIB_testBhattacharyaDistance_U32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_calcConnectedComponentsMaxBufferSize, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYint_to_HSLpl, first referenced in ./VLIB_testConvertUYVYint_to_HSLpl.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYint_to_LABpl_LUT, first referenced in ./VLIB_testConvertUYVYint_to_LABpl_LUT.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYint_to_LABpl, first referenced in ./VLIB_testConvertUYVYint_to_LABpl.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYint_to_RGBpl, first referenced in ./VLIB_testConvertUYVYint_to_RGBpl.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYint_to_YUV420pl, first referenced in ./VLIB_testConvertUYVYint_to_YUV420pl.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYint_to_YUVpl, first referenced in ./VLIB_testConvertUYVYint_to_YUVpl.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYpl_to_YUVint, first referenced in ./VLIB_testConvertUYVYpl_to_YUVint.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_convertUYVYsemipl_to_YUVpl, first referenced in ./VLIB_testConvertUYVYsemipl_to_YUVpl.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_createCCMap8Bit, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_createConnectedComponentsList, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_dilate_bin_cross, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_dilate_bin_mask, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_dilate_bin_square, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_disparity_SAD_firstRow16, first referenced in ./VLIB_testDisparity16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_disparity_SAD_firstRow8, first referenced in ./VLIB_testDisparity8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_disparity_SAD16, first referenced in ./VLIB_testDisparity16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_disparity_SAD8, first referenced in ./VLIB_testDisparity8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_doublethresholding, first referenced in ./VLIB_testCannyEdgeDetector.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_edgeRelaxation, first referenced in ./VLIB_testCannyEdgeDetector.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_erode_bin_cross, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_erode_bin_mask, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_erode_bin_singlePixel, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_erode_bin_square, first referenced in ./VLIB_testDilationErosion.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_extract8bitBackgroundS16, first referenced in ./VLIB_testExtract8bitBackgroundS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_extractLumaFromUYUV, first referenced in ./VLIB_testExtractLumaFromUYUV.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_gauss5x5PyramidKernel_16, first referenced in ./VLIB_testGauss5x5PyramidKernel_16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_gauss5x5PyramidKernel_8, first referenced in ./VLIB_testGauss5x5PyramidKernel_8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_getCCFeatures, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_getNumCCs, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_GetSizeOfCCHandle, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_gradientH5x5PyramidKernel_8, first referenced in ./VLIB_testGradient5x5PyramidKernel_8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_gradientV5x5PyramidKernel_8, first referenced in ./VLIB_testGradient5x5PyramidKernel_8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_harrisScore_7x7, first referenced in ./VLIB_testHarrisScore_7x7.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_histogram_1D_Init_U16, first referenced in ./VLIB_testWeightedHistogram_1D_U16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_histogram_1D_Init_U8, first referenced in ./VLIB_testWeightedHistogram_1D_U8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_histogram_1D_U16, first referenced in ./VLIB_testHistogram_1D_U16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_histogram_1D_U8, first referenced in ./VLIB_testHistogram_1D_U8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_histogram_nD_U16, first referenced in ./VLIB_testHistogram_nD_U16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_houghLineFromList, first referenced in ./VLIB_testHough.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_imagePyramid16, first referenced in ./VLIB_testImagePyramid16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_imagePyramid8, first referenced in ./VLIB_testImagePyramid8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_initConnectedComponentsList, first referenced in ./VLIB_testConnectedComponents.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_initMeanWithLumaS16, first referenced in ./VLIB_testUpdateUWRVarianceS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_initMeanWithLumaS32, first referenced in ./VLIB_testUpdateEWRVarianceS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_initUYVYint_to_LABpl_LUT, first referenced in ./VLIB_testConvertUYVYint_to_LABpl_LUT.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_initVarWithConstS16, first referenced in ./VLIB_testUpdateUWRVarianceS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_initVarWithConstS32, first referenced in ./VLIB_testUpdateEWRVarianceS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_integralImage16, first referenced in ./VLIB_testIntegralImage16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_integralImage8, first referenced in ./VLIB_testIntegralImage8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_kalmanFilter_2x4_Correct, first referenced in ./VLIB_testKalmanFilter_2x4.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_kalmanFilter_2x4_Predict, first referenced in ./VLIB_testKalmanFilter_2x4.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_kalmanFilter_4x6_Correct, first referenced in ./VLIB_testKalmanFilter_4x6.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_kalmanFilter_4x6_Predict, first referenced in ./VLIB_testKalmanFilter_4x6.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_L1DistanceS16, first referenced in ./VLIB_testL1DistanceS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_legendreMoments_Init, first referenced in ./VLIB_testLegendreMoments.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_legendreMoments, first referenced in ./VLIB_testLegendreMoments.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_mixtureOfGaussiansS16, first referenced in ./VLIB_testMixtureOfGaussiansS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_mixtureOfGaussiansS32, first referenced in ./VLIB_testMixtureOfGaussiansS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_nonMaximumSuppressionCanny, first referenced in ./VLIB_testCannyEdgeDetector.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_nonMaxSuppress_3x3_S16, first referenced in ./VLIB_testNonMaxSuppress_3x3_16s.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_nonMaxSuppress_5x5_S16, first referenced in ./VLIB_testNonMaxSuppress_5x5_16s.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_nonMaxSuppress_7x7_S16, first referenced in ./VLIB_testNonMaxSuppress_7x7_16s.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_normalFlow_16, first referenced in ./VLIB_testNormalFlow_16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_packMask32, first referenced in ./VLIB_testPackMask32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_recursiveFilterHoriz1stOrder, first referenced in ./VLIB_testRecursiveFilterHoriz1stOrder.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_recursiveFilterHoriz1stOrderS16, first referenced in ./VLIB_testRecursiveFilterHoriz1stOrderS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_recursiveFilterVert1stOrder, first referenced in ./VLIB_testRecursiveFilterVert1stOrder.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_recursiveFilterVert1stOrderS16, first referenced in ./VLIB_testRecursiveFilterVert1stOrderS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_simplex_3D, first referenced in ./VLIB_testSimplex_3D.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_simplex, first referenced in ./VLIB_testSimplex.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_subtractBackgroundS16, first referenced in ./VLIB_testSubtractBackgroundS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_subtractBackgroundS32, first referenced in ./VLIB_testSubtractBackgroundS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_trackFeaturesLucasKanade_7x7, first referenced in ./VLIB_testTrackFeaturesLucasKanade_7x7.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_unpackMask32, first referenced in ./VLIB_testUnpackMask32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_updateEWRMeanS16, first referenced in ./VLIB_testUpdateEWRMeanS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_updateEWRMeanS32, first referenced in ./VLIB_testUpdateEWRMeanS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_updateEWRVarianceS16, first referenced in ./VLIB_testUpdateEWRVarianceS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_updateEWRVarianceS32, first referenced in ./VLIB_testUpdateEWRVarianceS32.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_updateUWRMeanS16, first referenced in ./VLIB_testUpdateUWRMeanS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_updateUWRVarianceS16, first referenced in ./VLIB_testUpdateUWRVarianceS16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_weightedHistogram_1D_U16, first referenced in ./VLIB_testWeightedHistogram_1D_U16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_weightedHistogram_1D_U8, first referenced in ./VLIB_testWeightedHistogram_1D_U8.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_weightedHistogram_nD_U16, first referenced in ./VLIB_testWeightedHistogram_nD_U16.obj VLIB_testExamples    C/C++ Problem
    unresolved symbol _VLIB_xyGradientsAndMagnitude, first referenced in ./VLIB_testTrackFeaturesLucasKanade_7x7.obj VLIB_testExamples    C/C++ Problem

  • Michael,

    These symbols are present in the library vlib.lib. Did you link it correctly?

    There are also object files in /obj directory. You may want to try linking these too.

    Regards,

    Senthil

  • Apparently the import of this project to CC5.1 for Linux does not link this library correctly No

    Would you want to tell me how I might fix that? 

  • This is the series of errors after attempting t link vlib.lib into the project.  Is it too much to ask for someone to try this and give detailed instructions when they get teh import to work? 

    <Linking>

    error: Corrupt member header:

    '/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib'

    error: Corrupt member header:

    '/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib'

    error #10005-D: offset 0x000064ec in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00007066 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000073ce in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0000787a in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    >> Compilation failure

    error #10005-D: offset 0x00007ba2 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00007ba2 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000083ae in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00009044 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000098ea in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0000a06e in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0000ac0c in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0000b328 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0000bb8a in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0000be82 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0000e80c in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0000ed78 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0000f77a in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0000fe3e in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00010456 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00010846 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00010fc4 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00011386 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00011cac in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00012082 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00012b92 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00013522 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00013c96 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000142aa in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0001cff0 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0001d3c8 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0001ee80 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0001f662 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0001faa2 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0001fe52 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002023a in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000208c2 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00020c9a in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000213e6 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00021ae0 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00022038 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002227c in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000224fc in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00022750 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000229a4 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000238a0 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00023f46 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002453c in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002488a in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00024ca4 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00024f92 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00025206 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002548c in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00025ade in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00025ade in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00026510 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00026e64 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00027824 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002800a in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00028402 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00028896 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00028cba in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000291ac in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000295ec in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00029a0a in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00029e68 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002a488 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002ab38 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002be5c in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002ca06 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002ceb0 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002d394 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002d7d2 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002ddda in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002ddda in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002ddda in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002ddda in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002ddda in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002e910 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002ebaa in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002ee92 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0002f934 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0003005a in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00030f22 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00030f22 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000330dc in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0003433e in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00036222 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00039458 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00046ac2 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000064ec in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00007066 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000073ce in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0000787a in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00007ba2 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00007ba2 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000083ae in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x00009044 in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x000098ea in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    error #10005-D: offset 0x0000a06e in file

    "/home/drs/dsplib/VLIB_V_2_1/library/host/vlib.lib" does not point to a

    valid archive member

    fatal error #99900: error limit reached; 100 errors detected

    gmake: *** [VLIB_testExamples.out] Error 1

    gmake: Target `all' not remade because of errors.

    **** Build Finished ****

  • Michael,

    Sorry, I meant to say vlib.l64p or vlib_elf.le64p depending on whether you want COFF or ELF format.

    vlib.lib is PC vesion and the above libraries are for the DSP. You want to use it for the DSP right?

    Regards,

    Senthil

  • Sorry I assumed CCS was smart enough to allow the user to select the proper library but those extensions aren't on the list unless the *.* filter.is selected. 
    There is no vlib_elf.le64p library file BTW.  I guess you haven't yet actually tried to do this but you did get me a tad farther.  Next suggestion?

    **** Build of configuration Debug for project VLIB_testExamples ****

    /opt/ti/ccsv5/utils/bin/gmake -k all

    Building target: VLIB_testExamples.out

    Invoking: C6000 Linker

    "/opt/ti/ccsv5/tools/compiler/c6000/bin/cl6x" -g --display_error_number --abi=coffabi -z -m"VLIB_testExamples.map" --warn_sections -i"/opt/ti/ccsv5/tools/compiler/c6000/lib" -i"/opt/ti/ccsv5/tools/compiler/c6000/include" -i"/opt/ti/bios_5_41_11_38/packages/ti/rtdx/lib/c6000" -i"/opt/ti/bios_5_41_11_38/packages/ti/bios/lib" --reread_libs --rom_model -o "VLIB_testExamples.out" "./main.obj" "./VLIB_testWeightedHistogram_nD_U16.obj" "./VLIB_testWeightedHistogram_1D_U8.obj" "./VLIB_testWeightedHistogram_1D_U16.obj" "./VLIB_testUtils.obj" "./VLIB_testUpdateUWRVarianceS16.obj" "./VLIB_testUpdateUWRMeanS16.obj" "./VLIB_testUpdateEWRVarianceS32.obj" "./VLIB_testUpdateEWRVarianceS16.obj" "./VLIB_testUpdateEWRMeanS32.obj" "./VLIB_testUpdateEWRMeanS16.obj" "./VLIB_testUnpackMask32.obj" "./VLIB_testTrackFeaturesLucasKanade_7x7.obj" "./VLIB_testSubtractBackgroundS32.obj" "./VLIB_testSubtractBackgroundS16.obj" "./VLIB_testSimplex_3D.obj" "./VLIB_testSimplex.obj" "./VLIB_testRecursiveFilterVert1stOrderS16.obj" "./VLIB_testRecursiveFilterVert1stOrder.obj" "./VLIB_testRecursiveFilterHoriz1stOrderS16.obj" "./VLIB_testRecursiveFilterHoriz1stOrder.obj" "./VLIB_testPackMask32.obj" "./VLIB_testNormalFlow_16.obj" "./VLIB_testNonMaxSuppress_7x7_16s.obj" "./VLIB_testNonMaxSuppress_5x5_16s.obj" "./VLIB_testNonMaxSuppress_3x3_16s.obj" "./VLIB_testMixtureOfGaussiansS32.obj" "./VLIB_testMixtureOfGaussiansS16.obj" "./VLIB_testMOGData.obj" "./VLIB_testLegendreMoments.obj" "./VLIB_testL1DistanceS16.obj" "./VLIB_testKalmanFilter_4x6.obj" "./VLIB_testKalmanFilter_2x4.obj" "./VLIB_testIntegralImage8.obj" "./VLIB_testIntegralImage16.obj" "./VLIB_testInitVarWithConstS32.obj" "./VLIB_testInitVarWithConstS16.obj" "./VLIB_testInitMeanWithLumaS32.obj" "./VLIB_testInitMeanWithLumaS16.obj" "./VLIB_testImagePyramid8.obj" "./VLIB_testImagePyramid16.obj" "./VLIB_testHoughForLines_data.obj" "./VLIB_testHough.obj" "./VLIB_testHistogram_nD_U16.obj" "./VLIB_testHistogram_1D_U8.obj" "./VLIB_testHistogram_1D_U16.obj" "./VLIB_testHarrisScore_7x7.obj" "./VLIB_testGradient5x5PyramidKernel_8.obj" "./VLIB_testGauss5x5PyramidKernel_8.obj" "./VLIB_testGauss5x5PyramidKernel_16.obj" "./VLIB_testExtractLumaFromUYUV.obj" "./VLIB_testExtract8bitBackgroundS16.obj" "./VLIB_testDisparityUtils.obj" "./VLIB_testDisparity8.obj" "./VLIB_testDisparity16.obj" "./VLIB_testDilationErosion_data.obj" "./VLIB_testDilationErosion.obj" "./VLIB_testConvertUYVYsemipl_to_YUVpl.obj" "./VLIB_testConvertUYVYpl_to_YUVint.obj" "./VLIB_testConvertUYVYint_to_YUVpl.obj" "./VLIB_testConvertUYVYint_to_YUV420pl.obj" "./VLIB_testConvertUYVYint_to_RGBpl.obj" "./VLIB_testConvertUYVYint_to_LABpl_LUT.obj" "./VLIB_testConvertUYVYint_to_LABpl.obj" "./VLIB_testConvertUYVYint_to_HSLpl.obj" "./VLIB_testConnectedComponents.obj" "./VLIB_testCannyEdgeDetector.obj" "./VLIB_testBhattacharyaDistance_U32.obj" "./VLIB_disparity8Data.obj" "./VLIB_disparity16Data.obj" "./TITexasLogoCannyRef.obj" "./TITexasLogo.obj" "./IMG_conv_7x7_i8_c8s_c.obj" -l/home/drs/dsplib/VLIB_V_2_1/library/c64plus/vlib.l64p

    <Linking>

    warning #10210-D: creating ".stack" section with default size of 0x400; use the

    -stack option to change the default size

    warning #10210-D: creating ".sysmem" section with default size of 0x400; use

    the -heap option to change the default size

    undefined first referenced

    symbol in file

    --------- ----------------

    _MEM_alloc ./VLIB_testMixtureOfGaussiansS32.obj

    _MEM_free ./VLIB_testConnectedComponents.obj

    __bitr ./VLIB_testDilationErosion.obj

    error #10234-D: unresolved symbols remain

    error #10010: errors encountered during linking; "VLIB_testExamples.out" not

    >> Compilation failure

    built

    gmake: *** [VLIB_testExamples.out] Error 1

    gmake: Target `all' not remade because of errors.

    **** Build Finished ****

  • Seems like the problem is that there is no Linux definition ofr Mem_alloc in the C files VLIB_testMixtureOfGaussiansS32.c and VLIB_testConnectedComponents.c becasue the

    #ifdef WIN32

    #define MEM_alloc(x,y,z) malloc(y)

    #endif

     is not satified

  • Maybe we could just forget trying to get the CCS project to work for now.  I see there has been some success using the VLIB library with the 8168.

    When I try building the project using a makefile with the C6Run toolset after including hte prototype header in my C file and the library in my makefile I still get this error.

    c6runapp-cc  -o rta_dsp  vlib.l64p imglib2.l64P dsp/affine_1d.o dsp/affine2_1d.o dsp/alignImages2.o dsp/any.o dsp/conv2_hw_symm.o dsp/createPyramid.o dsp/FilterImage.o dsp/GaussNewton8.o dsp/hist_hw.o dsp/imresize_hw.o dsp/inv.o dsp/main.o dsp/mldivide.o dsp/mod.o dsp/PartialDerivatives_hw.o dsp/round.o dsp/RTA.o dsp/RTA_initialize.o dsp/RTA_rtwutil.o dsp/RTA_terminate.o dsp/rtGetInf.o dsp/rtGetNaN.o dsp/rt_nonfinite.o dsp/SetPerspectiveCoefficients.o dsp/UnwarpPerspectiveProj.o

     undefined          first referenced
      symbol                in file    
     ---------          ----------------
     VLIB_imagePyramid8 dsp/RTA.o      

    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "rta_dsp.dsp_image.out" not
       built
    make: *** [dsp] Error 1

  • When I downloaded the latest versino of VLIB 2.2  I saw the ELF versions for the libraries and those work for me. 
    Is there a VLIB version coming out soon that supports the 67xx DSP's? 

  • I wish I'd noticed the version you were using here.  The problem was fixed for me with the ELF files contained in version 2.2.  Is there a version for the new floating/fixed point DSP's coming out soon?

  • hi , Senthil

        Do you know   that  Ti provide vlib of elf format?

    Regards,

    lincoln

  • Yes in version 2.2 there is an ELF formatted library

  • Hi, Michael !

                can you tell me how can i find vlib of elf format ? is it in ezsk source or ezsdk_dm816x-evm_5_04_00_11_setuplinux  ?and so on ..

    you could tell me in which  folder ? ok ?

    thanks

    lincoln

  • hi , Senthil, can you send vlib_elf.le64p to me? I need it. many thanks ! lincoln

  • hi,

     I need vlib_elf.le64p ,can you sent it to me .email :      guxueqiao8888@163.com

    many thanks

    lincoln

  • You must download it from the TI software development library site

  • Michael
        

                thanks for your  reply, I got it form c6accel software. if  someone look for it ,you can download c6accel software form Ti .

    Best wish

    lincoln