Bitcoin Forum
June 14, 2024, 03:50:12 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QRK] Quark | Super secure hashing | CPU mining on: March 08, 2014, 02:36:11 AM

https://github.com/uncle-bob

for nearly a 30% improvement in hash rate


Sorry but I'm not sorry...make is failing on 32-bit Arch linux. Output:

Code:
% ./autogen.sh
./autogen.sh
configure.ac:13: installing './compile'
configure.ac:4: installing './config.guess'
configure.ac:4: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
Makefile.am:12: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am: installing './INSTALL'
Makefile.am: installing './depcomp'

% ./configure CFLAGS="-msse2 -O3"
./configure CFLAGS="-msse2 -O3"
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking dependency style of gcc -std=gnu99... gcc3
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... yes
checking for pthread_create in -lpthread... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.35.0
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: executing depfiles commands

% make          
make
make  all-recursive
make[1]: Entering directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer'
Making all in compat
make[2]: Entering directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer/compat'
make[3]: Entering directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer/compat'
make[2]: Leaving directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer/compat'
make[2]: Entering directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing     -msse2 -O3 -MT minerd-quark.o -MD -MP -MF .deps/minerd-quark.Tpo -c -o minerd-quark.o `test -f 'quark.c' || echo './'`quark.c
In file included from quark.c:12:0:
quark.c: In function ‘quarkhash’:
bmw.c:480:11: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
         h = final_b; \
           ^
quark.c:95:13: note: in expansion of macro ‘BMW_C’
             BMW_C;
             ^
quark.c:124:13: warning: right shift count >= width of type [enabled by default]
             JH_H;
             ^
quark.c:124:13: warning: right shift count >= width of type [enabled by default]
quark.c:124:13: warning: right shift count >= width of type [enabled by default]
quark.c:124:13: warning: right shift count >= width of type [enabled by default]
In file included from quark.c:21:0:
grso-asm.c: In function ‘grsoP1024ASM’:
grso-asm.c:6:3: error: unknown register name ‘%r15’ in ‘asm’
   asm (
   ^
grso-asm.c:6:3: error: unknown register name ‘%r14’ in ‘asm’
grso-asm.c:6:3: error: unknown register name ‘%r13’ in ‘asm’
grso-asm.c:6:3: error: unknown register name ‘%r12’ in ‘asm’
grso-asm.c:6:3: error: unknown register name ‘%r11’ in ‘asm’
grso-asm.c:6:3: error: unknown register name ‘%r10’ in ‘asm’
grso-asm.c:6:3: error: unknown register name ‘%r9’ in ‘asm’
grso-asm.c:6:3: error: unknown register name ‘%r8’ in ‘asm’
In file included from quark.c:21:0:
grso-asm.c: In function ‘grsoQ1024ASM’:
grso-asm.c:521:3: error: unknown register name ‘%r15’ in ‘asm’
   asm (
   ^
grso-asm.c:521:3: error: unknown register name ‘%r14’ in ‘asm’
grso-asm.c:521:3: error: unknown register name ‘%r13’ in ‘asm’
grso-asm.c:521:3: error: unknown register name ‘%r12’ in ‘asm’
grso-asm.c:521:3: error: unknown register name ‘%r11’ in ‘asm’
grso-asm.c:521:3: error: unknown register name ‘%r10’ in ‘asm’
grso-asm.c:521:3: error: unknown register name ‘%r9’ in ‘asm’
grso-asm.c:521:3: error: unknown register name ‘%r8’ in ‘asm’
Makefile:650: recipe for target 'minerd-quark.o' failed
make[2]: *** [minerd-quark.o] Error 1
make[2]: Leaving directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer'
Makefile:670: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer'
Makefile:363: recipe for target 'all' failed
make: *** [all] Error 2
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!