This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

gdbserver for mipsel-linux-uclibc target, disable thread support


I am trying to cross compile gdbserver for 
use on a mipsel linux target.It will not include
thread debugging because it cant find 
libthread_db. 

I see that /usr/local/mipsel-linux-uclibc/lib
does not contain libthread_db but it does have
libpthread. 

Any any thoughts?

Thanks,
Tim


# CC=mipsel-uclibc-gcc
../gdb-6.0/gdb/gdbserver/configure -
-host=mipsel-linux
--prefix=/usr/local/mipsel-linux-uclibc

loading cache ./config.cache
checking for gcc... mipsel-uclibc-gcc
checking whether the C compiler (mipsel-uclibc-gcc  )
works... yes
checking whether the C compiler (mipsel-uclibc-gcc  )
is a cross-compiler... yes
checking whether we are using GNU C... yes
checking whether mipsel-uclibc-gcc accepts -g... yes
checking host system type... mipsel-unknown-linux-gnu
checking target system type...
mipsel-unknown-linux-gnu
checking build system type... mipsel-unknown-linux-gnu
checking for a BSD compatible install...
/usr/bin/install -c
checking how to run the C preprocessor...
mipsel-uclibc-gcc -E
checking for ANSI C header files... yes
checking for sgtty.h... yes
checking for termio.h... yes
checking for termios.h... yes
checking for sys/reg.h... no
checking for string.h... yes
checking for proc_service.h... no
checking for sys/procfs.h... yes
checking for thread_db.h... yes
checking for linux/elf.h... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking whether strerror must be declared... no
checking for lwpid_t in sys/procfs.h... yes
checking for psaddr_t in sys/procfs.h... yes
checking for prgregset_t in sys/procfs.h... yes
checking for prfpregset_t in sys/procfs.h... yes
checking whether prfpregset_t type is broken... yes
checking for elf_fpregset_t in sys/procfs.h... yes
checking for libthread_db... no
configure: warning: Could not find libthread_db.
configure: warning: Disabling thread support in
gdbserver.
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h



	
		
__________________________________
Do you Yahoo!?
Yahoo! Domains ? Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer 

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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