惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Vulnerabilities – Threatpost
U
Unit 42
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
F
Full Disclosure
月光博客
月光博客
Engineering at Meta
Engineering at Meta
博客园_首页
The Register - Security
The Register - Security
G
Google Developers Blog
The Cloudflare Blog
博客园 - Franky
K
Kaspersky official blog
A
Arctic Wolf
Scott Helme
Scott Helme
C
Cisco Blogs
Hugging Face - Blog
Hugging Face - Blog
C
Check Point Blog
NISL@THU
NISL@THU
AI
AI
D
DataBreaches.Net
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
Project Zero
Project Zero
The GitHub Blog
The GitHub Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
Vercel News
Vercel News
T
Tor Project blog
P
Privacy International News Feed
D
Docker
I
Intezer
L
LangChain Blog
P
Proofpoint News Feed
Security Latest
Security Latest
C
CXSECURITY Database RSS Feed - CXSecurity.com
T
Threatpost
博客园 - 聂微东
AWS News Blog
AWS News Blog
Martin Fowler
Martin Fowler
P
Privacy & Cybersecurity Law Blog
V
V2EX
Last Week in AI
Last Week in AI
C
Cybersecurity and Infrastructure Security Agency CISA
The Hacker News
The Hacker News
T
Tenable Blog
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog

GCC

请问如何将 GCC 编译成一个独立的可执行文件? - V2EX GDB 程序崩溃没有效代码堆栈该怎么调试?要被折磨疯了 - V2EX 编译器是如何识别出 ++ 而不是两个加号的?是如何识别出前缀自增和后缀自增的? - V2EX 询问一个编译原理的问题: implicit declaration of function 'yyerror' is invalid in C99 - V2EX 哪位大神帮忙看一下代码有什么问题 - V2EX 影响Gcc编译速度的瓶颈在哪? - V2EX
genssource 编译过不去啊 - V2EX
johnsonshu · 2019-12-19 · via GCC

左边是错误,右边是代码。
我单纯就是下载了 gens 的 source,就编译一下啊。什么也没改。

gens_core/cpu/68k/cpu_68k.c:27:3: error: initializer element is not constant
{0xFF0000, 0xFFFFFF, (unsigned) &Ram_68k[0] - 0xFF0000},

struct STARSCREAM_PROGRAMREGION M68K_Fetch[] = {
{0x000000, 0x3FFFFF, (unsigned) 0x000000},
{0xFF0000, 0xFFFFFF, (unsigned) &Ram_68k[0] - 0xFF0000},
{0xF00000, 0xF0FFFF, (unsigned) &Ram_68k[0] - 0xF00000},
{0xEF0000, 0xEFFFFF, (unsigned) &Ram_68k[0] - 0xEF0000},
{-1, -1, (unsigned) NULL},
{-1, -1, (unsigned) NULL},
{-1, -1, (unsigned) NULL}
};

https://i.loli.net/2019/12/19/74oS8jfbBQuyRti.jpg