On 4/11/2012 9:12 AM, rajeshwari b wrote:
*snip*
> e:/mingw32_64/bin/../lib/gcc/x86_64-w64-mingw32/4.6.1/../../../../x86_64-w64-min
>
>
> gw32/bin/ld.exe: i386:x86-64 architecture of input file
> `minimal_sample_rc.o' is
> incompatible with i386 output
> collect2: ld returned 1 exit status
> ma
Hi,
When buildling MinGW, are shown more than a thousand of such warnings.
Tell me please, does it happen just to me? Or it happens to the others
who build MinGW, too?
How to fix or suppress that specific warning?
Thanks!
--
Regards,
niXman
--
Hi William,
2012/4/11 William :
> Hello,
>
> I was wondering : I saw this webpage, about a gcc x86_64 cross compiler :
> http://wiki.osdev.org/GCC_Cross-Compiler_for_x86_64
> What is the difference with mingw-w64 ?
It is an ELF x86_64 abi (means 64-bit linux) compiler.
> Does mingw-w64 uses it ?
O
Hello,
I was wondering : I saw this webpage, about a gcc x86_64 cross compiler :
http://wiki.osdev.org/GCC_Cross-Compiler_for_x86_64
What is the difference with mingw-w64 ?
Does mingw-w64 uses it ?
By the way, I have started to modify mingw-cross-env to use mingw-w64
instead of mingw.org. Mingw-
Hi all,
John, Thanks for your suggestions. I gave the following command from Msys
shell,
$ ../configure --build=i686-pc-mingw32 --host=i686-w64-mingw32
--target=i686-w6
4-mingw32 --disable-shared --disable-threads --with-msw --enable-unicode
expor
t CXXFLAGS="-m32 -Wno-error=switch" export CPPFLAG