error: 'to_string' is not a member of 'std'
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
我用海思的arm-hisiv300-linux-g++交叉编译dronecode-sdk,报错
error: 'to_string' is not a member of 'std'
arm-hisiv300-linux-g++是支持c++11的,头文件<string>也包含了,还是报错。
查百度,都说是加上-std=c++11 但是我这个已经加上,还是不行,后来看了一个帖子说由于工具链本身没有使用标准的c++11库,导致编译不了,
解决办法:Cmakelists.txt 需要加上以下几个选项;如果是makefile文件,同样的道理;
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_definitions(-D_GLIBCXX_USE_C99=1)
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)