YyimuDec 1, 2021Post #1 Wednesday, December 1, 2021 8:11 AMhi, 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.
erikDec 1, 2021Post #2 Wednesday, December 1, 2021 12:15 PMHello yimu , just double-checking, did you follow instructions in the readme - like git submodule update --init --recursive before you try to build? Thanks, Erik
YyimuDec 1, 2021Post #3 Wednesday, December 1, 2021 12:28 PMhi, I did not execute this command, thank you for your reply, I think this is the answer to the question.
YyimuDec 2, 2021Post #4 Thursday, December 2, 2021 5:04 AMEditedhi,erik Unfortunately, after I executed the git submodule update --init --recursive command, the above error still persists.
erikDec 2, 2021Post #5 Thursday, December 2, 2021 12:00 PMHello yimu , could you provide the full log of this error?
TthemarpeDec 2, 2021Post #7 Thursday, December 2, 2021 4:37 PM@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
yimu 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 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 hi,erik Unfortunately, after I executed the git submodule update --init --recursive command, the above error still persists.
yimu hi, I did not execute this command, thank you for your reply, I think this is the answer to the question.
themarpe @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