Paddle-Lite GCC Compile fatal error fix about extra, pessimizing-move

nkoocmlb  于 2022-10-22  发布在  其他
关注(0)|答案(1)|浏览(206)
  • 标题:GCC Compile fatal error fix about extra, pessimizing-move
  • 版本、环境信息:

   1)Paddle Lite 版本:develop f8656fd
   2)Host 环境:Ubuntu 20.04 GCC 9.4.0

  • 复现信息:
./lite/tools/build_linux.sh --with_extra=ON --with_opencl=ON --arch=x86 full_publish

直接编译错误,只能加入-w 绕过

  • 问题描述:

std::move 错误使用 register 寄存器指向引用地址 未使用变量报错提醒

修复方案
#9560

ndh0cuux

ndh0cuux1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网文档常见问题历史Issue 来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQ and Github Issue to get the answer.Have a nice day!

相关问题