Install arm-elf-tool toolchain

Download:

wget http://opensrc.sec.samsung.com/download/arm-elf-tools-20040427.sh 

Install the toolchain as root user:

sudo ./arm-elf-tools-20030314.sh

If you get the error message 'tail: cannot open `+43' for reading: No such file or directory' when installing, change line 39 from:

              vim -b ./arm-elf-tools-20030314.sh

tail +${SKIP} ${SCRIPT} | gunzip | tar xvf -

to:

tail -n+${SKIP} ${SCRIPT} | gunzip | tar xvf -

你可能感兴趣的:(File,user,vim,download)