Hi,
I am trying to compile the latest firmware for a RUT955. I have made following preparations:
- Installed Ubuntu 20.04
- Installed required packages
- Downloaded and unpacked the "RUT9_R_GPL_00.07.00.tar.gz" firmware
- Execute ./scripts/feeds update a
- Execute make
And i am getting always this error that prevents me from building the firmware.
make[3] -C package/feeds/vuci/tlt_hotspot_theme_airport compile
make -r world: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on
make: *** [/home/ioa/Development/Hub_Road/Firmware/FirmwareBuilder/include/toplevel.mk:231: world] Error 1
"make V=s" shows this:

I tried to skip the optional modules with "make IGNORE_ERRORS=m" but there are more vuci packages with this error and it will eventually fail because of vuci-app-io that is not optional.