Re: [U-Boot] eldk5.0 generate illegal instruction for at91rm9200

2011-07-16 Thread zzs
l me how to configure eldk5.0 to build for armv4. And why eldk5.0 hasn't a release for armv4, Is armv4 too old and has no value to support it? -- Best Regards, zzs ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] eldk5.0 generate illegal instruction for at91rm9200

2011-07-15 Thread zzs
Because eldk4.2 can't build busybox(with ubiattach enabled) due to it's too old kernel header files(the error message had been sent to eldk list, but no response). help me, please. -- Best Regards, zzs ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] at91rm9200 undef runtime error with eldk 5.0

2011-07-13 Thread zzs
ny "wrong code" being generated? Please show > which exact instructions you are talking about. Because the code raised a 'undef instruction' exception, So I guess some illegal code for arm920(may be legal for other armVs) exist. I will try to objbump u-boot and analyse

Re: [U-Boot] at91rm9200 undef runtime error with eldk 5.0

2011-07-13 Thread zzs
, it should still work for U-Boot. > But the, I don't know your code... My code is exactly same for at91rm9200ek at version v2011.03 So what compiler options should be use? I notice some u-boot compile commandline has option '-march=armv4'. Why with this option it is still ge

[U-Boot] at91rm9200 undef runtime error with eldk 5.0

2011-07-12 Thread zzs
poky-image-sato-sdk-armv5te.tar.gz). Now the make process all ok. But when download u-boot.bin to the board. the code say: -F- Undef detected eldk5.0-armv5te CAN'T used for arm920t ??? Is this true? anybody help me! -- Best Regards, zzs ___

Re: [U-Boot] without board level config.mk How to add CPPFLAGS

2011-03-29 Thread zzs
> > Use CFLAGS_$(BCURDIR) if you want to set this for all files in a > specific directory, or CFLAGS_$(BCURDIR)/$(@F) if you want to set > this for a single file only. > Thanks ! -- Best Regards, zzs ___ U-Boot mailing list U-Boot@lis

Re: [U-Boot] without board level config.mk How to add CPPFLAGS

2011-03-28 Thread zzs
nclude out-of-tree files has been > rejected. Nothing more and not less. > And then how to do that thing : Append custom cpp flags to CPPFLAGS ? e.g. -Wcomments And after append them to CPPFLAGS, Does these flags appear in CFLAGS auto automatically ? -- Best Regards, zzs ___

Re: [U-Boot] without board level config.mk How to add CPPFLAGS

2011-03-28 Thread zzs
> > > So I want add "-iquote my/header/dir" to CPPFLAGS > > This will not be accepted. > Does this means that there are no way to append custom cpp flags to CPPFLAGS ? -- Best Regards, zzs ___ U-Boot mailing li

Re: [U-Boot] without board level config.mk How to add CPPFLAGS

2011-03-28 Thread zzs
S_LINUX_DRIVER_DIR) CFLAGS += -iquote $(REPOS_COMMON_DIR)/include -iquote $(REPOS_LINUX_DRIVER_DIR) endif ... COBJS-$(CONFIG_ALTERA_FPGA) += cfg-altera-fpga.o It now works! but it's so strange!! Is there any good methods? -- Best Regards, zzs ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] without board level config.mk How to add CPPFLAGS

2011-03-28 Thread zzs
Because the board level config.mk not suggested now(I had seen in some email message). So now how can I add my own CPPFLAGS or PLATFORM_CPPFLAGS direct in board level Makefile (For some header search path)? -- Best Regards, zzs ___ U-Boot mailing

[U-Boot] wrong macro name for at91-ssc

2011-03-28 Thread zzs
Offset */ And I search all header files in arch/arm dir, Can't found any definition for ssc registers, why? Nobody use this pheri !? -- Best Regards, zzs ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot