This is the mail archive of the gdb@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: Compilation of GDB6.3 [NEDD HELP]


On Thu, Nov 03, 2005 at 05:35:31PM -0800, Peter Choi wrote:
> Hi,
> 
>   I compiled GDB6.3 on i386-linux as follow:
>   From the source code directory (named gdb-6.3),  
>   cd ..
>   mkdir build-gdb
>   cd build-gdb 
>   ../gdb-6.3/configure --target=i386-linux
> --prefix=/home/pchoi/work/tools
>   make
>   make install
> 
>   Then I compile GDBserver on i386-linux as follow:
>   From the source code directory (named gdb-6.3),  
>   cd ..
>   mkdir build-gdbserver
>   cd build-gdbserver 
>   ../gdb-6.3/gdb/gdbserver/configure
> --target=i386-linux --prefix=/home/pchoi/work/tools
>   make
>   make install
>   
> 
>   Please advise whether it is correct to compile with
> multithread remote debugging support???

Did gdbserver get linked to libthread_db?  Check the build log.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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