首页 > 其他 > 详细

How to install arm-elf-gcc on ubuntu?

时间:2014-03-04 08:33:56      阅读:509      评论:0      收藏:0      [点我收藏+]

1.download leeos_tools_for_linux rom sourceforge: http://sourceforge.net/projects/leeosbasic/

2.extract it into /usr

3.switch to supervisor mode as you need modify /etc/profile ,use instruct : su and input you password.

4.if you are using ubuntu 12.04, su may failed, so you need :sudo passwd to setup a new password for su and then try su again.

5.use command echo "PATH=\$PATH:/usr/leeos_tools_for_linux/bin">>/etc/profile , do see clearly of this long command.

6.use vi /etc/profile to ensure step 5,you will see a new line PATH=\$PATH:/usr/leeos_tools_for_linux/bin at the end of profile.

7.use exit command to exit from supervisor mode.

8.!!!reboot computer to use arm-elf-gcc command.

How to install arm-elf-gcc on ubuntu?,布布扣,bubuko.com

How to install arm-elf-gcc on ubuntu?

原文:http://www.cnblogs.com/dragen/p/3578723.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!