This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building GDB 7.3.92 with MinGW


On 2012-1-11 5:31, Tom Tromey wrote:
"Eli" == Eli Zaretskii<eliz@gnu.org> writes:

Eli> I normally keep the unstripped binary with the sources, but install Eli> stripped ones.

As a workaround you can

make install INSTALL_PROGRAM='install -s'

Tom

Yeah, this is a better way, I found install-strip does not work under mingw for a long time.
Here is what I did before:
make install
cd to installed_folder
strp *.exe

I keep the unstripped binary in the build tree, because I can debug it under MinGW, I'm not sure I can do this if I move the stripped version to some other place, maybe I need to adjust the source path.

asmwarrior
ollydbg from codeblocks' forum


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]