Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling darkcoin-cpuminer-1.2c: SSE2 instruction set / unknown register name #8

Open
marianoju opened this issue Oct 2, 2014 · 1 comment

Comments

@marianoju
Copy link

I am trying to compile darkcoin-cpuminer-1.2c on Ubuntu 14.04 following the instructions as published at ubuntuforums for a processor not supporting the AES-NI instruction set.

I am getting a series of errors during make (step 5), starting with:

error "SSE2 instruction set not enabled"

See askubuntu for someone with the same problem on a Xubuntu 10.04 32 bit.

I enabled SSE2 as follows:

$ ./configure CFLAGS="-O3 -msse2"

configure then finishes without error.

But make produces (among others):

x6/grso-asm.c:6:3: error: unknown register name ‘%r15’ in ‘asm’

As seen at bitcointalk.

See pastebin for full log.

@Zouuup
Copy link

Zouuup commented Jan 16, 2015

bump!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants