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.

CCS/OPT8241: Built a project for OPT8241 CDK Evaluation Module by cmake in win7

Part Number: OPT8241

Tool/software: Code Composer Studio

project issue.pdfHello,

I would like to use bulid a DemoApplication (TinTin, hand_tracking) project for OPT8241 CDK Evaluation Module by cmake tool in win7 enviorment.

But I met a issue and please see the details in attachments.

Could u give me some suggestions to fix it?

Thanks!

Jarod

  • Hi Jarod,

    I see that you're using VS 2015 to compile. The PCL library given with VoxelSDK is compiled with VS2013. Please use VS2013 to compile voxelSDK.

    If the correct version of visual studio is not available with you, download PCL 1.8.1 from the following link:
    github.com/.../releases. This should remove the error.

    Note that these demo applications were created in Ubuntu and are not tested in windows. You may have to make changes in the CMakeLists.txt file. Currently, we do not support Windows for these demo applications, so you will have to port the project to windows yourself.

    Suramya