Errors when downloading the sdk source code

I’m trying to install the sdk in a virtual machine with ubuntu.
I have made 3 installations from scratch following the instructions in the documentation and it always shows me the following.

– Configuring incomplete, errors occurred!
See also “/home/manriver/DronecodeSDK/build/default/CMakeFiles/CMakeOutput.log”.
See also “/home/manriver/DronecodeSDK/build/default/CMakeFiles/CMakeError.log”.
Build dir: build/default
/bin/sh: 1: cd: can’t cd to build/default
Makefile:85: recipe for target ‘default’ failed
make: *** [default] Error 2

I have tried different options with the nstruction

git submodule update

–init --recursive.

I would appreciate any help in this regard