Building firmware for RUTX11

Hi,
I am trying to build a firmware file for a RUTX11. I have downloaded the current SDK (00.07.09) but I am having trouble with the build. It always quits with an error. The error differs sometimes though, which really confuses me and I have absolutely no idea where to look. I have manually installed everything needed, I think. At the beginning I got numerous messages for missing packages. The packages to be installed that are mentioned in the readme and the SDK tutorial don’t all seem to be downloadable. I am on Ubuntu 24.04.1 LTS. I have done the feeds update script before every build and I have configured the menu as this caused an error too sometimes.
This is the verbose output:
find /home/shuby/Downloads/rutos-ipq40xx-rutx-sdk/RUTX_R_GPL_00.07.09/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/rms-packages-3.10-2024-08-13/ipkg-arm_cortex-a7_neon-vfpv4/rms_mqtt -name ‘CVS’ -o -name ‘.svn’ -o -name ‘.#’ -o -name '~’| xargs -r rm -rf
Package rms_mqtt is missing dependencies for the following libraries:
libgsm.so
make[3]: *** [Makefile:105: /home/shuby/Downloads/rutos-ipq40xx-rutx-sdk/RUTX_R_GPL_00.07.09/bin/packages/arm_cortex-a7_neon-vfpv4/base/rms_mqtt_2024-08-13-1_arm_cortex-a7_neon-vfpv4.ipk] Error 1
make[3]: Leaving directory ‘/home/shuby/Downloads/rutos-ipq40xx-rutx-sdk/RUTX_R_GPL_00.07.09/package/teltonika/rms-packages’
time: package/teltonika/rms-packages/compile#0.37#0.15#0.48
ERROR: package/teltonika/rms-packages failed to build.
make[2]: *** [package/Makefile:119: package/teltonika/rms-packages/compile] Error 1
make[2]: Leaving directory ‘/home/shuby/Downloads/rutos-ipq40xx-rutx-sdk/RUTX_R_GPL_00.07.09’
make[1]: *** [package/Makefile:113: /home/shuby/Downloads/rutos-ipq40xx-rutx-sdk/RUTX_R_GPL_00.07.09/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/stamp/.package_compile] Error 2
make[1]: Leaving directory ‘/home/shuby/Downloads/rutos-ipq40xx-rutx-sdk/RUTX_R_GPL_00.07.09’
make: *** [/home/shuby/Downloads/rutos-ipq40xx-rutx-sdk/RUTX_R_GPL_00.07.09/include/toplevel.mk:249: world] Error 2

Any help would greatly appredciated.

Hello,

Apologies for the delayed response, and thank you for reaching out.

I recommend using an older Ubuntu version, such as 20.04 or 22.04 LTS, as there are known issues with compiling certain packages on the newer versions. Additionally, please follow the instructions in the “Building with Host OS” section of the README.md file.

Feel free to reach out if you have any further questions or need additional assistance.

Best regards,

This topic was automatically closed after 15 days. New replies are no longer allowed.