Advertisement
Guest User

Newlib build log (English translation)

a guest
Dec 18th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 384.28 KB | None | 0 0
  1. [REDACTED]@[REDACTED]-PC MINGW64 /c/Users/[REDACTED]/documents/linux64cross/newlib/newlib
  2. # export TARGET=x86_64-linux-gnu
  3.  
  4. [REDACTED]@[REDACTED]-PC MINGW64 /c/Users/[REDACTED]/documents/linux64cross/newlib/newlib
  5. # export CC=$TARGET-gcc
  6.  
  7. [REDACTED]@[REDACTED]-PC MINGW64 /c/Users/[REDACTED]/documents/linux64cross/newlib/newlib
  8. # export CFLAGS=-nostdlib
  9.  
  10. [REDACTED]@[REDACTED]-PC MINGW64 /c/Users/[REDACTED]/documents/linux64cross/newlib/newlib
  11. # export PREFIX=/usr
  12.  
  13. [REDACTED]@[REDACTED]-PC MINGW64 /c/Users/[REDACTED]/documents/linux64cross/newlib/newlib
  14. # ../../../newlib/newlib/configure --host=$TARGET --prefix=$PREFIX|& tee ../../../conout.txt
  15. configure: WARNING: if you wanted to set the --build type, don't use --host.
  16.    If a cross compiler is detected then cross compile mode will be used
  17. configure: loading site script /mingw64/etc/config.site
  18. checking build system type... x86_64-w64-mingw32
  19. checking host system type... x86_64-pc-linux-gnu
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking whether build environment is sane... yes
  22. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  23. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  24. checking for gawk... gawk
  25. checking whether make sets $(MAKE)... yes
  26. checking for style of include used by make... GNU
  27. checking for gcc... x86_64-linux-gnu-gcc
  28. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  29. checking whether we are using GNU C... yes
  30. checking whether x86_64-linux-gnu-gcc accepts -g... no
  31. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  32. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  33. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  34. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  35. checking whether to enable maintainer-specific portions of Makefiles... no
  36. checking for a sed that does not truncate output... /usr/bin/sed
  37. checking how to print strings... printf
  38. checking for gawk... (cached) gawk
  39. checking for .preinit_array/.init_array/.fini_array support... yes
  40. checking if x86_64-linux-gnu-gcc accepts -fno-tree-loop-distribute-patterns with __attribute__ ((__optimize__))... yes
  41. checking whether long double type exists... yes
  42. checking whether long double equals double... no
  43. configure: creating ./config.status
  44. config.status: creating Makefile
  45. Adding multilib support to Makefile in ../../../newlib/newlib
  46. multidirs=32
  47. with_multisubdir=
  48. Running configure in multilib subdirs 32
  49. pwd: /c/Users/[REDACTED]/documents/linux64cross/newlib/newlib
  50. Running configure in multilib subdir 32
  51. pwd: /c/Users/[REDACTED]/documents/linux64cross/newlib
  52. mkdir 32
  53. configure: WARNING: if you wanted to set the --build type, don't use --host.
  54.     If a cross compiler is detected then cross compile mode will be used
  55. configure: loading site script /mingw64/etc/config.site
  56. checking build system type... x86_64-w64-mingw32
  57. checking host system type... x86_64-pc-linux-gnu
  58. checking for a BSD-compatible install... /usr/bin/install -c
  59. checking whether build environment is sane... yes
  60. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  61. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  62. checking for gawk... gawk
  63. checking whether make sets $(MAKE)... yes
  64. checking for style of include used by make... GNU
  65. checking for gcc... x86_64-linux-gnu-gcc  -m32
  66. checking dependency style of x86_64-linux-gnu-gcc  -m32... gcc3
  67. checking whether we are using GNU C... yes
  68. checking whether x86_64-linux-gnu-gcc  -m32 accepts -g... no
  69. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  70. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  71. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  72. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  73. checking whether to enable maintainer-specific portions of Makefiles... no
  74. checking for a sed that does not truncate output... /usr/bin/sed
  75. checking how to print strings... printf
  76. checking for gawk... (cached) gawk
  77. checking for .preinit_array/.init_array/.fini_array support... yes
  78. checking if x86_64-linux-gnu-gcc  -m32 accepts -fno-tree-loop-distribute-patterns with __attribute__ ((__optimize__))... yes
  79. checking whether long double type exists... yes
  80. checking whether long double equals double... no
  81. configure: creating ./config.status
  82. config.status: creating Makefile
  83. Adding multilib support to Makefile in ../../../../newlib/newlib
  84. with_multisubdir=32
  85. config.status: creating _newlib_version.h
  86. config.status: creating newlib.h
  87. config.status: executing depfiles commands
  88. === configuring in libc (/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc)
  89. configure: running /bin/sh ../../../../../newlib/newlib/libc/configure --disable-option-checking '--prefix=/usr'  '--with-multisubdir=32' '--with-multisrctop=' '--enable-multilib' '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' 'CC=x86_64-linux-gnu-gcc  -m32' 'CXX= -m32' 'F77= -m32' 'GCJ= -m32' 'GFORTRAN= -m32' 'GOC= -m32' --cache-file=/dev/null --srcdir=../../../../../newlib/newlib/libc
  90. configure: WARNING: if you wanted to set the --build type, don't use --host.
  91.    If a cross compiler is detected then cross compile mode will be used
  92. configure: loading site script /mingw64/etc/config.site
  93. checking build system type... x86_64-w64-mingw32
  94. checking host system type... x86_64-pc-linux-gnu
  95. checking for a BSD-compatible install... /usr/bin/install -c
  96. checking whether build environment is sane... yes
  97. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  98. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  99. checking for gawk... gawk
  100. checking whether make sets $(MAKE)... yes
  101. checking for style of include used by make... GNU
  102. checking for gcc... x86_64-linux-gnu-gcc  -m32
  103. checking dependency style of x86_64-linux-gnu-gcc  -m32... gcc3
  104. checking whether we are using GNU C... yes
  105. checking whether x86_64-linux-gnu-gcc  -m32 accepts -g... no
  106. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  107. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  108. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  109. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  110. checking whether to enable maintainer-specific portions of Makefiles... no
  111. checking for a sed that does not truncate output... /usr/bin/sed
  112. checking how to print strings... printf
  113. checking Checking long double support... yes
  114. configure: creating ./config.status
  115. config.status: creating Makefile
  116. config.status: creating argz/Makefile
  117. config.status: creating ctype/Makefile
  118. config.status: creating errno/Makefile
  119. config.status: creating locale/Makefile
  120. config.status: creating misc/Makefile
  121. config.status: creating reent/Makefile
  122. config.status: creating search/Makefile
  123. config.status: creating stdio/Makefile
  124. config.status: creating stdio64/Makefile
  125. config.status: creating stdlib/Makefile
  126. config.status: creating string/Makefile
  127. config.status: creating time/Makefile
  128. config.status: creating posix/Makefile
  129. config.status: creating signal/Makefile
  130. config.status: creating syscalls/Makefile
  131. config.status: creating unix/Makefile
  132. config.status: creating iconv/Makefile
  133. config.status: creating iconv/ces/Makefile
  134. config.status: creating iconv/ccs/Makefile
  135. config.status: creating iconv/ccs/binary/Makefile
  136. config.status: creating iconv/lib/Makefile
  137. config.status: creating ssp/Makefile
  138. config.status: creating xdr/Makefile
  139. config.status: executing depfiles commands
  140. === configuring in machine (/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/machine)
  141. configure: running /bin/sh ../../../../../../newlib/newlib/libc/machine/configure --disable-option-checking '--prefix=/usr'  '--with-multisubdir=32' '--with-multisrctop=' '--enable-multilib' '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' 'CC=x86_64-linux-gnu-gcc  -m32' 'CXX= -m32' 'F77= -m32' 'GCJ= -m32' 'GFORTRAN= -m32' 'GOC= -m32' --cache-file=/dev/null --srcdir=../../../../../../newlib/newlib/libc/machine
  142. configure: WARNING: if you wanted to set the --build type, don't use --host.
  143.     If a cross compiler is detected then cross compile mode will be used
  144. configure: loading site script /mingw64/etc/config.site
  145. checking build system type... x86_64-w64-mingw32
  146. checking host system type... x86_64-pc-linux-gnu
  147. checking for a BSD-compatible install... /usr/bin/install -c
  148. checking whether build environment is sane... yes
  149. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  150. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  151. checking for gawk... gawk
  152. checking whether make sets $(MAKE)... yes
  153. checking for style of include used by make... GNU
  154. checking for gcc... x86_64-linux-gnu-gcc  -m32
  155. checking dependency style of x86_64-linux-gnu-gcc  -m32... gcc3
  156. checking whether we are using GNU C... yes
  157. checking whether x86_64-linux-gnu-gcc  -m32 accepts -g... no
  158. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  159. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  160. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  161. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  162. checking whether to enable maintainer-specific portions of Makefiles... no
  163. checking for a sed that does not truncate output... /usr/bin/sed
  164. checking how to print strings... printf
  165. configure: creating ./config.status
  166. config.status: creating Makefile
  167. config.status: executing depfiles commands
  168. === configuring in x86_64 (/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/machine/x86_64)
  169. configure: running /bin/sh ../../../../../../../newlib/newlib/libc/machine/x86_64/configure --disable-option-checking '--prefix=/usr'  '--with-multisubdir=32' '--with-multisrctop=' '--enable-multilib' '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' 'CC=x86_64-linux-gnu-gcc  -m32' 'CXX= -m32' 'F77= -m32' 'GCJ= -m32' 'GFORTRAN= -m32' 'GOC= -m32' --cache-file=/dev/null --srcdir=../../../../../../../newlib/newlib/libc/machine/x86_64
  170. configure: WARNING: if you wanted to set the --build type, don't use --host.
  171.    If a cross compiler is detected then cross compile mode will be used
  172. configure: loading site script /mingw64/etc/config.site
  173. checking build system type... x86_64-w64-mingw32
  174. checking host system type... x86_64-pc-linux-gnu
  175. checking for a BSD-compatible install... /usr/bin/install -c
  176. checking whether build environment is sane... yes
  177. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  178. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  179. checking for gawk... gawk
  180. checking whether make sets $(MAKE)... yes
  181. checking for style of include used by make... GNU
  182. checking for gcc... x86_64-linux-gnu-gcc  -m32
  183. checking dependency style of x86_64-linux-gnu-gcc  -m32... gcc3
  184. checking whether we are using GNU C... yes
  185. checking whether x86_64-linux-gnu-gcc  -m32 accepts -g... no
  186. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  187. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  188. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  189. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  190. checking whether to enable maintainer-specific portions of Makefiles... no
  191. configure: creating ./config.status
  192. config.status: creating Makefile
  193. config.status: executing depfiles commands
  194. === configuring in sys (/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/sys)
  195. configure: running /bin/sh ../../../../../../newlib/newlib/libc/sys/configure --disable-option-checking '--prefix=/usr'  '--with-multisubdir=32' '--with-multisrctop=' '--enable-multilib' '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' 'CC=x86_64-linux-gnu-gcc  -m32' 'CXX= -m32' 'F77= -m32' 'GCJ= -m32' 'GFORTRAN= -m32' 'GOC= -m32' --cache-file=/dev/null --srcdir=../../../../../../newlib/newlib/libc/sys
  196. configure: WARNING: if you wanted to set the --build type, don't use --host.
  197.     If a cross compiler is detected then cross compile mode will be used
  198. configure: loading site script /mingw64/etc/config.site
  199. checking build system type... x86_64-w64-mingw32
  200. checking host system type... x86_64-pc-linux-gnu
  201. checking for a BSD-compatible install... /usr/bin/install -c
  202. checking whether build environment is sane... yes
  203. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  204. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  205. checking for gawk... gawk
  206. checking whether make sets $(MAKE)... yes
  207. checking for style of include used by make... GNU
  208. checking for gcc... x86_64-linux-gnu-gcc  -m32
  209. checking dependency style of x86_64-linux-gnu-gcc  -m32... gcc3
  210. checking whether we are using GNU C... yes
  211. checking whether x86_64-linux-gnu-gcc  -m32 accepts -g... no
  212. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  213. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  214. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  215. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  216. checking whether to enable maintainer-specific portions of Makefiles... no
  217. checking for a sed that does not truncate output... /usr/bin/sed
  218. checking how to print strings... printf
  219. configure: creating ./config.status
  220. config.status: creating Makefile
  221. config.status: executing depfiles commands
  222. === configuring in libm (/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libm)
  223. configure: running /bin/sh ../../../../../newlib/newlib/libm/configure --disable-option-checking '--prefix=/usr'  '--with-multisubdir=32' '--with-multisrctop=' '--enable-multilib' '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' 'CC=x86_64-linux-gnu-gcc  -m32' 'CXX= -m32' 'F77= -m32' 'GCJ= -m32' 'GFORTRAN= -m32' 'GOC= -m32' --cache-file=/dev/null --srcdir=../../../../../newlib/newlib/libm
  224. configure: WARNING: if you wanted to set the --build type, don't use --host.
  225.    If a cross compiler is detected then cross compile mode will be used
  226. configure: loading site script /mingw64/etc/config.site
  227. checking Checking long double support... yes
  228. checking build system type... x86_64-w64-mingw32
  229. checking host system type... x86_64-pc-linux-gnu
  230. checking for a BSD-compatible install... /usr/bin/install -c
  231. checking whether build environment is sane... yes
  232. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  233. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  234. checking for gawk... gawk
  235. checking whether make sets $(MAKE)... yes
  236. checking for style of include used by make... GNU
  237. checking for gcc... x86_64-linux-gnu-gcc  -m32
  238. checking dependency style of x86_64-linux-gnu-gcc  -m32... gcc3
  239. checking whether we are using GNU C... yes
  240. checking whether x86_64-linux-gnu-gcc  -m32 accepts -g... no
  241. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  242. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  243. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  244. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  245. checking whether to enable maintainer-specific portions of Makefiles... no
  246. checking for a sed that does not truncate output... /usr/bin/sed
  247. checking how to print strings... printf
  248. configure: creating ./config.status
  249. config.status: creating Makefile
  250. config.status: creating math/Makefile
  251. config.status: creating mathfp/Makefile
  252. config.status: creating common/Makefile
  253. config.status: creating complex/Makefile
  254. config.status: creating fenv/Makefile
  255. config.status: executing depfiles commands
  256. === configuring in machine (/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libm/machine)
  257. configure: running /bin/sh ../../../../../../newlib/newlib/libm/machine/configure --disable-option-checking '--prefix=/usr'  '--with-multisubdir=32' '--with-multisrctop=' '--enable-multilib' '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' 'CC=x86_64-linux-gnu-gcc  -m32' 'CXX= -m32' 'F77= -m32' 'GCJ= -m32' 'GFORTRAN= -m32' 'GOC= -m32' --cache-file=/dev/null --srcdir=../../../../../../newlib/newlib/libm/machine
  258. configure: WARNING: if you wanted to set the --build type, don't use --host.
  259.     If a cross compiler is detected then cross compile mode will be used
  260. configure: loading site script /mingw64/etc/config.site
  261. checking build system type... x86_64-w64-mingw32
  262. checking host system type... x86_64-pc-linux-gnu
  263. checking for a BSD-compatible install... /usr/bin/install -c
  264. checking whether build environment is sane... yes
  265. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  266. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  267. checking for gawk... gawk
  268. checking whether make sets $(MAKE)... yes
  269. checking for style of include used by make... GNU
  270. checking for gcc... x86_64-linux-gnu-gcc  -m32
  271. checking dependency style of x86_64-linux-gnu-gcc  -m32... gcc3
  272. checking whether we are using GNU C... yes
  273. checking whether x86_64-linux-gnu-gcc  -m32 accepts -g... no
  274. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  275. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  276. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  277. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  278. checking whether to enable maintainer-specific portions of Makefiles... no
  279. checking for a sed that does not truncate output... /usr/bin/sed
  280. checking how to print strings... printf
  281. configure: creating ./config.status
  282. config.status: creating Makefile
  283. config.status: executing depfiles commands
  284. === configuring in x86_64 (/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libm/machine/x86_64)
  285. configure: running /bin/sh ../../../../../../../newlib/newlib/libm/machine/x86_64/configure --disable-option-checking '--prefix=/usr'  '--with-multisubdir=32' '--with-multisrctop=' '--enable-multilib' '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' 'CC=x86_64-linux-gnu-gcc  -m32' 'CXX= -m32' 'F77= -m32' 'GCJ= -m32' 'GFORTRAN= -m32' 'GOC= -m32' --cache-file=/dev/null --srcdir=../../../../../../../newlib/newlib/libm/machine/x86_64
  286. configure: WARNING: if you wanted to set the --build type, don't use --host.
  287.    If a cross compiler is detected then cross compile mode will be used
  288. configure: loading site script /mingw64/etc/config.site
  289. checking build system type... x86_64-w64-mingw32
  290. checking host system type... x86_64-pc-linux-gnu
  291. checking for a BSD-compatible install... /usr/bin/install -c
  292. checking whether build environment is sane... yes
  293. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  294. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  295. checking for gawk... gawk
  296. checking whether make sets $(MAKE)... yes
  297. checking for style of include used by make... GNU
  298. checking for gcc... x86_64-linux-gnu-gcc  -m32
  299. checking dependency style of x86_64-linux-gnu-gcc  -m32... gcc3
  300. checking whether we are using GNU C... yes
  301. checking whether x86_64-linux-gnu-gcc  -m32 accepts -g... no
  302. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  303. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  304. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  305. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  306. checking whether to enable maintainer-specific portions of Makefiles... no
  307. checking for a sed that does not truncate output... /usr/bin/sed
  308. checking how to print strings... printf
  309. configure: creating ./config.status
  310. config.status: creating Makefile
  311. config.status: executing depfiles commands
  312. config.status: creating _newlib_version.h
  313. config.status: creating newlib.h
  314. config.status: executing depfiles commands
  315. === configuring in libc (/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib/libc)
  316. configure: running /bin/sh ../../../../newlib/newlib/libc/configure --disable-option-checking '--prefix=/usr'  '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' --cache-file=/dev/null --srcdir=../../../../newlib/newlib/libc
  317. configure: WARNING: if you wanted to set the --build type, don't use --host.
  318.     If a cross compiler is detected then cross compile mode will be used
  319. configure: loading site script /mingw64/etc/config.site
  320. checking build system type... x86_64-w64-mingw32
  321. checking host system type... x86_64-pc-linux-gnu
  322. checking for a BSD-compatible install... /usr/bin/install -c
  323. checking whether build environment is sane... yes
  324. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  325. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  326. checking for gawk... gawk
  327. checking whether make sets $(MAKE)... yes
  328. checking for style of include used by make... GNU
  329. checking for gcc... x86_64-linux-gnu-gcc
  330. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  331. checking whether we are using GNU C... yes
  332. checking whether x86_64-linux-gnu-gcc accepts -g... no
  333. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  334. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  335. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  336. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  337. checking whether to enable maintainer-specific portions of Makefiles... no
  338. checking for a sed that does not truncate output... /usr/bin/sed
  339. checking how to print strings... printf
  340. checking Checking long double support... yes
  341. configure: creating ./config.status
  342. config.status: creating Makefile
  343. config.status: creating argz/Makefile
  344. config.status: creating ctype/Makefile
  345. config.status: creating errno/Makefile
  346. config.status: creating locale/Makefile
  347. config.status: creating misc/Makefile
  348. config.status: creating reent/Makefile
  349. config.status: creating search/Makefile
  350. config.status: creating stdio/Makefile
  351. config.status: creating stdio64/Makefile
  352. config.status: creating stdlib/Makefile
  353. config.status: creating string/Makefile
  354. config.status: creating time/Makefile
  355. config.status: creating posix/Makefile
  356. config.status: creating signal/Makefile
  357. config.status: creating syscalls/Makefile
  358. config.status: creating unix/Makefile
  359. config.status: creating iconv/Makefile
  360. config.status: creating iconv/ces/Makefile
  361. config.status: creating iconv/ccs/Makefile
  362. config.status: creating iconv/ccs/binary/Makefile
  363. config.status: creating iconv/lib/Makefile
  364. config.status: creating ssp/Makefile
  365. config.status: creating xdr/Makefile
  366. config.status: executing depfiles commands
  367. === configuring in machine (/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib/libc/machine)
  368. configure: running /bin/sh ../../../../../newlib/newlib/libc/machine/configure --disable-option-checking '--prefix=/usr'  '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' --cache-file=/dev/null --srcdir=../../../../../newlib/newlib/libc/machine
  369. configure: WARNING: if you wanted to set the --build type, don't use --host.
  370.    If a cross compiler is detected then cross compile mode will be used
  371. configure: loading site script /mingw64/etc/config.site
  372. checking build system type... x86_64-w64-mingw32
  373. checking host system type... x86_64-pc-linux-gnu
  374. checking for a BSD-compatible install... /usr/bin/install -c
  375. checking whether build environment is sane... yes
  376. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  377. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  378. checking for gawk... gawk
  379. checking whether make sets $(MAKE)... yes
  380. checking for style of include used by make... GNU
  381. checking for gcc... x86_64-linux-gnu-gcc
  382. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  383. checking whether we are using GNU C... yes
  384. checking whether x86_64-linux-gnu-gcc accepts -g... no
  385. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  386. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  387. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  388. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  389. checking whether to enable maintainer-specific portions of Makefiles... no
  390. checking for a sed that does not truncate output... /usr/bin/sed
  391. checking how to print strings... printf
  392. configure: creating ./config.status
  393. config.status: creating Makefile
  394. config.status: executing depfiles commands
  395. === configuring in x86_64 (/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib/libc/machine/x86_64)
  396. configure: running /bin/sh ../../../../../../newlib/newlib/libc/machine/x86_64/configure --disable-option-checking '--prefix=/usr'  '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' --cache-file=/dev/null --srcdir=../../../../../../newlib/newlib/libc/machine/x86_64
  397. configure: WARNING: if you wanted to set the --build type, don't use --host.
  398.     If a cross compiler is detected then cross compile mode will be used
  399. configure: loading site script /mingw64/etc/config.site
  400. checking build system type... x86_64-w64-mingw32
  401. checking host system type... x86_64-pc-linux-gnu
  402. checking for a BSD-compatible install... /usr/bin/install -c
  403. checking whether build environment is sane... yes
  404. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  405. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  406. checking for gawk... gawk
  407. checking whether make sets $(MAKE)... yes
  408. checking for style of include used by make... GNU
  409. checking for gcc... x86_64-linux-gnu-gcc
  410. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  411. checking whether we are using GNU C... yes
  412. checking whether x86_64-linux-gnu-gcc accepts -g... no
  413. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  414. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  415. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  416. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  417. checking whether to enable maintainer-specific portions of Makefiles... no
  418. configure: creating ./config.status
  419. config.status: creating Makefile
  420. config.status: executing depfiles commands
  421. === configuring in sys (/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib/libc/sys)
  422. configure: running /bin/sh ../../../../../newlib/newlib/libc/sys/configure --disable-option-checking '--prefix=/usr'  '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' --cache-file=/dev/null --srcdir=../../../../../newlib/newlib/libc/sys
  423. configure: WARNING: if you wanted to set the --build type, don't use --host.
  424.    If a cross compiler is detected then cross compile mode will be used
  425. configure: loading site script /mingw64/etc/config.site
  426. checking build system type... x86_64-w64-mingw32
  427. checking host system type... x86_64-pc-linux-gnu
  428. checking for a BSD-compatible install... /usr/bin/install -c
  429. checking whether build environment is sane... yes
  430. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  431. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  432. checking for gawk... gawk
  433. checking whether make sets $(MAKE)... yes
  434. checking for style of include used by make... GNU
  435. checking for gcc... x86_64-linux-gnu-gcc
  436. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  437. checking whether we are using GNU C... yes
  438. checking whether x86_64-linux-gnu-gcc accepts -g... no
  439. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  440. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  441. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  442. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  443. checking whether to enable maintainer-specific portions of Makefiles... no
  444. checking for a sed that does not truncate output... /usr/bin/sed
  445. checking how to print strings... printf
  446. configure: creating ./config.status
  447. config.status: creating Makefile
  448. config.status: executing depfiles commands
  449. === configuring in libm (/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib/libm)
  450. configure: running /bin/sh ../../../../newlib/newlib/libm/configure --disable-option-checking '--prefix=/usr'  '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' --cache-file=/dev/null --srcdir=../../../../newlib/newlib/libm
  451. configure: WARNING: if you wanted to set the --build type, don't use --host.
  452.     If a cross compiler is detected then cross compile mode will be used
  453. configure: loading site script /mingw64/etc/config.site
  454. checking Checking long double support... yes
  455. checking build system type... x86_64-w64-mingw32
  456. checking host system type... x86_64-pc-linux-gnu
  457. checking for a BSD-compatible install... /usr/bin/install -c
  458. checking whether build environment is sane... yes
  459. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  460. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  461. checking for gawk... gawk
  462. checking whether make sets $(MAKE)... yes
  463. checking for style of include used by make... GNU
  464. checking for gcc... x86_64-linux-gnu-gcc
  465. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  466. checking whether we are using GNU C... yes
  467. checking whether x86_64-linux-gnu-gcc accepts -g... no
  468. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  469. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  470. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  471. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  472. checking whether to enable maintainer-specific portions of Makefiles... no
  473. checking for a sed that does not truncate output... /usr/bin/sed
  474. checking how to print strings... printf
  475. configure: creating ./config.status
  476. config.status: creating Makefile
  477. config.status: creating math/Makefile
  478. config.status: creating mathfp/Makefile
  479. config.status: creating common/Makefile
  480. config.status: creating complex/Makefile
  481. config.status: creating fenv/Makefile
  482. config.status: executing depfiles commands
  483. === configuring in machine (/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib/libm/machine)
  484. configure: running /bin/sh ../../../../../newlib/newlib/libm/machine/configure --disable-option-checking '--prefix=/usr'  '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' --cache-file=/dev/null --srcdir=../../../../../newlib/newlib/libm/machine
  485. configure: WARNING: if you wanted to set the --build type, don't use --host.
  486.    If a cross compiler is detected then cross compile mode will be used
  487. configure: loading site script /mingw64/etc/config.site
  488. checking build system type... x86_64-w64-mingw32
  489. checking host system type... x86_64-pc-linux-gnu
  490. checking for a BSD-compatible install... /usr/bin/install -c
  491. checking whether build environment is sane... yes
  492. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  493. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  494. checking for gawk... gawk
  495. checking whether make sets $(MAKE)... yes
  496. checking for style of include used by make... GNU
  497. checking for gcc... x86_64-linux-gnu-gcc
  498. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  499. checking whether we are using GNU C... yes
  500. checking whether x86_64-linux-gnu-gcc accepts -g... no
  501. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  502. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  503. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  504. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  505. checking whether to enable maintainer-specific portions of Makefiles... no
  506. checking for a sed that does not truncate output... /usr/bin/sed
  507. checking how to print strings... printf
  508. configure: creating ./config.status
  509. config.status: creating Makefile
  510. config.status: executing depfiles commands
  511. === configuring in x86_64 (/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib/libm/machine/x86_64)
  512. configure: running /bin/sh ../../../../../../newlib/newlib/libm/machine/x86_64/configure --disable-option-checking '--prefix=/usr'  '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' --cache-file=/dev/null --srcdir=../../../../../../newlib/newlib/libm/machine/x86_64
  513. configure: WARNING: if you wanted to set the --build type, don't use --host.
  514.     If a cross compiler is detected then cross compile mode will be used
  515. configure: loading site script /mingw64/etc/config.site
  516. checking build system type... x86_64-w64-mingw32
  517. checking host system type... x86_64-pc-linux-gnu
  518. checking for a BSD-compatible install... /usr/bin/install -c
  519. checking whether build environment is sane... yes
  520. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  521. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  522. checking for gawk... gawk
  523. checking whether make sets $(MAKE)... yes
  524. checking for style of include used by make... GNU
  525. checking for gcc... x86_64-linux-gnu-gcc
  526. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  527. checking whether we are using GNU C... yes
  528. checking whether x86_64-linux-gnu-gcc accepts -g... no
  529. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  530. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  531. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  532. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  533. checking whether to enable maintainer-specific portions of Makefiles... no
  534. checking for a sed that does not truncate output... /usr/bin/sed
  535. checking how to print strings... printf
  536. configure: creating ./config.status
  537. config.status: creating Makefile
  538. config.status: executing depfiles commands
  539. === configuring in doc (/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib/doc)
  540. configure: running /bin/sh ../../../../newlib/newlib/doc/configure --disable-option-checking '--prefix=/usr'  '--host=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-nostdlib' --cache-file=/dev/null --srcdir=../../../../newlib/newlib/doc
  541. configure: WARNING: if you wanted to set the --build type, don't use --host.
  542.    If a cross compiler is detected then cross compile mode will be used
  543. configure: loading site script /mingw64/etc/config.site
  544. checking build system type... x86_64-w64-mingw32
  545. checking host system type... x86_64-pc-linux-gnu
  546. checking for a BSD-compatible install... /usr/bin/install -c
  547. checking whether build environment is sane... yes
  548. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  549. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  550. checking for gawk... gawk
  551. checking whether make sets $(MAKE)... yes
  552. checking for style of include used by make... GNU
  553. checking for gcc... x86_64-linux-gnu-gcc
  554. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  555. checking whether we are using GNU C... yes
  556. checking whether x86_64-linux-gnu-gcc accepts -g... no
  557. checking for x86_64-linux-gnu-as... x86_64-linux-gnu-as
  558. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  559. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  560. checking for x86_64-linux-gnu-readelf... x86_64-linux-gnu-readelf
  561. checking whether to enable maintainer-specific portions of Makefiles... no
  562. checking for build system executable suffix... no
  563. configure: creating ./config.status
  564. config.status: creating Makefile
  565. config.status: executing depfiles commands
  566.  
  567. [REDACTED]@[REDACTED]-PC MINGW64 /c/Users/[REDACTED]/documents/linux64cross/newlib/newlib
  568. # make |& tee ../../../makeout.txt
  569. make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-nostdlib" "CCASFLAGS=-nostdlib" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/sh /c/Users/[REDACTED]/documents/newlib/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=`if test -f ./../expect/expect; then echo ./../expect/expect; else echo expect; fi`" "RUNTEST=`if test -f ../../../newlib/newlib/../dejagnu/runtest; then echo ../../../newlib/newlib/../dejagnu/runtest; else echo runtest; fi`" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/share/info" "libdir=/usr/lib" "prefix=/usr" "tooldir=/usr/x86_64-linux-gnu" "top_toollibdir=/usr/x86_64-linux-gnu/lib" "AR=x86_64-linux-gnu-ar" "AS=x86_64-linux-gnu-as" "CC=x86_64-linux-gnu-gcc -I/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include" "LD=" "LIBCFLAGS=" "NM=" "PICFLAG=" "RANLIB=x86_64-linux-gnu-ranlib" "DESTDIR=" all-recursive
  570. make[1]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib'
  571. rm -rf targ-include stmp-targ-include
  572. make targ-include/sys \
  573.     targ-include/machine \
  574.     targ-include/bits
  575. make[2]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib'
  576. mkdir targ-include
  577. cp _newlib_version.h targ-include/_newlib_version.h
  578. cp newlib.h targ-include/newlib.h
  579. mkdir targ-include/sys
  580. mkdir targ-include/machine
  581. mkdir targ-include/bits
  582. make[2]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib'
  583. for i in ../../../newlib/newlib/libc/machine/x86_64/machine/*.h; do \
  584.    if [ -f $i ]; then \
  585.      cp $i targ-include/machine/`basename $i`; \
  586.    else true; fi ; \
  587.  done
  588. for i in ../../../newlib/newlib/libc/machine/x86_64/sys/*.h; do \
  589.    if [ -f $i ]; then \
  590.      cp $i targ-include/sys/`basename $i`; \
  591.    else true; fi ; \
  592.  done
  593. for i in ../../../newlib/newlib/libc/machine/x86_64/include/*.h; do \
  594.    if [ -f $i ]; then \
  595.      cp $i targ-include/`basename $i`; \
  596.    else true; fi ; \
  597.  done
  598. for i in ../../../newlib/newlib/libc/sys//include/*.h; do \
  599.    if [ -f $i ]; then \
  600.      cp $i targ-include/`basename $i`; \
  601.    else true; fi ; \
  602.  done
  603. for i in ../../../newlib/newlib/libc/sys//include/*; do \
  604.    if [ -d $i ]; then \
  605.     for j in $i/*.h; do \
  606.         if [ ! -d targ-include/`basename $i` ]; then \
  607.             mkdir targ-include/`basename $i`; \
  608.         fi; \
  609.             cp $j targ-include/`basename $i`/`basename $j`; \
  610.     done \
  611.    else true; fi ; \
  612.  done
  613. for i in ../../../newlib/newlib/libc/sys//sys/*.h; do \
  614.    if [ -f $i ]; then \
  615.      cp $i targ-include/sys/`basename $i`; \
  616.    else true; fi ; \
  617.  done
  618. for i in ../../../newlib/newlib/libc/sys//bits/*.h; do \
  619.    if [ -f $i ]; then \
  620.      cp $i targ-include/bits/`basename $i`; \
  621.    else true; fi ; \
  622.  done
  623. for i in ../../../newlib/newlib/libc/sys//machine/*.h; do \
  624.    if [ -f $i ]; then \
  625.      cp $i targ-include/machine/`basename $i`; \
  626.    else true; fi ; \
  627.  done
  628. for i in ../../../newlib/newlib/libc/sys//machine/x86_64/*.h; do \
  629.    if [ -f $i ]; then \
  630.      cp $i targ-include/machine/`basename $i`; \
  631.    else true; fi ; \
  632.  done
  633. for i in ../../../newlib/newlib/libc/sys//machine/x86_64/include/*.h; do \
  634.    if [ -f $i ]; then \
  635.      cp $i targ-include/machine/`basename $i`; \
  636.    else true; fi ; \
  637.  done
  638. make targ-include/newlib.h
  639. make[2]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib'
  640. cp _newlib_version.h targ-include/_newlib_version.h
  641. cp newlib.h targ-include/newlib.h
  642. make[2]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib'
  643. touch stmp-targ-include
  644. make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-nostdlib" "CCASFLAGS=-nostdlib" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/sh /c/Users/[REDACTED]/documents/newlib/missing --run makeinfo  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/share/info" "libdir=/usr/lib" "prefix=/usr" "tooldir=/usr/x86_64-linux-gnu" "top_toollibdir=/usr/x86_64-linux-gnu/lib" "AR=x86_64-linux-gnu-ar" "AS=x86_64-linux-gnu-as" "CC=x86_64-linux-gnu-gcc -I/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include" "LD=" "LIBCFLAGS=" "NM=" "PICFLAG=" "RANLIB=x86_64-linux-gnu-ranlib" "DESTDIR=" DO=all multi-do # make
  645. make[2]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib'
  646. if [ -z "32" ]; then \
  647.  true; \
  648. else \
  649.  rootpre=`${PWDCMD-pwd}`/; export rootpre; \
  650.  srcrootpre=`cd ../../../newlib/newlib; ${PWDCMD-pwd}`/; export srcrootpre; \
  651.  lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
  652.  compiler="x86_64-linux-gnu-gcc -I/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include"; \
  653.  for i in `${compiler} --print-multi-lib 2>/dev/null`; do \
  654.    dir=`echo $i | sed -e 's/;.*$//'`; \
  655.    if [ "${dir}" = "." ]; then \
  656.      true; \
  657.    else \
  658.      if [ -d ../${dir}/${lib} ]; then \
  659.     flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
  660.     if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-nostdlib" "CCASFLAGS=-nostdlib" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/sh /c/Users/[REDACTED]/documents/newlib/missing --run makeinfo   " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/share/info" "libdir=/usr/lib" "prefix=/usr" "tooldir=/usr/x86_64-linux-gnu" "top_toollibdir=/usr/x86_64-linux-gnu/lib" "AR=x86_64-linux-gnu-ar" "AS=x86_64-linux-gnu-as" "CC=x86_64-linux-gnu-gcc -I/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include" "LD=" "LIBCFLAGS=" "NM=" "PICFLAG=" "RANLIB=x86_64-linux-gnu-ranlib" "DESTDIR=" \
  661.             CFLAGS="-nostdlib ${flags}" \
  662.             CCASFLAGS="-nostdlib ${flags}" \
  663.             FCFLAGS=" ${flags}" \
  664.             FFLAGS=" ${flags}" \
  665.             ADAFLAGS=" ${flags}" \
  666.             prefix="/usr" \
  667.             exec_prefix="/usr" \
  668.             GCJFLAGS=" ${flags}" \
  669.             GOCFLAGS=" ${flags}" \
  670.             CXXFLAGS=" ${flags}" \
  671.             LIBCFLAGS=" ${flags}" \
  672.             LIBCXXFLAGS=" ${flags}" \
  673.             LDFLAGS=" ${flags}" \
  674.             MULTIFLAGS="${flags}" \
  675.             DESTDIR="" \
  676.             INSTALL="/usr/bin/install -c" \
  677.             INSTALL_DATA="/usr/bin/install -c -m 644" \
  678.             INSTALL_PROGRAM="/usr/bin/install -c" \
  679.             INSTALL_SCRIPT="/usr/bin/install -c" \
  680.             all); then \
  681.       true; \
  682.     else \
  683.       exit 1; \
  684.     fi; \
  685.      else true; \
  686.      fi; \
  687.    fi; \
  688.  done; \
  689. fi
  690. make[3]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib'
  691. make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-nostdlib  -m32" "CCASFLAGS=-nostdlib  -m32" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "LDFLAGS=-m32" "LIBCFLAGS=-m32" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/sh /c/Users/[REDACTED]/documents/newlib/missing --run makeinfo    " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/share/info" "libdir=/usr/lib" "prefix=/usr" "tooldir=/usr/x86_64-linux-gnu" "top_toollibdir=/usr/x86_64-linux-gnu/lib/32" "AR=x86_64-linux-gnu-ar" "AS=x86_64-linux-gnu-as" "CC=x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include" "LD=" "LIBCFLAGS=-m32" "NM=" "PICFLAG=" "RANLIB=x86_64-linux-gnu-ranlib" "DESTDIR=" all-recursive
  692. make[4]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib'
  693. rm -rf targ-include stmp-targ-include
  694. make targ-include/sys \
  695.     targ-include/machine \
  696.     targ-include/bits
  697. make[5]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib'
  698. mkdir targ-include
  699. cp _newlib_version.h targ-include/_newlib_version.h
  700. cp newlib.h targ-include/newlib.h
  701. mkdir targ-include/sys
  702. mkdir targ-include/machine
  703. mkdir targ-include/bits
  704. make[5]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib'
  705. for i in ../../../../newlib/newlib/libc/machine/x86_64/machine/*.h; do \
  706.    if [ -f $i ]; then \
  707.      cp $i targ-include/machine/`basename $i`; \
  708.    else true; fi ; \
  709.  done
  710. for i in ../../../../newlib/newlib/libc/machine/x86_64/sys/*.h; do \
  711.    if [ -f $i ]; then \
  712.      cp $i targ-include/sys/`basename $i`; \
  713.    else true; fi ; \
  714.  done
  715. for i in ../../../../newlib/newlib/libc/machine/x86_64/include/*.h; do \
  716.    if [ -f $i ]; then \
  717.      cp $i targ-include/`basename $i`; \
  718.    else true; fi ; \
  719.  done
  720. for i in ../../../../newlib/newlib/libc/sys//include/*.h; do \
  721.    if [ -f $i ]; then \
  722.      cp $i targ-include/`basename $i`; \
  723.    else true; fi ; \
  724.  done
  725. for i in ../../../../newlib/newlib/libc/sys//include/*; do \
  726.    if [ -d $i ]; then \
  727.     for j in $i/*.h; do \
  728.         if [ ! -d targ-include/`basename $i` ]; then \
  729.             mkdir targ-include/`basename $i`; \
  730.         fi; \
  731.             cp $j targ-include/`basename $i`/`basename $j`; \
  732.     done \
  733.    else true; fi ; \
  734.  done
  735. for i in ../../../../newlib/newlib/libc/sys//sys/*.h; do \
  736.    if [ -f $i ]; then \
  737.      cp $i targ-include/sys/`basename $i`; \
  738.    else true; fi ; \
  739.  done
  740. for i in ../../../../newlib/newlib/libc/sys//bits/*.h; do \
  741.    if [ -f $i ]; then \
  742.      cp $i targ-include/bits/`basename $i`; \
  743.    else true; fi ; \
  744.  done
  745. for i in ../../../../newlib/newlib/libc/sys//machine/*.h; do \
  746.    if [ -f $i ]; then \
  747.      cp $i targ-include/machine/`basename $i`; \
  748.    else true; fi ; \
  749.  done
  750. for i in ../../../../newlib/newlib/libc/sys//machine/x86_64/*.h; do \
  751.    if [ -f $i ]; then \
  752.      cp $i targ-include/machine/`basename $i`; \
  753.    else true; fi ; \
  754.  done
  755. for i in ../../../../newlib/newlib/libc/sys//machine/x86_64/include/*.h; do \
  756.    if [ -f $i ]; then \
  757.      cp $i targ-include/machine/`basename $i`; \
  758.    else true; fi ; \
  759.  done
  760. make targ-include/newlib.h
  761. make[5]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib'
  762. cp _newlib_version.h targ-include/_newlib_version.h
  763. cp newlib.h targ-include/newlib.h
  764. make[5]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib'
  765. touch stmp-targ-include
  766. true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-nostdlib  -m32" "CCASFLAGS=-nostdlib  -m32" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "LDFLAGS=-m32" "LIBCFLAGS=-m32" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/sh /c/Users/[REDACTED]/documents/newlib/missing --run makeinfo     " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/share/info" "libdir=/usr/lib" "prefix=/usr" "tooldir=/usr/x86_64-linux-gnu" "top_toollibdir=/usr/x86_64-linux-gnu/lib/32" "AR=x86_64-linux-gnu-ar" "AS=x86_64-linux-gnu-as" "CC=x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include" "LD=" "LIBCFLAGS=-m32" "NM=" "PICFLAG=" "RANLIB=x86_64-linux-gnu-ranlib" "DESTDIR=" DO=all multi-do # make
  767. Making all in libc
  768. make[5]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc'
  769. Making all in argz
  770. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/argz'
  771. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-dummy.o `test -f 'dummy.c' || echo '../../../../../../newlib/newlib/libc/argz/'`dummy.c
  772. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-argz_add.o `test -f 'argz_add.c' || echo '../../../../../../newlib/newlib/libc/argz/'`argz_add.c
  773. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-argz_add_sep.o `test -f 'argz_add_sep.c' || echo '../../../../../../newlib/newlib/libc/argz/'`argz_add_sep.c
  774. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-argz_append.o `test -f 'argz_append.c' || echo '../../../../../../newlib/newlib/libc/argz/'`argz_append.c
  775. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-argz_count.o `test -f 'argz_count.c' || echo '../../../../../../newlib/newlib/libc/argz/'`argz_count.c
  776. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-argz_create.o `test -f 'argz_create.c' || echo '../../../../../../newlib/newlib/libc/argz/'`argz_create.c
  777. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-argz_create_sep.o `test -f 'argz_create_sep.c' || echo '../../../../../../newlib/newlib/libc/argz/'`argz_create_sep.c
  778. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-argz_delete.o `test -f 'argz_delete.c' || echo '../../../../../../newlib/newlib/libc/argz/'`argz_delete.c
  779. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-argz_extract.o `test -f 'argz_extract.c' || echo '../../../../../../newlib/newlib/libc/argz/'`argz_extract.c
  780. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-argz_insert.o `test -f 'argz_insert.c' || echo '../../../../../../newlib/newlib/libc/argz/'`argz_insert.c
  781. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-argz_next.o `test -f 'argz_next.c' || echo '../../../../../../newlib/newlib/libc/argz/'`argz_next.c
  782. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-argz_replace.o `test -f 'argz_replace.c' || echo '../../../../../../newlib/newlib/libc/argz/'`argz_replace.c
  783. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-argz_stringify.o `test -f 'argz_stringify.c' || echo '../../../../../../newlib/newlib/libc/argz/'`argz_stringify.c
  784. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-buf_findstr.o `test -f 'buf_findstr.c' || echo '../../../../../../newlib/newlib/libc/argz/'`buf_findstr.c
  785. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-envz_entry.o `test -f 'envz_entry.c' || echo '../../../../../../newlib/newlib/libc/argz/'`envz_entry.c
  786. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-envz_get.o `test -f 'envz_get.c' || echo '../../../../../../newlib/newlib/libc/argz/'`envz_get.c
  787. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-envz_add.o `test -f 'envz_add.c' || echo '../../../../../../newlib/newlib/libc/argz/'`envz_add.c
  788. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-envz_remove.o `test -f 'envz_remove.c' || echo '../../../../../../newlib/newlib/libc/argz/'`envz_remove.c
  789. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-envz_merge.o `test -f 'envz_merge.c' || echo '../../../../../../newlib/newlib/libc/argz/'`envz_merge.c
  790. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/argz -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-envz_strip.o `test -f 'envz_strip.c' || echo '../../../../../../newlib/newlib/libc/argz/'`envz_strip.c
  791. rm -f lib.a
  792. x86_64-linux-gnu-ar cru lib.a lib_a-dummy.o lib_a-argz_add.o lib_a-argz_add_sep.o lib_a-argz_append.o lib_a-argz_count.o lib_a-argz_create.o lib_a-argz_create_sep.o lib_a-argz_delete.o lib_a-argz_extract.o lib_a-argz_insert.o lib_a-argz_next.o lib_a-argz_replace.o lib_a-argz_stringify.o lib_a-buf_findstr.o lib_a-envz_entry.o lib_a-envz_get.o lib_a-envz_add.o lib_a-envz_remove.o lib_a-envz_merge.o lib_a-envz_strip.o
  793. x86_64-linux-gnu-ranlib lib.a
  794. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/argz'
  795. Making all in stdlib
  796. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/stdlib'
  797. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-__adjust.o `test -f '__adjust.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`__adjust.c
  798. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-__atexit.o `test -f '__atexit.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`__atexit.c
  799. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-__call_atexit.o `test -f '__call_atexit.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`__call_atexit.c
  800. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-__exp10.o `test -f '__exp10.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`__exp10.c
  801. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-__ten_mu.o `test -f '__ten_mu.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`__ten_mu.c
  802. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-_Exit.o `test -f '_Exit.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`_Exit.c
  803. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-abort.o `test -f 'abort.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`abort.c
  804. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-abs.o `test -f 'abs.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`abs.c
  805. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-aligned_alloc.o `test -f 'aligned_alloc.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`aligned_alloc.c
  806. ../../../../../../newlib/newlib/libc/stdlib/aligned_alloc.c: In the function 'aligned_alloc':
  807. ../../../../../../newlib/newlib/libc/stdlib/aligned_alloc.c:35:10: warning: implicit declaration of the function '_memalign_r' [-Wimplicit-function-declaration]
  808.   35 |   return _memalign_r (_REENT, align, size);
  809.      |          ^~~~~~~~~~~
  810. ../../../../../../newlib/newlib/libc/stdlib/aligned_alloc.c:35:10: warning: return of 'int' from a function with return type 'void *' creates a pointer from an integer without a conversion [-Wint-conversion]
  811.   35 |   return _memalign_r (_REENT, align, size);
  812.      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  813. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-assert.o `test -f 'assert.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`assert.c
  814. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-atexit.o `test -f 'atexit.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`atexit.c
  815. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-atof.o `test -f 'atof.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`atof.c
  816. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-atoff.o `test -f 'atoff.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`atoff.c
  817. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-atoi.o `test -f 'atoi.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`atoi.c
  818. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-atol.o `test -f 'atol.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`atol.c
  819. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-calloc.o `test -f 'calloc.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`calloc.c
  820. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-div.o `test -f 'div.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`div.c
  821. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-dtoa.o `test -f 'dtoa.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`dtoa.c
  822. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-dtoastub.o `test -f 'dtoastub.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`dtoastub.c
  823. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-environ.o `test -f 'environ.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`environ.c
  824. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-envlock.o `test -f 'envlock.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`envlock.c
  825. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-eprintf.o `test -f 'eprintf.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`eprintf.c
  826. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-exit.o `test -f 'exit.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`exit.c
  827. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-gdtoa-gethex.o `test -f 'gdtoa-gethex.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`gdtoa-gethex.c
  828. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-gdtoa-hexnan.o `test -f 'gdtoa-hexnan.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`gdtoa-hexnan.c
  829. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getenv.o `test -f 'getenv.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`getenv.c
  830. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getenv_r.o `test -f 'getenv_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`getenv_r.c
  831. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-imaxabs.o `test -f 'imaxabs.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`imaxabs.c
  832. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-imaxdiv.o `test -f 'imaxdiv.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`imaxdiv.c
  833. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-itoa.o `test -f 'itoa.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`itoa.c
  834. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-labs.o `test -f 'labs.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`labs.c
  835. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ldiv.o `test -f 'ldiv.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`ldiv.c
  836. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ldtoa.o `test -f 'ldtoa.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`ldtoa.c
  837. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-malloc.o `test -f 'malloc.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`malloc.c
  838. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mblen.o `test -f 'mblen.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mblen.c
  839. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mblen_r.o `test -f 'mblen_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mblen_r.c
  840. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mbstowcs.o `test -f 'mbstowcs.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mbstowcs.c
  841. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mbstowcs_r.o `test -f 'mbstowcs_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mbstowcs_r.c
  842. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mbtowc.o `test -f 'mbtowc.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mbtowc.c
  843. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mbtowc_r.o `test -f 'mbtowc_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mbtowc_r.c
  844. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mlock.o `test -f 'mlock.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mlock.c
  845. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mprec.o `test -f 'mprec.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mprec.c
  846. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mstats.o `test -f 'mstats.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mstats.c
  847. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-on_exit_args.o `test -f 'on_exit_args.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`on_exit_args.c
  848. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-quick_exit.o `test -f 'quick_exit.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`quick_exit.c
  849. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-rand.o `test -f 'rand.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`rand.c
  850. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-rand_r.o `test -f 'rand_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`rand_r.c
  851. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-random.o `test -f 'random.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`random.c
  852. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-realloc.o `test -f 'realloc.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`realloc.c
  853. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-reallocarray.o `test -f 'reallocarray.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`reallocarray.c
  854. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-reallocf.o `test -f 'reallocf.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`reallocf.c
  855. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-sb_charsets.o `test -f 'sb_charsets.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`sb_charsets.c
  856. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtod.o `test -f 'strtod.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`strtod.c
  857. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtoimax.o `test -f 'strtoimax.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`strtoimax.c
  858. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtol.o `test -f 'strtol.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`strtol.c
  859. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtoul.o `test -f 'strtoul.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`strtoul.c
  860. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtoumax.o `test -f 'strtoumax.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`strtoumax.c
  861. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-utoa.o `test -f 'utoa.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`utoa.c
  862. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstod.o `test -f 'wcstod.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcstod.c
  863. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstoimax.o `test -f 'wcstoimax.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcstoimax.c
  864. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstol.o `test -f 'wcstol.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcstol.c
  865. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstoul.o `test -f 'wcstoul.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcstoul.c
  866. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstoumax.o `test -f 'wcstoumax.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcstoumax.c
  867. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstombs.o `test -f 'wcstombs.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcstombs.c
  868. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstombs_r.o `test -f 'wcstombs_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcstombs_r.c
  869. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wctomb.o `test -f 'wctomb.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wctomb.c
  870. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wctomb_r.o `test -f 'wctomb_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wctomb_r.c
  871. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtodg.o `test -f 'strtodg.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`strtodg.c
  872. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtold.o `test -f 'strtold.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`strtold.c
  873. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtorx.o `test -f 'strtorx.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`strtorx.c
  874. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstold.o `test -f 'wcstold.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcstold.c
  875. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-arc4random.o `test -f 'arc4random.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`arc4random.c
  876. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-arc4random_uniform.o `test -f 'arc4random_uniform.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`arc4random_uniform.c
  877. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-cxa_atexit.o `test -f 'cxa_atexit.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`cxa_atexit.c
  878. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-cxa_finalize.o `test -f 'cxa_finalize.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`cxa_finalize.c
  879. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-drand48.o `test -f 'drand48.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`drand48.c
  880. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ecvtbuf.o `test -f 'ecvtbuf.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`ecvtbuf.c
  881. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-efgcvt.o `test -f 'efgcvt.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`efgcvt.c
  882. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-erand48.o `test -f 'erand48.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`erand48.c
  883. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-jrand48.o `test -f 'jrand48.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`jrand48.c
  884. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-lcong48.o `test -f 'lcong48.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`lcong48.c
  885. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-lrand48.o `test -f 'lrand48.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`lrand48.c
  886. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mrand48.o `test -f 'mrand48.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mrand48.c
  887. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-msize.o `test -f 'msize.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`msize.c
  888. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mtrim.o `test -f 'mtrim.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mtrim.c
  889. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-nrand48.o `test -f 'nrand48.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`nrand48.c
  890. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-rand48.o `test -f 'rand48.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`rand48.c
  891. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-seed48.o `test -f 'seed48.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`seed48.c
  892. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-srand48.o `test -f 'srand48.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`srand48.c
  893. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtoll.o `test -f 'strtoll.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`strtoll.c
  894. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtoll_r.o `test -f 'strtoll_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`strtoll_r.c
  895. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtoull.o `test -f 'strtoull.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`strtoull.c
  896. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtoull_r.o `test -f 'strtoull_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`strtoull_r.c
  897. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstoll.o `test -f 'wcstoll.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcstoll.c
  898. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstoll_r.o `test -f 'wcstoll_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcstoll_r.c
  899. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstoull.o `test -f 'wcstoull.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcstoull.c
  900. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstoull_r.o `test -f 'wcstoull_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcstoull_r.c
  901. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-atoll.o `test -f 'atoll.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`atoll.c
  902. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-llabs.o `test -f 'llabs.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`llabs.c
  903. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-lldiv.o `test -f 'lldiv.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`lldiv.c
  904. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-a64l.o `test -f 'a64l.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`a64l.c
  905. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-btowc.o `test -f 'btowc.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`btowc.c
  906. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getopt.o `test -f 'getopt.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`getopt.c
  907. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getsubopt.o `test -f 'getsubopt.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`getsubopt.c
  908. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-l64a.o `test -f 'l64a.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`l64a.c
  909. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-malign.o `test -f 'malign.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`malign.c
  910. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mbrlen.o `test -f 'mbrlen.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mbrlen.c
  911. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mbrtowc.o `test -f 'mbrtowc.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mbrtowc.c
  912. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mbsinit.o `test -f 'mbsinit.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mbsinit.c
  913. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mbsnrtowcs.o `test -f 'mbsnrtowcs.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mbsnrtowcs.c
  914. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mbsrtowcs.o `test -f 'mbsrtowcs.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`mbsrtowcs.c
  915. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-on_exit.o `test -f 'on_exit.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`on_exit.c
  916. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-valloc.o `test -f 'valloc.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`valloc.c
  917. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcrtomb.o `test -f 'wcrtomb.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcrtomb.c
  918. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsnrtombs.o `test -f 'wcsnrtombs.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcsnrtombs.c
  919. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsrtombs.o `test -f 'wcsrtombs.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wcsrtombs.c
  920. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wctob.o `test -f 'wctob.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`wctob.c
  921. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-putenv.o `test -f 'putenv.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`putenv.c
  922. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-putenv_r.o `test -f 'putenv_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`putenv_r.c
  923. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-setenv.o `test -f 'setenv.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`setenv.c
  924. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-setenv_r.o `test -f 'setenv_r.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`setenv_r.c
  925. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-rpmatch.o `test -f 'rpmatch.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`rpmatch.c
  926. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-system.o `test -f 'system.c' || echo '../../../../../../newlib/newlib/libc/stdlib/'`system.c
  927. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTERNAL_NEWLIB -DDEFINE_FREE -c ../../../../../../newlib/newlib/libc/stdlib/mallocr.c -o lib_a-freer.o
  928. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTERNAL_NEWLIB -DDEFINE_REALLOC -c ../../../../../../newlib/newlib/libc/stdlib/mallocr.c -o lib_a-reallocr.o
  929. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTERNAL_NEWLIB -DDEFINE_CALLOC -c ../../../../../../newlib/newlib/libc/stdlib/mallocr.c -o lib_a-callocr.o
  930. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTERNAL_NEWLIB -DDEFINE_CFREE -c ../../../../../../newlib/newlib/libc/stdlib/mallocr.c -o lib_a-cfreer.o
  931. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTERNAL_NEWLIB -DDEFINE_MALLINFO -c ../../../../../../newlib/newlib/libc/stdlib/mallocr.c -o lib_a-mallinfor.o
  932. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTERNAL_NEWLIB -DDEFINE_MALLOC_STATS -c ../../../../../../newlib/newlib/libc/stdlib/mallocr.c -o lib_a-mallstatsr.o
  933. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTERNAL_NEWLIB -DDEFINE_MALLOC_USABLE_SIZE -c ../../../../../../newlib/newlib/libc/stdlib/mallocr.c -o lib_a-msizer.o
  934. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTERNAL_NEWLIB -DDEFINE_MALLOC -c ../../../../../../newlib/newlib/libc/stdlib/mallocr.c -o lib_a-mallocr.o
  935. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTERNAL_NEWLIB -DDEFINE_MEMALIGN -c ../../../../../../newlib/newlib/libc/stdlib/mallocr.c -o lib_a-malignr.o
  936. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTERNAL_NEWLIB -DDEFINE_MALLOPT -c ../../../../../../newlib/newlib/libc/stdlib/mallocr.c -o lib_a-malloptr.o
  937. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTERNAL_NEWLIB -DDEFINE_PVALLOC -c ../../../../../../newlib/newlib/libc/stdlib/mallocr.c -o lib_a-pvallocr.o
  938. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdlib -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTERNAL_NEWLIB -DDEFINE_VALLOC -c ../../../../../../newlib/newlib/libc/stdlib/mallocr.c -o lib_a-vallocr.o
  939. rm -f lib.a
  940. x86_64-linux-gnu-ar cru lib.a lib_a-__adjust.o lib_a-__atexit.o lib_a-__call_atexit.o lib_a-__exp10.o lib_a-__ten_mu.o lib_a-_Exit.o lib_a-abort.o lib_a-abs.o lib_a-aligned_alloc.o lib_a-assert.o lib_a-atexit.o lib_a-atof.o lib_a-atoff.o lib_a-atoi.o lib_a-atol.o lib_a-calloc.o lib_a-div.o lib_a-dtoa.o lib_a-dtoastub.o lib_a-environ.o lib_a-envlock.o lib_a-eprintf.o lib_a-exit.o lib_a-gdtoa-gethex.o lib_a-gdtoa-hexnan.o lib_a-getenv.o lib_a-getenv_r.o lib_a-imaxabs.o lib_a-imaxdiv.o lib_a-itoa.o lib_a-labs.o lib_a-ldiv.o lib_a-ldtoa.o lib_a-malloc.o lib_a-mblen.o lib_a-mblen_r.o lib_a-mbstowcs.o lib_a-mbstowcs_r.o lib_a-mbtowc.o lib_a-mbtowc_r.o lib_a-mlock.o lib_a-mprec.o lib_a-mstats.o lib_a-on_exit_args.o lib_a-quick_exit.o lib_a-rand.o lib_a-rand_r.o lib_a-random.o lib_a-realloc.o lib_a-reallocarray.o lib_a-reallocf.o lib_a-sb_charsets.o lib_a-strtod.o lib_a-strtoimax.o lib_a-strtol.o lib_a-strtoul.o lib_a-strtoumax.o lib_a-utoa.o lib_a-wcstod.o lib_a-wcstoimax.o lib_a-wcstol.o lib_a-wcstoul.o lib_a-wcstoumax.o lib_a-wcstombs.o lib_a-wcstombs_r.o lib_a-wctomb.o lib_a-wctomb_r.o lib_a-strtodg.o lib_a-strtold.o lib_a-strtorx.o lib_a-wcstold.o lib_a-arc4random.o lib_a-arc4random_uniform.o lib_a-cxa_atexit.o lib_a-cxa_finalize.o lib_a-drand48.o lib_a-ecvtbuf.o lib_a-efgcvt.o lib_a-erand48.o lib_a-jrand48.o lib_a-lcong48.o lib_a-lrand48.o lib_a-mrand48.o lib_a-msize.o lib_a-mtrim.o lib_a-nrand48.o lib_a-rand48.o lib_a-seed48.o lib_a-srand48.o lib_a-strtoll.o lib_a-strtoll_r.o lib_a-strtoull.o lib_a-strtoull_r.o lib_a-wcstoll.o lib_a-wcstoll_r.o lib_a-wcstoull.o lib_a-wcstoull_r.o lib_a-atoll.o lib_a-llabs.o lib_a-lldiv.o lib_a-a64l.o lib_a-btowc.o lib_a-getopt.o lib_a-getsubopt.o lib_a-l64a.o lib_a-malign.o lib_a-mbrlen.o lib_a-mbrtowc.o lib_a-mbsinit.o lib_a-mbsnrtowcs.o lib_a-mbsrtowcs.o lib_a-on_exit.o lib_a-valloc.o lib_a-wcrtomb.o lib_a-wcsnrtombs.o lib_a-wcsrtombs.o lib_a-wctob.o lib_a-putenv.o lib_a-putenv_r.o lib_a-setenv.o lib_a-setenv_r.o lib_a-rpmatch.o lib_a-system.o lib_a-freer.o lib_a-reallocr.o lib_a-callocr.o lib_a-cfreer.o lib_a-mallinfor.o lib_a-mallstatsr.o lib_a-msizer.o lib_a-mallocr.o lib_a-malignr.o lib_a-malloptr.o lib_a-pvallocr.o lib_a-vallocr.o
  941. x86_64-linux-gnu-ranlib lib.a
  942. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/stdlib'
  943. Making all in ctype
  944. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/ctype'
  945. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ctype_.o `test -f 'ctype_.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`ctype_.c
  946. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isalnum.o `test -f 'isalnum.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isalnum.c
  947. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isalpha.o `test -f 'isalpha.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isalpha.c
  948. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iscntrl.o `test -f 'iscntrl.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iscntrl.c
  949. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isdigit.o `test -f 'isdigit.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isdigit.c
  950. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-islower.o `test -f 'islower.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`islower.c
  951. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isupper.o `test -f 'isupper.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isupper.c
  952. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isprint.o `test -f 'isprint.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isprint.c
  953. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ispunct.o `test -f 'ispunct.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`ispunct.c
  954. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isspace.o `test -f 'isspace.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isspace.c
  955. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isxdigit.o `test -f 'isxdigit.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isxdigit.c
  956. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tolower.o `test -f 'tolower.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`tolower.c
  957. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-toupper.o `test -f 'toupper.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`toupper.c
  958. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-categories.o `test -f 'categories.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`categories.c
  959. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isalnum_l.o `test -f 'isalnum_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isalnum_l.c
  960. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isalpha_l.o `test -f 'isalpha_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isalpha_l.c
  961. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isascii.o `test -f 'isascii.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isascii.c
  962. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isascii_l.o `test -f 'isascii_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isascii_l.c
  963. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isblank.o `test -f 'isblank.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isblank.c
  964. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isblank_l.o `test -f 'isblank_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isblank_l.c
  965. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iscntrl_l.o `test -f 'iscntrl_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iscntrl_l.c
  966. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isdigit_l.o `test -f 'isdigit_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isdigit_l.c
  967. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-islower_l.o `test -f 'islower_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`islower_l.c
  968. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isupper_l.o `test -f 'isupper_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isupper_l.c
  969. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isprint_l.o `test -f 'isprint_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isprint_l.c
  970. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ispunct_l.o `test -f 'ispunct_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`ispunct_l.c
  971. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isspace_l.o `test -f 'isspace_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isspace_l.c
  972. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswalnum.o `test -f 'iswalnum.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswalnum.c
  973. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswalnum_l.o `test -f 'iswalnum_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswalnum_l.c
  974. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswalpha.o `test -f 'iswalpha.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswalpha.c
  975. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswalpha_l.o `test -f 'iswalpha_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswalpha_l.c
  976. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswblank.o `test -f 'iswblank.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswblank.c
  977. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswblank_l.o `test -f 'iswblank_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswblank_l.c
  978. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswcntrl.o `test -f 'iswcntrl.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswcntrl.c
  979. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswcntrl_l.o `test -f 'iswcntrl_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswcntrl_l.c
  980. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswctype.o `test -f 'iswctype.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswctype.c
  981. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswctype_l.o `test -f 'iswctype_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswctype_l.c
  982. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswdigit.o `test -f 'iswdigit.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswdigit.c
  983. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswdigit_l.o `test -f 'iswdigit_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswdigit_l.c
  984. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswgraph.o `test -f 'iswgraph.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswgraph.c
  985. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswgraph_l.o `test -f 'iswgraph_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswgraph_l.c
  986. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswlower.o `test -f 'iswlower.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswlower.c
  987. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswlower_l.o `test -f 'iswlower_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswlower_l.c
  988. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswprint.o `test -f 'iswprint.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswprint.c
  989. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswprint_l.o `test -f 'iswprint_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswprint_l.c
  990. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswpunct.o `test -f 'iswpunct.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswpunct.c
  991. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswpunct_l.o `test -f 'iswpunct_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswpunct_l.c
  992. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswspace.o `test -f 'iswspace.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswspace.c
  993. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswspace_l.o `test -f 'iswspace_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswspace_l.c
  994. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswupper.o `test -f 'iswupper.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswupper.c
  995. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswupper_l.o `test -f 'iswupper_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswupper_l.c
  996. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswxdigit.o `test -f 'iswxdigit.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswxdigit.c
  997. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iswxdigit_l.o `test -f 'iswxdigit_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`iswxdigit_l.c
  998. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isxdigit_l.o `test -f 'isxdigit_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`isxdigit_l.c
  999. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-jp2uc.o `test -f 'jp2uc.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`jp2uc.c
  1000. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-toascii.o `test -f 'toascii.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`toascii.c
  1001. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-toascii_l.o `test -f 'toascii_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`toascii_l.c
  1002. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tolower_l.o `test -f 'tolower_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`tolower_l.c
  1003. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-toupper_l.o `test -f 'toupper_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`toupper_l.c
  1004. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-towctrans.o `test -f 'towctrans.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`towctrans.c
  1005. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-towctrans_l.o `test -f 'towctrans_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`towctrans_l.c
  1006. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-towlower.o `test -f 'towlower.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`towlower.c
  1007. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-towlower_l.o `test -f 'towlower_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`towlower_l.c
  1008. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-towupper.o `test -f 'towupper.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`towupper.c
  1009. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-towupper_l.o `test -f 'towupper_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`towupper_l.c
  1010. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wctrans.o `test -f 'wctrans.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`wctrans.c
  1011. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wctrans_l.o `test -f 'wctrans_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`wctrans_l.c
  1012. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wctype.o `test -f 'wctype.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`wctype.c
  1013. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ctype -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wctype_l.o `test -f 'wctype_l.c' || echo '../../../../../../newlib/newlib/libc/ctype/'`wctype_l.c
  1014. rm -f lib.a
  1015. x86_64-linux-gnu-ar cru lib.a lib_a-ctype_.o lib_a-isalnum.o lib_a-isalpha.o lib_a-iscntrl.o lib_a-isdigit.o lib_a-islower.o lib_a-isupper.o lib_a-isprint.o lib_a-ispunct.o lib_a-isspace.o lib_a-isxdigit.o lib_a-tolower.o lib_a-toupper.o lib_a-categories.o lib_a-isalnum_l.o lib_a-isalpha_l.o lib_a-isascii.o lib_a-isascii_l.o lib_a-isblank.o lib_a-isblank_l.o lib_a-iscntrl_l.o lib_a-isdigit_l.o lib_a-islower_l.o lib_a-isupper_l.o lib_a-isprint_l.o lib_a-ispunct_l.o lib_a-isspace_l.o lib_a-iswalnum.o lib_a-iswalnum_l.o lib_a-iswalpha.o lib_a-iswalpha_l.o lib_a-iswblank.o lib_a-iswblank_l.o lib_a-iswcntrl.o lib_a-iswcntrl_l.o lib_a-iswctype.o lib_a-iswctype_l.o lib_a-iswdigit.o lib_a-iswdigit_l.o lib_a-iswgraph.o lib_a-iswgraph_l.o lib_a-iswlower.o lib_a-iswlower_l.o lib_a-iswprint.o lib_a-iswprint_l.o lib_a-iswpunct.o lib_a-iswpunct_l.o lib_a-iswspace.o lib_a-iswspace_l.o lib_a-iswupper.o lib_a-iswupper_l.o lib_a-iswxdigit.o lib_a-iswxdigit_l.o lib_a-isxdigit_l.o lib_a-jp2uc.o lib_a-toascii.o lib_a-toascii_l.o lib_a-tolower_l.o lib_a-toupper_l.o lib_a-towctrans.o lib_a-towctrans_l.o lib_a-towlower.o lib_a-towlower_l.o lib_a-towupper.o lib_a-towupper_l.o lib_a-wctrans.o lib_a-wctrans_l.o lib_a-wctype.o lib_a-wctype_l.o
  1016. x86_64-linux-gnu-ranlib lib.a
  1017. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/ctype'
  1018. Making all in search
  1019. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/search'
  1020. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-bsearch.o `test -f 'bsearch.c' || echo '../../../../../../newlib/newlib/libc/search/'`bsearch.c
  1021. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ndbm.o `test -f 'ndbm.c' || echo '../../../../../../newlib/newlib/libc/search/'`ndbm.c
  1022. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-qsort.o `test -f 'qsort.c' || echo '../../../../../../newlib/newlib/libc/search/'`qsort.c
  1023. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-hash.o `test -f 'hash.c' || echo '../../../../../../newlib/newlib/libc/search/'`hash.c
  1024. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-hash_bigkey.o `test -f 'hash_bigkey.c' || echo '../../../../../../newlib/newlib/libc/search/'`hash_bigkey.c
  1025. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-hash_buf.o `test -f 'hash_buf.c' || echo '../../../../../../newlib/newlib/libc/search/'`hash_buf.c
  1026. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-hash_func.o `test -f 'hash_func.c' || echo '../../../../../../newlib/newlib/libc/search/'`hash_func.c
  1027. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-hash_log2.o `test -f 'hash_log2.c' || echo '../../../../../../newlib/newlib/libc/search/'`hash_log2.c
  1028. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-hash_page.o `test -f 'hash_page.c' || echo '../../../../../../newlib/newlib/libc/search/'`hash_page.c
  1029. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-hcreate.o `test -f 'hcreate.c' || echo '../../../../../../newlib/newlib/libc/search/'`hcreate.c
  1030. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-hcreate_r.o `test -f 'hcreate_r.c' || echo '../../../../../../newlib/newlib/libc/search/'`hcreate_r.c
  1031. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tdelete.o `test -f 'tdelete.c' || echo '../../../../../../newlib/newlib/libc/search/'`tdelete.c
  1032. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tdestroy.o `test -f 'tdestroy.c' || echo '../../../../../../newlib/newlib/libc/search/'`tdestroy.c
  1033. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tfind.o `test -f 'tfind.c' || echo '../../../../../../newlib/newlib/libc/search/'`tfind.c
  1034. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tsearch.o `test -f 'tsearch.c' || echo '../../../../../../newlib/newlib/libc/search/'`tsearch.c
  1035. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-twalk.o `test -f 'twalk.c' || echo '../../../../../../newlib/newlib/libc/search/'`twalk.c
  1036. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-bsd_qsort_r.o `test -f 'bsd_qsort_r.c' || echo '../../../../../../newlib/newlib/libc/search/'`bsd_qsort_r.c
  1037. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/search -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-qsort_r.o `test -f 'qsort_r.c' || echo '../../../../../../newlib/newlib/libc/search/'`qsort_r.c
  1038. rm -f lib.a
  1039. x86_64-linux-gnu-ar cru lib.a lib_a-bsearch.o lib_a-ndbm.o lib_a-qsort.o lib_a-hash.o lib_a-hash_bigkey.o lib_a-hash_buf.o lib_a-hash_func.o lib_a-hash_log2.o lib_a-hash_page.o lib_a-hcreate.o lib_a-hcreate_r.o lib_a-tdelete.o lib_a-tdestroy.o lib_a-tfind.o lib_a-tsearch.o lib_a-twalk.o lib_a-bsd_qsort_r.o lib_a-qsort_r.o
  1040. x86_64-linux-gnu-ranlib lib.a
  1041. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/search'
  1042. Making all in stdio
  1043. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/stdio'
  1044. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fiprintf.o `test -f 'fiprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fiprintf.c
  1045. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fiscanf.o `test -f 'fiscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fiscanf.c
  1046. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iprintf.o `test -f 'iprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`iprintf.c
  1047. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-iscanf.o `test -f 'iscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`iscanf.c
  1048. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-siprintf.o `test -f 'siprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`siprintf.c
  1049. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-siscanf.o `test -f 'siscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`siscanf.c
  1050. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-sniprintf.o `test -f 'sniprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`sniprintf.c
  1051. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vdiprintf.o `test -f 'vdiprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vdiprintf.c
  1052. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vfprintf.o `test -f 'vfprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vfprintf.c
  1053. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vfwprintf.o `test -f 'vfwprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vfwprintf.c
  1054. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-viprintf.o `test -f 'viprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`viprintf.c
  1055. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-viscanf.o `test -f 'viscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`viscanf.c
  1056. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vsiprintf.o `test -f 'vsiprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vsiprintf.c
  1057. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vsiscanf.o `test -f 'vsiscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vsiscanf.c
  1058. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vsniprintf.o `test -f 'vsniprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vsniprintf.c
  1059. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-clearerr.o `test -f 'clearerr.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`clearerr.c
  1060. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fclose.o `test -f 'fclose.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fclose.c
  1061. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fdopen.o `test -f 'fdopen.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fdopen.c
  1062. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-feof.o `test -f 'feof.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`feof.c
  1063. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ferror.o `test -f 'ferror.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`ferror.c
  1064. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fflush.o `test -f 'fflush.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fflush.c
  1065. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fgetc.o `test -f 'fgetc.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fgetc.c
  1066. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fgetpos.o `test -f 'fgetpos.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fgetpos.c
  1067. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fgets.o `test -f 'fgets.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fgets.c
  1068. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fileno.o `test -f 'fileno.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fileno.c
  1069. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-findfp.o `test -f 'findfp.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`findfp.c
  1070. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-flags.o `test -f 'flags.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`flags.c
  1071. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fopen.o `test -f 'fopen.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fopen.c
  1072. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fprintf.o `test -f 'fprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fprintf.c
  1073. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fputc.o `test -f 'fputc.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fputc.c
  1074. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fputs.o `test -f 'fputs.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fputs.c
  1075. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fread.o `test -f 'fread.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fread.c
  1076. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-freopen.o `test -f 'freopen.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`freopen.c
  1077. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fscanf.o `test -f 'fscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fscanf.c
  1078. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fseek.o `test -f 'fseek.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fseek.c
  1079. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fsetpos.o `test -f 'fsetpos.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fsetpos.c
  1080. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ftell.o `test -f 'ftell.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`ftell.c
  1081. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fvwrite.o `test -f 'fvwrite.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fvwrite.c
  1082. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fwalk.o `test -f 'fwalk.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fwalk.c
  1083. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fwrite.o `test -f 'fwrite.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fwrite.c
  1084. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getc.o `test -f 'getc.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`getc.c
  1085. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getchar.o `test -f 'getchar.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`getchar.c
  1086. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getc_u.o `test -f 'getc_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`getc_u.c
  1087. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getchar_u.o `test -f 'getchar_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`getchar_u.c
  1088. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getdelim.o `test -f 'getdelim.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`getdelim.c
  1089. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getline.o `test -f 'getline.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`getline.c
  1090. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-gets.o `test -f 'gets.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`gets.c
  1091. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-makebuf.o `test -f 'makebuf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`makebuf.c
  1092. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-perror.o `test -f 'perror.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`perror.c
  1093. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-printf.o `test -f 'printf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`printf.c
  1094. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-putc.o `test -f 'putc.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`putc.c
  1095. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-putchar.o `test -f 'putchar.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`putchar.c
  1096. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-putc_u.o `test -f 'putc_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`putc_u.c
  1097. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-putchar_u.o `test -f 'putchar_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`putchar_u.c
  1098. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-puts.o `test -f 'puts.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`puts.c
  1099. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-refill.o `test -f 'refill.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`refill.c
  1100. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-remove.o `test -f 'remove.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`remove.c
  1101. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-rename.o `test -f 'rename.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`rename.c
  1102. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-rewind.o `test -f 'rewind.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`rewind.c
  1103. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-rget.o `test -f 'rget.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`rget.c
  1104. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-scanf.o `test -f 'scanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`scanf.c
  1105. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-sccl.o `test -f 'sccl.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`sccl.c
  1106. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-setbuf.o `test -f 'setbuf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`setbuf.c
  1107. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-setbuffer.o `test -f 'setbuffer.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`setbuffer.c
  1108. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-setlinebuf.o `test -f 'setlinebuf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`setlinebuf.c
  1109. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-setvbuf.o `test -f 'setvbuf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`setvbuf.c
  1110. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-snprintf.o `test -f 'snprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`snprintf.c
  1111. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-sprintf.o `test -f 'sprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`sprintf.c
  1112. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-sscanf.o `test -f 'sscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`sscanf.c
  1113. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-stdio.o `test -f 'stdio.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`stdio.c
  1114. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tmpfile.o `test -f 'tmpfile.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`tmpfile.c
  1115. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tmpnam.o `test -f 'tmpnam.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`tmpnam.c
  1116. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ungetc.o `test -f 'ungetc.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`ungetc.c
  1117. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vdprintf.o `test -f 'vdprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vdprintf.c
  1118. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vprintf.o `test -f 'vprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vprintf.c
  1119. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vscanf.o `test -f 'vscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vscanf.c
  1120. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vsnprintf.o `test -f 'vsnprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vsnprintf.c
  1121. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vsprintf.o `test -f 'vsprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vsprintf.c
  1122. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vsscanf.o `test -f 'vsscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vsscanf.c
  1123. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wbuf.o `test -f 'wbuf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`wbuf.c
  1124. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wsetup.o `test -f 'wsetup.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`wsetup.c
  1125. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-asiprintf.o `test -f 'asiprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`asiprintf.c
  1126. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vasiprintf.o `test -f 'vasiprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vasiprintf.c
  1127. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-asprintf.o `test -f 'asprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`asprintf.c
  1128. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fcloseall.o `test -f 'fcloseall.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fcloseall.c
  1129. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fseeko.o `test -f 'fseeko.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fseeko.c
  1130. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ftello.o `test -f 'ftello.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`ftello.c
  1131. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getw.o `test -f 'getw.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`getw.c
  1132. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mktemp.o `test -f 'mktemp.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`mktemp.c
  1133. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-putw.o `test -f 'putw.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`putw.c
  1134. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vasprintf.o `test -f 'vasprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vasprintf.c
  1135. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-asniprintf.o `test -f 'asniprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`asniprintf.c
  1136. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-diprintf.o `test -f 'diprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`diprintf.c
  1137. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vasniprintf.o `test -f 'vasniprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vasniprintf.c
  1138. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-asnprintf.o `test -f 'asnprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`asnprintf.c
  1139. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-clearerr_u.o `test -f 'clearerr_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`clearerr_u.c
  1140. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-dprintf.o `test -f 'dprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`dprintf.c
  1141. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-feof_u.o `test -f 'feof_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`feof_u.c
  1142. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ferror_u.o `test -f 'ferror_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`ferror_u.c
  1143. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fflush_u.o `test -f 'fflush_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fflush_u.c
  1144. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fgetc_u.o `test -f 'fgetc_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fgetc_u.c
  1145. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fgets_u.o `test -f 'fgets_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fgets_u.c
  1146. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fgetwc.o `test -f 'fgetwc.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fgetwc.c
  1147. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fgetwc_u.o `test -f 'fgetwc_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fgetwc_u.c
  1148. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fgetws.o `test -f 'fgetws.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fgetws.c
  1149. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fgetws_u.o `test -f 'fgetws_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fgetws_u.c
  1150. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fileno_u.o `test -f 'fileno_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fileno_u.c
  1151. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fmemopen.o `test -f 'fmemopen.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fmemopen.c
  1152. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fopencookie.o `test -f 'fopencookie.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fopencookie.c
  1153. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fpurge.o `test -f 'fpurge.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fpurge.c
  1154. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fputc_u.o `test -f 'fputc_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fputc_u.c
  1155. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fputs_u.o `test -f 'fputs_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fputs_u.c
  1156. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fputwc.o `test -f 'fputwc.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fputwc.c
  1157. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fputwc_u.o `test -f 'fputwc_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fputwc_u.c
  1158. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fputws.o `test -f 'fputws.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fputws.c
  1159. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fputws_u.o `test -f 'fputws_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fputws_u.c
  1160. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fread_u.o `test -f 'fread_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fread_u.c
  1161. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fsetlocking.o `test -f 'fsetlocking.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fsetlocking.c
  1162. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-funopen.o `test -f 'funopen.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`funopen.c
  1163. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fwide.o `test -f 'fwide.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fwide.c
  1164. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fwprintf.o `test -f 'fwprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fwprintf.c
  1165. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fwrite_u.o `test -f 'fwrite_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fwrite_u.c
  1166. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fwscanf.o `test -f 'fwscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`fwscanf.c
  1167. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getwc.o `test -f 'getwc.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`getwc.c
  1168. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getwc_u.o `test -f 'getwc_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`getwc_u.c
  1169. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getwchar.o `test -f 'getwchar.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`getwchar.c
  1170. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getwchar_u.o `test -f 'getwchar_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`getwchar_u.c
  1171. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-open_memstream.o `test -f 'open_memstream.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`open_memstream.c
  1172. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-putwc.o `test -f 'putwc.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`putwc.c
  1173. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-putwc_u.o `test -f 'putwc_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`putwc_u.c
  1174. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-putwchar.o `test -f 'putwchar.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`putwchar.c
  1175. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-putwchar_u.o `test -f 'putwchar_u.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`putwchar_u.c
  1176. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-stdio_ext.o `test -f 'stdio_ext.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`stdio_ext.c
  1177. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-swprintf.o `test -f 'swprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`swprintf.c
  1178. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-swscanf.o `test -f 'swscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`swscanf.c
  1179. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ungetwc.o `test -f 'ungetwc.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`ungetwc.c
  1180. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vasnprintf.o `test -f 'vasnprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vasnprintf.c
  1181. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vswprintf.o `test -f 'vswprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vswprintf.c
  1182. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vswscanf.o `test -f 'vswscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vswscanf.c
  1183. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vwprintf.o `test -f 'vwprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vwprintf.c
  1184. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vwscanf.o `test -f 'vwscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`vwscanf.c
  1185. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wprintf.o `test -f 'wprintf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`wprintf.c
  1186. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wscanf.o `test -f 'wscanf.c' || echo '../../../../../../newlib/newlib/libc/stdio/'`wscanf.c
  1187. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTEGER_ONLY -DSTRING_ONLY -c ../../../../../../newlib/newlib/libc/stdio/vfprintf.c -o lib_a-svfiprintf.o
  1188. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DSTRING_ONLY -c ../../../../../../newlib/newlib/libc/stdio/vfprintf.c -o lib_a-svfprintf.o
  1189. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTEGER_ONLY -DSTRING_ONLY -c ../../../../../../newlib/newlib/libc/stdio/vfscanf.c -o lib_a-svfiscanf.o
  1190. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DSTRING_ONLY -c ../../../../../../newlib/newlib/libc/stdio/vfscanf.c -o lib_a-svfscanf.o
  1191. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTEGER_ONLY -c ../../../../../../newlib/newlib/libc/stdio/vfprintf.c -o lib_a-vfiprintf.o
  1192. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c ../../../../../../newlib/newlib/libc/stdio/vfscanf.c -o lib_a-vfscanf.o
  1193. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTEGER_ONLY -c ../../../../../../newlib/newlib/libc/stdio/vfscanf.c -o lib_a-vfiscanf.o
  1194. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTEGER_ONLY -DSTRING_ONLY -c ../../../../../../newlib/newlib/libc/stdio/vfwprintf.c -o lib_a-svfiwprintf.o
  1195. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DSTRING_ONLY -c ../../../../../../newlib/newlib/libc/stdio/vfwprintf.c -o lib_a-svfwprintf.o
  1196. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTEGER_ONLY -c ../../../../../../newlib/newlib/libc/stdio/vfwprintf.c -o lib_a-vfiwprintf.o
  1197. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTEGER_ONLY -DSTRING_ONLY -c ../../../../../../newlib/newlib/libc/stdio/vfwscanf.c -o lib_a-svfiwscanf.o
  1198. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DSTRING_ONLY -c ../../../../../../newlib/newlib/libc/stdio/vfwscanf.c -o lib_a-svfwscanf.o
  1199. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -DINTEGER_ONLY -c ../../../../../../newlib/newlib/libc/stdio/vfwscanf.c -o lib_a-vfiwscanf.o
  1200. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/stdio -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c ../../../../../../newlib/newlib/libc/stdio/vfwscanf.c -o lib_a-vfwscanf.o
  1201. rm -f lib.a
  1202. x86_64-linux-gnu-ar cru lib.a lib_a-fiprintf.o lib_a-fiscanf.o lib_a-iprintf.o lib_a-iscanf.o lib_a-siprintf.o lib_a-siscanf.o lib_a-sniprintf.o lib_a-vdiprintf.o lib_a-vfprintf.o lib_a-vfwprintf.o lib_a-viprintf.o lib_a-viscanf.o lib_a-vsiprintf.o lib_a-vsiscanf.o lib_a-vsniprintf.o lib_a-clearerr.o lib_a-fclose.o lib_a-fdopen.o lib_a-feof.o lib_a-ferror.o lib_a-fflush.o lib_a-fgetc.o lib_a-fgetpos.o lib_a-fgets.o lib_a-fileno.o lib_a-findfp.o lib_a-flags.o lib_a-fopen.o lib_a-fprintf.o lib_a-fputc.o lib_a-fputs.o lib_a-fread.o lib_a-freopen.o lib_a-fscanf.o lib_a-fseek.o lib_a-fsetpos.o lib_a-ftell.o lib_a-fvwrite.o lib_a-fwalk.o lib_a-fwrite.o lib_a-getc.o lib_a-getchar.o lib_a-getc_u.o lib_a-getchar_u.o lib_a-getdelim.o lib_a-getline.o lib_a-gets.o lib_a-makebuf.o lib_a-perror.o lib_a-printf.o lib_a-putc.o lib_a-putchar.o lib_a-putc_u.o lib_a-putchar_u.o lib_a-puts.o lib_a-refill.o lib_a-remove.o lib_a-rename.o lib_a-rewind.o lib_a-rget.o lib_a-scanf.o lib_a-sccl.o lib_a-setbuf.o lib_a-setbuffer.o lib_a-setlinebuf.o lib_a-setvbuf.o lib_a-snprintf.o lib_a-sprintf.o lib_a-sscanf.o lib_a-stdio.o lib_a-tmpfile.o lib_a-tmpnam.o lib_a-ungetc.o lib_a-vdprintf.o lib_a-vprintf.o lib_a-vscanf.o lib_a-vsnprintf.o lib_a-vsprintf.o lib_a-vsscanf.o lib_a-wbuf.o lib_a-wsetup.o lib_a-asiprintf.o lib_a-vasiprintf.o lib_a-asprintf.o lib_a-fcloseall.o lib_a-fseeko.o lib_a-ftello.o lib_a-getw.o lib_a-mktemp.o lib_a-putw.o lib_a-vasprintf.o lib_a-asniprintf.o lib_a-diprintf.o lib_a-vasniprintf.o lib_a-asnprintf.o lib_a-clearerr_u.o lib_a-dprintf.o lib_a-feof_u.o lib_a-ferror_u.o lib_a-fflush_u.o lib_a-fgetc_u.o lib_a-fgets_u.o lib_a-fgetwc.o lib_a-fgetwc_u.o lib_a-fgetws.o lib_a-fgetws_u.o lib_a-fileno_u.o lib_a-fmemopen.o lib_a-fopencookie.o lib_a-fpurge.o lib_a-fputc_u.o lib_a-fputs_u.o lib_a-fputwc.o lib_a-fputwc_u.o lib_a-fputws.o lib_a-fputws_u.o lib_a-fread_u.o lib_a-fsetlocking.o lib_a-funopen.o lib_a-fwide.o lib_a-fwprintf.o lib_a-fwrite_u.o lib_a-fwscanf.o lib_a-getwc.o lib_a-getwc_u.o lib_a-getwchar.o lib_a-getwchar_u.o lib_a-open_memstream.o lib_a-putwc.o lib_a-putwc_u.o lib_a-putwchar.o lib_a-putwchar_u.o lib_a-stdio_ext.o lib_a-swprintf.o lib_a-swscanf.o lib_a-ungetwc.o lib_a-vasnprintf.o lib_a-vswprintf.o lib_a-vswscanf.o lib_a-vwprintf.o lib_a-vwscanf.o lib_a-wprintf.o lib_a-wscanf.o lib_a-svfiprintf.o lib_a-svfprintf.o lib_a-svfiscanf.o lib_a-svfscanf.o lib_a-vfiprintf.o lib_a-vfscanf.o lib_a-vfiscanf.o lib_a-svfiwprintf.o lib_a-svfwprintf.o lib_a-vfiwprintf.o lib_a-svfiwscanf.o lib_a-svfwscanf.o lib_a-vfiwscanf.o lib_a-vfwscanf.o
  1203. x86_64-linux-gnu-ranlib lib.a
  1204. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/stdio'
  1205. Making all in string
  1206. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/string'
  1207. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-bcopy.o `test -f 'bcopy.c' || echo '../../../../../../newlib/newlib/libc/string/'`bcopy.c
  1208. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-bzero.o `test -f 'bzero.c' || echo '../../../../../../newlib/newlib/libc/string/'`bzero.c
  1209. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-explicit_bzero.o `test -f 'explicit_bzero.c' || echo '../../../../../../newlib/newlib/libc/string/'`explicit_bzero.c
  1210. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ffsl.o `test -f 'ffsl.c' || echo '../../../../../../newlib/newlib/libc/string/'`ffsl.c
  1211. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ffsll.o `test -f 'ffsll.c' || echo '../../../../../../newlib/newlib/libc/string/'`ffsll.c
  1212. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fls.o `test -f 'fls.c' || echo '../../../../../../newlib/newlib/libc/string/'`fls.c
  1213. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-flsl.o `test -f 'flsl.c' || echo '../../../../../../newlib/newlib/libc/string/'`flsl.c
  1214. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-flsll.o `test -f 'flsll.c' || echo '../../../../../../newlib/newlib/libc/string/'`flsll.c
  1215. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-index.o `test -f 'index.c' || echo '../../../../../../newlib/newlib/libc/string/'`index.c
  1216. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-memchr.o `test -f 'memchr.c' || echo '../../../../../../newlib/newlib/libc/string/'`memchr.c
  1217. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-memcmp.o `test -f 'memcmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`memcmp.c
  1218. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-memcpy.o `test -f 'memcpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`memcpy.c
  1219. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-memmove.o `test -f 'memmove.c' || echo '../../../../../../newlib/newlib/libc/string/'`memmove.c
  1220. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-memset.o `test -f 'memset.c' || echo '../../../../../../newlib/newlib/libc/string/'`memset.c
  1221. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-rindex.o `test -f 'rindex.c' || echo '../../../../../../newlib/newlib/libc/string/'`rindex.c
  1222. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strcasecmp.o `test -f 'strcasecmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`strcasecmp.c
  1223. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strcat.o `test -f 'strcat.c' || echo '../../../../../../newlib/newlib/libc/string/'`strcat.c
  1224. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strchr.o `test -f 'strchr.c' || echo '../../../../../../newlib/newlib/libc/string/'`strchr.c
  1225. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strcmp.o `test -f 'strcmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`strcmp.c
  1226. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strcoll.o `test -f 'strcoll.c' || echo '../../../../../../newlib/newlib/libc/string/'`strcoll.c
  1227. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strcpy.o `test -f 'strcpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`strcpy.c
  1228. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strcspn.o `test -f 'strcspn.c' || echo '../../../../../../newlib/newlib/libc/string/'`strcspn.c
  1229. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strdup.o `test -f 'strdup.c' || echo '../../../../../../newlib/newlib/libc/string/'`strdup.c
  1230. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strdup_r.o `test -f 'strdup_r.c' || echo '../../../../../../newlib/newlib/libc/string/'`strdup_r.c
  1231. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strerror.o `test -f 'strerror.c' || echo '../../../../../../newlib/newlib/libc/string/'`strerror.c
  1232. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strerror_r.o `test -f 'strerror_r.c' || echo '../../../../../../newlib/newlib/libc/string/'`strerror_r.c
  1233. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strlcat.o `test -f 'strlcat.c' || echo '../../../../../../newlib/newlib/libc/string/'`strlcat.c
  1234. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strlcpy.o `test -f 'strlcpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`strlcpy.c
  1235. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strlen.o `test -f 'strlen.c' || echo '../../../../../../newlib/newlib/libc/string/'`strlen.c
  1236. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strlwr.o `test -f 'strlwr.c' || echo '../../../../../../newlib/newlib/libc/string/'`strlwr.c
  1237. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strncasecmp.o `test -f 'strncasecmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`strncasecmp.c
  1238. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strncat.o `test -f 'strncat.c' || echo '../../../../../../newlib/newlib/libc/string/'`strncat.c
  1239. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strncmp.o `test -f 'strncmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`strncmp.c
  1240. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strncpy.o `test -f 'strncpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`strncpy.c
  1241. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strnlen.o `test -f 'strnlen.c' || echo '../../../../../../newlib/newlib/libc/string/'`strnlen.c
  1242. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strnstr.o `test -f 'strnstr.c' || echo '../../../../../../newlib/newlib/libc/string/'`strnstr.c
  1243. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strpbrk.o `test -f 'strpbrk.c' || echo '../../../../../../newlib/newlib/libc/string/'`strpbrk.c
  1244. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strrchr.o `test -f 'strrchr.c' || echo '../../../../../../newlib/newlib/libc/string/'`strrchr.c
  1245. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strsep.o `test -f 'strsep.c' || echo '../../../../../../newlib/newlib/libc/string/'`strsep.c
  1246. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strsignal.o `test -f 'strsignal.c' || echo '../../../../../../newlib/newlib/libc/string/'`strsignal.c
  1247. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strspn.o `test -f 'strspn.c' || echo '../../../../../../newlib/newlib/libc/string/'`strspn.c
  1248. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtok.o `test -f 'strtok.c' || echo '../../../../../../newlib/newlib/libc/string/'`strtok.c
  1249. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strtok_r.o `test -f 'strtok_r.c' || echo '../../../../../../newlib/newlib/libc/string/'`strtok_r.c
  1250. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strupr.o `test -f 'strupr.c' || echo '../../../../../../newlib/newlib/libc/string/'`strupr.c
  1251. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strxfrm.o `test -f 'strxfrm.c' || echo '../../../../../../newlib/newlib/libc/string/'`strxfrm.c
  1252. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strstr.o `test -f 'strstr.c' || echo '../../../../../../newlib/newlib/libc/string/'`strstr.c
  1253. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-swab.o `test -f 'swab.c' || echo '../../../../../../newlib/newlib/libc/string/'`swab.c
  1254. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-timingsafe_bcmp.o `test -f 'timingsafe_bcmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`timingsafe_bcmp.c
  1255. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-timingsafe_memcmp.o `test -f 'timingsafe_memcmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`timingsafe_memcmp.c
  1256. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-u_strerr.o `test -f 'u_strerr.c' || echo '../../../../../../newlib/newlib/libc/string/'`u_strerr.c
  1257. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcscat.o `test -f 'wcscat.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcscat.c
  1258. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcschr.o `test -f 'wcschr.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcschr.c
  1259. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcscmp.o `test -f 'wcscmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcscmp.c
  1260. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcscoll.o `test -f 'wcscoll.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcscoll.c
  1261. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcscpy.o `test -f 'wcscpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcscpy.c
  1262. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcscspn.o `test -f 'wcscspn.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcscspn.c
  1263. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcslcat.o `test -f 'wcslcat.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcslcat.c
  1264. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcslcpy.o `test -f 'wcslcpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcslcpy.c
  1265. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcslen.o `test -f 'wcslen.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcslen.c
  1266. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsncat.o `test -f 'wcsncat.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcsncat.c
  1267. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsncmp.o `test -f 'wcsncmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcsncmp.c
  1268. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsncpy.o `test -f 'wcsncpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcsncpy.c
  1269. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsnlen.o `test -f 'wcsnlen.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcsnlen.c
  1270. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcspbrk.o `test -f 'wcspbrk.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcspbrk.c
  1271. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsrchr.o `test -f 'wcsrchr.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcsrchr.c
  1272. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsspn.o `test -f 'wcsspn.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcsspn.c
  1273. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsstr.o `test -f 'wcsstr.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcsstr.c
  1274. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcstok.o `test -f 'wcstok.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcstok.c
  1275. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcswidth.o `test -f 'wcswidth.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcswidth.c
  1276. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsxfrm.o `test -f 'wcsxfrm.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcsxfrm.c
  1277. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcwidth.o `test -f 'wcwidth.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcwidth.c
  1278. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wmemchr.o `test -f 'wmemchr.c' || echo '../../../../../../newlib/newlib/libc/string/'`wmemchr.c
  1279. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wmemcmp.o `test -f 'wmemcmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`wmemcmp.c
  1280. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wmemcpy.o `test -f 'wmemcpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`wmemcpy.c
  1281. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wmemmove.o `test -f 'wmemmove.c' || echo '../../../../../../newlib/newlib/libc/string/'`wmemmove.c
  1282. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wmemset.o `test -f 'wmemset.c' || echo '../../../../../../newlib/newlib/libc/string/'`wmemset.c
  1283. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-xpg_strerror_r.o `test -f 'xpg_strerror_r.c' || echo '../../../../../../newlib/newlib/libc/string/'`xpg_strerror_r.c
  1284. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-bcmp.o `test -f 'bcmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`bcmp.c
  1285. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-memccpy.o `test -f 'memccpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`memccpy.c
  1286. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mempcpy.o `test -f 'mempcpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`mempcpy.c
  1287. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-stpcpy.o `test -f 'stpcpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`stpcpy.c
  1288. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-stpncpy.o `test -f 'stpncpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`stpncpy.c
  1289. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strndup.o `test -f 'strndup.c' || echo '../../../../../../newlib/newlib/libc/string/'`strndup.c
  1290. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strcasestr.o `test -f 'strcasestr.c' || echo '../../../../../../newlib/newlib/libc/string/'`strcasestr.c
  1291. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strchrnul.o `test -f 'strchrnul.c' || echo '../../../../../../newlib/newlib/libc/string/'`strchrnul.c
  1292. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strndup_r.o `test -f 'strndup_r.c' || echo '../../../../../../newlib/newlib/libc/string/'`strndup_r.c
  1293. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcpcpy.o `test -f 'wcpcpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcpcpy.c
  1294. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcpncpy.o `test -f 'wcpncpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcpncpy.c
  1295. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsdup.o `test -f 'wcsdup.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcsdup.c
  1296. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-gnu_basename.o `test -f 'gnu_basename.c' || echo '../../../../../../newlib/newlib/libc/string/'`gnu_basename.c
  1297. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-memmem.o `test -f 'memmem.c' || echo '../../../../../../newlib/newlib/libc/string/'`memmem.c
  1298. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-memrchr.o `test -f 'memrchr.c' || echo '../../../../../../newlib/newlib/libc/string/'`memrchr.c
  1299. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-rawmemchr.o `test -f 'rawmemchr.c' || echo '../../../../../../newlib/newlib/libc/string/'`rawmemchr.c
  1300. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strcasecmp_l.o `test -f 'strcasecmp_l.c' || echo '../../../../../../newlib/newlib/libc/string/'`strcasecmp_l.c
  1301. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strcoll_l.o `test -f 'strcoll_l.c' || echo '../../../../../../newlib/newlib/libc/string/'`strcoll_l.c
  1302. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strncasecmp_l.o `test -f 'strncasecmp_l.c' || echo '../../../../../../newlib/newlib/libc/string/'`strncasecmp_l.c
  1303. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strverscmp.o `test -f 'strverscmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`strverscmp.c
  1304. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strxfrm_l.o `test -f 'strxfrm_l.c' || echo '../../../../../../newlib/newlib/libc/string/'`strxfrm_l.c
  1305. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcscasecmp.o `test -f 'wcscasecmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcscasecmp.c
  1306. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcscasecmp_l.o `test -f 'wcscasecmp_l.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcscasecmp_l.c
  1307. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcscoll_l.o `test -f 'wcscoll_l.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcscoll_l.c
  1308. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsncasecmp.o `test -f 'wcsncasecmp.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcsncasecmp.c
  1309. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsncasecmp_l.o `test -f 'wcsncasecmp_l.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcsncasecmp_l.c
  1310. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsxfrm_l.o `test -f 'wcsxfrm_l.c' || echo '../../../../../../newlib/newlib/libc/string/'`wcsxfrm_l.c
  1311. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/string -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wmempcpy.o `test -f 'wmempcpy.c' || echo '../../../../../../newlib/newlib/libc/string/'`wmempcpy.c
  1312. rm -f lib.a
  1313. x86_64-linux-gnu-ar cru lib.a lib_a-bcopy.o lib_a-bzero.o lib_a-explicit_bzero.o lib_a-ffsl.o lib_a-ffsll.o lib_a-fls.o lib_a-flsl.o lib_a-flsll.o lib_a-index.o lib_a-memchr.o lib_a-memcmp.o lib_a-memcpy.o lib_a-memmove.o lib_a-memset.o lib_a-rindex.o lib_a-strcasecmp.o lib_a-strcat.o lib_a-strchr.o lib_a-strcmp.o lib_a-strcoll.o lib_a-strcpy.o lib_a-strcspn.o lib_a-strdup.o lib_a-strdup_r.o lib_a-strerror.o lib_a-strerror_r.o lib_a-strlcat.o lib_a-strlcpy.o lib_a-strlen.o lib_a-strlwr.o lib_a-strncasecmp.o lib_a-strncat.o lib_a-strncmp.o lib_a-strncpy.o lib_a-strnlen.o lib_a-strnstr.o lib_a-strpbrk.o lib_a-strrchr.o lib_a-strsep.o lib_a-strsignal.o lib_a-strspn.o lib_a-strtok.o lib_a-strtok_r.o lib_a-strupr.o lib_a-strxfrm.o lib_a-strstr.o lib_a-swab.o lib_a-timingsafe_bcmp.o lib_a-timingsafe_memcmp.o lib_a-u_strerr.o lib_a-wcscat.o lib_a-wcschr.o lib_a-wcscmp.o lib_a-wcscoll.o lib_a-wcscpy.o lib_a-wcscspn.o lib_a-wcslcat.o lib_a-wcslcpy.o lib_a-wcslen.o lib_a-wcsncat.o lib_a-wcsncmp.o lib_a-wcsncpy.o lib_a-wcsnlen.o lib_a-wcspbrk.o lib_a-wcsrchr.o lib_a-wcsspn.o lib_a-wcsstr.o lib_a-wcstok.o lib_a-wcswidth.o lib_a-wcsxfrm.o lib_a-wcwidth.o lib_a-wmemchr.o lib_a-wmemcmp.o lib_a-wmemcpy.o lib_a-wmemmove.o lib_a-wmemset.o lib_a-xpg_strerror_r.o lib_a-bcmp.o lib_a-memccpy.o lib_a-mempcpy.o lib_a-stpcpy.o lib_a-stpncpy.o lib_a-strndup.o lib_a-strcasestr.o lib_a-strchrnul.o lib_a-strndup_r.o lib_a-wcpcpy.o lib_a-wcpncpy.o lib_a-wcsdup.o lib_a-gnu_basename.o lib_a-memmem.o lib_a-memrchr.o lib_a-rawmemchr.o lib_a-strcasecmp_l.o lib_a-strcoll_l.o lib_a-strncasecmp_l.o lib_a-strverscmp.o lib_a-strxfrm_l.o lib_a-wcscasecmp.o lib_a-wcscasecmp_l.o lib_a-wcscoll_l.o lib_a-wcsncasecmp.o lib_a-wcsncasecmp_l.o lib_a-wcsxfrm_l.o lib_a-wmempcpy.o
  1314. x86_64-linux-gnu-ranlib lib.a
  1315. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/string'
  1316. Making all in signal
  1317. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/signal'
  1318. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/signal -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-psignal.o `test -f 'psignal.c' || echo '../../../../../../newlib/newlib/libc/signal/'`psignal.c
  1319. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/signal -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-raise.o `test -f 'raise.c' || echo '../../../../../../newlib/newlib/libc/signal/'`raise.c
  1320. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/signal -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-signal.o `test -f 'signal.c' || echo '../../../../../../newlib/newlib/libc/signal/'`signal.c
  1321. rm -f lib.a
  1322. x86_64-linux-gnu-ar cru lib.a lib_a-psignal.o lib_a-raise.o lib_a-signal.o
  1323. x86_64-linux-gnu-ranlib lib.a
  1324. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/signal'
  1325. Making all in time
  1326. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/time'
  1327. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-asctime.o `test -f 'asctime.c' || echo '../../../../../../newlib/newlib/libc/time/'`asctime.c
  1328. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-asctime_r.o `test -f 'asctime_r.c' || echo '../../../../../../newlib/newlib/libc/time/'`asctime_r.c
  1329. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-clock.o `test -f 'clock.c' || echo '../../../../../../newlib/newlib/libc/time/'`clock.c
  1330. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ctime.o `test -f 'ctime.c' || echo '../../../../../../newlib/newlib/libc/time/'`ctime.c
  1331. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ctime_r.o `test -f 'ctime_r.c' || echo '../../../../../../newlib/newlib/libc/time/'`ctime_r.c
  1332. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-difftime.o `test -f 'difftime.c' || echo '../../../../../../newlib/newlib/libc/time/'`difftime.c
  1333. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-gettzinfo.o `test -f 'gettzinfo.c' || echo '../../../../../../newlib/newlib/libc/time/'`gettzinfo.c
  1334. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-gmtime.o `test -f 'gmtime.c' || echo '../../../../../../newlib/newlib/libc/time/'`gmtime.c
  1335. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-gmtime_r.o `test -f 'gmtime_r.c' || echo '../../../../../../newlib/newlib/libc/time/'`gmtime_r.c
  1336. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-lcltime.o `test -f 'lcltime.c' || echo '../../../../../../newlib/newlib/libc/time/'`lcltime.c
  1337. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-lcltime_r.o `test -f 'lcltime_r.c' || echo '../../../../../../newlib/newlib/libc/time/'`lcltime_r.c
  1338. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mktime.o `test -f 'mktime.c' || echo '../../../../../../newlib/newlib/libc/time/'`mktime.c
  1339. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-month_lengths.o `test -f 'month_lengths.c' || echo '../../../../../../newlib/newlib/libc/time/'`month_lengths.c
  1340. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strftime.o `test -f 'strftime.c' || echo '../../../../../../newlib/newlib/libc/time/'`strftime.c
  1341. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strptime.o `test -f 'strptime.c' || echo '../../../../../../newlib/newlib/libc/time/'`strptime.c
  1342. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-time.o `test -f 'time.c' || echo '../../../../../../newlib/newlib/libc/time/'`time.c
  1343. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tzcalc_limits.o `test -f 'tzcalc_limits.c' || echo '../../../../../../newlib/newlib/libc/time/'`tzcalc_limits.c
  1344. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tzlock.o `test -f 'tzlock.c' || echo '../../../../../../newlib/newlib/libc/time/'`tzlock.c
  1345. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tzset.o `test -f 'tzset.c' || echo '../../../../../../newlib/newlib/libc/time/'`tzset.c
  1346. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tzset_r.o `test -f 'tzset_r.c' || echo '../../../../../../newlib/newlib/libc/time/'`tzset_r.c
  1347. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-tzvars.o `test -f 'tzvars.c' || echo '../../../../../../newlib/newlib/libc/time/'`tzvars.c
  1348. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/time -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-wcsftime.o `test -f 'wcsftime.c' || echo '../../../../../../newlib/newlib/libc/time/'`wcsftime.c
  1349. rm -f lib.a
  1350. x86_64-linux-gnu-ar cru lib.a lib_a-asctime.o lib_a-asctime_r.o lib_a-clock.o lib_a-ctime.o lib_a-ctime_r.o lib_a-difftime.o lib_a-gettzinfo.o lib_a-gmtime.o lib_a-gmtime_r.o lib_a-lcltime.o lib_a-lcltime_r.o lib_a-mktime.o lib_a-month_lengths.o lib_a-strftime.o lib_a-strptime.o lib_a-time.o lib_a-tzcalc_limits.o lib_a-tzlock.o lib_a-tzset.o lib_a-tzset_r.o lib_a-tzvars.o lib_a-wcsftime.o
  1351. x86_64-linux-gnu-ranlib lib.a
  1352. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/time'
  1353. Making all in locale
  1354. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/locale'
  1355. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/locale -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-locale.o `test -f 'locale.c' || echo '../../../../../../newlib/newlib/libc/locale/'`locale.c
  1356. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/locale -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-localeconv.o `test -f 'localeconv.c' || echo '../../../../../../newlib/newlib/libc/locale/'`localeconv.c
  1357. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/locale -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-duplocale.o `test -f 'duplocale.c' || echo '../../../../../../newlib/newlib/libc/locale/'`duplocale.c
  1358. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/locale -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-freelocale.o `test -f 'freelocale.c' || echo '../../../../../../newlib/newlib/libc/locale/'`freelocale.c
  1359. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/locale -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-lctype.o `test -f 'lctype.c' || echo '../../../../../../newlib/newlib/libc/locale/'`lctype.c
  1360. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/locale -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-lmessages.o `test -f 'lmessages.c' || echo '../../../../../../newlib/newlib/libc/locale/'`lmessages.c
  1361. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/locale -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-lnumeric.o `test -f 'lnumeric.c' || echo '../../../../../../newlib/newlib/libc/locale/'`lnumeric.c
  1362. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/locale -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-lmonetary.o `test -f 'lmonetary.c' || echo '../../../../../../newlib/newlib/libc/locale/'`lmonetary.c
  1363. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/locale -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-newlocale.o `test -f 'newlocale.c' || echo '../../../../../../newlib/newlib/libc/locale/'`newlocale.c
  1364. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/locale -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-nl_langinfo.o `test -f 'nl_langinfo.c' || echo '../../../../../../newlib/newlib/libc/locale/'`nl_langinfo.c
  1365. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/locale -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-timelocal.o `test -f 'timelocal.c' || echo '../../../../../../newlib/newlib/libc/locale/'`timelocal.c
  1366. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/locale -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-uselocale.o `test -f 'uselocale.c' || echo '../../../../../../newlib/newlib/libc/locale/'`uselocale.c
  1367. rm -f lib.a
  1368. x86_64-linux-gnu-ar cru lib.a lib_a-locale.o lib_a-localeconv.o lib_a-duplocale.o lib_a-freelocale.o lib_a-lctype.o lib_a-lmessages.o lib_a-lnumeric.o lib_a-lmonetary.o lib_a-newlocale.o lib_a-nl_langinfo.o lib_a-timelocal.o lib_a-uselocale.o
  1369. x86_64-linux-gnu-ranlib lib.a
  1370. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/locale'
  1371. Making all in sys
  1372. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/sys'
  1373. Making all in .
  1374. make[7]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/sys'
  1375. make[7]: No se hace nada para 'all-am'.
  1376. make[7]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/sys'
  1377. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/sys'
  1378. Making all in reent
  1379. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/reent'
  1380. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-closer.o `test -f 'closer.c' || echo '../../../../../../newlib/newlib/libc/reent/'`closer.c
  1381. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-reent.o `test -f 'reent.c' || echo '../../../../../../newlib/newlib/libc/reent/'`reent.c
  1382. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-impure.o `test -f 'impure.c' || echo '../../../../../../newlib/newlib/libc/reent/'`impure.c
  1383. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fcntlr.o `test -f 'fcntlr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`fcntlr.c
  1384. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fstatr.o `test -f 'fstatr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`fstatr.c
  1385. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-getreent.o `test -f 'getreent.c' || echo '../../../../../../newlib/newlib/libc/reent/'`getreent.c
  1386. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-gettimeofdayr.o `test -f 'gettimeofdayr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`gettimeofdayr.c
  1387. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-isattyr.o `test -f 'isattyr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`isattyr.c
  1388. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-linkr.o `test -f 'linkr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`linkr.c
  1389. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-lseekr.o `test -f 'lseekr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`lseekr.c
  1390. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mkdirr.o `test -f 'mkdirr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`mkdirr.c
  1391. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-openr.o `test -f 'openr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`openr.c
  1392. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-readr.o `test -f 'readr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`readr.c
  1393. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-renamer.o `test -f 'renamer.c' || echo '../../../../../../newlib/newlib/libc/reent/'`renamer.c
  1394. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-signalr.o `test -f 'signalr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`signalr.c
  1395. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-signgam.o `test -f 'signgam.c' || echo '../../../../../../newlib/newlib/libc/reent/'`signgam.c
  1396. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-sbrkr.o `test -f 'sbrkr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`sbrkr.c
  1397. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-statr.o `test -f 'statr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`statr.c
  1398. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-timesr.o `test -f 'timesr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`timesr.c
  1399. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-unlinkr.o `test -f 'unlinkr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`unlinkr.c
  1400. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-writer.o `test -f 'writer.c' || echo '../../../../../../newlib/newlib/libc/reent/'`writer.c
  1401. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/reent -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-execr.o `test -f 'execr.c' || echo '../../../../../../newlib/newlib/libc/reent/'`execr.c
  1402. rm -f lib.a
  1403. x86_64-linux-gnu-ar cru lib.a lib_a-closer.o lib_a-reent.o lib_a-impure.o lib_a-fcntlr.o lib_a-fstatr.o lib_a-getreent.o lib_a-gettimeofdayr.o lib_a-isattyr.o lib_a-linkr.o lib_a-lseekr.o lib_a-mkdirr.o lib_a-openr.o lib_a-readr.o lib_a-renamer.o lib_a-signalr.o lib_a-signgam.o lib_a-sbrkr.o lib_a-statr.o lib_a-timesr.o lib_a-unlinkr.o lib_a-writer.o  lib_a-execr.o
  1404. x86_64-linux-gnu-ranlib lib.a
  1405. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/reent'
  1406. Making all in errno
  1407. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/errno'
  1408. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/errno -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-errno.o `test -f 'errno.c' || echo '../../../../../../newlib/newlib/libc/errno/'`errno.c
  1409. rm -f lib.a
  1410. x86_64-linux-gnu-ar cru lib.a lib_a-errno.o
  1411. x86_64-linux-gnu-ranlib lib.a
  1412. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/errno'
  1413. Making all in misc
  1414. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/misc'
  1415. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/misc -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-__dprintf.o `test -f '__dprintf.c' || echo '../../../../../../newlib/newlib/libc/misc/'`__dprintf.c
  1416. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/misc -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-unctrl.o `test -f 'unctrl.c' || echo '../../../../../../newlib/newlib/libc/misc/'`unctrl.c
  1417. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/misc -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-ffs.o `test -f 'ffs.c' || echo '../../../../../../newlib/newlib/libc/misc/'`ffs.c
  1418. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/misc -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-init.o `test -f 'init.c' || echo '../../../../../../newlib/newlib/libc/misc/'`init.c
  1419. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/misc -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-fini.o `test -f 'fini.c' || echo '../../../../../../newlib/newlib/libc/misc/'`fini.c
  1420. rm -f lib.a
  1421. x86_64-linux-gnu-ar cru lib.a lib_a-__dprintf.o lib_a-unctrl.o lib_a-ffs.o lib_a-init.o lib_a-fini.o  
  1422. x86_64-linux-gnu-ranlib lib.a
  1423. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/misc'
  1424. Making all in machine
  1425. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/machine'
  1426. Making all in x86_64
  1427. make[7]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/machine/x86_64'
  1428. x86_64-linux-gnu-gcc  -m32 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../../newlib/newlib/libc/machine/x86_64 -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI     -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI   -nostdlib  -m32 -c -o lib_a-setjmp.o `test -f 'setjmp.S' || echo '../../../../../../../newlib/newlib/libc/machine/x86_64/'`setjmp.S
  1429. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S: Assembler messages:
  1430. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:25: Error: bad register name `%rbx'
  1431. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:26: Error: bad register name `%rbp'
  1432. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:27: Error: bad register name `%r12'
  1433. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:28: Error: bad register name `%r13'
  1434. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:29: Error: bad register name `%r14'
  1435. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:30: Error: bad register name `%r15'
  1436. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:31: Error: bad register name `%rsp)'
  1437. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:32: Error: bad register name `%rax'
  1438. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:33: Error: bad register name `%rsp)'
  1439. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:34: Error: bad register name `%rax'
  1440. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:35: Error: bad register name `%rax'
  1441. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:39: Error: bad register name `%rsi'
  1442. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:41: Error: bad register name `%rdi)'
  1443. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:44: Error: bad register name `%rdi)'
  1444. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:45: Error: bad register name `%rdi)'
  1445. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:46: Error: bad register name `%rdi)'
  1446. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:47: Error: bad register name `%rdi)'
  1447. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:48: Error: bad register name `%rdi)'
  1448. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:49: Error: bad register name `%rdi)'
  1449. ../../../../../../../newlib/newlib/libc/machine/x86_64/setjmp.S:50: Error: bad register name `%rdi)'
  1450. make[7]: *** [Makefile:263: lib_a-setjmp.o] Error 1
  1451. make[7]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/machine/x86_64'
  1452. Making all in .
  1453. make[7]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/machine'
  1454. rm -f lib.a
  1455. ln x86_64/lib.a lib.a >/dev/null 2>/dev/null || \
  1456. cp x86_64/lib.a lib.a
  1457. cp: no se puede efectuar `stat' sobre 'x86_64/lib.a': No such file or directory
  1458. make[7]: *** [Makefile:574: lib.a] Error 1
  1459. make[7]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/machine'
  1460. make[6]: *** [Makefile:319: all-recursive] Error 1
  1461. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/machine'
  1462. Making all in ssp
  1463. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/ssp'
  1464. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-chk_fail.o `test -f 'chk_fail.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`chk_fail.c
  1465. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-stack_protector.o `test -f 'stack_protector.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`stack_protector.c
  1466. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-memcpy_chk.o `test -f 'memcpy_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`memcpy_chk.c
  1467. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-memmove_chk.o `test -f 'memmove_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`memmove_chk.c
  1468. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-mempcpy_chk.o `test -f 'mempcpy_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`mempcpy_chk.c
  1469. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-memset_chk.o `test -f 'memset_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`memset_chk.c
  1470. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-stpcpy_chk.o `test -f 'stpcpy_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`stpcpy_chk.c
  1471. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-stpncpy_chk.o `test -f 'stpncpy_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`stpncpy_chk.c
  1472. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strcat_chk.o `test -f 'strcat_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`strcat_chk.c
  1473. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strcpy_chk.o `test -f 'strcpy_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`strcpy_chk.c
  1474. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strncat_chk.o `test -f 'strncat_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`strncat_chk.c
  1475. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-strncpy_chk.o `test -f 'strncpy_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`strncpy_chk.c
  1476. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-gets_chk.o `test -f 'gets_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`gets_chk.c
  1477. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-snprintf_chk.o `test -f 'snprintf_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`snprintf_chk.c
  1478. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-sprintf_chk.o `test -f 'sprintf_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`sprintf_chk.c
  1479. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vsnprintf_chk.o `test -f 'vsnprintf_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`vsnprintf_chk.c
  1480. x86_64-linux-gnu-gcc  -m32 -I/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/targ-include -I/c/Users/[REDACTED]/documents/newlib/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.0.0\" -DPACKAGE_STRING=\"newlib\ 4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../newlib/newlib/libc/ssp -fno-builtin -DMISSING_SYSCALL_NAMES -DHAVE_INIT_FINI      -nostdlib  -m32 -c -o lib_a-vsprintf_chk.o `test -f 'vsprintf_chk.c' || echo '../../../../../../newlib/newlib/libc/ssp/'`vsprintf_chk.c
  1481. rm -f lib.a
  1482. x86_64-linux-gnu-ar cru lib.a lib_a-chk_fail.o lib_a-stack_protector.o lib_a-memcpy_chk.o lib_a-memmove_chk.o lib_a-mempcpy_chk.o lib_a-memset_chk.o lib_a-stpcpy_chk.o lib_a-stpncpy_chk.o lib_a-strcat_chk.o lib_a-strcpy_chk.o lib_a-strncat_chk.o lib_a-strncpy_chk.o lib_a-gets_chk.o lib_a-snprintf_chk.o lib_a-sprintf_chk.o lib_a-vsnprintf_chk.o lib_a-vsprintf_chk.o
  1483. x86_64-linux-gnu-ranlib lib.a
  1484. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc/ssp'
  1485. Making all in .
  1486. make[6]: entering the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc'
  1487. rm -f libc.a
  1488. rm -rf tmp
  1489. mkdir tmp
  1490. cd tmp; \
  1491.  for i in argz/lib.a stdlib/lib.a ctype/lib.a search/lib.a stdio/lib.a   string/lib.a signal/lib.a time/lib.a locale/lib.a reent/lib.a  errno/lib.a misc/lib.a ssp/lib.a     machine/lib.a ; do \
  1492.    x86_64-linux-gnu-ar x ../$i; \
  1493.  done; \
  1494. x86_64-linux-gnu-ar rc ../libc.a *.o
  1495. ../machine/lib.a: No such file or directory
  1496. C:\msys64\usr\bin\x86_64-linux-gnu-ar.exe: x86_64-linux-gnu-ranlib libc.a
  1497. rm -rf tmp
  1498. make[6]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc'
  1499. make[5]: *** [Makefile:683: all-recursive] Error 1
  1500. make[5]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib/libc'
  1501. make[4]: *** [Makefile:641: all-recursive] Error 1
  1502. make[4]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib'
  1503. make[3]: *** [Makefile:452: all] Error 2
  1504. make[3]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/32/newlib'
  1505. make[2]: *** [Makefile:1260: multi-do] Error 1
  1506. make[2]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib'
  1507. make[1]: *** [Makefile:1176: all-multi] Error 2
  1508. make[1]: exiting the directory '/c/Users/[REDACTED]/documents/linux64cross/newlib/newlib'
  1509. make: *** [Makefile:452: all] Error 2
  1510.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement