Hi Raj,

pushparaj muthu wrote:
I have installed the arm tool chain -3.4.2
When I try to cross compile kernel 2.6

What version?
Patched of Linus original?


Getting error message "invalid option `short-load-bytes'
What changes have to make in the make file ?

arch/arm/Makefile should contain a line something like:

KBUILD_CFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -msoft-float -Uarm

That chooses whether to use whether to use short-load-bytes
or alignment-traps based on what the compiler can do...

Regards
Greg



------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Dude       EMAIL:     [EMAIL PROTECTED]
Secure Computing Corporation                PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to