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

Hi Suramya,

According to your suggestion, I fixed the prevoius issue.

But I met new challenges. Could you help me again, pls see the attachment.

Thanks a lot!

Jarod

project issue2.pdf

  • Jarod,

    As I said previously, the code is not meant for Windows. It's been built and tested in Linux. We do not plan to port it to Windows as this was just meant to be an example code.

    Here are my comments:
    1) You need to have VoxelSDK built for windows. See: github.com/.../voxelsdk. Since you're building with VS2015, you'll have to build it yourself. Add this to the "Path" Variable in environment variables. See "Running SDK Programs" from github.com/.../Build-from-source-on-Windows

    2) The cmake flags which have been put are only applicable for Linux. You can refer to the CMakeLists.txt from VoxelSDK (github.com/.../CMakeLists.txt) for setting the correct flags.

    3) You do not have to build the OPENNI and RSSDK.

    Again, this build is not supported for Windows, so we do not know if setting these will work.

    Suramya