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]


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???

  Thank you for your attention.

Regards.
Peter Choi


--- Daniel Jacobowitz <drow@false.org> wrote:

> On Mon, Oct 31, 2005 at 07:11:24PM -0800, Peter Choi
> wrote:
> > Hi,
> > 
> >   I compile GDB6.3 from source code. But using
> this
> 
> On what target?  Using what configure command?
> 
> There's not enough information to help you, sorry.
> 
> -- 
> Daniel Jacobowitz
> CodeSourcery, LLC
> 



	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


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