原创 [博客大赛]Linux编译PMON错误解决

2014-11-6 09:44 1356 11 11 分类: MCU/ 嵌入式

安装之前准备好源码包,如果电脑可以联网,直接输入指令网上下载安装,多省事。在安装源码包时提示错误:

No package'xproto' found

Consider adjustingthe PKG_CONFIG_PATH environme variable if you installed software in anon-standard prefix.

Alternatively, youmay set the environment variables X_CFLAGS and X_LIBS to avoid the need to callpkg-config.

See the pkg-configman page for more details.

系统提示你没有发现xproto这个包,最快最直接解决问题的办法就是系统提示缺什么你补什么。网上下载一个安装包,百度就有xproto-7.0.13.tar.gz

下面就是安装过程了,Linux tar.gz的安装跟其他类型文件安装有点区别,比如rmp,deb,tar.bz2,aptbin文件的安装,这里只说tar.gz类型。找到xproto-7.0.13.tar.gz,进入终端,

sudo su 切换超级用户,免得麻烦,

cd /mnt/hgfs/share  进入share文件夹

ls一下

cp xproto-7.0.13.tar.gz/**   **为目录名        拷贝到**文件夹下

cd /**进入该目录下

ls确认一下有没有文件

tar –zxvf xproto-7.0.13.tar.gz解压文件

cd /**/ xproto-7.0.13      进入该目录下

./configure       执行配置文件

make 

make install安装完成

接下来安装pmon-dependtools.tar.gz就不会提示错了

#tar zxfpmon-dependtools.tar.gz

#sourcepmon-dependtools.sh

OK完成了。接下来几步省略,最后生成PMON映像 gzrom.bin                                

 

Blog:        更多技术文章请关注:

百家号:
https://author.baidu.com/home?context=%7B%22app_id%22%3A%221646108714303504%22%7D&wfr=bjh

头条号:
https://www.toutiao.com/c/user/8115738721/#mid=1646025109246987

CSDN :

https://blog.csdn.net/u012246376

 

作者: 阳光守望者, 来源:面包板社区

链接: https://mbb.eet-china.com/blog/uid-me-1758179.html

版权声明:本文为博主原创,未经本人允许,禁止转载!

PARTNER CONTENT

文章评论0条评论)

登录后参与讨论
EE直播间
更多
我要评论
0
11
关闭 站长推荐上一条 /3 下一条