gcc4

gcc4

文章 0 浏览 5

强制 GCC 4.x 将 -Wreturn-type 视为错误而不启用 -Werror?

假设我们有以下代码: #if !defined(__cplusplus) # error This file should be compiled as C++ #endif #include #include //#define USE_CXX_CLASS …

一场信仰旅途 2024-10-03 02:14:48 15 0

Mac 上的问题:“重新加载 asm 时无法在 BREG 类中找到寄存器”

我尝试将一些代码移植到 Mac OS X 上。 该程序使用“ttmath”库,一个头文件 big-num 头库。 这个库在windows和linux上都工作得很好,但是当我尝试在M…

抽个烟儿 2024-09-29 08:49:02 12 0

无匹配功能 - 专业签名隐藏通用?

我刚刚遇到了以下 C++ 编译器错误: no matching function for call "EPTDerivedException::HandleClass( BaseClass& )" candidates are: void EPTDer…

在你怀里撒娇 2024-09-28 10:08:22 9 0

意外的 const 引用行为

#include class A { public: A(){ cerr << "A Constructor" << endl; } ~A(){ cerr << "A Destructor" << endl; } A(const A &o){ cerr << "A Copy" <…

权谋诡计 2024-09-10 01:44:54 12 0

这种使用offsetof有​​什么问题吗?

我正在 MinGW GCC 4.4.0 中编译一些 c++ 代码,并收到以下形式的警告... warning: invalid access to non-static data member '' of NULL object warn…

神经暖 2024-09-07 14:46:45 13 0

-march=native 到底是做什么的?

Gentoo 维基告诉我以下内容: 警告:GCC 4.2 及更高版本支持 -march=本地。 -march=native 应用 -march 之外的其他设置, 特定于您的 CPU。除非你有 …

鸠书 2024-09-04 22:36:13 16 0

pow 不接受第二个参数作为 gcc 上的变量

pow 不接受第二个参数作为 gcc 上的变量 以下代码在 VC++10 上工作正常 // file test.cc #include "stdafx.h" #include #include int main(void) { do…

梦冥 2024-09-02 06:38:44 10 0

如何使用gcc 4.5?

http://gcc.gnu.org/install/binaries.html 此页面有二进制文件。哪一个适用于 Fedora?…

似狗非友 2024-09-02 00:49:40 14 0

为什么 gcc4 发出警告以及如何避免它

我有一个函数声明为: void event_add_card (EventAddr addr, EventType type, unsigned char card); 和 union typedef union EventData { float mone…

纵情客 2024-08-29 05:39:12 22 0

一些了解 GCC 源代码的指针

我是一名学生,致力于为多核处理器优化 GCC。我尝试查看源代码,但很难跟踪它,因为我需要在后端添加一些代码。任何人都可以建议一些好的资源来解释不…

人心善变 2024-08-25 23:00:19 22 0

与 gcc 链接时出错

我尝试编译此代码: #include #include using namespace std; #define ARRAY_TAM 2 typedef int (*operacion)(int, int); typedef const char* (*Pfch…

流殇 2024-08-15 16:21:35 12 0

默认情况下,GCC 4.3.3 中如何处理 C++ 风格的注释?

我在 Ubuntu 9.04 64 位上使用 GCC 4.3.3,并且在 C 代码中使用 C++ 风格的注释时出现错误。当我在标题中说“默认情况下”时,我的意思是简单地调用 g…

浮生面具三千个 2024-08-09 12:37:31 11 0

为官方 iPhone SDK 交叉编译基于 Autotools 的库

背景 我正在编写一个针对多种不同手机(包括 iPhone)的程序。该程序依赖于几个第三方库。我在为 iPhone 和 iPhone 模拟器交叉编译这些第三方库时遇到…

情绪失控 2024-08-08 10:11:01 12 0
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文