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]


> Date: Thu, 3 Nov 2005 17:35:31 -0800 (PST)
> From: Peter Choi <peter_tkchoi@yahoo.com>
> 
> 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

Why are you specifying --target=i386-linux if you're trying to build a
native gdb?

Mark


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