【异常】 Could not find Linker ‘g++’ in system path.

1 详细异常

FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':az-exec-util:linkMainExecutable'.
> Could not find Linker 'g++' in system path.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 59s

  

2 解决

安装 gcc
 
sudo yum install -y gcc-c++*
 

原文链接: https://www.cnblogs.com/QuestionsZhang/p/11709005.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    【异常】 Could not find Linker 'g++' in system path.

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/304504

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月16日 上午1:56
下一篇 2023年2月16日 上午1:57

相关推荐