ld
GNU ld removes section
I\'m writing a boot script for an ARM-Cortex M3 based device. If I compile the assembler boot script and the C application code and then combine the object files and transfer them to my device everyth[详细]
2022-12-27 11:25 分类:问答Unknown linking error [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2022-12-23 12:00 分类:问答Convert a Static Library to a Shared Library (create libsome.so from libsome.a): where's my symbols?
the title of this question is an exact dupe, but the answers in that question don\'t help me. I have a bunch of object files packed in开发者_开发问答 a static library:[详细]
2022-12-18 19:50 分类:问答solaris elfedit: Is there something similar for linux ? (a shared library editor)?
Linux: It there a way to edit a compiled shared library ? specifically I am searching on how toadd the DT_SYMBOLIC flag on an already compiled binary shared library?[详细]
2022-12-18 13:08 分类:问答Implicit Declaration Of Function
I\'ve just organized my code by using headers, but just as I\'ve done this, I got a warning that turned into an error when linking.[详细]
2022-12-18 00:29 分类:问答Mono 'asmonly' option
I created a simple mono executable using MonoDevelop that prints \"hello world\". I wanted to try the AOT \'asmonly\' option. So:[详细]
2022-12-16 20:17 分类:问答Relink a shared library to a different version of libc
I have a linux shared library (.so) compiled with a specific version of libc (GLIBC2.4) 开发者_StackOverflowand I need to use it on a system with different version of libc. I do not have sources for t[详细]
2022-12-16 06:46 分类:问答python-config ldflags on mac
I have a problem with python-config --ldflags on OS X 10.6.2. Using my non-system python.org python install:[详细]
2022-12-14 14:36 分类:问答Linking in Xcode
How do I make Xcode link object files properly? The file containing \"main\" and all the dependencies compile properly (and I can easily link them in the command line to generate the executable). How[详细]
2022-12-13 06:52 分类:问答Reason and solution for error -"/usr/bin/ld: cannot find -levent "?
While compiling my program which is using libevent library I am using gcc option -levent. But I am getting this error -[详细]
2022-12-11 09:30 分类:问答