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 on make in ubuntu 13.04 #10

Open
GoogleCodeExporter opened this issue Jun 4, 2015 · 1 comment
Open

Error on make in ubuntu 13.04 #10

GoogleCodeExporter opened this issue Jun 4, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi 

i just downloaded the source tar from site 
wget https://ulib.googlecode.com/files/ulib-2.0.1_src.tar.gz

i checked the checksum its correct.
i extracted the file and did make and i found following issue 
i am using Ubuntu 13.04 over Intel® Core™ i7-2630QM CPU @ 2.00GHz × 8 

below is the problem listed.


amey@axps:~/work/installables/ulib-svn$ make
make -C src/
make[1]: Entering directory `/home/amey/work/installables/ulib-svn/src'
make -C base/
make[2]: Entering directory `/home/amey/work/installables/ulib-svn/src/base'
-e   CC bitmap.c
-e   CC crypt_aes.c
-e   CC crypt_md5.c
-e   CC crypt_rc4.c
-e   CC crypt_sha1.c
-e   CC crypt_sha256.c
-e   CC hash_func.c
hash_func.c: In function ‘hash_ferm64’:
hash_func.c:92:3: error: impossible register constraint in ‘asm’
hash_func.c:114:1: error: impossible register constraint in ‘asm’
hash_func.c:106:3: error: impossible register constraint in ‘asm’
hash_func.c:114:1: error: impossible register constraint in ‘asm’
make[2]: *** [hash_func.o] Error 1
make[2]: Leaving directory `/home/amey/work/installables/ulib-svn/src/base'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/amey/work/installables/ulib-svn/src'
make: *** [all] Error 2

Original issue reported on code.google.com by [email protected] on 6 Apr 2014 at 11:12

@GoogleCodeExporter
Copy link
Author

FYI i am using the gcc 4.7

Original comment by [email protected] on 6 Apr 2014 at 11:14

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

No branches or pull requests

1 participant