
hi Wolfgang, Thanks for your help to solve the uboot make problem. I follow your guide that '" maybe rthere was a windoze system involved when you downloaded / copied the sources?]" , I do as following, then Uboot build done successfully.(ELDK version 3.0) 1) Download the u-boot-1.1.1.tar.bz2 with friend's help, his system is windows system. 2) "tar xvfj" the file in linux system 3) Set PATH and export CROSS_COMPILE=ppc_82xx-, 4) make mrproper,make Lite5200_LOWBOOT_config, make . 5) Done OK.
But when I build kernel, I met another proplem. I do as the following : 1) Download "ppc-2004-02-16.iso" from network with window system. 2) Open "ppc-2004-02-16.iso" in linux system and get "linux-2.4.24. tar.bz2" 3) "tar xvfj " the file "linux-2.4.24.tar.bz2" 4) Set PATH and export CROSS_COMPILE=ppc_82xx- 5) make mrproper 6) make menuconfig : load config: arch/ppc/configs/icecube_5200_defconfig, exit and save 7) make dep 8) make uImage ,then errors occur as following : ======================================= in file include/asm/status_led.h # error Status LED configuration missing status_led.c undefind symbol STATUS_LED_PAR undefine STATUS_LED_DIR undefine STATUS_LED_ODR undefine STATUS_LED_DAT ............ ======================== Could you help to see what happened here?( and if I copy the definiction instead of '' # error Status LED configuration missing"" ,then pass ok)
Thanks for your help .
Best Regards, xueming
-----邮件原件----- 发件人: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin@lists.sourceforge.net] 代表 Wolfgang Denk 发送时间: 2004年11月11日 5:40 收件人: xueming 抄送: u-boot-users@lists.sourceforge.net 主题: Re: [U-Boot-Users] Help:Make error in lite5200
In message 000001c4c736$b9294eb0$37db1cde@xueming you wrote:
I took the following step, and get error.Please help me to see what
happened. Host : Redhat 9.0 , toolchain: ppc_82xx-
Where is this toolchain coming from?
- Set PATH
- Set CROSS_COMPLIE and export
- make mrproper
- make Lite5200_LOWBOOT_config
- make, then erorr as :
in file /cpu/mpc5xxx/start.S: in line 60 : unkown symbol : start_got
........................ My question is : where to define START_GOT ?
This works fine here... [using ELDK 3.0 and 3.1] - I guess it's a toolchain problem, then [or maybe rthere was a windoze system involved when you downloaded / copied the sources?]
Best regards,
Wolfgang Denk