hi,
I tried to compile depthai-core according to the tutorial, but an error occurred.

cmake -H. -Bbuild -D'DEPTHAI_BUILD_EXAMPLES=ON'
cmake --build build

Above is the command I ran。
I am very anxious to know where the problem is.

  • erik replied to this.

    Hello yimu , just double-checking, did you follow instructions in the readme - like git submodule update --init --recursive before you try to build?
    Thanks, Erik

    • yimu replied to this.

      hi,
      I did not execute this command, thank you for your reply, I think this is the answer to the question.

      hi,erik

      Unfortunately, after I executed the git submodule update --init --recursive command, the above error still persists.

      • erik replied to this.

        Hello yimu , could you provide the full log of this error?

        • yimu replied to this.

          @yimu
          Can you run the following and post back the capture.txt file:

          script capture.txt
          git clone https://github.com/luxonis/depthai-core.git --recursive
          cmake -H. -Bbuild -D'DEPTHAI_BUILD_EXAMPLES=ON'
          cmake --build
          exit