Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* How to compile a static gdb-server?
@ 2015-01-21  5:40 fei ding
  2015-01-21  5:59 ` Ofir Cohen
  2015-01-21 16:47 ` Stan Shebs
  0 siblings, 2 replies; 3+ messages in thread
From: fei ding @ 2015-01-21  5:40 UTC (permalink / raw)
  To: gdb

Hey guys:

I need to compile a static gdb-server, which LDFLAGS=-static in
makefile, but it fails like this:

gcc -shared -fPIC -Wl,--no-undefined -g -O2     -I. -I. -I./../common
-I./../regformats -I./.. -I./../../include -I./../gnulib/import
-Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement
-Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body
-DGDBSERVER \
    -static  -Wl,--dynamic-list=./proc-service.list -o
libinproctrace.so ax-ipa.o tracepoint-ipa.o format-ipa.o utils-ipa.o
regcache-ipa.o remote-utils-ipa.o common-utils-ipa.o tdesc-ipa.o
print-utils-ipa.o rsp-low-ipa.o amd64-linux-ipa.o linux-amd64-ipa.o
-ldl -pthread
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.6/crtbeginT.o: relocation
R_X86_64_32 against `__DTOR_END__' can not be used when making a
shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.6/crtbeginT.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [libinproctrace.so] Error 1


How can I make it?

Thanks a lot.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-21 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-21  5:40 How to compile a static gdb-server? fei ding
2015-01-21  5:59 ` Ofir Cohen
2015-01-21 16:47 ` Stan Shebs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox