- 积分
- 173
- 威望
-
- 金钱
-
- 注册时间
- 2011-10-2
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
rpi升级时报错:
- <div style="display:inline-block;white-space:pre;background-color:#0C0C0C;font-family:'Consolas',monospace;font-size:12pt;padding:4px;"><span style="color:#CCCCCC;background-color:#0C0C0C;">[ 26%] Linking CXX executable ../../../../runtime_output_directory/protoc
- ../../../../library_output_directory/libprotobuf.so.3.6.1: error: undefined reference to '__atomic_fetch_add_8'
- collect2: error: ld returned 1 exit status
- make[2]: *** [extra/protobuf/protobuf-3.6.1/cmake/CMakeFiles/protoc.dir/build.make:87: runtime_output_directory/protoc] Error 1
- make[1]: *** [CMakeFiles/Makefile2:937: extra/protobuf/protobuf-3.6.1/cmake/CMakeFiles/protoc.dir/all] Error 2
- make: *** [Makefile:163: all] Error 2</span></div>
复制代码
经查需要添加-latomic
reference:
https://github.com/alexa/avs-device-sdk/issues/1404
https://github.com/antirez/redis/issues/6275
另外脚本里mysql8下载镜像在中科大,中科大的http://mirrors.ustc.edu.cn/mysql-ftp/Downloads/MySQL-8.0/路径下只有8.0.16-8.0.18,其他8.0.x版本会失败
最后再问一句,1.7会发测试版吗?
|
|