2010-11-22 03:52:13 errors when compiling uclinux kernel
min wang (CHINA)
Message: 96086
Hello everyone:
I am compiling uclinux kernel baseed on the platform of RedHat 9, but there is an error confused me for a long time:
No rule to make target 'kernel/bf533', needed by 'kernel/cpu.o', stop
I know it means that the file 'kernel/bf533' does not exist, and there is also no rule to creat it, but it is may be the denpendance of 'cpu.o'.But I can't find out an way to fix it.
Does anybody encounter a similar problem like this?
QuoteReplyEditDelete
2010-11-22 05:26:39 Re: errors when compiling uclinux kernel
Aaron Wu (CHINA)
Message: 96088
Suggest you to follow our wiki strictly to build a clean package first, and pay attention to 1)in stall all the required packages 2)use the updated distribution code and the right version of the toolchain to compile it, we encourage customer to try the latest version
docs.blackfin.uclinux.org
QuoteReplyEditDelete
2010-11-22 13:38:19 Re: errors when compiling uclinux kernel
Mike Frysinger (UNITED STATES)
Message: 96096
your old distro has plenty of bugs. upgrade it.
QuoteReplyEditDelete
2010-11-22 22:31:15 Re: errors when compiling uclinux kernel
min wang (CHINA)
Message: 96104
Do you mean my host PC or the uClinux-dist?
My host is Redhat9 and the uClinux-dist is uClinux-dist-2009R1.1-RC4.tar.bz2.
QuoteReplyEditDelete
2010-11-22 22:56:00 Re: errors when compiling uclinux kernel
Mike Frysinger (UNITED STATES)
Message: 96106
your host distro
QuoteReplyEditDelete
2010-11-23 08:01:09 Re: errors when compiling uclinux kernel
min wang (CHINA)
Message: 96135
Thank you very much