Guest User

Untitled

a guest
Sep 21st, 2020
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.99 KB | None | 0 0
  1. ~/gmp-4.3.2$ make
  2. cc `test -f 'gen-fac_ui.c' || echo './'`gen-fac_ui.c -o gen-fac_ui
  3. ./gen-fac_ui 32 0 >mpz/fac_ui.h || (rm -f mpz/fac_ui.h; exit 1)
  4. cc `test -f 'gen-fib.c' || echo './'`gen-fib.c -o gen-fib
  5. ./gen-fib header 32 0 >fib_table.h || (rm -f fib_table.h; exit 1)
  6. ./gen-fib table 32 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1)
  7. cc `test -f 'gen-bases.c' || echo './'`gen-bases.c -o gen-bases -lm
  8. ./gen-bases header 32 0 >mp_bases.h || (rm -f mp_bases.h; exit 1)
  9. ./gen-bases table 32 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1)
  10. cc `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr -lm
  11. ./gen-psqr 32 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)
  12. make all-recursive
  13. make[1]: Entering directory '/home/user/gmp-4.3.2'
  14. Making all in tests
  15. make[2]: Entering directory '/home/user/gmp-4.3.2/tests'
  16. Making all in .
  17. make[3]: Entering directory '/home/user/gmp-4.3.2/tests'
  18. make[3]: Nothing to be done for 'all-am'.
  19. make[3]: Leaving directory '/home/user/gmp-4.3.2/tests'
  20. Making all in devel
  21. make[3]: Entering directory '/home/user/gmp-4.3.2/tests/devel'
  22. make[3]: Nothing to be done for 'all'.
  23. make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/devel'
  24. Making all in mpn
  25. make[3]: Entering directory '/home/user/gmp-4.3.2/tests/mpn'
  26. make[3]: Nothing to be done for 'all'.
  27. make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/mpn'
  28. Making all in mpz
  29. make[3]: Entering directory '/home/user/gmp-4.3.2/tests/mpz'
  30. make[3]: Nothing to be done for 'all'.
  31. make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/mpz'
  32. Making all in mpq
  33. make[3]: Entering directory '/home/user/gmp-4.3.2/tests/mpq'
  34. make[3]: Nothing to be done for 'all'.
  35. make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/mpq'
  36. Making all in mpf
  37. make[3]: Entering directory '/home/user/gmp-4.3.2/tests/mpf'
  38. make[3]: Nothing to be done for 'all'.
  39. make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/mpf'
  40. Making all in rand
  41. make[3]: Entering directory '/home/user/gmp-4.3.2/tests/rand'
  42. make[3]: Nothing to be done for 'all'.
  43. make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/rand'
  44. Making all in misc
  45. make[3]: Entering directory '/home/user/gmp-4.3.2/tests/misc'
  46. make[3]: Nothing to be done for 'all'.
  47. make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/misc'
  48. Making all in cxx
  49. make[3]: Entering directory '/home/user/gmp-4.3.2/tests/cxx'
  50. make[3]: Nothing to be done for 'all'.
  51. make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/cxx'
  52. Making all in mpbsd
  53. make[3]: Entering directory '/home/user/gmp-4.3.2/tests/mpbsd'
  54. make[3]: Nothing to be done for 'all'.
  55. make[3]: Leaving directory '/home/user/gmp-4.3.2/tests/mpbsd'
  56. make[2]: Leaving directory '/home/user/gmp-4.3.2/tests'
  57. Making all in mpn
  58. make[2]: Entering directory '/home/user/gmp-4.3.2/mpn'
  59. /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
  60. 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
  61. /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
  62. 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
  63. /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
  64. 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
  65. /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
  66. 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
  67. /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
  68. ../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
  69. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n add_n.asm >tmp-add_n.s
  70. 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
  71. /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
  72. 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
  73. /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
  74. 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
  75. /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
  76. ../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
  77. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n sub_n.asm >tmp-sub_n.s
  78. 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
  79. /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
  80. 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
  81. /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
  82. ../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
  83. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 mul_1.asm >tmp-mul_1.s
  84. 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
  85. /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
  86. ../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
  87. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 addmul_1.asm >tmp-addmul_1.s
  88. 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
  89. /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
  90. ../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
  91. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_submul_1 submul_1.asm >tmp-submul_1.s
  92. 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
  93. /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
  94. 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
  95. /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
  96. 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
  97. /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
  98. 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
  99. /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
  100. 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
  101. /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
  102. 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
  103. /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
  104. 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
  105. /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
  106. 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
  107. /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
  108. 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
  109. /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
  110. 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
  111. /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
  112. 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
  113. /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
  114. 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
  115. /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
  116. 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
  117. /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
  118. 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
  119. /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
  120. 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
  121. /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
  122. 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
  123. /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
  124. 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
  125. /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
  126. 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
  127. /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
  128. 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
  129. /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
  130. 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
  131. /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
  132. 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
  133. /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
  134. 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
  135. /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
  136. 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
  137. /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
  138. 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
  139. /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
  140. 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
  141. /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
  142. 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
  143. /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
  144. 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
  145. /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
  146. 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
  147. /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
  148. 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
  149. /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
  150. 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
  151. /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
  152. 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
  153. /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
  154. 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
  155. /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
  156. 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
  157. /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
  158. 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
  159. /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
  160. 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
  161. /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
  162. 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
  163. /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
  164. 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
  165. /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
  166. 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
  167. /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
  168. 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
  169. /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
  170. 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
  171. /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
  172. 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
  173. /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
  174. 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
  175. /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
  176. 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
  177. /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
  178. 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
  179. /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
  180. 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
  181. /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
  182. 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
  183. /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
  184. 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
  185. /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
  186. 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
  187. /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
  188. 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
  189. /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
  190. 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
  191. /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
  192. 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
  193. /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
  194. 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
  195. get_d.c:223:37: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
  196. mlo = x << GMP_LIMB_BITS - nbits - 11;
  197. ~~ ~~~~~~~~~~~~~~~~~~~~~~^~~~
  198. get_d.c:223:37: note: place parentheses around the '-' expression to silence this warning
  199. mlo = x << GMP_LIMB_BITS - nbits - 11;
  200. ~~~~~~~~~~~~~~~~~~~~~~^~~~
  201. 1 warning generated.
  202. /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
  203. 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
  204. /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
  205. 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
  206. /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
  207. 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
  208. /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
  209. 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
  210. /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
  211. 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
  212. /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
  213. 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
  214. /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
  215. 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
  216. /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
  217. 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
  218. /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
  219. 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
  220. /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
  221. 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
  222. /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
  223. 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
  224. /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
  225. 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
  226. /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
  227. 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
  228. /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
  229. 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
  230. /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
  231. 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
  232. /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
  233. 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
  234. toom_interpolate_5pts.c:60:19: warning: expression result unused [-Wunused-value]
  235. ASSERT_NOCARRY (mpn_divexact_by3 (v2, v2, kk1)); /* v2 <- v2 / 3 */
  236. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  237. ../gmp-impl.h:1264:6: note: expanded from macro 'mpn_divexact_by3'
  238. (3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3)))
  239. ~ ^
  240. ../gmp-impl.h:1918:33: note: expanded from macro 'ASSERT_NOCARRY'
  241. #define ASSERT_NOCARRY(expr) (expr)
  242. ^~~~
  243. 1 warning generated.
  244. /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
  245. 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
  246. /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
  247. 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
  248. /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
  249. 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
  250. /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
  251. 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
  252. /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
  253. 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
  254. /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
  255. 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
  256. /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
  257. 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
  258. /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
  259. 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
  260. /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
  261. 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
  262. /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
  263. 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
  264. /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
  265. 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
  266. /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
  267. 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
  268. /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
  269. 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
  270. /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
  271. 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
  272. /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
  273. 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
  274. /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
  275. 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
  276. /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
  277. 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
  278. /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
  279. 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
  280. /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
  281. 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
  282. /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
  283. 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
  284. /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
  285. 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
  286. /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
  287. 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
  288. /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
  289. 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
  290. powm.c:233:3: warning: too many arguments in call to 'mpn_redc_n'
  291. MPN_REDC_X (b2p, tp, mp, n, mip);
  292. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  293. powm.c:139:37: note: expanded from macro 'MPN_REDC_X'
  294. mpn_redc_n (rp, tp, mp, n, mip); \
  295. ~~~~~~~~~~ ^
  296. powm.c:241:7: warning: too many arguments in call to 'mpn_redc_n'
  297. MPN_REDC_X (this_pp, tp, mp, n, mip);
  298. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  299. powm.c:139:37: note: expanded from macro 'MPN_REDC_X'
  300. mpn_redc_n (rp, tp, mp, n, mip); \
  301. ~~~~~~~~~~ ^
  302. powm.c:260:4: warning: too many arguments in call to 'mpn_redc_n'
  303. MPN_REDC_X (rp, tp, mp, n, mip);
  304. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  305. powm.c:139:37: note: expanded from macro 'MPN_REDC_X'
  306. mpn_redc_n (rp, tp, mp, n, mip); \
  307. ~~~~~~~~~~ ^
  308. powm.c:286:4: warning: too many arguments in call to 'mpn_redc_n'
  309. MPN_REDC_X (rp, tp, mp, n, mip);
  310. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  311. powm.c:139:37: note: expanded from macro 'MPN_REDC_X'
  312. mpn_redc_n (rp, tp, mp, n, mip); \
  313. ~~~~~~~~~~ ^
  314. powm.c:292:7: warning: too many arguments in call to 'mpn_redc_n'
  315. MPN_REDC_X (rp, tp, mp, n, mip);
  316. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317. powm.c:139:37: note: expanded from macro 'MPN_REDC_X'
  318. mpn_redc_n (rp, tp, mp, n, mip); \
  319. ~~~~~~~~~~ ^
  320. powm.c:298:3: warning: too many arguments in call to 'mpn_redc_n'
  321. MPN_REDC_X (rp, tp, mp, n, mip);
  322. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323. powm.c:139:37: note: expanded from macro 'MPN_REDC_X'
  324. mpn_redc_n (rp, tp, mp, n, mip); \
  325. ~~~~~~~~~~ ^
  326. 6 warnings generated.
  327. /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
  328. 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
  329. /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
  330. 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
  331. powm_sec.c:203:7: warning: too many arguments in call to 'mpn_redc_n'
  332. MPN_REDC_X (this_pp, tp, mp, n, mip);
  333. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334. powm_sec.c:121:37: note: expanded from macro 'MPN_REDC_X'
  335. mpn_redc_n (rp, tp, mp, n, mip); \
  336. ~~~~~~~~~~ ^
  337. powm_sec.c:227:4: warning: too many arguments in call to 'mpn_redc_n'
  338. MPN_REDC_X (rp, tp, mp, n, mip);
  339. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340. powm_sec.c:121:37: note: expanded from macro 'MPN_REDC_X'
  341. mpn_redc_n (rp, tp, mp, n, mip); \
  342. ~~~~~~~~~~ ^
  343. powm_sec.c:238:7: warning: too many arguments in call to 'mpn_redc_n'
  344. MPN_REDC_X (rp, tp, mp, n, mip);
  345. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  346. powm_sec.c:121:37: note: expanded from macro 'MPN_REDC_X'
  347. mpn_redc_n (rp, tp, mp, n, mip); \
  348. ~~~~~~~~~~ ^
  349. powm_sec.c:243:3: warning: too many arguments in call to 'mpn_redc_n'
  350. MPN_REDC_X (rp, tp, mp, n, mip);
  351. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352. powm_sec.c:121:37: note: expanded from macro 'MPN_REDC_X'
  353. mpn_redc_n (rp, tp, mp, n, mip); \
  354. ~~~~~~~~~~ ^
  355. 4 warnings generated.
  356. /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
  357. 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
  358. /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
  359. ../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
  360. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_udiv udiv.asm >tmp-udiv.s
  361. 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
  362. tmp-udiv.s:67:2: error: predicated instructions must be in IT block
  363. subcs r1, r1, r3
  364. ^
  365. tmp-udiv.s:71:2: error: predicated instructions must be in IT block
  366. subcs r1, r1, r3
  367. ^
  368. tmp-udiv.s:75:2: error: predicated instructions must be in IT block
  369. subcs r1, r1, r3
  370. ^
  371. tmp-udiv.s:79:2: error: predicated instructions must be in IT block
  372. subcs r1, r1, r3
  373. ^
  374. tmp-udiv.s:104:2: error: predicated instructions must be in IT block
  375. subcs r1, r1, r3
  376. ^
  377. tmp-udiv.s:108:2: error: predicated instructions must be in IT block
  378. subcs r1, r1, r3
  379. ^
  380. tmp-udiv.s:112:2: error: predicated instructions must be in IT block
  381. subcs r1, r1, r3
  382. ^
  383. tmp-udiv.s:116:2: error: predicated instructions must be in IT block
  384. subcs r1, r1, r3
  385. ^
  386. tmp-udiv.s:128:2: error: predicated instructions must be in IT block
  387. addcs r2, r2, #1
  388. ^
  389. tmp-udiv.s:129:2: error: predicated instructions must be in IT block
  390. subcs r1, r1, r3
  391. ^
  392. tmp-udiv.s:131:2: error: predicated instructions must be in IT block
  393. subcs r1, r1, r3
  394. ^
  395. tmp-udiv.s:132:2: error: predicated instructions must be in IT block
  396. addcs r2, r2, #1
  397. ^
  398. make[2]: *** [Makefile:856: udiv.lo] Error 1
  399. make[2]: Leaving directory '/home/user/gmp-4.3.2/mpn'
  400. make[1]: *** [Makefile:925: all-recursive] Error 1
  401. make[1]: Leaving directory '/home/user/gmp-4.3.2'
  402. make: *** [Makefile:666: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment