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.

CMake Error when configuring DLP 3D SDK

Other Parts Discussed in Thread: TIDA-00254

Hi, I'm following the directions laid out in this file http://www.ti.com/lit/ug/dlpu042/dlpu042.pdf  to build the DLP 3D SDK application. I hit a small hiccup at page 32 where I had to skip building the examples in order to build dlp_structured_light_sdk, but once I got past that, everything worked fine until page 40 (fig. 56) where I attempt to use CMake to configure DLP_3D_SDK_v2.0/TIDA-00254_LCr4500_MachineVision/src. I have made sure all the directories and libraries are accounted for, as per figs. 58 and 59. However, when configuring, I get an error:

Any ideas on how to fix this?

Caleb

  • Caleb,

    I think the COPY if failing because of the folder name containing the space in it. 

    Can you change the "Where to build the binaries" folder to something that doesn't have space in it? For example: C:\Users\<user_id>\Desktop\<build_folder_name>

    Regards,

    Sanjeev