You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I am trying to build XOmb in ubuntu 12.04. I have done buildtools part. When i am running xomb/build.sh inside folder it is giving me following error.
../../libos/libdeepmajik/threadscheduler.d(442): Error: unknown opcode 'cmpxchg16b'
../../user/environment.d(373): Error: function expected before (), not __error of type int
../../user/environment.d(391): Error: function expected before (), not __error of type int
../../user/environment.d(441): Error: function expected before (), not __error of type int
make: *** [syscall.a] Error 1
can you please help me.
The text was updated successfully, but these errors were encountered:
The architecture you have shouldn't matter as it should be building for a target architecture that does have the instruction. Although, an i7 should have it as well. Regardless, the compiler should not report this. Can you report your LDC version?
Hi all, I am trying to build XOmb in ubuntu 12.04. I have done buildtools part. When i am running xomb/build.sh inside folder it is giving me following error.
../../libos/libdeepmajik/threadscheduler.d(442): Error: unknown opcode 'cmpxchg16b'
../../user/environment.d(373): Error: function expected before (), not __error of type int
../../user/environment.d(391): Error: function expected before (), not __error of type int
../../user/environment.d(441): Error: function expected before (), not __error of type int
make: *** [syscall.a] Error 1
can you please help me.
The text was updated successfully, but these errors were encountered: