Search code examples
_Generic length-function fails when default: sizeof(x)/sizeof((x)[0])...


cgccsizeofpreprocessor-directive

Read More
When will a global variable export to the executable?...


c++gccdllconstructorlinker

Read More
How do I fix undefined reference to _imp__*?...


cgccdllmingw

Read More
Telling gcc directly to link a library statically...


gcclinkerstatic-librariesdynamic-linking

Read More
Why are so many LDR and STR instructions generated with this simple code?...


gccassemblyarmcompiler-optimizationcortex-m

Read More
Why C is fine with overwriting memory sometimes? Fatal glibc error: malloc assertion failure in sysm...


cgccmemoryprintfglibc

Read More
A lot of ./libtool eval unexpected EOF while looking for matching `"' during build native g...


gccg++

Read More
gcc-14.2.0/ld cannot find -lstdc++...


gccglibc

Read More
Global Offset Table .got and .got.plt must be zero-initialized for STM32 microcontroller...


cgcclinkerarmstm32

Read More
Why fwrite writes an excessive byte 00 at the first byte of file?...


cgcc

Read More
does new compilers turn the source code into a binary or do they just transpile and hand it over to ...


gcccompilationcompiler-constructioncompiled-language

Read More
Remove console window with SDL application...


cgccmingwsdl

Read More
Include assembly file in another assembly file...


gccassemblyinclude

Read More
ltrace doesn't work for Python compiled with --enable-shared...


pythongcclinkershared-librariesltrace

Read More
Compiler doesn't recognize __STATIC_INLINE...


cgcc

Read More
Macro: void value not ignored as it ought to be...


cgccmacrosc89

Read More
How can I get the _GLOBAL_OFFSET_TABLE_ address in my program?...


clinuxgccx86-64

Read More
arm-none-eabi toolchain compile from source...


gccarm

Read More
Cross-compiling libssh2 on Ubuntu...


linuxgcccross-compilinglibssh2

Read More
Linking against older symbol version in a .so file...


clinuxgcclinkerld

Read More
Bootloader Strategies for Dynamic Firmware Updates in Dual-Sector STM32...


cgcclinkerembeddedbootloader

Read More
How can I stop Apple’s compiler clang impersonating gcc?...


macosgcccompiler-errorsclanggforth

Read More
Different notes for uninitialized member inside a generic lambda in GCC 9 and GCC 10...


c++gcclambdainitializationcompiler-warnings

Read More
Evaluation of defined(x) in a `#pragma message` output string...


cgccc-preprocessor

Read More
Does GCC support C++20 std::format?...


c++gccstlc++20fmt

Read More
How to compile and run in one line on linux terminal?...


clinuxgccterminal

Read More
Why does AMD processor use sub instruction instead of xor to verify the stack canary?...


assemblygccx86xoramd-processor

Read More
Possibility of uninitialized use of b in if (!a) { b = get_b(); } if (a || b) { ... }...


cgccinitializationundefined-behavior

Read More
Are there known false positives issues with Valgrind?...


cdebugginggccprofilingvalgrind

Read More
8 bit int vs 32 bit int on a 32 bit architecture (GCC)...


cgccmemorytypescompiler-optimization

Read More
BackNext