On 2011-10-26 22:36, Pedro Alves wrote: > Try, e.g., checking what does "grep ac_cv_target gdbserver/config.log" > and "grep ac_cv_host gdbserver/config.log" say. Thanks for your help. I just check the config.log, and found that: ac_cv_target = i386-pc-mingw32 ac_cv_host= i386-pc-mingw32 So, it looks like they are correct.