Some errors about installation[continue to update]

解决VCS11安装错误

After install the vcs11, some error came out like:

/bin/sh: Illegal option -p

It is wired, since I have successfully installed on another laptop. So I googled and found the following post. 

http://maxron.pixnet.net/blog/post/28314703-chapter-20-davinci-dm6446-sdk-make-error

由於我的作業系統是ubuntu 10.04 LTS,而ubuntu 為了加快開機速度,預設的/bin/sh是採用體程小,速度較快一點的/bin/dash。

因此,開發人員有時會在run script 時,會出現錯誤,因此需要修改/bin/sh 的link,將它link 到/bin/bash 

修改方式:

sudo rm -f /bin/sh ( 砍掉原先的 /bin/sh )

sudo ln -s /bin/bash /bin/sh ( 重新 link 到bash ) 

It is exactly the error depicted in the post. And you can see during the development, the file size matters with regards to everything.

Also, in some old post, the naming convention during the web app dev also matters too. Some people may take the irrational naming convention like xx1, xx2 as scrambling the original idea. Either case makes sense.  

转载于:https://www.cnblogs.com/chenrui/archive/2012/09/18/2690443.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值