阅读 187

BRCM5.02编译七:No package 'uuid' found

现象:

Checking autoconf version:

2.69

Checking libtoolize version:

2.4.2

Checking tar version:

1.26

Package uuid was not found in the pkg-config search path.

Perhaps you should add the directory containing `uuid.pc'

to the PKG_CONFIG_PATH environment variable

No package 'uuid' found

ERROR: pkg-config uuid failed

Your distribution may require you to use a special setting of PKG_CONFIG_PATH

make[1]: *** [prebuild_checks] Error 1

make[1]: Leaving directory `/home/wangxinyu/work/AX1803/6755_sdk'

make: *** [default] Error 2

 

解决方法:

参照五安装libuuid库

(安装uuid库时,在install时指定了uuid.pc的位置,具体的位置可以由系统指定)

cp /usr/lib/uuid.pc /usr/lib64/pkgconfig/


文章分类
后端
版权声明:本站是系统测试站点,无实际运营。本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 XXXXXXo@163.com 举报,一经查实,本站将立刻删除。
相关推荐