Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/gmp-4.3.2$ make
- cc `test -f 'gen-fac_ui.c' || echo './'`gen-fac_ui.c -o gen-fac_ui
- ./gen-fac_ui 32 0 >mpz/fac_ui.h || (rm -f mpz/fac_ui.h; exit 1)
- cc `test -f 'gen-fib.c' || echo './'`gen-fib.c -o gen-fib
- ./gen-fib header 32 0 >fib_table.h || (rm -f fib_table.h; exit 1)
- ./gen-fib table 32 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1)
- cc `test -f 'gen-bases.c' || echo './'`gen-bases.c -o gen-bases -lm
- ./gen-bases header 32 0 >mp_bases.h || (rm -f mp_bases.h; exit 1)
- ./gen-bases table 32 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1)
- cc `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr -lm
- ./gen-psqr 32 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)
- make all-recursive
- make[1]: Entering directory '/home/user/gmp-4.3.2'
- Making all in tests
- make[2]: Entering directory '/home/user/gmp-4.3.2/tests'
- Making all in .
- make[3]: Entering directory '/home/user/gmp-4.3.2/tests'
- make[3]: Nothing to be done for 'all-am'.
- make[3]: Leaving directory '/home/user/gmp-4.3.2/tests'
- Making all in devel
- make[3]: Entering directory '/home/user/gmp-4.3.2/tests/devel'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/devel'
- Making all in mpn
- make[3]: Entering directory '/home/user/gmp-4.3.2/tests/mpn'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/mpn'
- Making all in mpz
- make[3]: Entering directory '/home/user/gmp-4.3.2/tests/mpz'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/mpz'
- Making all in mpq
- make[3]: Entering directory '/home/user/gmp-4.3.2/tests/mpq'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/mpq'
- Making all in mpf
- make[3]: Entering directory '/home/user/gmp-4.3.2/tests/mpf'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/mpf'
- Making all in rand
- make[3]: Entering directory '/home/user/gmp-4.3.2/tests/rand'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/rand'
- Making all in misc
- make[3]: Entering directory '/home/user/gmp-4.3.2/tests/misc'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/misc'
- Making all in cxx
- make[3]: Entering directory '/home/user/gmp-4.3.2/tests/cxx'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/cxx'
- Making all in mpbsd
- make[3]: Entering directory '/home/user/gmp-4.3.2/tests/mpbsd'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/mpbsd'
- make[2]: Leaving directory '/home/user/gmp-4.3.2/tests'
- Making all in mpn
- make[2]: Entering directory '/home/user/gmp-4.3.2/mpn'
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o fib_table.lo fib_table.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -O2 -pedantic -fomit-frame-pointer -c fib_table.c -o fib_table.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mp_bases.lo mp_bases.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -O2 -pedantic -fomit-frame-pointer -c mp_bases.c -o mp_bases.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o add.lo add.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -O2 -pedantic -fomit-frame-pointer -c add.c -o add.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o add_1.lo add_1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -O2 -pedantic -fomit-frame-pointer -c add_1.c -o add_1.o
- /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer `test -f 'add_n.asm' || echo './'`add_n.asm
- ../mpn/m4-ccas --m4=m4 armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -O2 -pedantic -fomit-frame-pointer add_n.asm -o add_n.o
- m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n add_n.asm >tmp-add_n.s
- armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -O2 -pedantic -fomit-frame-pointer tmp-add_n.s -o add_n.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o sub.lo sub.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -O2 -pedantic -fomit-frame-pointer -c sub.c -o sub.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o sub_1.lo sub_1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -O2 -pedantic -fomit-frame-pointer -c sub_1.c -o sub_1.o
- /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer `test -f 'sub_n.asm' || echo './'`sub_n.asm
- ../mpn/m4-ccas --m4=m4 armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -O2 -pedantic -fomit-frame-pointer sub_n.asm -o sub_n.o
- m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n sub_n.asm >tmp-sub_n.s
- armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -O2 -pedantic -fomit-frame-pointer tmp-sub_n.s -o sub_n.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o neg_n.lo neg_n.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg_n -O2 -pedantic -fomit-frame-pointer -c neg_n.c -o neg_n.o
- /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer `test -f 'mul_1.asm' || echo './'`mul_1.asm
- ../mpn/m4-ccas --m4=m4 armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -O2 -pedantic -fomit-frame-pointer mul_1.asm -o mul_1.o
- m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 mul_1.asm >tmp-mul_1.s
- armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -O2 -pedantic -fomit-frame-pointer tmp-mul_1.s -o mul_1.o
- /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer `test -f 'addmul_1.asm' || echo './'`addmul_1.asm
- ../mpn/m4-ccas --m4=m4 armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -O2 -pedantic -fomit-frame-pointer addmul_1.asm -o addmul_1.o
- m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 addmul_1.asm >tmp-addmul_1.s
- armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -O2 -pedantic -fomit-frame-pointer tmp-addmul_1.s -o addmul_1.o
- /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer `test -f 'submul_1.asm' || echo './'`submul_1.asm
- ../mpn/m4-ccas --m4=m4 armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -O2 -pedantic -fomit-frame-pointer submul_1.asm -o submul_1.o
- m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_submul_1 submul_1.asm >tmp-submul_1.s
- armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -O2 -pedantic -fomit-frame-pointer tmp-submul_1.s -o submul_1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o lshift.lo lshift.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -O2 -pedantic -fomit-frame-pointer -c lshift.c -o lshift.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o rshift.lo rshift.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -O2 -pedantic -fomit-frame-pointer -c rshift.c -o rshift.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dive_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o dive_1.lo dive_1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -O2 -pedantic -fomit-frame-pointer -c dive_1.c -o dive_1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo diveby3 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o diveby3.lo diveby3.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -O2 -pedantic -fomit-frame-pointer -c diveby3.c -o diveby3.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divis | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o divis.lo divis.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -O2 -pedantic -fomit-frame-pointer -c divis.c -o divis.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o divrem.lo divrem.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -O2 -pedantic -fomit-frame-pointer -c divrem.c -o divrem.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o divrem_1.lo divrem_1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -O2 -pedantic -fomit-frame-pointer -c divrem_1.c -o divrem_1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o divrem_2.lo divrem_2.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -O2 -pedantic -fomit-frame-pointer -c divrem_2.c -o divrem_2.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib2_ui | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o fib2_ui.lo fib2_ui.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -O2 -pedantic -fomit-frame-pointer -c fib2_ui.c -o fib2_ui.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mod_1.lo mod_1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -O2 -pedantic -fomit-frame-pointer -c mod_1.c -o mod_1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mod_34lsub1.lo mod_34lsub1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -O2 -pedantic -fomit-frame-pointer -c mod_34lsub1.c -o mod_34lsub1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mode1o | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mode1o.lo mode1o.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -O2 -pedantic -fomit-frame-pointer -c mode1o.c -o mode1o.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_divrem_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o pre_divrem_1.lo pre_divrem_1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_divrem_1 -O2 -pedantic -fomit-frame-pointer -c pre_divrem_1.c -o pre_divrem_1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_mod_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o pre_mod_1.lo pre_mod_1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -O2 -pedantic -fomit-frame-pointer -c pre_mod_1.c -o pre_mod_1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dump | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o dump.lo dump.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -O2 -pedantic -fomit-frame-pointer -c dump.c -o dump.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mod_1_1.lo mod_1_1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -O2 -pedantic -fomit-frame-pointer -c mod_1_1.c -o mod_1_1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mod_1_2.lo mod_1_2.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -O2 -pedantic -fomit-frame-pointer -c mod_1_2.c -o mod_1_2.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mod_1_3.lo mod_1_3.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -O2 -pedantic -fomit-frame-pointer -c mod_1_3.c -o mod_1_3.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_4 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mod_1_4.lo mod_1_4.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -O2 -pedantic -fomit-frame-pointer -c mod_1_4.c -o mod_1_4.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mul.lo mul.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -O2 -pedantic -fomit-frame-pointer -c mul.c -o mul.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_fft | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mul_fft.lo mul_fft.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -O2 -pedantic -fomit-frame-pointer -c mul_fft.c -o mul_fft.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mul_n.lo mul_n.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -O2 -pedantic -fomit-frame-pointer -c mul_n.c -o mul_n.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_basecase | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mul_basecase.lo mul_basecase.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -O2 -pedantic -fomit-frame-pointer -c mul_basecase.c -o mul_basecase.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o sqr_basecase.lo sqr_basecase.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -O2 -pedantic -fomit-frame-pointer -c sqr_basecase.c -o sqr_basecase.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o random.lo random.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -O2 -pedantic -fomit-frame-pointer -c random.c -o random.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o random2.lo random2.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -O2 -pedantic -fomit-frame-pointer -c random2.c -o random2.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pow_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o pow_1.lo pow_1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -O2 -pedantic -fomit-frame-pointer -c pow_1.c -o pow_1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o rootrem.lo rootrem.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -O2 -pedantic -fomit-frame-pointer -c rootrem.c -o rootrem.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrtrem | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o sqrtrem.lo sqrtrem.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -O2 -pedantic -fomit-frame-pointer -c sqrtrem.c -o sqrtrem.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_str | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o get_str.lo get_str.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -O2 -pedantic -fomit-frame-pointer -c get_str.c -o get_str.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo set_str | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o set_str.lo set_str.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -O2 -pedantic -fomit-frame-pointer -c set_str.c -o set_str.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan0 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o scan0.lo scan0.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -O2 -pedantic -fomit-frame-pointer -c scan0.c -o scan0.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o scan1.lo scan1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -O2 -pedantic -fomit-frame-pointer -c scan1.c -o scan1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo popcount | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o popcount.lo popcount.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -O2 -pedantic -fomit-frame-pointer -c popcount.c -o popcount.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hamdist | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o hamdist.lo hamdist.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -O2 -pedantic -fomit-frame-pointer -c hamdist.c -o hamdist.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cmp | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o cmp.lo cmp.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -O2 -pedantic -fomit-frame-pointer -c cmp.c -o cmp.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfsqr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o perfsqr.lo perfsqr.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -O2 -pedantic -fomit-frame-pointer -c perfsqr.c -o perfsqr.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdivmod | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o bdivmod.lo bdivmod.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdivmod -O2 -pedantic -fomit-frame-pointer -c bdivmod.c -o bdivmod.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o gcd_1.lo gcd_1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -O2 -pedantic -fomit-frame-pointer -c gcd_1.c -o gcd_1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o gcd.lo gcd.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -O2 -pedantic -fomit-frame-pointer -c gcd.c -o gcd.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o gcdext_1.lo gcdext_1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -O2 -pedantic -fomit-frame-pointer -c gcdext_1.c -o gcdext_1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o gcdext.lo gcdext.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -O2 -pedantic -fomit-frame-pointer -c gcdext.c -o gcdext.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_lehmer | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o gcd_lehmer.lo gcd_lehmer.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_lehmer -O2 -pedantic -fomit-frame-pointer -c gcd_lehmer.c -o gcd_lehmer.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o gcd_subdiv_step.lo gcd_subdiv_step.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -O2 -pedantic -fomit-frame-pointer -c gcd_subdiv_step.c -o gcd_subdiv_step.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o gcdext_lehmer.lo gcdext_lehmer.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -O2 -pedantic -fomit-frame-pointer -c gcdext_lehmer.c -o gcdext_lehmer.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_subdiv_step | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o gcdext_subdiv_step.lo gcdext_subdiv_step.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_subdiv_step -O2 -pedantic -fomit-frame-pointer -c gcdext_subdiv_step.c -o gcdext_subdiv_step.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o tdiv_qr.lo tdiv_qr.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -O2 -pedantic -fomit-frame-pointer -c tdiv_qr.c -o tdiv_qr.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_divrem_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o dc_divrem_n.lo dc_divrem_n.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_divrem_n -O2 -pedantic -fomit-frame-pointer -c dc_divrem_n.c -o dc_divrem_n.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_divrem_mn | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o sb_divrem_mn.lo sb_divrem_mn.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_divrem_mn -O2 -pedantic -fomit-frame-pointer -c sb_divrem_mn.c -o sb_divrem_mn.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacbase | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o jacbase.lo jacbase.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -O2 -pedantic -fomit-frame-pointer -c jacbase.c -o jacbase.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_d | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o get_d.lo get_d.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -O2 -pedantic -fomit-frame-pointer -c get_d.c -o get_d.o
- get_d.c:223:37: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
- mlo = x << GMP_LIMB_BITS - nbits - 11;
- ~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~
- get_d.c:223:37: note: place parentheses around the '-' expression to silence this warning
- mlo = x << GMP_LIMB_BITS - nbits - 11;
- ~~~~~~~~~~~~~~~~~~~~~~^~~~
- 1 warning generated.
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o matrix22_mul.lo matrix22_mul.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -O2 -pedantic -fomit-frame-pointer -c matrix22_mul.c -o matrix22_mul.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o hgcd2.lo hgcd2.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -O2 -pedantic -fomit-frame-pointer -c hgcd2.c -o hgcd2.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o hgcd.lo hgcd.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -O2 -pedantic -fomit-frame-pointer -c hgcd.c -o hgcd.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullow_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mullow_n.lo mullow_n.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullow_n -O2 -pedantic -fomit-frame-pointer -c mullow_n.c -o mullow_n.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullow_basecase | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mullow_basecase.lo mullow_basecase.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullow_basecase -O2 -pedantic -fomit-frame-pointer -c mullow_basecase.c -o mullow_basecase.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom22_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o toom22_mul.lo toom22_mul.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -O2 -pedantic -fomit-frame-pointer -c toom22_mul.c -o toom22_mul.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom33_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o toom33_mul.lo toom33_mul.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -O2 -pedantic -fomit-frame-pointer -c toom33_mul.c -o toom33_mul.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom44_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o toom44_mul.lo toom44_mul.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -O2 -pedantic -fomit-frame-pointer -c toom44_mul.c -o toom44_mul.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom32_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o toom32_mul.lo toom32_mul.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -O2 -pedantic -fomit-frame-pointer -c toom32_mul.c -o toom32_mul.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o toom42_mul.lo toom42_mul.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -O2 -pedantic -fomit-frame-pointer -c toom42_mul.c -o toom42_mul.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom62_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o toom62_mul.lo toom62_mul.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -O2 -pedantic -fomit-frame-pointer -c toom62_mul.c -o toom62_mul.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom53_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o toom53_mul.lo toom53_mul.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -O2 -pedantic -fomit-frame-pointer -c toom53_mul.c -o toom53_mul.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom2_sqr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o toom2_sqr.lo toom2_sqr.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -O2 -pedantic -fomit-frame-pointer -c toom2_sqr.c -o toom2_sqr.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_sqr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o toom3_sqr.lo toom3_sqr.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -O2 -pedantic -fomit-frame-pointer -c toom3_sqr.c -o toom3_sqr.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_sqr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o toom4_sqr.lo toom4_sqr.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -O2 -pedantic -fomit-frame-pointer -c toom4_sqr.c -o toom4_sqr.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -O2 -pedantic -fomit-frame-pointer -c toom_interpolate_5pts.c -o toom_interpolate_5pts.o
- toom_interpolate_5pts.c:60:19: warning: expression result unused [-Wunused-value]
- ASSERT_NOCARRY (mpn_divexact_by3 (v2, v2, kk1)); /* v2 <- v2 / 3 */
- ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../gmp-impl.h:1264:6: note: expanded from macro 'mpn_divexact_by3'
- (3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3)))
- ~ ^
- ../gmp-impl.h:1918:33: note: expanded from macro 'ASSERT_NOCARRY'
- #define ASSERT_NOCARRY(expr) (expr)
- ^~~~
- 1 warning generated.
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -O2 -pedantic -fomit-frame-pointer -c toom_interpolate_7pts.c -o toom_interpolate_7pts.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o invert.lo invert.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -O2 -pedantic -fomit-frame-pointer -c invert.c -o invert.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo binvert | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o binvert.lo binvert.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -O2 -pedantic -fomit-frame-pointer -c binvert.c -o binvert.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_div_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o sb_div_qr.lo sb_div_qr.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_qr -O2 -pedantic -fomit-frame-pointer -c sb_div_qr.c -o sb_div_qr.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_divappr_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o sb_divappr_q.lo sb_divappr_q.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_divappr_q -O2 -pedantic -fomit-frame-pointer -c sb_divappr_q.c -o sb_divappr_q.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_div_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o sb_div_q.lo sb_div_q.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_q -O2 -pedantic -fomit-frame-pointer -c sb_div_q.c -o sb_div_q.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_div_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o dc_div_qr.lo dc_div_qr.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_div_qr -O2 -pedantic -fomit-frame-pointer -c dc_div_qr.c -o dc_div_qr.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_divappr_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o dc_divappr_q.lo dc_divappr_q.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_divappr_q -O2 -pedantic -fomit-frame-pointer -c dc_divappr_q.c -o dc_divappr_q.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_div_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o dc_div_q.lo dc_div_q.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_div_q -O2 -pedantic -fomit-frame-pointer -c dc_div_q.c -o dc_div_q.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mu_div_qr.lo mu_div_qr.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -O2 -pedantic -fomit-frame-pointer -c mu_div_qr.c -o mu_div_qr.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_divappr_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mu_divappr_q.lo mu_divappr_q.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -O2 -pedantic -fomit-frame-pointer -c mu_divappr_q.c -o mu_divappr_q.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mu_div_q.lo mu_div_q.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -O2 -pedantic -fomit-frame-pointer -c mu_div_q.c -o mu_div_q.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_bdiv_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o sb_bdiv_q.lo sb_bdiv_q.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_bdiv_q -O2 -pedantic -fomit-frame-pointer -c sb_bdiv_q.c -o sb_bdiv_q.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_bdiv_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o sb_bdiv_qr.lo sb_bdiv_qr.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_bdiv_qr -O2 -pedantic -fomit-frame-pointer -c sb_bdiv_qr.c -o sb_bdiv_qr.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_bdiv_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o dc_bdiv_q.lo dc_bdiv_q.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_q -O2 -pedantic -fomit-frame-pointer -c dc_bdiv_q.c -o dc_bdiv_q.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_bdiv_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o dc_bdiv_qr.lo dc_bdiv_qr.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_qr -O2 -pedantic -fomit-frame-pointer -c dc_bdiv_qr.c -o dc_bdiv_qr.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mu_bdiv_q.lo mu_bdiv_q.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -O2 -pedantic -fomit-frame-pointer -c mu_bdiv_q.c -o mu_bdiv_q.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o mu_bdiv_qr.lo mu_bdiv_qr.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -O2 -pedantic -fomit-frame-pointer -c mu_bdiv_qr.c -o mu_bdiv_qr.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o divexact.lo divexact.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -O2 -pedantic -fomit-frame-pointer -c divexact.c -o divexact.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_dbm1c | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o bdiv_dbm1c.lo bdiv_dbm1c.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -O2 -pedantic -fomit-frame-pointer -c bdiv_dbm1c.c -o bdiv_dbm1c.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o redc_1.lo redc_1.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -O2 -pedantic -fomit-frame-pointer -c redc_1.c -o redc_1.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o redc_2.lo redc_2.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -O2 -pedantic -fomit-frame-pointer -c redc_2.c -o redc_2.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o powm.lo powm.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -O2 -pedantic -fomit-frame-pointer -c powm.c -o powm.o
- powm.c:233:3: warning: too many arguments in call to 'mpn_redc_n'
- MPN_REDC_X (b2p, tp, mp, n, mip);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- powm.c:139:37: note: expanded from macro 'MPN_REDC_X'
- mpn_redc_n (rp, tp, mp, n, mip); \
- ~~~~~~~~~~ ^
- powm.c:241:7: warning: too many arguments in call to 'mpn_redc_n'
- MPN_REDC_X (this_pp, tp, mp, n, mip);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- powm.c:139:37: note: expanded from macro 'MPN_REDC_X'
- mpn_redc_n (rp, tp, mp, n, mip); \
- ~~~~~~~~~~ ^
- powm.c:260:4: warning: too many arguments in call to 'mpn_redc_n'
- MPN_REDC_X (rp, tp, mp, n, mip);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- powm.c:139:37: note: expanded from macro 'MPN_REDC_X'
- mpn_redc_n (rp, tp, mp, n, mip); \
- ~~~~~~~~~~ ^
- powm.c:286:4: warning: too many arguments in call to 'mpn_redc_n'
- MPN_REDC_X (rp, tp, mp, n, mip);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- powm.c:139:37: note: expanded from macro 'MPN_REDC_X'
- mpn_redc_n (rp, tp, mp, n, mip); \
- ~~~~~~~~~~ ^
- powm.c:292:7: warning: too many arguments in call to 'mpn_redc_n'
- MPN_REDC_X (rp, tp, mp, n, mip);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- powm.c:139:37: note: expanded from macro 'MPN_REDC_X'
- mpn_redc_n (rp, tp, mp, n, mip); \
- ~~~~~~~~~~ ^
- powm.c:298:3: warning: too many arguments in call to 'mpn_redc_n'
- MPN_REDC_X (rp, tp, mp, n, mip);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- powm.c:139:37: note: expanded from macro 'MPN_REDC_X'
- mpn_redc_n (rp, tp, mp, n, mip); \
- ~~~~~~~~~~ ^
- 6 warnings generated.
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powlo | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o powlo.lo powlo.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -O2 -pedantic -fomit-frame-pointer -c powlo.c -o powlo.o
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm_sec | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o powm_sec.lo powm_sec.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm_sec -O2 -pedantic -fomit-frame-pointer -c powm_sec.c -o powm_sec.o
- powm_sec.c:203:7: warning: too many arguments in call to 'mpn_redc_n'
- MPN_REDC_X (this_pp, tp, mp, n, mip);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- powm_sec.c:121:37: note: expanded from macro 'MPN_REDC_X'
- mpn_redc_n (rp, tp, mp, n, mip); \
- ~~~~~~~~~~ ^
- powm_sec.c:227:4: warning: too many arguments in call to 'mpn_redc_n'
- MPN_REDC_X (rp, tp, mp, n, mip);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- powm_sec.c:121:37: note: expanded from macro 'MPN_REDC_X'
- mpn_redc_n (rp, tp, mp, n, mip); \
- ~~~~~~~~~~ ^
- powm_sec.c:238:7: warning: too many arguments in call to 'mpn_redc_n'
- MPN_REDC_X (rp, tp, mp, n, mip);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- powm_sec.c:121:37: note: expanded from macro 'MPN_REDC_X'
- mpn_redc_n (rp, tp, mp, n, mip); \
- ~~~~~~~~~~ ^
- powm_sec.c:243:3: warning: too many arguments in call to 'mpn_redc_n'
- MPN_REDC_X (rp, tp, mp, n, mip);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- powm_sec.c:121:37: note: expanded from macro 'MPN_REDC_X'
- mpn_redc_n (rp, tp, mp, n, mip); \
- ~~~~~~~~~~ ^
- 4 warnings generated.
- /bin/bash ../libtool --mode=compile armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo subcnd_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -c -o subcnd_n.lo subcnd_n.c
- armv7-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_subcnd_n -O2 -pedantic -fomit-frame-pointer -c subcnd_n.c -o subcnd_n.o
- /bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo udiv | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer `test -f 'udiv.asm' || echo './'`udiv.asm
- ../mpn/m4-ccas --m4=m4 armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_udiv -O2 -pedantic -fomit-frame-pointer udiv.asm -o udiv.o
- m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_udiv udiv.asm >tmp-udiv.s
- armv7-w64-mingw32-gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_udiv -O2 -pedantic -fomit-frame-pointer tmp-udiv.s -o udiv.o
- tmp-udiv.s:67:2: error: predicated instructions must be in IT block
- subcs r1, r1, r3
- ^
- tmp-udiv.s:71:2: error: predicated instructions must be in IT block
- subcs r1, r1, r3
- ^
- tmp-udiv.s:75:2: error: predicated instructions must be in IT block
- subcs r1, r1, r3
- ^
- tmp-udiv.s:79:2: error: predicated instructions must be in IT block
- subcs r1, r1, r3
- ^
- tmp-udiv.s:104:2: error: predicated instructions must be in IT block
- subcs r1, r1, r3
- ^
- tmp-udiv.s:108:2: error: predicated instructions must be in IT block
- subcs r1, r1, r3
- ^
- tmp-udiv.s:112:2: error: predicated instructions must be in IT block
- subcs r1, r1, r3
- ^
- tmp-udiv.s:116:2: error: predicated instructions must be in IT block
- subcs r1, r1, r3
- ^
- tmp-udiv.s:128:2: error: predicated instructions must be in IT block
- addcs r2, r2, #1
- ^
- tmp-udiv.s:129:2: error: predicated instructions must be in IT block
- subcs r1, r1, r3
- ^
- tmp-udiv.s:131:2: error: predicated instructions must be in IT block
- subcs r1, r1, r3
- ^
- tmp-udiv.s:132:2: error: predicated instructions must be in IT block
- addcs r2, r2, #1
- ^
- make[2]: *** [Makefile:856: udiv.lo] Error 1
- make[2]: Leaving directory '/home/user/gmp-4.3.2/mpn'
- make[1]: *** [Makefile:925: all-recursive] Error 1
- make[1]: Leaving directory '/home/user/gmp-4.3.2'
- make: *** [Makefile:666: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment