英文: GCC App Engine standard enviroment in Django memory usage fails 问题 I am experiencing a memory pr...
Is it possible to use ARM compiler version 4.9.3 to compile code for newer ARM MCUs such as nRF52840 or STM32WB series?
英文: Is it possible to use ARM compiler version 4.9.3 to compile code for newer ARM MCUs such as nRF5...
如何在x64系统上将C代码编译为32位。
英文: How to compile a c code as 32 bit on x64 system 问题 我正在尝试在一台x64机器上将C代码编译为32位,使用命令gcc -m32。但我遇到了以下...
Segmentation fault在gcc -O中发生。
英文: Segmentation fault occurs in gcc -O 问题 我写了这段代码来返回.txt文件中出现频率最高的前n个单词: #include <stdio.h> #...
配置过程中出现错误:C编译器无法创建可执行文件(Concorde TSP)
英文: Error during configuration: C compiler cannot create executables (Concorde TSP) 问题 I'm currently...
如何专门排除将libgcc函数放入闪存中?
英文: How can I specifically exclude a libgcc function from being placed in flash memory? 问题 我想将libgcc...
GCC编译器产生错误:在CLang编译器中,成员函数的使用无效。
英文: GCC compiler produces error: invalid use of member function while CLang compiler does NOT 问题 在主函...
机器在启动自己的操作系统时重新启动。
英文: The machine restarts when it starts its own OS 问题 I am developing my OS from scratch on C. I hav...
我代码的输出一直是无穷大。
英文: i keep getting infinity as an output in my code 问题 I wrote this code that uses the zeta function...
memcpy在AARCH64上产生未对齐的数据异常,是ARM GNU工具链或newlibc的错误吗?
英文: memcpy on AARCH64 yielding unaligned Data Abort Exception, ARM GNU Toolchain or newlibc Bug? 问题 ...
14