Hi,
I'm trying to build the source code with multipass.
I follow the steps of Wiki. (https://github.com/RMerl/asuswrt-merlin.ng/wiki/Compile-Firmware-from-source)
But the "make rt-ac86u" always fails.
I noticed that some .o files are missing in the console. And the end of the make log shows "recipe for target 'bin' failed".
I couldn't find these files on the folder and GitHub.
How do I retrieve these files?
Thanks
make bin
make[1]: Entering directory '/home/ubuntu/amng-build/release/src-rt-5.02hnd'
BRCM_BOARD_ID=94906REF
# prepare config_base
# prepare prebuilt kernel binary
do nothing
hnd_router platform work
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/bcm_extirq.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/bcm_i2c.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/bcm_memc_irq.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/cmdlist.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/nciLservices.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/nciexLinuxETH.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/avs.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/bcmwifi_rates.h': No such file or directory
...<skip>...
make[4]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.02hnd/kernel/linux-4.1'
make[3]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.02hnd'
make[2]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.02hnd'
Makefile:5174: recipe for target 'bin' failed
make[1]: *** [bin] Error 2
make[1]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.02hnd'
Makefile:5370: recipe for target 'rt-ac86u' failed
make: *** [rt-ac86u] Error 2
I'm trying to build the source code with multipass.
I follow the steps of Wiki. (https://github.com/RMerl/asuswrt-merlin.ng/wiki/Compile-Firmware-from-source)
But the "make rt-ac86u" always fails.
I noticed that some .o files are missing in the console. And the end of the make log shows "recipe for target 'bin' failed".
I couldn't find these files on the folder and GitHub.
How do I retrieve these files?
Thanks
make bin
make[1]: Entering directory '/home/ubuntu/amng-build/release/src-rt-5.02hnd'
BRCM_BOARD_ID=94906REF
# prepare config_base
# prepare prebuilt kernel binary
do nothing
hnd_router platform work
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/bcm_extirq.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/bcm_i2c.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/bcm_memc_irq.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/cmdlist.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/nciLservices.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/nciexLinuxETH.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/avs.o': No such file or directory
cp: cannot stat '/home/ubuntu/amng-build/release/src-rt-5.02hnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/hnd_extra/prebuilt/bcmwifi_rates.h': No such file or directory
...<skip>...
make[4]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.02hnd/kernel/linux-4.1'
make[3]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.02hnd'
make[2]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.02hnd'
Makefile:5174: recipe for target 'bin' failed
make[1]: *** [bin] Error 2
make[1]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.02hnd'
Makefile:5370: recipe for target 'rt-ac86u' failed
make: *** [rt-ac86u] Error 2
Last edited: