I would like to call _dl_open function from ld-2.13.so. I get the offset of this function from objdump and then I add it to library beginning address in order to get function address. Then I attach to
Ok, this is the situation: I\'m trying to use some older software: works fine on Ubuntu Lucid, fails on Natty.
Here\'s a different one from the usual confusion over duplicate symbol errors... :-) I\'m working on some legacy Mac code in an Xcode project that has the same global, \"trace\", defined in several d
I have 2 targets in XCode, an executable containing class Record like class Record { public: const char * getFirstName() const;
Is there a flag to pass into the linker which will NOT include each file\'s timestamp in the library.a output?
I\'m getting an error when trying to link an object file: $ g++ -o intro intro.o -L -Wl,-rpath-link-lnotes -lm -lnsl -lpthread -lc -lresolv -ldl
Background: At work I\'m used to working on Solaris 10. We have sysadmins who know what they\'re doing and can help out if required.
I\'m looking for a way to load generated object code directly from memory. I understand that if I write it to a file, I can call dlopen to dynamically load its symbols and link them.However, this see
I am trying to replace my default arm-eabi-ld with installed from binutils-gold ld, however during linking I have got
I get the following error: ld: duplicate symbol _TTCreateNonRetainingArray in /Users/macuser/Dropbox/DFJ/three20/Build/Products/Debug-iphoneos/libThree20Core.a(TTGlobalCore.o)