daErrorMessage.tar.gz
-- Looking for UINT64_MAX
-- Looking for UINT64_MAX - not found
-- Looking for UINT64_MAX
-- Looking for UINT64_MAX - not found
CMake Error at cmake/flags.cmake:102 (message):
Cannot find symbol UINT64_MAX
Call Stack (most recent call first):
CMakeLists.txt:233 (include)
14条答案
按热度按时间ukdjmx9f1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~
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 API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
fslejnso2#
请问下您的编译环境和编译选项是?
e0uiprwp3#
编译环境 是 anaconda 下的虚拟环境 python3.6 编译选项 cmake .. -DPY_VERSION=3.6 -DWITH_GPU=ON -DWITH_TESTING=OFF -DCMAKE_BUILD_TYPE=Release
iswrvxsc4#
系统是centeros
mi7gmzs65#
paddle代码拉的是哪个分支?
lmyy7pcs6#
release/2.0
p5fdfcr17#
请问下centos是哪个版本?另外,建议使用paddle提供的docker镜像编译,因为docker中的环境都配置好了。可参考:https://www.paddlepaddle.org.cn/documentation/docs/zh/2.0-rc1/install/compile/linux-compile.html
ztyzrc3y8#
centeros7
c9x0cxw09#
你是按照 https://www.paddlepaddle.org.cn/documentation/docs/zh/2.0-rc1/install/compile/linux-compile.html#span-id-compile-from-host-span 的步骤操作的吗?
hts6caw310#
我是根据 1.8的版本下的centeros 编译教程来的
zf2sa74q11#
建议你用docker试试,因为这个报错看起来和paddle代码好像关系不大,是cmake阶段检测环境的报错。
kxeu7u2r12#
那好吧
我再去尝试一下
vq8itlhq13#
嗯嗯好的,有进展或问题随时反馈。
rn0zuynd14#
I found same problem and I solved it by change compiler to gcc8.2.0