[U-Boot] u-boot.bin is so large

Hi, I have compiled the u-boot(MPC8349EMDS) successfully. but the result u-boot.bin is so large, extend 0xfe000000 If I modify the TEXT_BASE value in board/mpc8349emds/config.mk , the u-boot.bin size is changed. The u-boot code version is 1.1.6 and eldk version is 5.1 Following the instruction, I set the environment as $ source /opt/eldk-5.1/powerpc/environment-setup-* $ export CROSS_COMPILE=powerpc-linux- $ export ARCH=powerpc [hniu@host u-boot-1.1.6]$ make When I use eldk-4.2 tool chain, that is OK. and anything wrong?

Dear NiuHu,
In message SNT127-W361A87FB4DB7389CB940D5B53B0@phx.gbl you wrote:
I have compiled the u-boot(MPC8349EMDS) successfully. but the result u-boot.bin is so large, extend 0xfe000000 If I modify the TEXT_BASE value in board/mpc8349emds/config.mk , the u-boot.bin size is changed. The u-boot code version is 1.1.6 and eldk version is 5.1
U-Boot v1.1.6 is more than 5 years old; youmust not expect that youc an build it with latest tool chains - use 5 year old tools as well.
Or, even better, use current code. Our motivation to support stone-age code is seriously limited, especially when we have to do it for free.
Best regards,
Wolfgang Denk
participants (2)
-
NiuHu
-
Wolfgang Denk