V2 SDK Build Error

duo-buildroot-sdk-v2 build process report error.

My board is milk Module 01.

My build step:

  1. clone source code.
  2. copy host-tools from other folder(v1 sdk folder).
  3. git chekout develop.
  4. ./build.sh milkv-duos-musl-riscv64-sd
  5. Error occur.

You don’t have to copy the host-tools folder from the other project.

They should actually have added it as a subproject instead, btw.

1 Like

Thanks for your replay. I just found the root cause is “envsetup.sh” from duo-example. I was testing the duo-example code, the bash file may change the compile env. After I start a new terminal, everthing is OK.

1 Like