duo-buildroot-sdk-v2 build process report error.
My board is milk Module 01.
My build step:
- clone source code.
- copy host-tools from other folder(v1 sdk folder).
- git chekout develop.
- ./build.sh milkv-duos-musl-riscv64-sd
- Error occur.
duo-buildroot-sdk-v2 build process report error.
My board is milk Module 01.
My build step:
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.
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.