[Solved] Configure: error: invalid value of canonical target

Hi Everyone,

I am trying to connect GDB-7.5.50-1 to the target but I am getting an error

configure: error: invalid value of canonical target 

.In addition I gave the command

 ./configure --target=xyz --build= xyz --host=xyz.

Furthemore the host and the build system are compeletly running but the only problem with target. I am using cygwin.

So if anyone has some suggestion then please post it...

Thanks
Heeka

---------- Post updated at 01:59 PM ---------- Previous update was at 12:47 PM ----------

Hi all,

luckly, I found the solution of the problem so you don't need to reply for this post....

by using --with-target-subdir instead of --target......

thanks...