The version of arm-linux-gnu-gcc is 4.6.3.
The OS of PC is ubuntu.
I git clone the latest verison linux kernel from
https://github.com/Digilent/linux-digilent.git.
Then
make ARCH=arm digilent_zed_defconfig
make ARCH=arm CROSS_COMPILE=/usr/bin/arm-linux-gnu-
but failed to compile, the result like this:
CHK include/linux/version.h
CHK include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' is up to date.
CALL scripts/checksyscalls.sh
CC scripts/mod/empty.o
as: unrecognized option '-EL'
make[2]: *** [scripts/mod/empty.o] Error 1
make[1]: *** [scripts/mod] Error 2
make: *** [scripts] Error 2
Maybe the version of gcc is too later?
Then I install Xilinx Design Tools(vivado design suite 2012 ISE Design Suit 14). I think it will contains tools arm-linux-gnu-gcc . But after it installed,and I cann't find tools arm-xilinx-linux-gnueabi- in install dir, but only find tools for (Microblaze little endian ,big endian) and PowerPCuFF01uFF01uFF01
Where can I download the arm-linux-gcc-4.6.1? why the Xilinx Design Tools Linux DVD contains arm-linux-gnu-gcc?
Thank!