qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1179664] [NEW] migration.c:293: undefined reference to `__sync_val_compare_and_swap_4'
@ 2013-05-13 20:46 therock247uk
  2013-05-14  7:37 ` Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: therock247uk @ 2013-05-13 20:46 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

latest git qemu error i get on compiling with mingw

  LINK  i386-softmmu/qemu-system-i386w.exe
../migration.o: In function `migrate_finish_set_state':
C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
 `__sync_val_compare_and_swap_4'
C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
 `__sync_val_compare_and_swap_4'
C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
 `__sync_val_compare_and_swap_4'
collect2.exe: error: ld returned 1 exit status
make[1]: *** [qemu-system-i386w.exe] Error 1
make: *** [subdir-i386-softmmu] Error 2

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1179664

Title:
  migration.c:293: undefined reference to
  `__sync_val_compare_and_swap_4'

Status in QEMU:
  New

Bug description:
  latest git qemu error i get on compiling with mingw

    LINK  i386-softmmu/qemu-system-i386w.exe
  ../migration.o: In function `migrate_finish_set_state':
  C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
   `__sync_val_compare_and_swap_4'
  C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
   `__sync_val_compare_and_swap_4'
  C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
   `__sync_val_compare_and_swap_4'
  collect2.exe: error: ld returned 1 exit status
  make[1]: *** [qemu-system-i386w.exe] Error 1
  make: *** [subdir-i386-softmmu] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1179664/+subscriptions

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

* Re: [Qemu-devel] [Bug 1179664] [NEW] migration.c:293: undefined reference to `__sync_val_compare_and_swap_4'
  2013-05-13 20:46 [Qemu-devel] [Bug 1179664] [NEW] migration.c:293: undefined reference to `__sync_val_compare_and_swap_4' therock247uk
@ 2013-05-14  7:37 ` Stefan Hajnoczi
  2013-05-14  9:36   ` Paolo Bonzini
  2013-05-14 16:29 ` [Qemu-devel] [Bug 1179664] " therock247uk
  2016-10-19 16:18 ` T. Huth
  2 siblings, 1 reply; 5+ messages in thread
From: Stefan Hajnoczi @ 2013-05-14  7:37 UTC (permalink / raw)
  To: Bug 1179664; +Cc: qemu-devel

On Mon, May 13, 2013 at 08:46:27PM -0000, therock247uk wrote:
> Public bug reported:
> 
> latest git qemu error i get on compiling with mingw
> 
>   LINK  i386-softmmu/qemu-system-i386w.exe
> ../migration.o: In function `migrate_finish_set_state':
> C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
>  `__sync_val_compare_and_swap_4'
> C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
>  `__sync_val_compare_and_swap_4'
> C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
>  `__sync_val_compare_and_swap_4'
> collect2.exe: error: ld returned 1 exit status
> make[1]: *** [qemu-system-i386w.exe] Error 1
> make: *** [subdir-i386-softmmu] Error 2

Please post your gcc version:

  $ gcc --version

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

* Re: [Qemu-devel] [Bug 1179664] [NEW] migration.c:293: undefined reference to `__sync_val_compare_and_swap_4'
  2013-05-14  7:37 ` Stefan Hajnoczi
@ 2013-05-14  9:36   ` Paolo Bonzini
  0 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2013-05-14  9:36 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: Bug 1179664, qemu-devel

Il 14/05/2013 09:37, Stefan Hajnoczi ha scritto:
> On Mon, May 13, 2013 at 08:46:27PM -0000, therock247uk wrote:
>> Public bug reported:
>>
>> latest git qemu error i get on compiling with mingw
>>
>>   LINK  i386-softmmu/qemu-system-i386w.exe
>> ../migration.o: In function `migrate_finish_set_state':
>> C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
>>  `__sync_val_compare_and_swap_4'
>> C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
>>  `__sync_val_compare_and_swap_4'
>> C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
>>  `__sync_val_compare_and_swap_4'
>> collect2.exe: error: ld returned 1 exit status
>> make[1]: *** [qemu-system-i386w.exe] Error 1
>> make: *** [subdir-i386-softmmu] Error 2
> 
> Please post your gcc version:
> 
>   $ gcc --version
> 
> 

Stefan Weil has a patch for this, I'll ping it.

Paolo

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

* [Qemu-devel] [Bug 1179664] Re: migration.c:293: undefined reference to `__sync_val_compare_and_swap_4'
  2013-05-13 20:46 [Qemu-devel] [Bug 1179664] [NEW] migration.c:293: undefined reference to `__sync_val_compare_and_swap_4' therock247uk
  2013-05-14  7:37 ` Stefan Hajnoczi
@ 2013-05-14 16:29 ` therock247uk
  2016-10-19 16:18 ` T. Huth
  2 siblings, 0 replies; 5+ messages in thread
From: therock247uk @ 2013-05-14 16:29 UTC (permalink / raw)
  To: qemu-devel

therock247uk@dell-PC ~
$ gcc --version
gcc.exe (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


therock247uk@dell-PC ~
$

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1179664

Title:
  migration.c:293: undefined reference to
  `__sync_val_compare_and_swap_4'

Status in QEMU:
  New

Bug description:
  latest git qemu error i get on compiling with mingw

    LINK  i386-softmmu/qemu-system-i386w.exe
  ../migration.o: In function `migrate_finish_set_state':
  C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
   `__sync_val_compare_and_swap_4'
  C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
   `__sync_val_compare_and_swap_4'
  C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
   `__sync_val_compare_and_swap_4'
  collect2.exe: error: ld returned 1 exit status
  make[1]: *** [qemu-system-i386w.exe] Error 1
  make: *** [subdir-i386-softmmu] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1179664/+subscriptions

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

* [Qemu-devel] [Bug 1179664] Re: migration.c:293: undefined reference to `__sync_val_compare_and_swap_4'
  2013-05-13 20:46 [Qemu-devel] [Bug 1179664] [NEW] migration.c:293: undefined reference to `__sync_val_compare_and_swap_4' therock247uk
  2013-05-14  7:37 ` Stefan Hajnoczi
  2013-05-14 16:29 ` [Qemu-devel] [Bug 1179664] " therock247uk
@ 2016-10-19 16:18 ` T. Huth
  2 siblings, 0 replies; 5+ messages in thread
From: T. Huth @ 2016-10-19 16:18 UTC (permalink / raw)
  To: qemu-devel

I assume this had been fixed by this commit here:
http://git.qemu.org/?p=qemu.git;a=commitdiff;h=1405b6290fa2143e02dce -
so I'm closing this ticket now. If you still hit the problem with the
latest version of QEMU, please feel free to open this ticket again.

** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1179664

Title:
  migration.c:293: undefined reference to
  `__sync_val_compare_and_swap_4'

Status in QEMU:
  Fix Released

Bug description:
  latest git qemu error i get on compiling with mingw

    LINK  i386-softmmu/qemu-system-i386w.exe
  ../migration.o: In function `migrate_finish_set_state':
  C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
   `__sync_val_compare_and_swap_4'
  C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
   `__sync_val_compare_and_swap_4'
  C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
   `__sync_val_compare_and_swap_4'
  collect2.exe: error: ld returned 1 exit status
  make[1]: *** [qemu-system-i386w.exe] Error 1
  make: *** [subdir-i386-softmmu] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1179664/+subscriptions

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

end of thread, other threads:[~2016-10-19 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 20:46 [Qemu-devel] [Bug 1179664] [NEW] migration.c:293: undefined reference to `__sync_val_compare_and_swap_4' therock247uk
2013-05-14  7:37 ` Stefan Hajnoczi
2013-05-14  9:36   ` Paolo Bonzini
2013-05-14 16:29 ` [Qemu-devel] [Bug 1179664] " therock247uk
2016-10-19 16:18 ` T. Huth

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 NNTP newsgroup(s).