锣鼓特性
  • 板块灌水区
  • 楼主RwenProgramming
  • 当前回复2
  • 已保存回复2
  • 发布时间2024/12/6 21:06
  • 上次更新2024/12/6 21:11:12
查看原帖
锣鼓特性
1005366
RwenProgramming楼主2024/12/6 21:06

数组开太大时会报错
如:

int a[INT_MAX - 1];

会报错:

No valid executable file was produced by the compiler
./cctVWv07.o: in function `_GLOBAL__sub_I_src':
src:(.text.startup+0xc7): relocation truncated to fit: R_X86_64_PC32 against `.bss'
src:(.text.startup+0xe1): relocation truncated to fit: R_X86_64_PC32 against `.bss'
collect2: 错误:ld 返回 1
2024/12/6 21:06
加载中...