Search code examples
`gcc -undef` leads to `cannot find entry symbol _start`; defaulting to x...

cgccld

Read More
What does "collect2: error: ld returned 1 exit status" mean?...

ccompiler-errorslinkerlinker-errorsld

Read More
what is the difference between ranlib, ar, and ld for making libraries...

linkerldunix-ar

Read More
What's the difference between `-rpath-link` and `-L`?...

linkerldgold-linkerbfdlld

Read More
GNU Linker: ELF has a LOAD segment with RWX permissions. Embedded ARM project...

ldbinutilsarm-none-eabi-gcc

Read More
What does the --audit flag to GNU ld do?...

linuxshared-librariesldglibcelf

Read More
symbols not found in static library even though they are there...

linkerstatic-librarieslinker-errorssymbolsld

Read More
Why does Ubuntu's linker use --as-needed by default?...

ubuntushared-librariesld

Read More
How to force linkage to older libc `fcntl` instead of `fcntl64`?...

cldvariadic-functionsglibcfcntl

Read More
CPU dependent code: how to avoid function pointers?...

carmcpuldelf

Read More
How to reduce dynamic library loading time?...

linuxshared-librarieslddynamic-linking

Read More
ALIGN in Linker Scripts...

linkerldlinker-scripts

Read More
How can I compile a library archive with a source code file with gcc?...

cgccldunix-ar

Read More
Statically include libc in c++ program with gcc without using -static option...

c++gcclddynamic-linking

Read More
How do I properly link the Google Protocol Buffers library with my application at compilation?...

gccprotocol-buffersldlinker-flagsabseil

Read More
Use gcc On ELKS...

gccembeddedlddevice-emulation

Read More
g++ links library ld doesn't...

c++g++ld

Read More
Why does the .data.rel.ro section takes so much space in my executable?...

clinuxgccldelf

Read More
gcc 11 on Ubuntu 22.02 not linking library constructors...

linuxgcclinkerldlinker-flags

Read More
Why GNU `ld` has different output from NASM vs GAS `.o` files using equivalent sources?...

linuxnasmldelf

Read More
What is the difference between crtbegin.o, crtbeginT.o and crtbeginS.o?...

c++linuxlinkerldcrt

Read More
How to load a program in memory at a different address than it is intended for?...

clinuxlinkerld

Read More
Why is necessary to provide path to the library if ldconfig is used?...

linuxqtlinkerldqmake

Read More
Linking troubles in C...

cgcclinkerld

Read More
How to export a symbol to a shared library in nasm?...

gccshared-librariesnasmsymbolsld

Read More
combine two GCC compiled .o object files into a third .o file...

gcclinkerldobject-files

Read More
Is there a linker flag to force it to load all shared libraries at start time?...

linuxlinkerldlibc

Read More
Override symbols in non-dynamic sections of dynamically linked executable...

linuxgcclinkerldelf

Read More
Clang/LD function demangling?...

ioslinkerclangldname-mangling

Read More
Error with libnftnl on Ubuntu 20.04. /usr/bin/ld: cannot find -lnftnl...

clinuxgccld

Read More
BackNext