This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: question in gdb
- From: M Ranga Swami Reddy <swamim at sankhya dot com>
- To: zouq <zouqiong at ict dot ac dot cn>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 24 May 2005 16:59:43 +0530 (IST)
- Subject: Re: question in gdb
Hi,
You can use target and host as shown below:
--target=mips64el-elf
--host=i686-pc-linux-gnu
Best Regards,
Swami
On Tue, 24 May 2005, zouq wrote:
> if i want gdb a program of mipsN32,
> should i confiure the gdb with target=mips64el-linux??
>
> or target=mipsel-linux is ok???
>
>