Hi,
I was using Merlin builds for years, now trying to compile my own one, but stuck with the below error message.
Build system is a fresh install of x64 Ubuntu 20.04 LTS on a VM, followed the Wiki and installed all x86 libs. Also tried different
distros and the docker image. The result is always the same.
I get an error from busybox/coreutils stating that "rm.c" cannot find "rtconfig.h" which I got resolved replacing the include
reference with a hard link to the file.
rm.c
was replaced by
Now I'm stuck with this and really have no clue how to get over it:
Anyones advice would really be appreciated?
THX
I was using Merlin builds for years, now trying to compile my own one, but stuck with the below error message.
Build system is a fresh install of x64 Ubuntu 20.04 LTS on a VM, followed the Wiki and installed all x86 libs. Also tried different
distros and the docker image. The result is always the same.
I get an error from busybox/coreutils stating that "rm.c" cannot find "rtconfig.h" which I got resolved replacing the include
reference with a hard link to the file.
rm.c
Code:
#include <rtconfig.h>
Code:
#include "/root/asuswrt-merlin.ng/release/src/router/shared/rtconfig.h"
Now I'm stuck with this and really have no clue how to get over it:
Code:
[shared] CC stun.o
[shared] CC scripts.o
#nothing to do...
[shared] CC timer_utils.o
[shared] CC bcmwifi_channels.o
[shared] CC wl.o
[shared] CC wl_linux.o
[shared] CC broadcom.o
make[5]: *** No rule to make target 'api-broadcom.c', needed by 'api-broadcom.o'. Stop.
make[5]: Leaving directory '/root/asuswrt-merlin.ng/release/src/router/shared'
make[4]: *** [Makefile:3874: shared] Error 2
make[4]: Leaving directory '/root/asuswrt-merlin.ng/release/src/router'
make[3]: *** [Makefile:1874: obj_prelibs] Error 2
make[3]: Leaving directory '/root/asuswrt-merlin.ng/release/src/router'
make[2]: *** [Makefile:714: all] Error 2
make[2]: Leaving directory '/root/asuswrt-merlin.ng/release/src-rt-6.x.4708'
make[1]: *** [Makefile:5932: bin] Error 2
make[1]: Leaving directory '/root/asuswrt-merlin.ng/release/src-rt-6.x.4708'
make: *** [Makefile:6144: rt-ac68u] Error 2
Anyones advice would really be appreciated?
THX
Last edited: