public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Error building gcc-5.* with threads=win32
@ 2015-08-01  8:32 niXman
  2015-08-02 11:37 ` niXman
  2015-08-03 15:51 ` Jonathan Wakely
  0 siblings, 2 replies; 11+ messages in thread
From: niXman @ 2015-08-01  8:32 UTC (permalink / raw)
  To: gcc-help


Hi,

I have successfully built gcc-4.8.*/4.9.* as MinGW-w64 with 
--enable-threads=win32 but I can't build gcc-5.* with the same options.
Error occurs when building libatomic on stage 3.

If I change the '--enable-threads=win32' option on 
'--enable-threads=posix' then it builds successfully.


configure: error: in 
`/c/mingw520/i686-520-win32-sjlj-rt_v4-rev0/build/gcc-5.2.0/i686-w64-mingw32/64/libatomic':
configure: error: C compiler cannot create executables
See `config.log' for more details.


libatomic/config.log:
configure:3566: checking for C compiler default output file name
configure:3588: 
/c/mingw520/i686-520-win32-sjlj-rt_v4-rev0/build/gcc-5.2.0/./gcc/xgcc 
-B/c/mingw520/i686-520-win32-sjlj-rt_v4-rev0/build/gcc-5.2.0/./gcc/ 
-L/mingw32/i686-w64-mingw32/lib -L/mingw32/mingw/lib -isystem 
/mingw32/i686-w64-mingw32/include -isystem /mingw32/mingw/include 
-B/mingw32/i686-w64-mingw32/bin/ -B/mingw32/i686-w64-mingw32/lib/ 
-isystem /mingw32/i686-w64-mingw32/include -isystem 
/mingw32/i686-w64-mingw32/sys-include  -m64 -g -O2 -pipe 
-I/c/mingw520/i686-520-win32-sjlj-rt_v4-rev0/mingw32/opt/include 
-I/c/mingw520/prerequisites/i686-zlib-static/include 
-I/c/mingw520/prerequisites/i686-w64-mingw32-static/include 
-fno-sync-libcalls  -march=i486 -mtune=i686 -fomit-frame-pointer   
conftest.c  >&5
conftest.c:1:0: error: CPU you selected does not support x86-64 
instruction set

As you can see here are simultaneously used the '-m64 -march=i486 
-mtune=i686' options.


Question is, why and how can I fix it?

Thanks.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-08-27 11:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-01  8:32 Error building gcc-5.* with threads=win32 niXman
2015-08-02 11:37 ` niXman
2015-08-03 11:31   ` niXman
2015-08-03 15:51 ` Jonathan Wakely
2015-08-03 18:42   ` niXman
2015-08-04  9:28     ` Jonathan Wakely
2015-08-04  9:31       ` Jonathan Wakely
2015-08-23  9:39       ` niXman
2015-08-25 18:07         ` niXman
2015-08-27 11:42           ` niXman
2015-08-27 11:52             ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).