-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi
i just downloaded the source tar from site
wget http://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 ameyjad...@gmail.com on 6 Apr 2014 at 11:12
Reactions are currently unavailable