`
baiguomeng
  • 浏览: 957103 次
文章分类
社区版块
存档分类
最新评论

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 -
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics