What's new

How build only cfe bootloader

vinimac

New Around Here
Hi,

I would like build only the cfe bootloader. By typing 'make', inside asuswrt-merlin/release/src-rt-6.x/cfe I got:

mipsel-uclibc-cpp -P -DCFG_RUNFROMKSEG0=1 -DCFG_BOOTRAM=1 -DCFE_ROM_START=0xBFC00000 -DCFE_TEXT_START=0x80700000 -DCFE_DATA_START=0x81F00000 -DCFG_XIP=0 /home/vini/projs/mips/bcm5358u/tools/asuswrt-merlin/release/src-rt-6.x/cfe/cfe/arch/mips/common/src/cfe_ldscript.template ./cfe.lds
mipsel-uclibc-cpp: ./cfe.lds: No such file or directory

I found "./cfe.lds is dynamiclly generated", so how can I generate it?

Thanks.
 
I had the same problem but for RT-AC86U.

There do has a manual for build full firmware of router (*.w), but the CFE source code was not even compiled. And the CFE binary was copied from a prebuilt folder "sysdeps".
And i modified the CFE source code try to make some build error, but nothing happened in the whole compile(build) process.

Does anyone know how to build CFE firmware without building a full firmware ?
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top