腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
2
回答
Linux
g
++
编译
、
我是在
linux
上编程和在终端中
编译
的新手。int main(){ sqlite s = sqlite("database.db"); return 0;如果我尝试使用命令
g
++ -Wall -Werror main.cpp -lsqlite3 -o sqlite_program
编译
它,我会得到以下错误: /tmp/ccKtrrtg.o: In function `main'sqlite(char
浏览 2
提问于2013-07-23
得票数 0
回答已采纳
1
回答
使用
g
++
编译
Linux
内核
我想用
g
++
编译
Linux
内核(用c编写)。这个是可能的吗?如果没有,你能建议一下实现它的方法吗?
浏览 1
提问于2011-04-28
得票数 4
2
回答
在
Linux
上用
g
++
编译
g
++程序
、
、
、
、
/Rcpp/lib/libRcpp.so#include <RInside.hinclude <Rcpp.h> { return 0;ani
浏览 5
提问于2012-07-18
得票数 1
回答已采纳
1
回答
在
Linux
中用
g
++
编译
OCCI
、
、
、
我试图用OCCI库
编译
一个基本程序。
g
++ -I.-
g
-I/opt/oracle/product/10.2.0/db_1/precomp/public -I/opt/oracle/product/10.2.0/db_1/rdbms/public -I但是,当我想用以下命令链接对象文件时,
g
++ -L/opt/oracle
浏览 14
提问于2012-06-12
得票数 0
1
回答
使用
g
++从
linux
编译
for android
、
、
、
我正在尝试使用arm-
linux
-androideabi-
g
++工具从
linux
编译
用于android的.cc文件。它包括#include<algorithm>。当我试图
编译
它时,我得到了这个错误:我尝试在ndk包中查找头文件: ./sources/
浏览 5
提问于2018-01-30
得票数 3
1
回答
OpenCV C++
Linux
g
++
编译
、
、
只有当我使用C++运行
g
++命令时,我才能
编译
pkg-config --cflags --libs opencv文件--我可以在不使用这些附加标志的情况下
编译
c++文件--如何每次都让
g
++自动查看/usr
浏览 1
提问于2018-06-15
得票数 1
回答已采纳
5
回答
GCC:对不起,未实现:64位模式未
编译
在
、
我在我的x86 32位
linux
系统上建立了GCC 4.7 .当我试图与-m64标志交叉
编译
时,我得到以下信息:COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/i686-pc-
linux
-
浏览 5
提问于2012-01-14
得票数 29
回答已采纳
1
回答
c11中的
g
++
编译
器宏
、
在我的centos7.0系统中,当我用
g
++ test.cpp -o
编译
代码时,输出是"is
linux
system“。使用
g
++ test.cpp -std=c++11 -o
编译
测试时,输出为"is not
linux
system“#include <iostream>int main(){ #ifdef
lin
浏览 2
提问于2016-10-11
得票数 0
1
回答
无法使用c++17对arm进行交叉
编译
、
、
、
、
我正在尝试为我的raspberry pi交叉
编译
c++14/c++17代码。我确信它在我的旧电脑上是有效的。但是,当我尝试在我的新pc上
编译
它时,它返回以下错误。$ arm-
linux
-gnueabihf-
g
++ main.cpp -std=c++17 arm-
linux
-gnueabihf-
g
++: error: unrecognized commandline option ‘-std=c++17’ 我以为是
编译
器的问题,我使用的
编译</e
浏览 166
提问于2020-10-14
得票数 0
回答已采纳
1
回答
无法定位包
g
++-arm-
linux
-androideabi
、
、
、
我有一个JNI模块,我正在尝试将
编译
与GitHub操作和org.codehaus.mojo:native-maven-plugin maven插件交叉
编译
,因此我编写了以下工作流程,然后添加了对接映像无法找到的包arm-
linux
-androideabi-
g
++的安装: name: Elaborate native module (${{ matrix.os+-aarch64-
linux
-gnu arm-
linux
-andro
浏览 8
提问于2022-07-20
得票数 1
回答已采纳
4
回答
如何让Qt项目文件(.pro)依赖于平台?
、
、
、
、
有没有办法根据Qt-Creator的操作系统来包含不同的库?#ifdef Q_WS_WIN#endif include(/home/user/myProject/myLybrary/my-lib.pri)我知道字符'#‘标识.pro文件中的注释。另一种选择是什么?
浏览 4
提问于2013-04-26
得票数 5
回答已采纳
1
回答
在windows
编译
器、cygwin和
linux
g
++之间使用
编译
库
、
、
、
如果我有一个基于动态链接库和.lib的
g
++
编译
器,我可以用我用cygwin windows
编译
的应用程序来链接它们吗?如果不能,它能在
linux
g
++库版本上工作吗?从windows
编译
器、cygwin
g
++和
linux
g
++生成的库是否可以交叉链接??
浏览 5
提问于2011-11-24
得票数 0
回答已采纳
1
回答
ARM
linux
交叉
编译
ncurses应用程序
、
、
、
我想从我的工作站(x86,
linux
)为ARM应用程序处理器交叉
编译
一个应用程序。首先,我为我的系统构建:gcc -
g
-Wall main.o -o myApplication -lncurses如果我想为arm建造这个arm-
linux
-gnueabi-gcc -<
浏览 3
提问于2016-01-15
得票数 0
回答已采纳
1
回答
Qt for Embedded
Linux
:运行./configure时出现错误
、
/arm-arago-
linux
-gnueabi/usr/share/qtopia/mkspecs/
linux
-
g
++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT/arm-arago-
linux
-gnueabi/usr/share/qtopia/mkspecs/
linux
-
g
++ -DHAVE_QCONFIG_CP
浏览 9
提问于2012-05-03
得票数 2
2
回答
源文件和
编译
文件的巨大大小
、
刚为debian jessie
编译
了mongodb,并且有很大的源文件。1,8
G
./mongodb-src-r3.0.5/build/
linux
2/normal/mongo/s 1,9
G
./mongodb-src-r3.0.5/build/
linux
2/normal&
浏览 2
提问于2015-08-01
得票数 0
1
回答
在eclipse中找不到bin/sh/ 1arm-
linux
-gnueabi-
g
++
、
、
、
我正在尝试与eclipse进行交叉
编译
。这方面的新手。我的问题是:这是我的截图:
浏览 18
提问于2014-04-25
得票数 0
1
回答
配置-device的所有Qt5配置之间有什么不同?
、
、
我遵循本教程:,以便为Raspberry pi3
编译
Qt5.7。我已经成功地
编译
和启动了示例,但是经过进一步的调查,我发现了这个目录中的其他设备配置:
linux
-rasp-pi-
g
++
linux
-rpi3-vc4-
g
++
浏览 7
提问于2016-12-19
得票数 0
1
回答
Ubuntu运行范围错误示例
、
、
当我试图运行时,我得到了这个错误: CMAKE_CXX_COMPILER: /usr/bin/arm-
linux
-gnueabihf-
g
++ is not a full path to an existing我已经安装了构建必需的&
g
++包。
浏览 0
提问于2016-01-15
得票数 1
回答已采纳
1
回答
使用配置文件生成makefile
、
、
、
、
我的
编译
器是arm-fsl-
linux
-gnueabi toochain。当我运行.如果检测到交叉
编译
器,则将使用交叉
编译
模式检查与BSD兼容的安装./usr/bin/install -c检查构建环境是否正常。-2011.12/tq-linaro-toolchain/bin/arm-fsl-
linux
-gnueabi-
g
++-gpp...不检查/home/tl/Desktop/opt
浏览 1
提问于2017-09-02
得票数 0
回答已采纳
1
回答
获取项目错误:无法运行
编译
器'
g
++‘。输出:
、
、
、
Project ERROR: Cannot run compiler '
g
++'. Output: The system cannot find the path specified.Project ERROR: Cannot run compiler '
g
++'.
浏览 108
提问于2020-12-27
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Linux 下源码编译安装 vim 8.1
交叉编译的Linux的头文件路径
Linux手动编译PHP7的扩展库
Scientific Linux 7.5 发布,重新编译的 RHEL
谷歌 Linux 内核开发者使用 macOS 编译 ARM64 Linux 内核
热门
标签
更多标签
云服务器
ICP备案
云直播
对象存储
腾讯会议
活动推荐
运营活动
广告
关闭
领券