Hi everyone. I have a failure building the stock GPL SDK for TRB500 - no config changes, just the stock config. ### ANY SUGGESTIONS WELCOME FOR HOW TO TROUBLESHOOT ### Previous versions build perfectly, but TRB5_R_00.07.03.2 fails (I have attached a ZIP archive of the full "make" build log). I'm using Ubuntu 20.04.5 LTS (Focal Fossa) on a Docker instance (latest version for Windows 11: Docker Desktop 4.16.3 96739). The error highlights from the "make" log are as follows:
1st errors I noticed:
WARNING: Makefile 'package/teltonika/qualcomm/data/Makefile' has a build dependency on 'qti-common-headers', which does not exist
WARNING: Makefile 'package/teltonika/qualcomm/data/Makefile' has a build dependency on 'android-system-core-headers', which does not exist
WARNING: Makefile 'package/teltonika/qualcomm/libcutils/Makefile' has a build dependency on 'android-system-core-headers', which does not exist
WARNING: Makefile 'package/teltonika/qualcomm/libqmi-ex/Makefile' has a build dependency on 'qti-common-headers', which does not exist
2nd error I noticed:
make[6]: Entering directory '/home/user/TRB5_R_GPL_00.07.03.2/rutos-sdxprairie-trb5-gpl/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/Python-3.9.7'
find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
find: 'build': No such file or directory
make[6]: [Makefile:1890: clean-retain-profile] Error 1
3rd error I noticed:
postinst script ./usr/lib/opkg/info/zerotier.postinst has failed with exit code 127
make[2]: *** [package/Makefile:72: package/install] Error 1
...and the overall final result is reported as this error:
make[1]: *** [package/Makefile:109: /home/user/TRB5_R_GPL_00.07.03.2/rutos-sdxprairie-trb5-gpl/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/stamp/.package_install] Error 2
Comments and suggestions invited.....
Thanks, Virgil.