tags:

views:

56

answers:

1

I have installed MinGW cross compiler in Linux , but i'm not able to create i386mingw32msvc-g++ because of which i'm not able to cross compile my cpp application.what has to be done to create it. in /usr/local/cross-tools/bin i've all these executables i386-mingw32-addr2line, i386-mingw32-ar, i386-mingw32-as, i386-mingw32-gcc, i386-mingw32-gcc-3.4.2, i386-mingw32-gccbug, i386-mingw32-c++filt, i386-mingw32-cpp, i386-mingw32-size... etc... but not i386mingw32msvc-g++ :( pls help me how to create it in bin ....

A: 

Just use i386-mingw32-g++ & friends as i386-mingw32msvc-g++ etc - e.g. alias. They are for all intent and purpose the same thing.