public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* 64-bit mingw compiler doesn't
@ 2011-02-07 22:40 Daniel Colascione
  2011-02-08  1:51 ` JonY
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Colascione @ 2011-02-07 22:40 UTC (permalink / raw)
  To: cygwin

$ x86_64-w64-mingw32-g++ helloworld.cpp
/Users/dancol/AppData/Local/Temp/2/ccsQs1zP.s: Assembler messages:
/Users/dancol/AppData/Local/Temp/2/ccsQs1zP.s:10: Error: bad register
name `%rbp'
/Users/dancol/AppData/Local/Temp/2/ccsQs1zP.s:11: Error: bad register
name `%rsp'
/Users/dancol/AppData/Local/Temp/2/ccsQs1zP.s:12: Error: bad register
name `%rsp'
/Users/dancol/AppData/Local/Temp/2/ccsQs1zP.s:14: Error: bad register
name `%rip)'

$ cat helloworld.cpp
#include <stdio.h>
int main()
{
    printf("Hello, world!\n");
}

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: 64-bit mingw compiler doesn't
  2011-02-07 22:40 64-bit mingw compiler doesn't Daniel Colascione
@ 2011-02-08  1:51 ` JonY
  2011-02-08 10:52   ` Daniel Colascione
  2011-02-08 11:14   ` Csaba Raduly
  0 siblings, 2 replies; 7+ messages in thread
From: JonY @ 2011-02-08  1:51 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1003 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2/8/2011 06:40, Daniel Colascione wrote:
> $ x86_64-w64-mingw32-g++ helloworld.cpp
> /Users/dancol/AppData/Local/Temp/2/ccsQs1zP.s: Assembler messages:
> /Users/dancol/AppData/Local/Temp/2/ccsQs1zP.s:10: Error: bad register
> name `%rbp'
> /Users/dancol/AppData/Local/Temp/2/ccsQs1zP.s:11: Error: bad register
> name `%rsp'
> /Users/dancol/AppData/Local/Temp/2/ccsQs1zP.s:12: Error: bad register
> name `%rsp'
> /Users/dancol/AppData/Local/Temp/2/ccsQs1zP.s:14: Error: bad register
> name `%rip)'
> 
> $ cat helloworld.cpp
> #include <stdio.h>
> int main()
> {
>     printf("Hello, world!\n");
> }
> 

How did you install mingw64-x86_64? I am puzzled how this can happen,
looks like binutils wasn't installed properly.

Try adding -v for verbose output.



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (MingW32)

iEYEARECAAYFAk1QoYUACgkQp56AKe10wHfz6gCfd5FZKFay/QtrHnulIoD8CoIq
o88AoIDjAvXhwdDRD9pV8vFpoOvS+Vkn
=yFj7
-----END PGP SIGNATURE-----

[-- Attachment #2: 0xED74C077.asc --]
[-- Type: application/pgp-keys, Size: 1686 bytes --]

[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: 64-bit mingw compiler doesn't
  2011-02-08  1:51 ` JonY
@ 2011-02-08 10:52   ` Daniel Colascione
  2011-02-08 11:14   ` Csaba Raduly
  1 sibling, 0 replies; 7+ messages in thread
From: Daniel Colascione @ 2011-02-08 10:52 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 4160 bytes --]

On 2/7/11 5:51 PM, JonY wrote:
> How did you install mingw64-x86_64? I am puzzled how this can happen,
> looks like binutils wasn't installed properly.

I installed it via setup.exe.

> 
> Try adding -v for verbose output.
> 
> 
> 

$ x86_64-w64-mingw32-g++ -v helloworld.cpp
Using built-in specs.
COLLECT_GCC=x86_64-w64-mingw32-g++
COLLECT_LTO_WRAPPER=/bin/../lib/gcc/x86_64-w64-mingw32/4.5.1/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with:
/cygdrive/c/nnnew/gcc64/mingw64-x86_64-gcc-4.5.1-2/src/gcc-4.5.1/configure
--srcdir=/cygdrive/c/nnnew/gcc64/mingw64-x86_64-gcc-4.5.1-2/src/gcc-4.5.1 --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var
--sysconfdir=/etc --datarootdir=/usr/share
--docdir=/usr/share/doc/mingw64-x86_64-gcc -C --build=i686-pc-cygwin
--host=i686-pc-cygwin --target=x86_64-w64-mingw32
--with-sysroot=/usr/x86_64-w64-mingw32/sys-root
--with-build-sysroot=/usr/x86_64-w64-mingw32/sys-root --disable-multilib
--disable-win32-registry
--enable-languages=c,ada,c++,fortran,objc,obj-c++
--enable-fully-dynamic-strings --enable-libgomp --enable-sjlj-exceptions
--enable-version-specific-runtime-libs --with-dwarf2
--enable-decimal-float=bid --enable-lto
Thread model: win32
gcc version 4.5.1 (GCC)
COLLECT_GCC_OPTIONS='-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 /bin/../lib/gcc/x86_64-w64-mingw32/4.5.1/cc1plus.exe -quiet -v -iprefix
/bin/../lib/gcc/x86_64-w64-mingw32/4.5.1/ helloworld.cpp -quiet
-dumpbase helloworld.cpp -mtune=generic -march=x86-64 -auxbase
helloworld -version -o /tmp/ccE5z8Jw.s
GNU C++ (GCC) version 4.5.1 (x86_64-w64-mingw32)
	compiled by GNU C version 4.5.0, GMP version 4.3.1, MPFR version
2.4.1-p5, MPC version 0.8
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory
"/bin/../lib/gcc/x86_64-w64-mingw32/4.5.1/../../../../x86_64-w64-mingw32/include"
ignoring duplicate directory
"/bin/../lib/gcc/../../lib/gcc/x86_64-w64-mingw32/4.5.1/include/c++"
ignoring duplicate directory
"/bin/../lib/gcc/../../lib/gcc/x86_64-w64-mingw32/4.5.1/include/c++/x86_64-w64-mingw32"
ignoring duplicate directory
"/bin/../lib/gcc/../../lib/gcc/x86_64-w64-mingw32/4.5.1/include/c++/backward"
ignoring nonexistent directory
"/usr/x86_64-w64-mingw32/sys-root/usr/local/include"
ignoring duplicate directory
"/bin/../lib/gcc/../../lib/gcc/x86_64-w64-mingw32/4.5.1/include"
ignoring duplicate directory
"/bin/../lib/gcc/../../lib/gcc/x86_64-w64-mingw32/4.5.1/include-fixed"
ignoring nonexistent directory
"/bin/../lib/gcc/../../lib/gcc/x86_64-w64-mingw32/4.5.1/../../../../x86_64-w64-mingw32/include"
#include "..." search starts here:
#include <...> search starts here:
 /bin/../lib/gcc/x86_64-w64-mingw32/4.5.1/include/c++
 /bin/../lib/gcc/x86_64-w64-mingw32/4.5.1/include/c++/x86_64-w64-mingw32
 /bin/../lib/gcc/x86_64-w64-mingw32/4.5.1/include/c++/backward
 /bin/../lib/gcc/x86_64-w64-mingw32/4.5.1/include
 /bin/../lib/gcc/x86_64-w64-mingw32/4.5.1/include-fixed
 /usr/x86_64-w64-mingw32/sys-root/mingw/include
End of search list.
GNU C++ (GCC) version 4.5.1 (x86_64-w64-mingw32)
	compiled by GNU C version 4.5.0, GMP version 4.3.1, MPFR version
2.4.1-p5, MPC version 0.8
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 2f522003d5e9993b06ebbc8ca58f1e87
COLLECT_GCC_OPTIONS='-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 as -v -o /tmp/ccMeLSeA.o /tmp/ccE5z8Jw.s
GNU assembler version 2.20.51 (i686-cygwin) using BFD version (GNU
Binutils) 2.20.51.20100410
/tmp/ccE5z8Jw.s: Assembler messages:
/tmp/ccE5z8Jw.s:10: Error: bad register name `%rbp'
/tmp/ccE5z8Jw.s:11: Error: bad register name `%rsp'
/tmp/ccE5z8Jw.s:12: Error: bad register name `%rsp'
/tmp/ccE5z8Jw.s:14: Error: bad register name `%rip)'


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

* Re: 64-bit mingw compiler doesn't
  2011-02-08  1:51 ` JonY
  2011-02-08 10:52   ` Daniel Colascione
@ 2011-02-08 11:14   ` Csaba Raduly
  2011-02-08 11:35     ` JonY
  1 sibling, 1 reply; 7+ messages in thread
From: Csaba Raduly @ 2011-02-08 11:14 UTC (permalink / raw)
  To: cygwin

On Tue, Feb 8, 2011 at 2:51 AM, JonY  wrote:
>
> How did you install mingw64-x86_64? I am puzzled how this can happen,
> looks like binutils wasn't installed properly.

mingw64-x86_64-binutils is a separate package which also has to be
selected for installation. mingw64-x86_64-gcc has no dependency on
mingw64-x86_64-binutils.

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: 64-bit mingw compiler doesn't
  2011-02-08 11:14   ` Csaba Raduly
@ 2011-02-08 11:35     ` JonY
  2011-02-08 13:10       ` JonY
  0 siblings, 1 reply; 7+ messages in thread
From: JonY @ 2011-02-08 11:35 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 759 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2/8/2011 19:14, Csaba Raduly wrote:
> On Tue, Feb 8, 2011 at 2:51 AM, JonY  wrote:
>>
>> How did you install mingw64-x86_64? I am puzzled how this can happen,
>> looks like binutils wasn't installed properly.
> 
> mingw64-x86_64-binutils is a separate package which also has to be
> selected for installation. mingw64-x86_64-gcc has no dependency on
> mingw64-x86_64-binutils.
> 
> Csaba

I see this is a packaging problem, odd that it managed to make it pass
inspection. I will fix this in the next GCC release.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (MingW32)

iEYEARECAAYFAk1RJccACgkQp56AKe10wHf3hQCaAhbBKZlu6/08tw37tzPvq1eh
cNcAn2CNyGFZJHMptm1oAQOrBQe1C8+3
=YiMU
-----END PGP SIGNATURE-----

[-- Attachment #2: 0xED74C077.asc --]
[-- Type: application/pgp-keys, Size: 1686 bytes --]

[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: 64-bit mingw compiler doesn't
  2011-02-08 11:35     ` JonY
@ 2011-02-08 13:10       ` JonY
  2011-02-08 13:33         ` Csaba Raduly
  0 siblings, 1 reply; 7+ messages in thread
From: JonY @ 2011-02-08 13:10 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1091 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2/8/2011 19:15, JonY wrote:
> On 2/8/2011 19:14, Csaba Raduly wrote:
>> On Tue, Feb 8, 2011 at 2:51 AM, JonY  wrote:
>>>
>>> How did you install mingw64-x86_64? I am puzzled how this can happen,
>>> looks like binutils wasn't installed properly.
> 
>> mingw64-x86_64-binutils is a separate package which also has to be
>> selected for installation. mingw64-x86_64-gcc has no dependency on
>> mingw64-x86_64-binutils.
> 
>> Csaba
> 
> I see this is a packaging problem, odd that it managed to make it pass
> inspection. I will fix this in the next GCC release.

Csaba:
After double checking, I see mingw64-x86_64-binutils as a requirement of
mingw64-x86_64-gcc-core. This should install binutils when you install
mingw-w64 gcc. Can you confirm that its not installed at all?

Daniel:
Can you check if you have mingw64-x86_64-binutils installed?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (MingW32)

iEYEARECAAYFAk1RPAkACgkQp56AKe10wHd1hgCfSjdUGHFEt8eloEwbkSiDCmFD
aAIAn0F7SXtLGnV7omdBX6XHke7gcSin
=jFbS
-----END PGP SIGNATURE-----

[-- Attachment #2: 0xED74C077.asc --]
[-- Type: application/pgp-keys, Size: 1686 bytes --]

[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: 64-bit mingw compiler doesn't
  2011-02-08 13:10       ` JonY
@ 2011-02-08 13:33         ` Csaba Raduly
  0 siblings, 0 replies; 7+ messages in thread
From: Csaba Raduly @ 2011-02-08 13:33 UTC (permalink / raw)
  To: cygwin

On Tue, Feb 8, 2011 at 1:50 PM, JonY  wrote:
>
> Csaba:
> After double checking, I see mingw64-x86_64-binutils as a requirement of
> mingw64-x86_64-gcc-core. This should install binutils when you install
> mingw-w64 gcc. Can you confirm that its not installed at all?
>

Whoops, my bad. I selected mingw64-x86_64-gcc instead of
mingw64-x86_64-gcc-core, thinking it was some sort of umbrella
package, failing to notice the "(source)" in the description.

mingw64-x86_64-gcc-core does indeed depend on mingw64-x86_64-binutils.

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2011-02-08 13:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-07 22:40 64-bit mingw compiler doesn't Daniel Colascione
2011-02-08  1:51 ` JonY
2011-02-08 10:52   ` Daniel Colascione
2011-02-08 11:14   ` Csaba Raduly
2011-02-08 11:35     ` JonY
2011-02-08 13:10       ` JonY
2011-02-08 13:33         ` Csaba Raduly

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).