Advertisement
Guest User

Untitled

a guest
Feb 14th, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 446.59 KB | None | 0 0
  1. eh@heh-MagicalRox:~/Desktop/kernel$ export ARCH=arm64
  2. heh@heh-MagicalRox:~/Desktop/kernel$ export SUBARCH=arm64
  3. heh@heh-MagicalRox:~/Desktop/kernel$ mkdir out
  4. heh@heh-MagicalRox:~/Desktop/kernel$ make O=out ARCH=arm64 defconfig
  5. make[1]: Entering directory '/home/heh/Desktop/kernel/out'
  6. HOSTCC scripts/basic/fixdep
  7. GEN ./Makefile
  8. HOSTCC scripts/kconfig/conf.o
  9. YACC scripts/kconfig/zconf.tab.c
  10. LEX scripts/kconfig/zconf.lex.c
  11. HOSTCC scripts/kconfig/zconf.tab.o
  12. HOSTLD scripts/kconfig/conf
  13. *** Default configuration is based on 'defconfig'
  14. net/Kconfig:215:warning: prompt redefined
  15. #
  16. # configuration written to .config
  17. #
  18. make[1]: Leaving directory '/home/heh/Desktop/kernel/out'
  19. heh@heh-MagicalRox:~/Desktop/kernel$ PATH=/home/heh/Desktop/clang/bin:/home/heh/Desktop/toolchains/bin:/home/heh/Desktop/aarch64-linux-gnu/bin:${PATH} make -j$(nproc --all) O=out ARCH=arm64 CC=/home/heh/Desktop/clang/bin/clang CLANG_TRIPLE=/home/heh/Desktop/aarch64-linux-gnu/bin/aarch64-linux-gnu- CROSS_COMPILE=/home/heh/Desktop/toolchains/bin/aarch64-linux-android- ld=/home/heh/Desktop/clang/bin/ld.lld
  20. make[1]: Entering directory '/home/heh/Desktop/kernel/out'
  21. GEN ./Makefile
  22. scripts/kconfig/conf --syncconfig Kconfig
  23. net/Kconfig:215:warning: prompt redefined
  24. *
  25. * Restart config...
  26. *
  27. *
  28. * General architecture-dependent options
  29. *
  30. Kprobes (KPROBES) [N/y/?] n
  31. Optimize very unlikely/likely branches (JUMP_LABEL) [Y/n/?] y
  32. Static key selftest (STATIC_KEYS_SELFTEST) [N/y/?] n
  33. Stack Protector buffer overflow detection (STACKPROTECTOR) [Y/n/?] y
  34. Strong Stack Protector (STACKPROTECTOR_STRONG) [Y/n/?] y
  35. Link-Time Optimization (LTO) (EXPERIMENTAL)
  36. > 1. None (LTO_NONE)
  37. choice[1]: 1
  38. Clang Shadow Call Stack (SHADOW_CALL_STACK) [N/y/?] (NEW) N
  39. Use a virtually-mapped stack (VMAP_STACK) [Y/n/?] y
  40. Perform full reference count validation at the expense of speed (REFCOUNT_FULL) [Y/?] y
  41. Kernel panic on refcount error detection (PANIC_ON_REFCOUNT_ERROR) [N/y/?] n
  42. *
  43. * Memory initialization
  44. *
  45. Initialize kernel stack variables at function entry
  46. > 1. no automatic initialization (weakest) (INIT_STACK_NONE)
  47. 2. 0xAA-init everything on the stack (strongest) (INIT_STACK_ALL) (NEW)
  48. choice[1-2?]: 2
  49. Enable heap memory zeroing on allocation by default (INIT_ON_ALLOC_DEFAULT_ON) [N/y/?] n
  50. Enable heap memory zeroing on free by default (INIT_ON_FREE_DEFAULT_ON) [N/y/?] n
  51. GEN ./Makefile
  52. WRAP arch/arm64/include/generated/uapi/asm/errno.h
  53. WRAP arch/arm64/include/generated/uapi/asm/ioctl.h
  54. WRAP arch/arm64/include/generated/uapi/asm/ioctls.h
  55. WRAP arch/arm64/include/generated/uapi/asm/ipcbuf.h
  56. WRAP arch/arm64/include/generated/uapi/asm/kvm_para.h
  57. WRAP arch/arm64/include/generated/uapi/asm/mman.h
  58. WRAP arch/arm64/include/generated/uapi/asm/msgbuf.h
  59. WRAP arch/arm64/include/generated/uapi/asm/poll.h
  60. WRAP arch/arm64/include/generated/uapi/asm/resource.h
  61. WRAP arch/arm64/include/generated/uapi/asm/shmbuf.h
  62. WRAP arch/arm64/include/generated/uapi/asm/sembuf.h
  63. WRAP arch/arm64/include/generated/uapi/asm/socket.h
  64. WRAP arch/arm64/include/generated/uapi/asm/sockios.h
  65. WRAP arch/arm64/include/generated/uapi/asm/swab.h
  66. UPD include/config/kernel.release
  67. WRAP arch/arm64/include/generated/uapi/asm/termbits.h
  68. WRAP arch/arm64/include/generated/uapi/asm/termios.h
  69. WRAP arch/arm64/include/generated/uapi/asm/types.h
  70. UPD include/generated/uapi/linux/version.h
  71. UPD include/generated/utsrelease.h
  72. Target not found
  73. Using .. as source for kernel
  74. WRAP arch/arm64/include/generated/asm/bugs.h
  75. WRAP arch/arm64/include/generated/asm/delay.h
  76. WRAP arch/arm64/include/generated/asm/div64.h
  77. WRAP arch/arm64/include/generated/asm/dma.h
  78. WRAP arch/arm64/include/generated/asm/dma-contiguous.h
  79. WRAP arch/arm64/include/generated/asm/early_ioremap.h
  80. WRAP arch/arm64/include/generated/asm/emergency-restart.h
  81. WRAP arch/arm64/include/generated/asm/hw_irq.h
  82. WRAP arch/arm64/include/generated/asm/irq_regs.h
  83. WRAP arch/arm64/include/generated/asm/kdebug.h
  84. WRAP arch/arm64/include/generated/asm/kmap_types.h
  85. WRAP arch/arm64/include/generated/asm/local.h
  86. WRAP arch/arm64/include/generated/asm/local64.h
  87. WRAP arch/arm64/include/generated/asm/mcs_spinlock.h
  88. WRAP arch/arm64/include/generated/asm/mm-arch-hooks.h
  89. WRAP arch/arm64/include/generated/asm/msi.h
  90. WRAP arch/arm64/include/generated/asm/preempt.h
  91. WRAP arch/arm64/include/generated/asm/qrwlock.h
  92. WRAP arch/arm64/include/generated/asm/qspinlock.h
  93. WRAP arch/arm64/include/generated/asm/rwsem.h
  94. WRAP arch/arm64/include/generated/asm/segment.h
  95. WRAP arch/arm64/include/generated/asm/serial.h
  96. WRAP arch/arm64/include/generated/asm/set_memory.h
  97. WRAP arch/arm64/include/generated/asm/sizes.h
  98. WRAP arch/arm64/include/generated/asm/switch_to.h
  99. WRAP arch/arm64/include/generated/asm/trace_clock.h
  100. WRAP arch/arm64/include/generated/asm/unaligned.h
  101. WRAP arch/arm64/include/generated/asm/user.h
  102. WRAP arch/arm64/include/generated/asm/vga.h
  103. WRAP arch/arm64/include/generated/asm/xor.h
  104. HOSTCC scripts/dtc/dtc.o
  105. HOSTCC scripts/dtc/flattree.o
  106. HOSTCC scripts/dtc/fstree.o
  107. HOSTCC scripts/dtc/data.o
  108. HOSTCC scripts/dtc/livetree.o
  109. HOSTCC scripts/dtc/treesource.o
  110. HOSTCC scripts/dtc/srcpos.o
  111. HOSTCC scripts/dtc/checks.o
  112. HOSTCC scripts/dtc/util.o
  113. LEX scripts/dtc/dtc-lexer.lex.c
  114. YACC scripts/dtc/dtc-parser.tab.h
  115. YACC scripts/dtc/dtc-parser.tab.c
  116. CC kernel/bounds.s
  117. HOSTCC scripts/dtc/dtc-lexer.lex.o
  118. UPD include/generated/timeconst.h
  119. UPD include/generated/bounds.h
  120. CC arch/arm64/kernel/asm-offsets.s
  121. CC scripts/mod/empty.o
  122. HOSTCC scripts/mod/mk_elfconfig
  123. HOSTCC scripts/dtc/dtc-parser.tab.o
  124. CC scripts/mod/devicetable-offsets.s
  125. MKELF scripts/mod/elfconfig.h
  126. HOSTCC scripts/mod/modpost.o
  127. UPD scripts/mod/devicetable-offsets.h
  128. HOSTCC scripts/mod/sumversion.o
  129. In file included from ../arch/arm64/kernel/asm-offsets.c:22:
  130. In file included from ../include/linux/sched.h:15:
  131. In file included from ../include/linux/sem.h:5:
  132. In file included from ../include/uapi/linux/sem.h:5:
  133. In file included from ../include/linux/ipc.h:7:
  134. In file included from ../include/linux/rhashtable-types.h:15:
  135. ../include/linux/workqueue.h:676:13: warning: unused function 'dump_workqueue' [-Wunused-function]
  136. static void dump_workqueue(void) {}
  137. ^
  138. 1 warning generated.
  139. UPD include/generated/asm-offsets.h
  140. CALL ../scripts/checksyscalls.sh
  141. HOSTLD scripts/dtc/dtc
  142. HOSTCC scripts/bin2c
  143. HOSTCC scripts/kallsyms
  144. LDS arch/arm64/kernel/vdso/vdso.lds
  145. VDSOA arch/arm64/kernel/vdso/gettimeofday.o
  146. HOSTCC scripts/pnmtologo
  147. VDSOA arch/arm64/kernel/vdso/note.o
  148. VDSOA arch/arm64/kernel/vdso/sigreturn.o
  149. VDSOL arch/arm64/kernel/vdso/vdso.so.dbg
  150. VDSOSYM include/generated/vdso-offsets.h
  151. HOSTCC scripts/conmakehash
  152. HOSTCC scripts/mod/file2alias.o
  153. HOSTCC scripts/sortextable
  154. HOSTCC scripts/asn1_compiler
  155. HOSTCC scripts/extract-cert
  156. ../scripts/extract-cert.c: In function ‘display_openssl_errors’:
  157. ../scripts/extract-cert.c:46:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  158. 46 | while ((e = ERR_get_error_line(&file, &line))) {
  159. | ^~~~~
  160. In file included from ../scripts/extract-cert.c:23:
  161. /usr/include/openssl/err.h:411:15: note: declared here
  162. 411 | unsigned long ERR_get_error_line(const char **file, int *line);
  163. | ^~~~~~~~~~~~~~~~~~
  164. ../scripts/extract-cert.c: In function ‘drain_openssl_errors’:
  165. ../scripts/extract-cert.c:59:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  166. 59 | while (ERR_get_error_line(&file, &line)) {}
  167. | ^~~~~
  168. In file included from ../scripts/extract-cert.c:23:
  169. /usr/include/openssl/err.h:411:15: note: declared here
  170. 411 | unsigned long ERR_get_error_line(const char **file, int *line);
  171. | ^~~~~~~~~~~~~~~~~~
  172. ../scripts/extract-cert.c: In function ‘main’:
  173. ../scripts/extract-cert.c:124:17: warning: ‘ENGINE_load_builtin_engines’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  174. 124 | ENGINE_load_builtin_engines();
  175. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  176. In file included from ../scripts/extract-cert.c:24:
  177. /usr/include/openssl/engine.h:358:28: note: declared here
  178. 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void);
  179. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  180. ../scripts/extract-cert.c:126:17: warning: ‘ENGINE_by_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  181. 126 | e = ENGINE_by_id("pkcs11");
  182. | ^
  183. In file included from ../scripts/extract-cert.c:24:
  184. /usr/include/openssl/engine.h:336:31: note: declared here
  185. 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id);
  186. | ^~~~~~~~~~~~
  187. ../scripts/extract-cert.c:128:17: warning: ‘ENGINE_init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  188. 128 | if (ENGINE_init(e))
  189. | ^~
  190. In file included from ../scripts/extract-cert.c:24:
  191. /usr/include/openssl/engine.h:620:27: note: declared here
  192. 620 | OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
  193. | ^~~~~~~~~~~
  194. ../scripts/extract-cert.c:133:25: warning: ‘ENGINE_ctrl_cmd_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  195. 133 | ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN");
  196. | ^~~
  197. In file included from ../scripts/extract-cert.c:24:
  198. /usr/include/openssl/engine.h:479:5: note: declared here
  199. 479 | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
  200. | ^~~~~~~~~~~~~~~~~~~~~~
  201. ../scripts/extract-cert.c:134:17: warning: ‘ENGINE_ctrl_cmd’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  202. 134 | ENGINE_ctrl_cmd(e, "LOAD_CERT_CTRL", 0, &parms, NULL, 1);
  203. | ^~~~~~~~~~~~~~~
  204. In file included from ../scripts/extract-cert.c:24:
  205. /usr/include/openssl/engine.h:450:27: note: declared here
  206. 450 | OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
  207. | ^~~~~~~~~~~~~~~
  208. HOSTLD scripts/mod/modpost
  209. CHK include/generated/compile.h
  210. CC init/main.o
  211. CC init/do_mounts.o
  212. UPD include/generated/compile.h
  213. HOSTCC usr/gen_init_cpio
  214. CC init/do_mounts_initrd.o
  215. GEN usr/initramfs_data.cpio
  216. AS usr/initramfs_data.o
  217. AR usr/built-in.a
  218. AR arch/arm64/kernel/probes/built-in.a
  219. In file included from ../init/main.c:16:
  220. In file included from ../include/linux/module.h:10:
  221. In file included from ../include/linux/stat.h:6:
  222. In file included from ../arch/arm64/include/asm/stat.h:24:
  223. In file included from ../arch/arm64/include/asm/compat.h:25:
  224. In file included from ../include/linux/sched.h:15:
  225. In file included from ../include/linux/sem.h:5:
  226. In file included from ../include/uapi/linux/sem.h:5:
  227. In file included from ../include/linux/ipc.h:7:
  228. In file included from ../include/linux/rhashtable-types.h:15:
  229. ../include/linux/workqueue.h:676:13: warning: unused function 'dump_workqueue' [-Wunused-function]
  230. static void dump_workqueue(void) {}
  231. ^
  232. OBJCOPY arch/arm64/kernel/vdso/vdso.so
  233. AS arch/arm64/kernel/vdso/vdso.o
  234. In file included from ../init/do_mounts_initrd.c:4:
  235. In file included from ../include/linux/fs.h:10:
  236. In file included from ../include/linux/stat.h:6:
  237. In file included from ../arch/arm64/include/asm/stat.h:24:
  238. In file included from ../arch/arm64/include/asm/compat.h:25:
  239. In file included from ../include/linux/sched.h:15:
  240. In file included from ../include/linux/sem.h:5:
  241. In file included from ../include/uapi/linux/sem.h:5:
  242. In file included from ../include/linux/ipc.h:7:
  243. In file included from ../include/linux/rhashtable-types.h:15:
  244. ../include/linux/workqueue.h:676:13: warning: unused function 'dump_workqueue' [-Wunused-function]
  245. static void dump_workqueue(void) {}
  246. ^
  247. AR arch/arm64/kernel/vdso/built-in.a
  248. CC arch/arm64/kernel/debug-monitors.o
  249. 1 warning generated.
  250. /tmp/do_mounts_initrd-4bb31a.s: Assembler messages:
  251. /tmp/do_mounts_initrd-4bb31a.s:3: Error: junk at end of line, first unrecognized character is `"'
  252. /tmp/do_mounts_initrd-4bb31a.s:3: Error: file number less than one
  253. /tmp/do_mounts_initrd-4bb31a.s:4: Error: junk at end of line, first unrecognized character is `"'
  254. /tmp/do_mounts_initrd-4bb31a.s:5: Error: junk at end of line, first unrecognized character is `"'
  255. /tmp/do_mounts_initrd-4bb31a.s:6: Error: junk at end of line, first unrecognized character is `"'
  256. /tmp/do_mounts_initrd-4bb31a.s:7: Error: junk at end of line, first unrecognized character is `"'
  257. /tmp/do_mounts_initrd-4bb31a.s:8: Error: junk at end of line, first unrecognized character is `"'
  258. /tmp/do_mounts_initrd-4bb31a.s:9: Error: junk at end of line, first unrecognized character is `"'
  259. /tmp/do_mounts_initrd-4bb31a.s:10: Error: junk at end of line, first unrecognized character is `"'
  260. /tmp/do_mounts_initrd-4bb31a.s:11: Error: junk at end of line, first unrecognized character is `"'
  261. /tmp/do_mounts_initrd-4bb31a.s:12: Error: junk at end of line, first unrecognized character is `"'
  262. /tmp/do_mounts_initrd-4bb31a.s:13: Error: junk at end of line, first unrecognized character is `"'
  263. /tmp/do_mounts_initrd-4bb31a.s:14: Error: junk at end of line, first unrecognized character is `"'
  264. /tmp/do_mounts_initrd-4bb31a.s:15: Error: junk at end of line, first unrecognized character is `"'
  265. /tmp/do_mounts_initrd-4bb31a.s:16: Error: junk at end of line, first unrecognized character is `"'
  266. /tmp/do_mounts_initrd-4bb31a.s:17: Error: junk at end of line, first unrecognized character is `"'
  267. /tmp/do_mounts_initrd-4bb31a.s:18: Error: junk at end of line, first unrecognized character is `"'
  268. /tmp/do_mounts_initrd-4bb31a.s:19: Error: junk at end of line, first unrecognized character is `"'
  269. /tmp/do_mounts_initrd-4bb31a.s:20: Error: junk at end of line, first unrecognized character is `"'
  270. /tmp/do_mounts_initrd-4bb31a.s:21: Error: junk at end of line, first unrecognized character is `"'
  271. /tmp/do_mounts_initrd-4bb31a.s:22: Error: junk at end of line, first unrecognized character is `"'
  272. /tmp/do_mounts_initrd-4bb31a.s:23: Error: junk at end of line, first unrecognized character is `"'
  273. /tmp/do_mounts_initrd-4bb31a.s:24: Error: junk at end of line, first unrecognized character is `"'
  274. /tmp/do_mounts_initrd-4bb31a.s:25: Error: junk at end of line, first unrecognized character is `"'
  275. /tmp/do_mounts_initrd-4bb31a.s:26: Error: junk at end of line, first unrecognized character is `"'
  276. /tmp/do_mounts_initrd-4bb31a.s:27: Error: junk at end of line, first unrecognized character is `"'
  277. /tmp/do_mounts_initrd-4bb31a.s:28: Error: junk at end of line, first unrecognized character is `"'
  278. /tmp/do_mounts_initrd-4bb31a.s:29: Error: junk at end of line, first unrecognized character is `"'
  279. /tmp/do_mounts_initrd-4bb31a.s:30: Error: junk at end of line, first unrecognized character is `"'
  280. /tmp/do_mounts_initrd-4bb31a.s:31: Error: junk at end of line, first unrecognized character is `"'
  281. /tmp/do_mounts_initrd-4bb31a.s:32: Error: junk at end of line, first unrecognized character is `"'
  282. /tmp/do_mounts_initrd-4bb31a.s:33: Error: junk at end of line, first unrecognized character is `"'
  283. /tmp/do_mounts_initrd-4bb31a.s:34: Error: junk at end of line, first unrecognized character is `"'
  284. /tmp/do_mounts_initrd-4bb31a.s:35: Error: junk at end of line, first unrecognized character is `"'
  285. /tmp/do_mounts_initrd-4bb31a.s:36: Error: junk at end of line, first unrecognized character is `"'
  286. /tmp/do_mounts_initrd-4bb31a.s:37: Error: junk at end of line, first unrecognized character is `"'
  287. /tmp/do_mounts_initrd-4bb31a.s:38: Error: junk at end of line, first unrecognized character is `"'
  288. /tmp/do_mounts_initrd-4bb31a.s:39: Error: junk at end of line, first unrecognized character is `"'
  289. /tmp/do_mounts_initrd-4bb31a.s:40: Error: junk at end of line, first unrecognized character is `"'
  290. /tmp/do_mounts_initrd-4bb31a.s:41: Error: junk at end of line, first unrecognized character is `"'
  291. /tmp/do_mounts_initrd-4bb31a.s:42: Error: junk at end of line, first unrecognized character is `"'
  292. /tmp/do_mounts_initrd-4bb31a.s:43: Error: junk at end of line, first unrecognized character is `"'
  293. /tmp/do_mounts_initrd-4bb31a.s:44: Error: junk at end of line, first unrecognized character is `"'
  294. /tmp/do_mounts_initrd-4bb31a.s:45: Error: junk at end of line, first unrecognized character is `"'
  295. /tmp/do_mounts_initrd-4bb31a.s:46: Error: junk at end of line, first unrecognized character is `"'
  296. /tmp/do_mounts_initrd-4bb31a.s:47: Error: junk at end of line, first unrecognized character is `"'
  297. /tmp/do_mounts_initrd-4bb31a.s:48: Error: junk at end of line, first unrecognized character is `"'
  298. /tmp/do_mounts_initrd-4bb31a.s:49: Error: junk at end of line, first unrecognized character is `"'
  299. /tmp/do_mounts_initrd-4bb31a.s:50: Error: junk at end of line, first unrecognized character is `"'
  300. /tmp/do_mounts_initrd-4bb31a.s:51: Error: junk at end of line, first unrecognized character is `"'
  301. /tmp/do_mounts_initrd-4bb31a.s:52: Error: junk at end of line, first unrecognized character is `"'
  302. /tmp/do_mounts_initrd-4bb31a.s:53: Error: junk at end of line, first unrecognized character is `"'
  303. /tmp/do_mounts_initrd-4bb31a.s:54: Error: junk at end of line, first unrecognized character is `"'
  304. /tmp/do_mounts_initrd-4bb31a.s:55: Error: junk at end of line, first unrecognized character is `"'
  305. /tmp/do_mounts_initrd-4bb31a.s:56: Error: junk at end of line, first unrecognized character is `"'
  306. /tmp/do_mounts_initrd-4bb31a.s:57: Error: junk at end of line, first unrecognized character is `"'
  307. /tmp/do_mounts_initrd-4bb31a.s:58: Error: junk at end of line, first unrecognized character is `"'
  308. /tmp/do_mounts_initrd-4bb31a.s:59: Error: junk at end of line, first unrecognized character is `"'
  309. /tmp/do_mounts_initrd-4bb31a.s:60: Error: junk at end of line, first unrecognized character is `"'
  310. /tmp/do_mounts_initrd-4bb31a.s:61: Error: junk at end of line, first unrecognized character is `"'
  311. /tmp/do_mounts_initrd-4bb31a.s:62: Error: junk at end of line, first unrecognized character is `"'
  312. /tmp/do_mounts_initrd-4bb31a.s:63: Error: junk at end of line, first unrecognized character is `"'
  313. /tmp/do_mounts_initrd-4bb31a.s:64: Error: junk at end of line, first unrecognized character is `"'
  314. /tmp/do_mounts_initrd-4bb31a.s:65: Error: junk at end of line, first unrecognized character is `"'
  315. /tmp/do_mounts_initrd-4bb31a.s:66: Error: junk at end of line, first unrecognized character is `"'
  316. /tmp/do_mounts_initrd-4bb31a.s:67: Error: junk at end of line, first unrecognized character is `"'
  317. /tmp/do_mounts_initrd-4bb31a.s:68: Error: junk at end of line, first unrecognized character is `"'
  318. /tmp/do_mounts_initrd-4bb31a.s:69: Error: junk at end of line, first unrecognized character is `"'
  319. /tmp/do_mounts_initrd-4bb31a.s:70: Error: junk at end of line, first unrecognized character is `"'
  320. /tmp/do_mounts_initrd-4bb31a.s:71: Error: junk at end of line, first unrecognized character is `"'
  321. /tmp/do_mounts_initrd-4bb31a.s:72: Error: junk at end of line, first unrecognized character is `"'
  322. /tmp/do_mounts_initrd-4bb31a.s:73: Error: junk at end of line, first unrecognized character is `"'
  323. /tmp/do_mounts_initrd-4bb31a.s:74: Error: junk at end of line, first unrecognized character is `"'
  324. /tmp/do_mounts_initrd-4bb31a.s:75: Error: junk at end of line, first unrecognized character is `"'
  325. /tmp/do_mounts_initrd-4bb31a.s:76: Error: junk at end of line, first unrecognized character is `"'
  326. /tmp/do_mounts_initrd-4bb31a.s:77: Error: junk at end of line, first unrecognized character is `"'
  327. /tmp/do_mounts_initrd-4bb31a.s:78: Error: junk at end of line, first unrecognized character is `"'
  328. /tmp/do_mounts_initrd-4bb31a.s:79: Error: junk at end of line, first unrecognized character is `"'
  329. /tmp/do_mounts_initrd-4bb31a.s:80: Error: junk at end of line, first unrecognized character is `"'
  330. /tmp/do_mounts_initrd-4bb31a.s:81: Error: junk at end of line, first unrecognized character is `"'
  331. /tmp/do_mounts_initrd-4bb31a.s:82: Error: junk at end of line, first unrecognized character is `"'
  332. /tmp/do_mounts_initrd-4bb31a.s:83: Error: junk at end of line, first unrecognized character is `"'
  333. /tmp/do_mounts_initrd-4bb31a.s:84: Error: junk at end of line, first unrecognized character is `"'
  334. /tmp/do_mounts_initrd-4bb31a.s:85: Error: junk at end of line, first unrecognized character is `"'
  335. /tmp/do_mounts_initrd-4bb31a.s:86: Error: junk at end of line, first unrecognized character is `"'
  336. /tmp/do_mounts_initrd-4bb31a.s:87: Error: junk at end of line, first unrecognized character is `"'
  337. /tmp/do_mounts_initrd-4bb31a.s:88: Error: junk at end of line, first unrecognized character is `"'
  338. /tmp/do_mounts_initrd-4bb31a.s:89: Error: junk at end of line, first unrecognized character is `"'
  339. /tmp/do_mounts_initrd-4bb31a.s:90: Error: junk at end of line, first unrecognized character is `"'
  340. /tmp/do_mounts_initrd-4bb31a.s:91: Error: junk at end of line, first unrecognized character is `"'
  341. /tmp/do_mounts_initrd-4bb31a.s:92: Error: junk at end of line, first unrecognized character is `"'
  342. /tmp/do_mounts_initrd-4bb31a.s:93: Error: junk at end of line, first unrecognized character is `"'
  343. /tmp/do_mounts_initrd-4bb31a.s:94: Error: junk at end of line, first unrecognized character is `"'
  344. /tmp/do_mounts_initrd-4bb31a.s:95: Error: junk at end of line, first unrecognized character is `"'
  345. /tmp/do_mounts_initrd-4bb31a.s:96: Error: junk at end of line, first unrecognized character is `"'
  346. /tmp/do_mounts_initrd-4bb31a.s:97: Error: junk at end of line, first unrecognized character is `"'
  347. /tmp/do_mounts_initrd-4bb31a.s:98: Error: junk at end of line, first unrecognized character is `"'
  348. /tmp/do_mounts_initrd-4bb31a.s:99: Error: junk at end of line, first unrecognized character is `"'
  349. /tmp/do_mounts_initrd-4bb31a.s:100: Error: junk at end of line, first unrecognized character is `"'
  350. /tmp/do_mounts_initrd-4bb31a.s:101: Error: junk at end of line, first unrecognized character is `"'
  351. /tmp/do_mounts_initrd-4bb31a.s:102: Error: junk at end of line, first unrecognized character is `"'
  352. /tmp/do_mounts_initrd-4bb31a.s:103: Error: junk at end of line, first unrecognized character is `"'
  353. /tmp/do_mounts_initrd-4bb31a.s:104: Error: junk at end of line, first unrecognized character is `"'
  354. /tmp/do_mounts_initrd-4bb31a.s:105: Error: junk at end of line, first unrecognized character is `"'
  355. /tmp/do_mounts_initrd-4bb31a.s:106: Error: junk at end of line, first unrecognized character is `"'
  356. /tmp/do_mounts_initrd-4bb31a.s:107: Error: junk at end of line, first unrecognized character is `"'
  357. /tmp/do_mounts_initrd-4bb31a.s:108: Error: junk at end of line, first unrecognized character is `"'
  358. /tmp/do_mounts_initrd-4bb31a.s:109: Error: junk at end of line, first unrecognized character is `"'
  359. /tmp/do_mounts_initrd-4bb31a.s:110: Error: junk at end of line, first unrecognized character is `"'
  360. /tmp/do_mounts_initrd-4bb31a.s:111: Error: junk at end of line, first unrecognized character is `"'
  361. /tmp/do_mounts_initrd-4bb31a.s:112: Error: junk at end of line, first unrecognized character is `"'
  362. /tmp/do_mounts_initrd-4bb31a.s:113: Error: junk at end of line, first unrecognized character is `"'
  363. /tmp/do_mounts_initrd-4bb31a.s:114: Error: junk at end of line, first unrecognized character is `"'
  364. /tmp/do_mounts_initrd-4bb31a.s:115: Error: junk at end of line, first unrecognized character is `"'
  365. /tmp/do_mounts_initrd-4bb31a.s:116: Error: junk at end of line, first unrecognized character is `"'
  366. /tmp/do_mounts_initrd-4bb31a.s:117: Error: junk at end of line, first unrecognized character is `"'
  367. /tmp/do_mounts_initrd-4bb31a.s:118: Error: junk at end of line, first unrecognized character is `"'
  368. /tmp/do_mounts_initrd-4bb31a.s:119: Error: junk at end of line, first unrecognized character is `"'
  369. /tmp/do_mounts_initrd-4bb31a.s:120: Error: junk at end of line, first unrecognized character is `"'
  370. /tmp/do_mounts_initrd-4bb31a.s:121: Error: junk at end of line, first unrecognized character is `"'
  371. /tmp/do_mounts_initrd-4bb31a.s:122: Error: junk at end of line, first unrecognized character is `"'
  372. /tmp/do_mounts_initrd-4bb31a.s:123: Error: junk at end of line, first unrecognized character is `"'
  373. /tmp/do_mounts_initrd-4bb31a.s:124: Error: junk at end of line, first unrecognized character is `"'
  374. /tmp/do_mounts_initrd-4bb31a.s:125: Error: junk at end of line, first unrecognized character is `"'
  375. /tmp/do_mounts_initrd-4bb31a.s:126: Error: junk at end of line, first unrecognized character is `"'
  376. /tmp/do_mounts_initrd-4bb31a.s:127: Error: junk at end of line, first unrecognized character is `"'
  377. /tmp/do_mounts_initrd-4bb31a.s:128: Error: junk at end of line, first unrecognized character is `"'
  378. /tmp/do_mounts_initrd-4bb31a.s:129: Error: junk at end of line, first unrecognized character is `"'
  379. /tmp/do_mounts_initrd-4bb31a.s:130: Error: junk at end of line, first unrecognized character is `"'
  380. /tmp/do_mounts_initrd-4bb31a.s:131: Error: junk at end of line, first unrecognized character is `"'
  381. /tmp/do_mounts_initrd-4bb31a.s:132: Error: junk at end of line, first unrecognized character is `"'
  382. /tmp/do_mounts_initrd-4bb31a.s:133: Error: junk at end of line, first unrecognized character is `"'
  383. /tmp/do_mounts_initrd-4bb31a.s:134: Error: junk at end of line, first unrecognized character is `"'
  384. /tmp/do_mounts_initrd-4bb31a.s:135: Error: junk at end of line, first unrecognized character is `"'
  385. /tmp/do_mounts_initrd-4bb31a.s:136: Error: junk at end of line, first unrecognized character is `"'
  386. /tmp/do_mounts_initrd-4bb31a.s:137: Error: junk at end of line, first unrecognized character is `"'
  387. /tmp/do_mounts_initrd-4bb31a.s:138: Error: junk at end of line, first unrecognized character is `"'
  388. /tmp/do_mounts_initrd-4bb31a.s:139: Error: junk at end of line, first unrecognized character is `"'
  389. /tmp/do_mounts_initrd-4bb31a.s:140: Error: junk at end of line, first unrecognized character is `"'
  390. /tmp/do_mounts_initrd-4bb31a.s:141: Error: junk at end of line, first unrecognized character is `"'
  391. /tmp/do_mounts_initrd-4bb31a.s:142: Error: junk at end of line, first unrecognized character is `"'
  392. /tmp/do_mounts_initrd-4bb31a.s:143: Error: junk at end of line, first unrecognized character is `"'
  393. /tmp/do_mounts_initrd-4bb31a.s:144: Error: junk at end of line, first unrecognized character is `"'
  394. /tmp/do_mounts_initrd-4bb31a.s:145: Error: junk at end of line, first unrecognized character is `"'
  395. /tmp/do_mounts_initrd-4bb31a.s:146: Error: junk at end of line, first unrecognized character is `"'
  396. /tmp/do_mounts_initrd-4bb31a.s:147: Error: junk at end of line, first unrecognized character is `"'
  397. /tmp/do_mounts_initrd-4bb31a.s:148: Error: junk at end of line, first unrecognized character is `"'
  398. /tmp/do_mounts_initrd-4bb31a.s:149: Error: junk at end of line, first unrecognized character is `"'
  399. /tmp/do_mounts_initrd-4bb31a.s:150: Error: junk at end of line, first unrecognized character is `"'
  400. /tmp/do_mounts_initrd-4bb31a.s:151: Error: junk at end of line, first unrecognized character is `"'
  401. /tmp/do_mounts_initrd-4bb31a.s:152: Error: junk at end of line, first unrecognized character is `"'
  402. /tmp/do_mounts_initrd-4bb31a.s:153: Error: junk at end of line, first unrecognized character is `"'
  403. /tmp/do_mounts_initrd-4bb31a.s:154: Error: junk at end of line, first unrecognized character is `"'
  404. /tmp/do_mounts_initrd-4bb31a.s:155: Error: junk at end of line, first unrecognized character is `"'
  405. /tmp/do_mounts_initrd-4bb31a.s:161: Error: file number less than one
  406. /tmp/do_mounts_initrd-4bb31a.s:161: Error: junk at end of line, first unrecognized character is `0'
  407. /tmp/do_mounts_initrd-4bb31a.s:166: Error: file number less than one
  408. /tmp/do_mounts_initrd-4bb31a.s:166: Error: junk at end of line, first unrecognized character is `1'
  409. /tmp/do_mounts_initrd-4bb31a.s:169: Error: file number less than one
  410. /tmp/do_mounts_initrd-4bb31a.s:169: Error: junk at end of line, first unrecognized character is `2'
  411. /tmp/do_mounts_initrd-4bb31a.s:171: Error: file number less than one
  412. /tmp/do_mounts_initrd-4bb31a.s:171: Error: junk at end of line, first unrecognized character is `1'
  413. /tmp/do_mounts_initrd-4bb31a.s:173: Error: file number less than one
  414. /tmp/do_mounts_initrd-4bb31a.s:173: Error: junk at end of line, first unrecognized character is `2'
  415. /tmp/do_mounts_initrd-4bb31a.s:185: Error: file number less than one
  416. /tmp/do_mounts_initrd-4bb31a.s:185: Error: junk at end of line, first unrecognized character is `0'
  417. /tmp/do_mounts_initrd-4bb31a.s:197: Error: file number less than one
  418. /tmp/do_mounts_initrd-4bb31a.s:197: Error: junk at end of line, first unrecognized character is `6'
  419. /tmp/do_mounts_initrd-4bb31a.s:201: Error: file number less than one
  420. /tmp/do_mounts_initrd-4bb31a.s:201: Error: junk at end of line, first unrecognized character is `6'
  421. /tmp/do_mounts_initrd-4bb31a.s:206: Error: junk at end of line, first unrecognized character is `"'
  422. /tmp/do_mounts_initrd-4bb31a.s:244: Error: file number less than one
  423. /tmp/do_mounts_initrd-4bb31a.s:244: Error: junk at end of line, first unrecognized character is `1'
  424. /tmp/do_mounts_initrd-4bb31a.s:253: Error: junk at end of line, first unrecognized character is `"'
  425. clang-16: error: assembler command failed with exit code 1 (use -v to see invocation)
  426. make[2]: *** [../scripts/Makefile.build:338: init/do_mounts_initrd.o] Error 1
  427. make[2]: *** Waiting for unfinished jobs....
  428. AS arch/arm64/kernel/entry.o
  429. 1 warning generated.
  430. CC arch/arm64/kernel/irq.o
  431. /tmp/main-990e1b.s: Assembler messages:
  432. /tmp/main-990e1b.s:30: Error: junk at end of line, first unrecognized character is `"'
  433. /tmp/main-990e1b.s:30: Error: file number less than one
  434. /tmp/main-990e1b.s:31: Error: junk at end of line, first unrecognized character is `"'
  435. /tmp/main-990e1b.s:32: Error: junk at end of line, first unrecognized character is `"'
  436. /tmp/main-990e1b.s:33: Error: junk at end of line, first unrecognized character is `"'
  437. /tmp/main-990e1b.s:34: Error: junk at end of line, first unrecognized character is `"'
  438. /tmp/main-990e1b.s:35: Error: junk at end of line, first unrecognized character is `"'
  439. /tmp/main-990e1b.s:36: Error: junk at end of line, first unrecognized character is `"'
  440. /tmp/main-990e1b.s:37: Error: junk at end of line, first unrecognized character is `"'
  441. /tmp/main-990e1b.s:38: Error: junk at end of line, first unrecognized character is `"'
  442. /tmp/main-990e1b.s:39: Error: junk at end of line, first unrecognized character is `"'
  443. /tmp/main-990e1b.s:40: Error: junk at end of line, first unrecognized character is `"'
  444. /tmp/main-990e1b.s:41: Error: junk at end of line, first unrecognized character is `"'
  445. /tmp/main-990e1b.s:42: Error: junk at end of line, first unrecognized character is `"'
  446. /tmp/main-990e1b.s:43: Error: junk at end of line, first unrecognized character is `"'
  447. /tmp/main-990e1b.s:44: Error: junk at end of line, first unrecognized character is `"'
  448. /tmp/main-990e1b.s:45: Error: junk at end of line, first unrecognized character is `"'
  449. /tmp/main-990e1b.s:46: Error: junk at end of line, first unrecognized character is `"'
  450. /tmp/main-990e1b.s:47: Error: junk at end of line, first unrecognized character is `"'
  451. /tmp/main-990e1b.s:48: Error: junk at end of line, first unrecognized character is `"'
  452. /tmp/main-990e1b.s:49: Error: junk at end of line, first unrecognized character is `"'
  453. /tmp/main-990e1b.s:50: Error: junk at end of line, first unrecognized character is `"'
  454. /tmp/main-990e1b.s:51: Error: junk at end of line, first unrecognized character is `"'
  455. /tmp/main-990e1b.s:52: Error: junk at end of line, first unrecognized character is `"'
  456. /tmp/main-990e1b.s:53: Error: junk at end of line, first unrecognized character is `"'
  457. /tmp/main-990e1b.s:54: Error: junk at end of line, first unrecognized character is `"'
  458. /tmp/main-990e1b.s:55: Error: junk at end of line, first unrecognized character is `"'
  459. /tmp/main-990e1b.s:56: Error: junk at end of line, first unrecognized character is `"'
  460. /tmp/main-990e1b.s:57: Error: junk at end of line, first unrecognized character is `"'
  461. /tmp/main-990e1b.s:58: Error: junk at end of line, first unrecognized character is `"'
  462. /tmp/main-990e1b.s:59: Error: junk at end of line, first unrecognized character is `"'
  463. /tmp/main-990e1b.s:60: Error: junk at end of line, first unrecognized character is `"'
  464. /tmp/main-990e1b.s:61: Error: junk at end of line, first unrecognized character is `"'
  465. /tmp/main-990e1b.s:62: Error: junk at end of line, first unrecognized character is `"'
  466. /tmp/main-990e1b.s:63: Error: junk at end of line, first unrecognized character is `"'
  467. /tmp/main-990e1b.s:64: Error: junk at end of line, first unrecognized character is `"'
  468. /tmp/main-990e1b.s:65: Error: junk at end of line, first unrecognized character is `"'
  469. /tmp/main-990e1b.s:66: Error: junk at end of line, first unrecognized character is `"'
  470. /tmp/main-990e1b.s:67: Error: junk at end of line, first unrecognized character is `"'
  471. /tmp/main-990e1b.s:68: Error: junk at end of line, first unrecognized character is `"'
  472. /tmp/main-990e1b.s:69: Error: junk at end of line, first unrecognized character is `"'
  473. /tmp/main-990e1b.s:70: Error: junk at end of line, first unrecognized character is `"'
  474. /tmp/main-990e1b.s:71: Error: junk at end of line, first unrecognized character is `"'
  475. /tmp/main-990e1b.s:72: Error: junk at end of line, first unrecognized character is `"'
  476. /tmp/main-990e1b.s:73: Error: junk at end of line, first unrecognized character is `"'
  477. /tmp/main-990e1b.s:74: Error: junk at end of line, first unrecognized character is `"'
  478. /tmp/main-990e1b.s:75: Error: junk at end of line, first unrecognized character is `"'
  479. /tmp/main-990e1b.s:76: Error: junk at end of line, first unrecognized character is `"'
  480. /tmp/main-990e1b.s:77: Error: junk at end of line, first unrecognized character is `"'
  481. /tmp/main-990e1b.s:78: Error: junk at end of line, first unrecognized character is `"'
  482. /tmp/main-990e1b.s:79: Error: junk at end of line, first unrecognized character is `"'
  483. /tmp/main-990e1b.s:80: Error: junk at end of line, first unrecognized character is `"'
  484. /tmp/main-990e1b.s:81: Error: junk at end of line, first unrecognized character is `"'
  485. /tmp/main-990e1b.s:82: Error: junk at end of line, first unrecognized character is `"'
  486. /tmp/main-990e1b.s:83: Error: junk at end of line, first unrecognized character is `"'
  487. /tmp/main-990e1b.s:84: Error: junk at end of line, first unrecognized character is `"'
  488. /tmp/main-990e1b.s:85: Error: junk at end of line, first unrecognized character is `"'
  489. /tmp/main-990e1b.s:86: Error: junk at end of line, first unrecognized character is `"'
  490. /tmp/main-990e1b.s:87: Error: junk at end of line, first unrecognized character is `"'
  491. /tmp/main-990e1b.s:88: Error: junk at end of line, first unrecognized character is `"'
  492. /tmp/main-990e1b.s:89: Error: junk at end of line, first unrecognized character is `"'
  493. /tmp/main-990e1b.s:90: Error: junk at end of line, first unrecognized character is `"'
  494. /tmp/main-990e1b.s:91: Error: junk at end of line, first unrecognized character is `"'
  495. /tmp/main-990e1b.s:92: Error: junk at end of line, first unrecognized character is `"'
  496. /tmp/main-990e1b.s:93: Error: junk at end of line, first unrecognized character is `"'
  497. /tmp/main-990e1b.s:94: Error: junk at end of line, first unrecognized character is `"'
  498. /tmp/main-990e1b.s:95: Error: junk at end of line, first unrecognized character is `"'
  499. /tmp/main-990e1b.s:96: Error: junk at end of line, first unrecognized character is `"'
  500. /tmp/main-990e1b.s:97: Error: junk at end of line, first unrecognized character is `"'
  501. /tmp/main-990e1b.s:98: Error: junk at end of line, first unrecognized character is `"'
  502. /tmp/main-990e1b.s:99: Error: junk at end of line, first unrecognized character is `"'
  503. /tmp/main-990e1b.s:100: Error: junk at end of line, first unrecognized character is `"'
  504. /tmp/main-990e1b.s:101: Error: junk at end of line, first unrecognized character is `"'
  505. /tmp/main-990e1b.s:102: Error: junk at end of line, first unrecognized character is `"'
  506. /tmp/main-990e1b.s:103: Error: junk at end of line, first unrecognized character is `"'
  507. /tmp/main-990e1b.s:104: Error: junk at end of line, first unrecognized character is `"'
  508. /tmp/main-990e1b.s:105: Error: junk at end of line, first unrecognized character is `"'
  509. /tmp/main-990e1b.s:106: Error: junk at end of line, first unrecognized character is `"'
  510. /tmp/main-990e1b.s:107: Error: junk at end of line, first unrecognized character is `"'
  511. /tmp/main-990e1b.s:108: Error: junk at end of line, first unrecognized character is `"'
  512. /tmp/main-990e1b.s:109: Error: junk at end of line, first unrecognized character is `"'
  513. /tmp/main-990e1b.s:110: Error: junk at end of line, first unrecognized character is `"'
  514. /tmp/main-990e1b.s:111: Error: junk at end of line, first unrecognized character is `"'
  515. /tmp/main-990e1b.s:112: Error: junk at end of line, first unrecognized character is `"'
  516. /tmp/main-990e1b.s:113: Error: junk at end of line, first unrecognized character is `"'
  517. /tmp/main-990e1b.s:114: Error: junk at end of line, first unrecognized character is `"'
  518. /tmp/main-990e1b.s:115: Error: junk at end of line, first unrecognized character is `"'
  519. /tmp/main-990e1b.s:116: Error: junk at end of line, first unrecognized character is `"'
  520. /tmp/main-990e1b.s:117: Error: junk at end of line, first unrecognized character is `"'
  521. /tmp/main-990e1b.s:118: Error: junk at end of line, first unrecognized character is `"'
  522. /tmp/main-990e1b.s:119: Error: junk at end of line, first unrecognized character is `"'
  523. /tmp/main-990e1b.s:120: Error: junk at end of line, first unrecognized character is `"'
  524. /tmp/main-990e1b.s:121: Error: junk at end of line, first unrecognized character is `"'
  525. /tmp/main-990e1b.s:122: Error: junk at end of line, first unrecognized character is `"'
  526. /tmp/main-990e1b.s:123: Error: junk at end of line, first unrecognized character is `"'
  527. /tmp/main-990e1b.s:124: Error: junk at end of line, first unrecognized character is `"'
  528. /tmp/main-990e1b.s:125: Error: junk at end of line, first unrecognized character is `"'
  529. /tmp/main-990e1b.s:126: Error: junk at end of line, first unrecognized character is `"'
  530. /tmp/main-990e1b.s:127: Error: junk at end of line, first unrecognized character is `"'
  531. /tmp/main-990e1b.s:128: Error: junk at end of line, first unrecognized character is `"'
  532. /tmp/main-990e1b.s:129: Error: junk at end of line, first unrecognized character is `"'
  533. /tmp/main-990e1b.s:130: Error: junk at end of line, first unrecognized character is `"'
  534. /tmp/main-990e1b.s:131: Error: junk at end of line, first unrecognized character is `"'
  535. /tmp/main-990e1b.s:132: Error: junk at end of line, first unrecognized character is `"'
  536. /tmp/main-990e1b.s:133: Error: junk at end of line, first unrecognized character is `"'
  537. /tmp/main-990e1b.s:134: Error: junk at end of line, first unrecognized character is `"'
  538. /tmp/main-990e1b.s:135: Error: junk at end of line, first unrecognized character is `"'
  539. /tmp/main-990e1b.s:136: Error: junk at end of line, first unrecognized character is `"'
  540. /tmp/main-990e1b.s:137: Error: junk at end of line, first unrecognized character is `"'
  541. /tmp/main-990e1b.s:138: Error: junk at end of line, first unrecognized character is `"'
  542. /tmp/main-990e1b.s:139: Error: junk at end of line, first unrecognized character is `"'
  543. /tmp/main-990e1b.s:140: Error: junk at end of line, first unrecognized character is `"'
  544. /tmp/main-990e1b.s:141: Error: junk at end of line, first unrecognized character is `"'
  545. /tmp/main-990e1b.s:142: Error: junk at end of line, first unrecognized character is `"'
  546. /tmp/main-990e1b.s:143: Error: junk at end of line, first unrecognized character is `"'
  547. /tmp/main-990e1b.s:144: Error: junk at end of line, first unrecognized character is `"'
  548. /tmp/main-990e1b.s:145: Error: junk at end of line, first unrecognized character is `"'
  549. /tmp/main-990e1b.s:146: Error: junk at end of line, first unrecognized character is `"'
  550. /tmp/main-990e1b.s:147: Error: junk at end of line, first unrecognized character is `"'
  551. /tmp/main-990e1b.s:148: Error: junk at end of line, first unrecognized character is `"'
  552. /tmp/main-990e1b.s:149: Error: junk at end of line, first unrecognized character is `"'
  553. /tmp/main-990e1b.s:150: Error: junk at end of line, first unrecognized character is `"'
  554. /tmp/main-990e1b.s:151: Error: junk at end of line, first unrecognized character is `"'
  555. /tmp/main-990e1b.s:152: Error: junk at end of line, first unrecognized character is `"'
  556. /tmp/main-990e1b.s:153: Error: junk at end of line, first unrecognized character is `"'
  557. /tmp/main-990e1b.s:154: Error: junk at end of line, first unrecognized character is `"'
  558. /tmp/main-990e1b.s:155: Error: junk at end of line, first unrecognized character is `"'
  559. /tmp/main-990e1b.s:156: Error: junk at end of line, first unrecognized character is `"'
  560. /tmp/main-990e1b.s:157: Error: junk at end of line, first unrecognized character is `"'
  561. /tmp/main-990e1b.s:158: Error: junk at end of line, first unrecognized character is `"'
  562. /tmp/main-990e1b.s:159: Error: junk at end of line, first unrecognized character is `"'
  563. /tmp/main-990e1b.s:160: Error: junk at end of line, first unrecognized character is `"'
  564. /tmp/main-990e1b.s:161: Error: junk at end of line, first unrecognized character is `"'
  565. /tmp/main-990e1b.s:162: Error: junk at end of line, first unrecognized character is `"'
  566. /tmp/main-990e1b.s:163: Error: junk at end of line, first unrecognized character is `"'
  567. /tmp/main-990e1b.s:164: Error: junk at end of line, first unrecognized character is `"'
  568. /tmp/main-990e1b.s:165: Error: junk at end of line, first unrecognized character is `"'
  569. /tmp/main-990e1b.s:166: Error: junk at end of line, first unrecognized character is `"'
  570. /tmp/main-990e1b.s:167: Error: junk at end of line, first unrecognized character is `"'
  571. /tmp/main-990e1b.s:168: Error: junk at end of line, first unrecognized character is `"'
  572. /tmp/main-990e1b.s:169: Error: junk at end of line, first unrecognized character is `"'
  573. /tmp/main-990e1b.s:170: Error: junk at end of line, first unrecognized character is `"'
  574. /tmp/main-990e1b.s:171: Error: junk at end of line, first unrecognized character is `"'
  575. /tmp/main-990e1b.s:172: Error: junk at end of line, first unrecognized character is `"'
  576. /tmp/main-990e1b.s:173: Error: junk at end of line, first unrecognized character is `"'
  577. /tmp/main-990e1b.s:174: Error: junk at end of line, first unrecognized character is `"'
  578. /tmp/main-990e1b.s:175: Error: junk at end of line, first unrecognized character is `"'
  579. /tmp/main-990e1b.s:176: Error: junk at end of line, first unrecognized character is `"'
  580. /tmp/main-990e1b.s:177: Error: junk at end of line, first unrecognized character is `"'
  581. /tmp/main-990e1b.s:178: Error: junk at end of line, first unrecognized character is `"'
  582. /tmp/main-990e1b.s:179: Error: junk at end of line, first unrecognized character is `"'
  583. /tmp/main-990e1b.s:180: Error: junk at end of line, first unrecognized character is `"'
  584. /tmp/main-990e1b.s:181: Error: junk at end of line, first unrecognized character is `"'
  585. /tmp/main-990e1b.s:182: Error: junk at end of line, first unrecognized character is `"'
  586. /tmp/main-990e1b.s:183: Error: junk at end of line, first unrecognized character is `"'
  587. /tmp/main-990e1b.s:184: Error: junk at end of line, first unrecognized character is `"'
  588. /tmp/main-990e1b.s:185: Error: junk at end of line, first unrecognized character is `"'
  589. /tmp/main-990e1b.s:186: Error: junk at end of line, first unrecognized character is `"'
  590. /tmp/main-990e1b.s:187: Error: junk at end of line, first unrecognized character is `"'
  591. /tmp/main-990e1b.s:188: Error: junk at end of line, first unrecognized character is `"'
  592. /tmp/main-990e1b.s:189: Error: junk at end of line, first unrecognized character is `"'
  593. /tmp/main-990e1b.s:190: Error: junk at end of line, first unrecognized character is `"'
  594. /tmp/main-990e1b.s:191: Error: junk at end of line, first unrecognized character is `"'
  595. /tmp/main-990e1b.s:192: Error: junk at end of line, first unrecognized character is `"'
  596. /tmp/main-990e1b.s:193: Error: junk at end of line, first unrecognized character is `"'
  597. /tmp/main-990e1b.s:194: Error: junk at end of line, first unrecognized character is `"'
  598. /tmp/main-990e1b.s:195: Error: junk at end of line, first unrecognized character is `"'
  599. /tmp/main-990e1b.s:196: Error: junk at end of line, first unrecognized character is `"'
  600. /tmp/main-990e1b.s:197: Error: junk at end of line, first unrecognized character is `"'
  601. /tmp/main-990e1b.s:198: Error: junk at end of line, first unrecognized character is `"'
  602. /tmp/main-990e1b.s:199: Error: junk at end of line, first unrecognized character is `"'
  603. /tmp/main-990e1b.s:200: Error: junk at end of line, first unrecognized character is `"'
  604. /tmp/main-990e1b.s:206: Error: file number less than one
  605. /tmp/main-990e1b.s:206: Error: junk at end of line, first unrecognized character is `0'
  606. /tmp/main-990e1b.s:211: Error: file number less than one
  607. /tmp/main-990e1b.s:211: Error: junk at end of line, first unrecognized character is `1'
  608. /tmp/main-990e1b.s:214: Error: file number less than one
  609. /tmp/main-990e1b.s:214: Error: junk at end of line, first unrecognized character is `2'
  610. /tmp/main-990e1b.s:216: Error: file number less than one
  611. /tmp/main-990e1b.s:216: Error: junk at end of line, first unrecognized character is `1'
  612. /tmp/main-990e1b.s:218: Error: file number less than one
  613. /tmp/main-990e1b.s:218: Error: junk at end of line, first unrecognized character is `2'
  614. /tmp/main-990e1b.s:229: Error: file number less than one
  615. /tmp/main-990e1b.s:229: Error: junk at end of line, first unrecognized character is `0'
  616. /tmp/main-990e1b.s:235: Error: file number less than one
  617. /tmp/main-990e1b.s:235: Error: junk at end of line, first unrecognized character is `2'
  618. /tmp/main-990e1b.s:238: Error: file number less than one
  619. /tmp/main-990e1b.s:238: Error: junk at end of line, first unrecognized character is `1'
  620. /tmp/main-990e1b.s:242: Error: file number less than one
  621. /tmp/main-990e1b.s:242: Error: junk at end of line, first unrecognized character is `2'
  622. /tmp/main-990e1b.s:253: Error: file number less than one
  623. /tmp/main-990e1b.s:253: Error: junk at end of line, first unrecognized character is `0'
  624. /tmp/main-990e1b.s:257: Error: file number less than one
  625. /tmp/main-990e1b.s:257: Error: junk at end of line, first unrecognized character is `1'
  626. /tmp/main-990e1b.s:260: Error: file number less than one
  627. /tmp/main-990e1b.s:260: Error: junk at end of line, first unrecognized character is `2'
  628. /tmp/main-990e1b.s:262: Error: file number less than one
  629. /tmp/main-990e1b.s:262: Error: junk at end of line, first unrecognized character is `1'
  630. /tmp/main-990e1b.s:264: Error: file number less than one
  631. /tmp/main-990e1b.s:264: Error: junk at end of line, first unrecognized character is `2'
  632. /tmp/main-990e1b.s:275: Error: file number less than one
  633. /tmp/main-990e1b.s:275: Error: junk at end of line, first unrecognized character is `0'
  634. /tmp/main-990e1b.s:290: Error: file number less than one
  635. /tmp/main-990e1b.s:290: Error: junk at end of line, first unrecognized character is `6'
  636. /tmp/main-990e1b.s:298: Error: file number less than one
  637. /tmp/main-990e1b.s:298: Error: junk at end of line, first unrecognized character is `6'
  638. /tmp/main-990e1b.s:303: Error: file number less than one
  639. /tmp/main-990e1b.s:303: Error: junk at end of line, first unrecognized character is `6'
  640. /tmp/main-990e1b.s:306: Error: file number less than one
  641. /tmp/main-990e1b.s:306: Error: junk at end of line, first unrecognized character is `6'
  642. /tmp/main-990e1b.s:312: Error: file number less than one
  643. /tmp/main-990e1b.s:312: Error: junk at end of line, first unrecognized character is `2'
  644. /tmp/main-990e1b.s:316: Error: file number less than one
  645. /tmp/main-990e1b.s:316: Error: junk at end of line, first unrecognized character is `2'
  646. /tmp/main-990e1b.s:325: Error: file number less than one
  647. /tmp/main-990e1b.s:325: Error: junk at end of line, first unrecognized character is `2'
  648. /tmp/main-990e1b.s:338: Error: file number less than one
  649. /tmp/main-990e1b.s:338: Error: junk at end of line, first unrecognized character is `1'
  650. /tmp/main-990e1b.s:346: Error: file number less than one
  651. /tmp/main-990e1b.s:346: Error: junk at end of line, first unrecognized character is `1'
  652. /tmp/main-990e1b.s:357: Error: file number less than one
  653. /tmp/main-990e1b.s:357: Error: junk at end of line, first unrecognized character is `0'
  654. /tmp/main-990e1b.s:369: Error: file number less than one
  655. /tmp/main-990e1b.s:369: Error: junk at end of line, first unrecognized character is `1'
  656. /tmp/main-990e1b.s:372: Error: file number less than one
  657. /tmp/main-990e1b.s:372: Error: junk at end of line, first unrecognized character is `1'
  658. /tmp/main-990e1b.s:376: Error: file number less than one
  659. /tmp/main-990e1b.s:376: Error: junk at end of line, first unrecognized character is `1'
  660. /tmp/main-990e1b.s:380: Error: file number less than one
  661. /tmp/main-990e1b.s:380: Error: junk at end of line, first unrecognized character is `1'
  662. /tmp/main-990e1b.s:388: Error: file number less than one
  663. /tmp/main-990e1b.s:388: Error: junk at end of line, first unrecognized character is `2'
  664. /tmp/main-990e1b.s:401: Error: file number less than one
  665. /tmp/main-990e1b.s:401: Error: junk at end of line, first unrecognized character is `0'
  666. /tmp/main-990e1b.s:413: Error: file number less than one
  667. /tmp/main-990e1b.s:413: Error: junk at end of line, first unrecognized character is `2'
  668. /tmp/main-990e1b.s:416: Error: file number less than one
  669. /tmp/main-990e1b.s:416: Error: junk at end of line, first unrecognized character is `1'
  670. /tmp/main-990e1b.s:420: Error: file number less than one
  671. /tmp/main-990e1b.s:420: Error: junk at end of line, first unrecognized character is `2'
  672. /tmp/main-990e1b.s:424: Error: file number less than one
  673. /tmp/main-990e1b.s:424: Error: junk at end of line, first unrecognized character is `1'
  674. /tmp/main-990e1b.s:432: Error: file number less than one
  675. /tmp/main-990e1b.s:432: Error: junk at end of line, first unrecognized character is `2'
  676. /tmp/main-990e1b.s:446: Error: file number less than one
  677. /tmp/main-990e1b.s:446: Error: junk at end of line, first unrecognized character is `0'
  678. /tmp/main-990e1b.s:459: Error: file number less than one
  679. /tmp/main-990e1b.s:459: Error: junk at end of line, first unrecognized character is `2'
  680. /tmp/main-990e1b.s:471: Error: file number less than one
  681. /tmp/main-990e1b.s:471: Error: junk at end of line, first unrecognized character is `1'
  682. /tmp/main-990e1b.s:483: Error: file number less than one
  683. /tmp/main-990e1b.s:483: Error: junk at end of line, first unrecognized character is `0'
  684. /tmp/main-990e1b.s:511: Error: file number less than one
  685. /tmp/main-990e1b.s:511: Error: junk at end of line, first unrecognized character is `2'
  686. /tmp/main-990e1b.s:525: Error: file number less than one
  687. /tmp/main-990e1b.s:525: Error: junk at end of line, first unrecognized character is `2'
  688. /tmp/main-990e1b.s:547: Error: file number less than one
  689. /tmp/main-990e1b.s:547: Error: junk at end of line, first unrecognized character is `1'
  690. /tmp/main-990e1b.s:549: Error: file number less than one
  691. /tmp/main-990e1b.s:549: Error: junk at end of line, first unrecognized character is `1'
  692. /tmp/main-990e1b.s:556: Error: file number less than one
  693. /tmp/main-990e1b.s:556: Error: junk at end of line, first unrecognized character is `3'
  694. /tmp/main-990e1b.s:558: Error: file number less than one
  695. /tmp/main-990e1b.s:558: Error: junk at end of line, first unrecognized character is `2'
  696. /tmp/main-990e1b.s:562: Error: file number less than one
  697. /tmp/main-990e1b.s:562: Error: junk at end of line, first unrecognized character is `4'
  698. /tmp/main-990e1b.s:569: Error: file number less than one
  699. /tmp/main-990e1b.s:569: Error: junk at end of line, first unrecognized character is `8'
  700. /tmp/main-990e1b.s:574: Error: file number less than one
  701. /tmp/main-990e1b.s:574: Error: junk at end of line, first unrecognized character is `3'
  702. /tmp/main-990e1b.s:581: Error: file number less than one
  703. /tmp/main-990e1b.s:581: Error: junk at end of line, first unrecognized character is `1'
  704. /tmp/main-990e1b.s:583: Error: file number less than one
  705. /tmp/main-990e1b.s:583: Error: junk at end of line, first unrecognized character is `8'
  706. /tmp/main-990e1b.s:587: Error: file number less than one
  707. /tmp/main-990e1b.s:587: Error: junk at end of line, first unrecognized character is `7'
  708. /tmp/main-990e1b.s:594: Error: file number less than one
  709. /tmp/main-990e1b.s:594: Error: junk at end of line, first unrecognized character is `1'
  710. /tmp/main-990e1b.s:596: Error: file number less than one
  711. /tmp/main-990e1b.s:596: Error: junk at end of line, first unrecognized character is `8'
  712. /tmp/main-990e1b.s:600: Error: file number less than one
  713. /tmp/main-990e1b.s:600: Error: junk at end of line, first unrecognized character is `8'
  714. /tmp/main-990e1b.s:607: Error: file number less than one
  715. /tmp/main-990e1b.s:607: Error: junk at end of line, first unrecognized character is `4'
  716. /tmp/main-990e1b.s:611: Error: file number less than one
  717. /tmp/main-990e1b.s:611: Error: junk at end of line, first unrecognized character is `2'
  718. /tmp/main-990e1b.s:620: Error: file number less than one
  719. /tmp/main-990e1b.s:620: Error: junk at end of line, first unrecognized character is `5'
  720. /tmp/main-990e1b.s:625: Error: file number less than one
  721. /tmp/main-990e1b.s:625: Error: junk at end of line, first unrecognized character is `5'
  722. /tmp/main-990e1b.s:629: Error: file number less than one
  723. /tmp/main-990e1b.s:629: Error: junk at end of line, first unrecognized character is `2'
  724. /tmp/main-990e1b.s:641: Error: junk at end of line, first unrecognized character is `"'
  725. /tmp/main-990e1b.s:648: Error: file number less than one
  726. /tmp/main-990e1b.s:648: Error: junk at end of line, first unrecognized character is `0'
  727. /tmp/main-990e1b.s:661: Error: file number less than one
  728. /tmp/main-990e1b.s:661: Error: junk at end of line, first unrecognized character is `6'
  729. /tmp/main-990e1b.s:665: Error: file number less than one
  730. /tmp/main-990e1b.s:665: Error: junk at end of line, first unrecognized character is `6'
  731. /tmp/main-990e1b.s:668: Error: file number less than one
  732. /tmp/main-990e1b.s:668: Error: junk at end of line, first unrecognized character is `2'
  733. /tmp/main-990e1b.s:678: Error: file number less than one
  734. /tmp/main-990e1b.s:678: Error: junk at end of line, first unrecognized character is `2'
  735. /tmp/main-990e1b.s:691: Error: file number less than one
  736. /tmp/main-990e1b.s:691: Error: junk at end of line, first unrecognized character is `2'
  737. /tmp/main-990e1b.s:694: Error: file number less than one
  738. /tmp/main-990e1b.s:694: Error: junk at end of line, first unrecognized character is `7'
  739. /tmp/main-990e1b.s:698: Error: file number less than one
  740. /tmp/main-990e1b.s:698: Error: junk at end of line, first unrecognized character is `1'
  741. /tmp/main-990e1b.s:712: Error: file number less than one
  742. /tmp/main-990e1b.s:712: Error: junk at end of line, first unrecognized character is `0'
  743. /tmp/main-990e1b.s:715: Error: file number less than one
  744. /tmp/main-990e1b.s:715: Error: junk at end of line, first unrecognized character is `5'
  745. /tmp/main-990e1b.s:727: Error: file number less than one
  746. /tmp/main-990e1b.s:727: Error: junk at end of line, first unrecognized character is `0'
  747. /tmp/main-990e1b.s:730: Error: file number less than one
  748. /tmp/main-990e1b.s:730: Error: junk at end of line, first unrecognized character is `1'
  749. /tmp/main-990e1b.s:742: Error: file number less than one
  750. /tmp/main-990e1b.s:742: Error: junk at end of line, first unrecognized character is `0'
  751. /tmp/main-990e1b.s:745: Error: file number less than one
  752. /tmp/main-990e1b.s:745: Error: junk at end of line, first unrecognized character is `1'
  753. /tmp/main-990e1b.s:757: Error: file number less than one
  754. /tmp/main-990e1b.s:757: Error: junk at end of line, first unrecognized character is `0'
  755. /tmp/main-990e1b.s:760: Error: file number less than one
  756. /tmp/main-990e1b.s:760: Error: junk at end of line, first unrecognized character is `4'
  757. /tmp/main-990e1b.s:772: Error: file number less than one
  758. /tmp/main-990e1b.s:772: Error: junk at end of line, first unrecognized character is `0'
  759. /tmp/main-990e1b.s:791: Error: file number less than one
  760. /tmp/main-990e1b.s:791: Error: junk at end of line, first unrecognized character is `2'
  761. /tmp/main-990e1b.s:796: Error: file number less than one
  762. /tmp/main-990e1b.s:796: Error: junk at end of line, first unrecognized character is `8'
  763. /tmp/main-990e1b.s:800: Error: file number less than one
  764. /tmp/main-990e1b.s:800: Error: junk at end of line, first unrecognized character is `2'
  765. /tmp/main-990e1b.s:803: Error: file number less than one
  766. /tmp/main-990e1b.s:803: Error: junk at end of line, first unrecognized character is `2'
  767. /tmp/main-990e1b.s:806: Error: file number less than one
  768. /tmp/main-990e1b.s:806: Error: junk at end of line, first unrecognized character is `2'
  769. /tmp/main-990e1b.s:809: Error: junk at end of line, first unrecognized character is `"'
  770. /tmp/main-990e1b.s:815: Error: file number less than one
  771. /tmp/main-990e1b.s:815: Error: junk at end of line, first unrecognized character is `2'
  772. /tmp/main-990e1b.s:819: Error: file number less than one
  773. /tmp/main-990e1b.s:819: Error: junk at end of line, first unrecognized character is `2'
  774. /tmp/main-990e1b.s:822: Error: file number less than one
  775. /tmp/main-990e1b.s:822: Error: junk at end of line, first unrecognized character is `2'
  776. /tmp/main-990e1b.s:830: Error: file number less than one
  777. /tmp/main-990e1b.s:830: Error: junk at end of line, first unrecognized character is `2'
  778. /tmp/main-990e1b.s:838: Error: junk at end of line, first unrecognized character is `"'
  779. /tmp/main-990e1b.s:842: Error: file number less than one
  780. /tmp/main-990e1b.s:842: Error: junk at end of line, first unrecognized character is `2'
  781. /tmp/main-990e1b.s:851: Error: file number less than one
  782. /tmp/main-990e1b.s:851: Error: junk at end of line, first unrecognized character is `2'
  783. /tmp/main-990e1b.s:854: Error: file number less than one
  784. /tmp/main-990e1b.s:854: Error: junk at end of line, first unrecognized character is `2'
  785. /tmp/main-990e1b.s:857: Error: file number less than one
  786. /tmp/main-990e1b.s:857: Error: junk at end of line, first unrecognized character is `2'
  787. /tmp/main-990e1b.s:860: Error: file number less than one
  788. /tmp/main-990e1b.s:860: Error: junk at end of line, first unrecognized character is `2'
  789. /tmp/main-990e1b.s:863: Error: file number less than one
  790. /tmp/main-990e1b.s:863: Error: junk at end of line, first unrecognized character is `2'
  791. /tmp/main-990e1b.s:866: Error: file number less than one
  792. /tmp/main-990e1b.s:866: Error: junk at end of line, first unrecognized character is `2'
  793. /tmp/main-990e1b.s:870: Error: file number less than one
  794. /tmp/main-990e1b.s:870: Error: junk at end of line, first unrecognized character is `2'
  795. /tmp/main-990e1b.s:873: Error: file number less than one
  796. /tmp/main-990e1b.s:873: Error: junk at end of line, first unrecognized character is `2'
  797. /tmp/main-990e1b.s:880: Error: file number less than one
  798. /tmp/main-990e1b.s:880: Error: junk at end of line, first unrecognized character is `2'
  799. /tmp/main-990e1b.s:883: Error: file number less than one
  800. /tmp/main-990e1b.s:883: Error: junk at end of line, first unrecognized character is `2'
  801. /tmp/main-990e1b.s:886: Error: file number less than one
  802. /tmp/main-990e1b.s:886: Error: junk at end of line, first unrecognized character is `2'
  803. /tmp/main-990e1b.s:893: Error: file number less than one
  804. /tmp/main-990e1b.s:893: Error: junk at end of line, first unrecognized character is `7'
  805. /tmp/main-990e1b.s:895: Error: file number less than one
  806. /tmp/main-990e1b.s:895: Error: junk at end of line, first unrecognized character is `2'
  807. /tmp/main-990e1b.s:898: Error: file number less than one
  808. /tmp/main-990e1b.s:898: Error: junk at end of line, first unrecognized character is `1'
  809. /tmp/main-990e1b.s:903: Error: file number less than one
  810. /tmp/main-990e1b.s:903: Error: junk at end of line, first unrecognized character is `2'
  811. /tmp/main-990e1b.s:905: Error: file number less than one
  812. /tmp/main-990e1b.s:905: Error: junk at end of line, first unrecognized character is `7'
  813. /tmp/main-990e1b.s:907: Error: file number less than one
  814. /tmp/main-990e1b.s:907: Error: junk at end of line, first unrecognized character is `1'
  815. /tmp/main-990e1b.s:915: Error: file number less than one
  816. /tmp/main-990e1b.s:915: Error: junk at end of line, first unrecognized character is `6'
  817. /tmp/main-990e1b.s:920: Error: file number less than one
  818. /tmp/main-990e1b.s:920: Error: junk at end of line, first unrecognized character is `0'
  819. /tmp/main-990e1b.s:925: Error: file number less than one
  820. /tmp/main-990e1b.s:925: Error: junk at end of line, first unrecognized character is `6'
  821. /tmp/main-990e1b.s:931: Error: file number less than one
  822. /tmp/main-990e1b.s:931: Error: junk at end of line, first unrecognized character is `3'
  823. /tmp/main-990e1b.s:944: Error: file number less than one
  824. /tmp/main-990e1b.s:944: Error: junk at end of line, first unrecognized character is `2'
  825. /tmp/main-990e1b.s:948: Error: file number less than one
  826. /tmp/main-990e1b.s:948: Error: junk at end of line, first unrecognized character is `2'
  827. /tmp/main-990e1b.s:951: Error: file number less than one
  828. /tmp/main-990e1b.s:951: Error: junk at end of line, first unrecognized character is `2'
  829. /tmp/main-990e1b.s:954: Error: file number less than one
  830. /tmp/main-990e1b.s:954: Error: junk at end of line, first unrecognized character is `2'
  831. /tmp/main-990e1b.s:957: Error: file number less than one
  832. /tmp/main-990e1b.s:957: Error: junk at end of line, first unrecognized character is `2'
  833. /tmp/main-990e1b.s:960: Error: file number less than one
  834. /tmp/main-990e1b.s:960: Error: junk at end of line, first unrecognized character is `2'
  835. /tmp/main-990e1b.s:965: Error: junk at end of line, first unrecognized character is `"'
  836. /tmp/main-990e1b.s:972: Error: junk at end of line, first unrecognized character is `"'
  837. /tmp/main-990e1b.s:978: Error: file number less than one
  838. /tmp/main-990e1b.s:978: Error: junk at end of line, first unrecognized character is `2'
  839. /tmp/main-990e1b.s:993: Error: file number less than one
  840. /tmp/main-990e1b.s:993: Error: junk at end of line, first unrecognized character is `6'
  841. /tmp/main-990e1b.s:997: Error: file number less than one
  842. /tmp/main-990e1b.s:997: Error: junk at end of line, first unrecognized character is `2'
  843. /tmp/main-990e1b.s:1000: Error: file number less than one
  844. /tmp/main-990e1b.s:1000: Error: junk at end of line, first unrecognized character is `2'
  845. /tmp/main-990e1b.s:1003: Error: file number less than one
  846. /tmp/main-990e1b.s:1003: Error: junk at end of line, first unrecognized character is `2'
  847. /tmp/main-990e1b.s:1006: Error: file number less than one
  848. /tmp/main-990e1b.s:1006: Error: junk at end of line, first unrecognized character is `2'
  849. /tmp/main-990e1b.s:1009: Error: file number less than one
  850. /tmp/main-990e1b.s:1009: Error: junk at end of line, first unrecognized character is `2'
  851. /tmp/main-990e1b.s:1012: Error: file number less than one
  852. /tmp/main-990e1b.s:1012: Error: junk at end of line, first unrecognized character is `2'
  853. /tmp/main-990e1b.s:1015: Error: file number less than one
  854. /tmp/main-990e1b.s:1015: Error: junk at end of line, first unrecognized character is `2'
  855. /tmp/main-990e1b.s:1018: Error: file number less than one
  856. /tmp/main-990e1b.s:1018: Error: junk at end of line, first unrecognized character is `2'
  857. /tmp/main-990e1b.s:1021: Error: file number less than one
  858. /tmp/main-990e1b.s:1021: Error: junk at end of line, first unrecognized character is `2'
  859. /tmp/main-990e1b.s:1024: Error: file number less than one
  860. /tmp/main-990e1b.s:1024: Error: junk at end of line, first unrecognized character is `2'
  861. /tmp/main-990e1b.s:1027: Error: file number less than one
  862. /tmp/main-990e1b.s:1027: Error: junk at end of line, first unrecognized character is `2'
  863. /tmp/main-990e1b.s:1030: Error: file number less than one
  864. /tmp/main-990e1b.s:1030: Error: junk at end of line, first unrecognized character is `2'
  865. /tmp/main-990e1b.s:1033: Error: file number less than one
  866. /tmp/main-990e1b.s:1033: Error: junk at end of line, first unrecognized character is `2'
  867. /tmp/main-990e1b.s:1037: Error: file number less than one
  868. /tmp/main-990e1b.s:1037: Error: junk at end of line, first unrecognized character is `3'
  869. /tmp/main-990e1b.s:1042: Error: file number less than one
  870. /tmp/main-990e1b.s:1042: Error: junk at end of line, first unrecognized character is `2'
  871. /tmp/main-990e1b.s:1047: Error: file number less than one
  872. /tmp/main-990e1b.s:1047: Error: junk at end of line, first unrecognized character is `2'
  873. /tmp/main-990e1b.s:1051: Error: junk at end of line, first unrecognized character is `"'
  874. /tmp/main-990e1b.s:1085: Error: file number less than one
  875. /tmp/main-990e1b.s:1085: Error: junk at end of line, first unrecognized character is `2'
  876. /tmp/main-990e1b.s:1088: Error: file number less than one
  877. /tmp/main-990e1b.s:1088: Error: junk at end of line, first unrecognized character is `2'
  878. /tmp/main-990e1b.s:1091: Error: file number less than one
  879. /tmp/main-990e1b.s:1091: Error: junk at end of line, first unrecognized character is `2'
  880. /tmp/main-990e1b.s:1094: Error: file number less than one
  881. /tmp/main-990e1b.s:1094: Error: junk at end of line, first unrecognized character is `2'
  882. /tmp/main-990e1b.s:1097: Error: file number less than one
  883. /tmp/main-990e1b.s:1097: Error: junk at end of line, first unrecognized character is `2'
  884. /tmp/main-990e1b.s:1111: Error: file number less than one
  885. /tmp/main-990e1b.s:1111: Error: junk at end of line, first unrecognized character is `2'
  886. /tmp/main-990e1b.s:1116: Error: file number less than one
  887. /tmp/main-990e1b.s:1116: Error: junk at end of line, first unrecognized character is `2'
  888. /tmp/main-990e1b.s:1124: Error: file number less than one
  889. /tmp/main-990e1b.s:1124: Error: junk at end of line, first unrecognized character is `2'
  890. /tmp/main-990e1b.s:1127: Error: file number less than one
  891. /tmp/main-990e1b.s:1127: Error: junk at end of line, first unrecognized character is `2'
  892. /tmp/main-990e1b.s:1130: Error: file number less than one
  893. /tmp/main-990e1b.s:1130: Error: junk at end of line, first unrecognized character is `6'
  894. /tmp/main-990e1b.s:1134: Error: file number less than one
  895. /tmp/main-990e1b.s:1134: Error: junk at end of line, first unrecognized character is `6'
  896. /tmp/main-990e1b.s:1139: Error: file number less than one
  897. /tmp/main-990e1b.s:1139: Error: junk at end of line, first unrecognized character is `2'
  898. /tmp/main-990e1b.s:1142: Error: file number less than one
  899. /tmp/main-990e1b.s:1142: Error: junk at end of line, first unrecognized character is `6'
  900. /tmp/main-990e1b.s:1146: Error: file number less than one
  901. /tmp/main-990e1b.s:1146: Error: junk at end of line, first unrecognized character is `1'
  902. /tmp/main-990e1b.s:1149: Error: file number less than one
  903. /tmp/main-990e1b.s:1149: Error: junk at end of line, first unrecognized character is `1'
  904. /tmp/main-990e1b.s:1152: Error: file number less than one
  905. /tmp/main-990e1b.s:1152: Error: junk at end of line, first unrecognized character is `1'
  906. /tmp/main-990e1b.s:1155: Error: file number less than one
  907. /tmp/main-990e1b.s:1155: Error: junk at end of line, first unrecognized character is `6'
  908. /tmp/main-990e1b.s:1158: Error: file number less than one
  909. /tmp/main-990e1b.s:1158: Error: junk at end of line, first unrecognized character is `5'
  910. /tmp/main-990e1b.s:1161: Error: file number less than one
  911. /tmp/main-990e1b.s:1161: Error: junk at end of line, first unrecognized character is `6'
  912. /tmp/main-990e1b.s:1166: Error: file number less than one
  913. /tmp/main-990e1b.s:1166: Error: junk at end of line, first unrecognized character is `5'
  914. /tmp/main-990e1b.s:1168: Error: file number less than one
  915. /tmp/main-990e1b.s:1168: Error: junk at end of line, first unrecognized character is `6'
  916. /tmp/main-990e1b.s:1175: Error: file number less than one
  917. /tmp/main-990e1b.s:1175: Error: junk at end of line, first unrecognized character is `6'
  918. /tmp/main-990e1b.s:1180: Error: file number less than one
  919. /tmp/main-990e1b.s:1180: Error: junk at end of line, first unrecognized character is `3'
  920. /tmp/main-990e1b.s:1185: Error: file number less than one
  921. /tmp/main-990e1b.s:1185: Error: junk at end of line, first unrecognized character is `1'
  922. /tmp/main-990e1b.s:1189: Error: file number less than one
  923. /tmp/main-990e1b.s:1189: Error: junk at end of line, first unrecognized character is `2'
  924. /tmp/main-990e1b.s:1192: Error: file number less than one
  925. /tmp/main-990e1b.s:1192: Error: junk at end of line, first unrecognized character is `2'
  926. /tmp/main-990e1b.s:1195: Error: file number less than one
  927. /tmp/main-990e1b.s:1195: Error: junk at end of line, first unrecognized character is `2'
  928. /tmp/main-990e1b.s:1198: Error: file number less than one
  929. /tmp/main-990e1b.s:1198: Error: junk at end of line, first unrecognized character is `6'
  930. /tmp/main-990e1b.s:1202: Error: file number less than one
  931. /tmp/main-990e1b.s:1202: Error: junk at end of line, first unrecognized character is `6'
  932. /tmp/main-990e1b.s:1206: Error: file number less than one
  933. /tmp/main-990e1b.s:1206: Error: junk at end of line, first unrecognized character is `3'
  934. /tmp/main-990e1b.s:1210: Error: file number less than one
  935. /tmp/main-990e1b.s:1210: Error: junk at end of line, first unrecognized character is `2'
  936. /tmp/main-990e1b.s:1213: Error: file number less than one
  937. /tmp/main-990e1b.s:1213: Error: junk at end of line, first unrecognized character is `2'
  938. /tmp/main-990e1b.s:1216: Error: file number less than one
  939. /tmp/main-990e1b.s:1216: Error: junk at end of line, first unrecognized character is `2'
  940. /tmp/main-990e1b.s:1219: Error: file number less than one
  941. /tmp/main-990e1b.s:1219: Error: junk at end of line, first unrecognized character is `2'
  942. /tmp/main-990e1b.s:1222: Error: file number less than one
  943. /tmp/main-990e1b.s:1222: Error: junk at end of line, first unrecognized character is `2'
  944. /tmp/main-990e1b.s:1225: Error: file number less than one
  945. /tmp/main-990e1b.s:1225: Error: junk at end of line, first unrecognized character is `2'
  946. /tmp/main-990e1b.s:1228: Error: file number less than one
  947. /tmp/main-990e1b.s:1228: Error: junk at end of line, first unrecognized character is `2'
  948. /tmp/main-990e1b.s:1231: Error: file number less than one
  949. /tmp/main-990e1b.s:1231: Error: junk at end of line, first unrecognized character is `2'
  950. /tmp/main-990e1b.s:1234: Error: file number less than one
  951. /tmp/main-990e1b.s:1234: Error: junk at end of line, first unrecognized character is `2'
  952. /tmp/main-990e1b.s:1237: Error: file number less than one
  953. /tmp/main-990e1b.s:1237: Error: junk at end of line, first unrecognized character is `2'
  954. /tmp/main-990e1b.s:1240: Error: file number less than one
  955. /tmp/main-990e1b.s:1240: Error: junk at end of line, first unrecognized character is `2'
  956. /tmp/main-990e1b.s:1243: Error: file number less than one
  957. /tmp/main-990e1b.s:1243: Error: junk at end of line, first unrecognized character is `2'
  958. /tmp/main-990e1b.s:1246: Error: file number less than one
  959. /tmp/main-990e1b.s:1246: Error: junk at end of line, first unrecognized character is `2'
  960. /tmp/main-990e1b.s:1249: Error: file number less than one
  961. /tmp/main-990e1b.s:1249: Error: junk at end of line, first unrecognized character is `2'
  962. /tmp/main-990e1b.s:1252: Error: file number less than one
  963. /tmp/main-990e1b.s:1252: Error: junk at end of line, first unrecognized character is `2'
  964. /tmp/main-990e1b.s:1255: Error: file number less than one
  965. /tmp/main-990e1b.s:1255: Error: junk at end of line, first unrecognized character is `2'
  966. /tmp/main-990e1b.s:1258: Error: file number less than one
  967. /tmp/main-990e1b.s:1258: Error: junk at end of line, first unrecognized character is `2'
  968. /tmp/main-990e1b.s:1261: Error: file number less than one
  969. /tmp/main-990e1b.s:1261: Error: junk at end of line, first unrecognized character is `2'
  970. /tmp/main-990e1b.s:1264: Error: file number less than one
  971. /tmp/main-990e1b.s:1264: Error: junk at end of line, first unrecognized character is `2'
  972. /tmp/main-990e1b.s:1267: Error: file number less than one
  973. /tmp/main-990e1b.s:1267: Error: junk at end of line, first unrecognized character is `2'
  974. /tmp/main-990e1b.s:1270: Error: file number less than one
  975. /tmp/main-990e1b.s:1270: Error: junk at end of line, first unrecognized character is `2'
  976. /tmp/main-990e1b.s:1273: Error: file number less than one
  977. /tmp/main-990e1b.s:1273: Error: junk at end of line, first unrecognized character is `2'
  978. /tmp/main-990e1b.s:1276: Error: file number less than one
  979. /tmp/main-990e1b.s:1276: Error: junk at end of line, first unrecognized character is `2'
  980. /tmp/main-990e1b.s:1279: Error: file number less than one
  981. /tmp/main-990e1b.s:1279: Error: junk at end of line, first unrecognized character is `2'
  982. /tmp/main-990e1b.s:1284: Error: junk at end of line, first unrecognized character is `"'
  983. /tmp/main-990e1b.s:1289: Error: file number less than one
  984. /tmp/main-990e1b.s:1289: Error: junk at end of line, first unrecognized character is `2'
  985. /tmp/main-990e1b.s:1292: Error: file number less than one
  986. /tmp/main-990e1b.s:1292: Error: junk at end of line, first unrecognized character is `2'
  987. /tmp/main-990e1b.s:1300: Error: file number less than one
  988. /tmp/main-990e1b.s:1300: Error: junk at end of line, first unrecognized character is `1'
  989. /tmp/main-990e1b.s:1308: Error: file number less than one
  990. /tmp/main-990e1b.s:1308: Error: junk at end of line, first unrecognized character is `6'
  991. /tmp/main-990e1b.s:1325: Error: file number less than one
  992. /tmp/main-990e1b.s:1325: Error: junk at end of line, first unrecognized character is `2'
  993. /tmp/main-990e1b.s:1337: Error: file number less than one
  994. /tmp/main-990e1b.s:1337: Error: junk at end of line, first unrecognized character is `9'
  995. /tmp/main-990e1b.s:1339: Error: file number less than one
  996. /tmp/main-990e1b.s:1339: Error: junk at end of line, first unrecognized character is `3'
  997. /tmp/main-990e1b.s:1342: Error: file number less than one
  998. /tmp/main-990e1b.s:1342: Error: junk at end of line, first unrecognized character is `9'
  999. /tmp/main-990e1b.s:1344: Error: file number less than one
  1000. /tmp/main-990e1b.s:1344: Error: junk at end of line, first unrecognized character is `3'
  1001. /tmp/main-990e1b.s:1350: Error: file number less than one
  1002. /tmp/main-990e1b.s:1350: Error: junk at end of line, first unrecognized character is `3'
  1003. /tmp/main-990e1b.s:1356: Error: junk at end of line, first unrecognized character is `"'
  1004. /tmp/main-990e1b.s:1357: Error: junk at end of line, first unrecognized character is `"'
  1005. /tmp/main-990e1b.s:1358: Error: junk at end of line, first unrecognized character is `"'
  1006. /tmp/main-990e1b.s:1359: Error: junk at end of line, first unrecognized character is `"'
  1007. /tmp/main-990e1b.s:1360: Error: junk at end of line, first unrecognized character is `"'
  1008. /tmp/main-990e1b.s:1361: Error: junk at end of line, first unrecognized character is `"'
  1009. /tmp/main-990e1b.s:1362: Error: junk at end of line, first unrecognized character is `"'
  1010. /tmp/main-990e1b.s:1363: Error: junk at end of line, first unrecognized character is `"'
  1011. /tmp/main-990e1b.s:1364: Error: junk at end of line, first unrecognized character is `"'
  1012. /tmp/main-990e1b.s:1365: Error: junk at end of line, first unrecognized character is `"'
  1013. /tmp/main-990e1b.s:1366: Error: junk at end of line, first unrecognized character is `"'
  1014. /tmp/main-990e1b.s:1367: Error: junk at end of line, first unrecognized character is `"'
  1015. /tmp/main-990e1b.s:1368: Error: junk at end of line, first unrecognized character is `"'
  1016. /tmp/main-990e1b.s:1369: Error: junk at end of line, first unrecognized character is `"'
  1017. /tmp/main-990e1b.s:1370: Error: junk at end of line, first unrecognized character is `"'
  1018. /tmp/main-990e1b.s:1371: Error: junk at end of line, first unrecognized character is `"'
  1019. /tmp/main-990e1b.s:1372: Error: junk at end of line, first unrecognized character is `"'
  1020. /tmp/main-990e1b.s:1373: Error: junk at end of line, first unrecognized character is `"'
  1021. /tmp/main-990e1b.s:1374: Error: junk at end of line, first unrecognized character is `"'
  1022. /tmp/main-990e1b.s:1375: Error: junk at end of line, first unrecognized character is `"'
  1023. /tmp/main-990e1b.s:1376: Error: junk at end of line, first unrecognized character is `"'
  1024. /tmp/main-990e1b.s:1377: Error: junk at end of line, first unrecognized character is `"'
  1025. /tmp/main-990e1b.s:1378: Error: junk at end of line, first unrecognized character is `"'
  1026. /tmp/main-990e1b.s:1379: Error: junk at end of line, first unrecognized character is `"'
  1027. /tmp/main-990e1b.s:1380: Error: junk at end of line, first unrecognized character is `"'
  1028. /tmp/main-990e1b.s:1381: Error: junk at end of line, first unrecognized character is `"'
  1029. /tmp/main-990e1b.s:1382: Error: junk at end of line, first unrecognized character is `"'
  1030. /tmp/main-990e1b.s:1388: Error: file number less than one
  1031. /tmp/main-990e1b.s:1388: Error: junk at end of line, first unrecognized character is `0'
  1032. /tmp/main-990e1b.s:1410: Error: file number less than one
  1033. /tmp/main-990e1b.s:1410: Error: junk at end of line, first unrecognized character is `2'
  1034. /tmp/main-990e1b.s:1419: Error: file number less than one
  1035. /tmp/main-990e1b.s:1419: Error: junk at end of line, first unrecognized character is `4'
  1036. /tmp/main-990e1b.s:1442: Error: file number less than one
  1037. /tmp/main-990e1b.s:1442: Error: junk at end of line, first unrecognized character is `2'
  1038. /tmp/main-990e1b.s:1445: Error: file number less than one
  1039. /tmp/main-990e1b.s:1445: Error: junk at end of line, first unrecognized character is `2'
  1040. /tmp/main-990e1b.s:1453: Error: file number less than one
  1041. /tmp/main-990e1b.s:1453: Error: junk at end of line, first unrecognized character is `4'
  1042. /tmp/main-990e1b.s:1473: Error: file number less than one
  1043. /tmp/main-990e1b.s:1473: Error: junk at end of line, first unrecognized character is `2'
  1044. /tmp/main-990e1b.s:1476: Error: file number less than one
  1045. /tmp/main-990e1b.s:1476: Error: junk at end of line, first unrecognized character is `4'
  1046. /tmp/main-990e1b.s:1483: Error: file number less than one
  1047. /tmp/main-990e1b.s:1483: Error: junk at end of line, first unrecognized character is `6'
  1048. /tmp/main-990e1b.s:1505: Error: file number less than one
  1049. /tmp/main-990e1b.s:1505: Error: junk at end of line, first unrecognized character is `2'
  1050. /tmp/main-990e1b.s:1507: Error: file number less than one
  1051. /tmp/main-990e1b.s:1507: Error: junk at end of line, first unrecognized character is `9'
  1052. /tmp/main-990e1b.s:1509: Error: file number less than one
  1053. /tmp/main-990e1b.s:1509: Error: junk at end of line, first unrecognized character is `2'
  1054. /tmp/main-990e1b.s:1512: Error: file number less than one
  1055. /tmp/main-990e1b.s:1512: Error: junk at end of line, first unrecognized character is `2'
  1056. /tmp/main-990e1b.s:1514: Error: file number less than one
  1057. /tmp/main-990e1b.s:1514: Error: junk at end of line, first unrecognized character is `2'
  1058. /tmp/main-990e1b.s:1517: Error: file number less than one
  1059. /tmp/main-990e1b.s:1517: Error: junk at end of line, first unrecognized character is `2'
  1060. /tmp/main-990e1b.s:1522: Error: file number less than one
  1061. /tmp/main-990e1b.s:1522: Error: junk at end of line, first unrecognized character is `1'
  1062. /tmp/main-990e1b.s:1597: Error: file number less than one
  1063. /tmp/main-990e1b.s:1597: Error: junk at end of line, first unrecognized character is `0'
  1064. /tmp/main-990e1b.s:1628: Error: file number less than one
  1065. /tmp/main-990e1b.s:1628: Error: junk at end of line, first unrecognized character is `2'
  1066. /tmp/main-990e1b.s:1632: Error: file number less than one
  1067. /tmp/main-990e1b.s:1632: Error: junk at end of line, first unrecognized character is `6'
  1068. /tmp/main-990e1b.s:1636: Error: file number less than one
  1069. /tmp/main-990e1b.s:1636: Error: junk at end of line, first unrecognized character is `6'
  1070. /tmp/main-990e1b.s:1643: Error: file number less than one
  1071. /tmp/main-990e1b.s:1643: Error: junk at end of line, first unrecognized character is `6'
  1072. /tmp/main-990e1b.s:1648: Error: file number less than one
  1073. /tmp/main-990e1b.s:1648: Error: junk at end of line, first unrecognized character is `2'
  1074. /tmp/main-990e1b.s:1655: Error: file number less than one
  1075. /tmp/main-990e1b.s:1655: Error: junk at end of line, first unrecognized character is `3'
  1076. /tmp/main-990e1b.s:1669: Error: file number less than one
  1077. /tmp/main-990e1b.s:1669: Error: junk at end of line, first unrecognized character is `3'
  1078. /tmp/main-990e1b.s:1672: Error: file number less than one
  1079. /tmp/main-990e1b.s:1672: Error: junk at end of line, first unrecognized character is `3'
  1080. /tmp/main-990e1b.s:1680: Error: file number less than one
  1081. /tmp/main-990e1b.s:1680: Error: junk at end of line, first unrecognized character is `6'
  1082. /tmp/main-990e1b.s:1684: Error: file number less than one
  1083. /tmp/main-990e1b.s:1684: Error: junk at end of line, first unrecognized character is `6'
  1084. /tmp/main-990e1b.s:1691: Error: file number less than one
  1085. /tmp/main-990e1b.s:1691: Error: junk at end of line, first unrecognized character is `6'
  1086. /tmp/main-990e1b.s:1699: Error: file number less than one
  1087. /tmp/main-990e1b.s:1699: Error: junk at end of line, first unrecognized character is `1'
  1088. /tmp/main-990e1b.s:1704: Error: file number less than one
  1089. /tmp/main-990e1b.s:1704: Error: junk at end of line, first unrecognized character is `3'
  1090. /tmp/main-990e1b.s:1712: Error: file number less than one
  1091. /tmp/main-990e1b.s:1712: Error: junk at end of line, first unrecognized character is `3'
  1092. /tmp/main-990e1b.s:1728: Error: file number less than one
  1093. /tmp/main-990e1b.s:1728: Error: junk at end of line, first unrecognized character is `8'
  1094. /tmp/main-990e1b.s:1737: Error: file number less than one
  1095. /tmp/main-990e1b.s:1737: Error: junk at end of line, first unrecognized character is `1'
  1096. /tmp/main-990e1b.s:1739: Error: file number less than one
  1097. /tmp/main-990e1b.s:1739: Error: junk at end of line, first unrecognized character is `1'
  1098. /tmp/main-990e1b.s:1747: Error: file number less than one
  1099. /tmp/main-990e1b.s:1747: Error: junk at end of line, first unrecognized character is `9'
  1100. /tmp/main-990e1b.s:1753: Error: file number less than one
  1101. /tmp/main-990e1b.s:1753: Error: junk at end of line, first unrecognized character is `8'
  1102. /tmp/main-990e1b.s:1762: Error: file number less than one
  1103. /tmp/main-990e1b.s:1762: Error: junk at end of line, first unrecognized character is `1'
  1104. /tmp/main-990e1b.s:1765: Error: file number less than one
  1105. /tmp/main-990e1b.s:1765: Error: junk at end of line, first unrecognized character is `3'
  1106. /tmp/main-990e1b.s:1768: Error: file number less than one
  1107. /tmp/main-990e1b.s:1768: Error: junk at end of line, first unrecognized character is `1'
  1108. /tmp/main-990e1b.s:1778: Error: file number less than one
  1109. /tmp/main-990e1b.s:1778: Error: junk at end of line, first unrecognized character is `1'
  1110. /tmp/main-990e1b.s:1789: Error: file number less than one
  1111. /tmp/main-990e1b.s:1789: Error: junk at end of line, first unrecognized character is `1'
  1112. /tmp/main-990e1b.s:1805: Error: file number less than one
  1113. /tmp/main-990e1b.s:1805: Error: junk at end of line, first unrecognized character is `1'
  1114. /tmp/main-990e1b.s:1810: Error: file number less than one
  1115. /tmp/main-990e1b.s:1810: Error: junk at end of line, first unrecognized character is `3'
  1116. /tmp/main-990e1b.s:1818: Error: file number less than one
  1117. /tmp/main-990e1b.s:1818: Error: junk at end of line, first unrecognized character is `3'
  1118. /tmp/main-990e1b.s:1829: Error: file number less than one
  1119. /tmp/main-990e1b.s:1829: Error: junk at end of line, first unrecognized character is `8'
  1120. /tmp/main-990e1b.s:1838: Error: file number less than one
  1121. /tmp/main-990e1b.s:1838: Error: junk at end of line, first unrecognized character is `1'
  1122. /tmp/main-990e1b.s:1840: Error: file number less than one
  1123. /tmp/main-990e1b.s:1840: Error: junk at end of line, first unrecognized character is `1'
  1124. /tmp/main-990e1b.s:1849: Error: file number less than one
  1125. /tmp/main-990e1b.s:1849: Error: junk at end of line, first unrecognized character is `1'
  1126. /tmp/main-990e1b.s:1852: Error: file number less than one
  1127. /tmp/main-990e1b.s:1852: Error: junk at end of line, first unrecognized character is `3'
  1128. /tmp/main-990e1b.s:1855: Error: file number less than one
  1129. /tmp/main-990e1b.s:1855: Error: junk at end of line, first unrecognized character is `1'
  1130. /tmp/main-990e1b.s:1858: Error: file number less than one
  1131. /tmp/main-990e1b.s:1858: Error: junk at end of line, first unrecognized character is `3'
  1132. /tmp/main-990e1b.s:1865: Error: file number less than one
  1133. /tmp/main-990e1b.s:1865: Error: junk at end of line, first unrecognized character is `3'
  1134. /tmp/main-990e1b.s:1876: Error: file number less than one
  1135. /tmp/main-990e1b.s:1876: Error: junk at end of line, first unrecognized character is `0'
  1136. /tmp/main-990e1b.s:1892: Error: file number less than one
  1137. /tmp/main-990e1b.s:1892: Error: junk at end of line, first unrecognized character is `6'
  1138. /tmp/main-990e1b.s:1899: Error: file number less than one
  1139. /tmp/main-990e1b.s:1899: Error: junk at end of line, first unrecognized character is `6'
  1140. /tmp/main-990e1b.s:1903: Error: file number less than one
  1141. /tmp/main-990e1b.s:1903: Error: junk at end of line, first unrecognized character is `1'
  1142. /tmp/main-990e1b.s:1914: Error: file number less than one
  1143. /tmp/main-990e1b.s:1914: Error: junk at end of line, first unrecognized character is `1'
  1144. /tmp/main-990e1b.s:1918: Error: file number less than one
  1145. /tmp/main-990e1b.s:1918: Error: junk at end of line, first unrecognized character is `2'
  1146. /tmp/main-990e1b.s:1924: Error: file number less than one
  1147. /tmp/main-990e1b.s:1924: Error: junk at end of line, first unrecognized character is `1'
  1148. /tmp/main-990e1b.s:1929: Error: file number less than one
  1149. /tmp/main-990e1b.s:1929: Error: junk at end of line, first unrecognized character is `2'
  1150. /tmp/main-990e1b.s:1937: Error: file number less than one
  1151. /tmp/main-990e1b.s:1937: Error: junk at end of line, first unrecognized character is `2'
  1152. /tmp/main-990e1b.s:1945: Error: file number less than one
  1153. /tmp/main-990e1b.s:1945: Error: junk at end of line, first unrecognized character is `7'
  1154. /tmp/main-990e1b.s:1955: Error: file number less than one
  1155. /tmp/main-990e1b.s:1955: Error: junk at end of line, first unrecognized character is `1'
  1156. /tmp/main-990e1b.s:1958: Error: file number less than one
  1157. /tmp/main-990e1b.s:1958: Error: junk at end of line, first unrecognized character is `2'
  1158. /tmp/main-990e1b.s:1961: Error: file number less than one
  1159. /tmp/main-990e1b.s:1961: Error: junk at end of line, first unrecognized character is `1'
  1160. /tmp/main-990e1b.s:1964: Error: file number less than one
  1161. /tmp/main-990e1b.s:1964: Error: junk at end of line, first unrecognized character is `2'
  1162. /tmp/main-990e1b.s:1971: Error: file number less than one
  1163. /tmp/main-990e1b.s:1971: Error: junk at end of line, first unrecognized character is `0'
  1164. /tmp/main-990e1b.s:1980: Error: file number less than one
  1165. /tmp/main-990e1b.s:1980: Error: junk at end of line, first unrecognized character is `1'
  1166. /tmp/main-990e1b.s:1991: Error: file number less than one
  1167. /tmp/main-990e1b.s:1991: Error: junk at end of line, first unrecognized character is `0'
  1168. /tmp/main-990e1b.s:2003: Error: file number less than one
  1169. /tmp/main-990e1b.s:2003: Error: junk at end of line, first unrecognized character is `0'
  1170. /tmp/main-990e1b.s:2013: Error: file number less than one
  1171. /tmp/main-990e1b.s:2013: Error: junk at end of line, first unrecognized character is `2'
  1172. /tmp/main-990e1b.s:2016: Error: file number less than one
  1173. /tmp/main-990e1b.s:2016: Error: junk at end of line, first unrecognized character is `2'
  1174. /tmp/main-990e1b.s:2019: Error: file number less than one
  1175. /tmp/main-990e1b.s:2019: Error: junk at end of line, first unrecognized character is `2'
  1176. /tmp/main-990e1b.s:2025: Error: file number less than one
  1177. /tmp/main-990e1b.s:2025: Error: junk at end of line, first unrecognized character is `2'
  1178. /tmp/main-990e1b.s:2028: Error: file number less than one
  1179. /tmp/main-990e1b.s:2028: Error: junk at end of line, first unrecognized character is `2'
  1180. /tmp/main-990e1b.s:2031: Error: file number less than one
  1181. /tmp/main-990e1b.s:2031: Error: junk at end of line, first unrecognized character is `1'
  1182. /tmp/main-990e1b.s:2038: Error: junk at end of line, first unrecognized character is `"'
  1183. /tmp/main-990e1b.s:2039: Error: junk at end of line, first unrecognized character is `"'
  1184. /tmp/main-990e1b.s:2046: Error: file number less than one
  1185. /tmp/main-990e1b.s:2046: Error: junk at end of line, first unrecognized character is `0'
  1186. /tmp/main-990e1b.s:2061: Error: file number less than one
  1187. /tmp/main-990e1b.s:2061: Error: junk at end of line, first unrecognized character is `2'
  1188. /tmp/main-990e1b.s:2064: Error: file number less than one
  1189. /tmp/main-990e1b.s:2064: Error: junk at end of line, first unrecognized character is `8'
  1190. /tmp/main-990e1b.s:2077: Error: file number less than one
  1191. /tmp/main-990e1b.s:2077: Error: junk at end of line, first unrecognized character is `8'
  1192. /tmp/main-990e1b.s:2087: Error: file number less than one
  1193. /tmp/main-990e1b.s:2087: Error: junk at end of line, first unrecognized character is `2'
  1194. /tmp/main-990e1b.s:2092: Error: junk at end of line, first unrecognized character is `"'
  1195. /tmp/main-990e1b.s:2122: Error: file number less than one
  1196. /tmp/main-990e1b.s:2122: Error: junk at end of line, first unrecognized character is `2'
  1197. /tmp/main-990e1b.s:2142: Error: file number less than one
  1198. /tmp/main-990e1b.s:2142: Error: junk at end of line, first unrecognized character is `2'
  1199. /tmp/main-990e1b.s:2148: Error: file number less than one
  1200. /tmp/main-990e1b.s:2148: Error: junk at end of line, first unrecognized character is `2'
  1201. /tmp/main-990e1b.s:2151: Error: file number less than one
  1202. /tmp/main-990e1b.s:2151: Error: junk at end of line, first unrecognized character is `8'
  1203. /tmp/main-990e1b.s:2164: Error: file number less than one
  1204. /tmp/main-990e1b.s:2164: Error: junk at end of line, first unrecognized character is `1'
  1205. /tmp/main-990e1b.s:2169: Error: file number less than one
  1206. /tmp/main-990e1b.s:2169: Error: junk at end of line, first unrecognized character is `1'
  1207. /tmp/main-990e1b.s:2176: Error: file number less than one
  1208. /tmp/main-990e1b.s:2176: Error: junk at end of line, first unrecognized character is `1'
  1209. /tmp/main-990e1b.s:2179: Error: file number less than one
  1210. /tmp/main-990e1b.s:2179: Error: junk at end of line, first unrecognized character is `2'
  1211. /tmp/main-990e1b.s:2182: Error: file number less than one
  1212. /tmp/main-990e1b.s:2182: Error: junk at end of line, first unrecognized character is `1'
  1213. /tmp/main-990e1b.s:2184: Error: file number less than one
  1214. /tmp/main-990e1b.s:2184: Error: junk at end of line, first unrecognized character is `2'
  1215. /tmp/main-990e1b.s:2187: Error: file number less than one
  1216. /tmp/main-990e1b.s:2187: Error: junk at end of line, first unrecognized character is `2'
  1217. /tmp/main-990e1b.s:2190: Error: file number less than one
  1218. /tmp/main-990e1b.s:2190: Error: junk at end of line, first unrecognized character is `2'
  1219. /tmp/main-990e1b.s:2194: Error: file number less than one
  1220. /tmp/main-990e1b.s:2194: Error: junk at end of line, first unrecognized character is `1'
  1221. /tmp/main-990e1b.s:2203: Error: junk at end of line, first unrecognized character is `"'
  1222. /tmp/main-990e1b.s:2210: Error: file number less than one
  1223. /tmp/main-990e1b.s:2210: Error: junk at end of line, first unrecognized character is `0'
  1224. /tmp/main-990e1b.s:2232: Error: file number less than one
  1225. /tmp/main-990e1b.s:2232: Error: junk at end of line, first unrecognized character is `1'
  1226. /tmp/main-990e1b.s:2246: Error: file number less than one
  1227. /tmp/main-990e1b.s:2246: Error: junk at end of line, first unrecognized character is `7'
  1228. /tmp/main-990e1b.s:2253: Error: file number less than one
  1229. /tmp/main-990e1b.s:2253: Error: junk at end of line, first unrecognized character is `7'
  1230. /tmp/main-990e1b.s:2269: Error: file number less than one
  1231. /tmp/main-990e1b.s:2269: Error: junk at end of line, first unrecognized character is `4'
  1232. /tmp/main-990e1b.s:2274: Error: file number less than one
  1233. /tmp/main-990e1b.s:2274: Error: junk at end of line, first unrecognized character is `1'
  1234. /tmp/main-990e1b.s:2283: Error: file number less than one
  1235. /tmp/main-990e1b.s:2283: Error: junk at end of line, first unrecognized character is `1'
  1236. /tmp/main-990e1b.s:2292: Error: file number less than one
  1237. /tmp/main-990e1b.s:2292: Error: junk at end of line, first unrecognized character is `4'
  1238. /tmp/main-990e1b.s:2294: Error: file number less than one
  1239. /tmp/main-990e1b.s:2294: Error: junk at end of line, first unrecognized character is `1'
  1240. /tmp/main-990e1b.s:2296: Error: file number less than one
  1241. /tmp/main-990e1b.s:2296: Error: junk at end of line, first unrecognized character is `4'
  1242. /tmp/main-990e1b.s:2301: Error: junk at end of line, first unrecognized character is `"'
  1243. /tmp/main-990e1b.s:2308: Error: file number less than one
  1244. /tmp/main-990e1b.s:2308: Error: junk at end of line, first unrecognized character is `1'
  1245. /tmp/main-990e1b.s:2321: Error: junk at end of line, first unrecognized character is `"'
  1246. /tmp/main-990e1b.s:2326: Error: file number less than one
  1247. /tmp/main-990e1b.s:2326: Error: junk at end of line, first unrecognized character is `1'
  1248. /tmp/main-990e1b.s:2332: Error: file number less than one
  1249. /tmp/main-990e1b.s:2332: Error: junk at end of line, first unrecognized character is `7'
  1250. /tmp/main-990e1b.s:2337: Error: file number less than one
  1251. /tmp/main-990e1b.s:2337: Error: junk at end of line, first unrecognized character is `7'
  1252. /tmp/main-990e1b.s:2346: Error: file number less than one
  1253. /tmp/main-990e1b.s:2346: Error: junk at end of line, first unrecognized character is `2'
  1254. /tmp/main-990e1b.s:2358: Error: file number less than one
  1255. /tmp/main-990e1b.s:2358: Error: junk at end of line, first unrecognized character is `2'
  1256. /tmp/main-990e1b.s:2364: Error: junk at end of line, first unrecognized character is `"'
  1257. /tmp/main-990e1b.s:2372: Error: file number less than one
  1258. /tmp/main-990e1b.s:2372: Error: junk at end of line, first unrecognized character is `0'
  1259. /tmp/main-990e1b.s:2421: Error: file number less than one
  1260. /tmp/main-990e1b.s:2421: Error: junk at end of line, first unrecognized character is `7'
  1261. /tmp/main-990e1b.s:2429: Error: file number less than one
  1262. /tmp/main-990e1b.s:2429: Error: junk at end of line, first unrecognized character is `7'
  1263. /tmp/main-990e1b.s:2438: Error: file number less than one
  1264. /tmp/main-990e1b.s:2438: Error: junk at end of line, first unrecognized character is `7'
  1265. /tmp/main-990e1b.s:2464: Error: file number less than one
  1266. /tmp/main-990e1b.s:2464: Error: junk at end of line, first unrecognized character is `6'
  1267. /tmp/main-990e1b.s:2475: Error: file number less than one
  1268. /tmp/main-990e1b.s:2475: Error: junk at end of line, first unrecognized character is `2'
  1269. /tmp/main-990e1b.s:2480: Error: file number less than one
  1270. /tmp/main-990e1b.s:2480: Error: junk at end of line, first unrecognized character is `2'
  1271. /tmp/main-990e1b.s:2487: Error: file number less than one
  1272. /tmp/main-990e1b.s:2487: Error: junk at end of line, first unrecognized character is `2'
  1273. /tmp/main-990e1b.s:2498: Error: file number less than one
  1274. /tmp/main-990e1b.s:2498: Error: junk at end of line, first unrecognized character is `2'
  1275. /tmp/main-990e1b.s:2508: Error: file number less than one
  1276. /tmp/main-990e1b.s:2508: Error: junk at end of line, first unrecognized character is `3'
  1277. /tmp/main-990e1b.s:2510: Error: file number less than one
  1278. /tmp/main-990e1b.s:2510: Error: junk at end of line, first unrecognized character is `8'
  1279. /tmp/main-990e1b.s:2514: Error: file number less than one
  1280. /tmp/main-990e1b.s:2514: Error: junk at end of line, first unrecognized character is `7'
  1281. /tmp/main-990e1b.s:2523: Error: file number less than one
  1282. /tmp/main-990e1b.s:2523: Error: junk at end of line, first unrecognized character is `4'
  1283. /tmp/main-990e1b.s:2529: Error: file number less than one
  1284. /tmp/main-990e1b.s:2529: Error: junk at end of line, first unrecognized character is `4'
  1285. /tmp/main-990e1b.s:2538: Error: file number less than one
  1286. /tmp/main-990e1b.s:2538: Error: junk at end of line, first unrecognized character is `7'
  1287. /tmp/main-990e1b.s:2542: Error: file number less than one
  1288. /tmp/main-990e1b.s:2542: Error: junk at end of line, first unrecognized character is `6'
  1289. /tmp/main-990e1b.s:2549: Error: file number less than one
  1290. /tmp/main-990e1b.s:2549: Error: junk at end of line, first unrecognized character is `8'
  1291. /tmp/main-990e1b.s:2552: Error: file number less than one
  1292. /tmp/main-990e1b.s:2552: Error: junk at end of line, first unrecognized character is `7'
  1293. /tmp/main-990e1b.s:2555: Error: file number less than one
  1294. /tmp/main-990e1b.s:2555: Error: junk at end of line, first unrecognized character is `8'
  1295. /tmp/main-990e1b.s:2561: Error: file number less than one
  1296. /tmp/main-990e1b.s:2561: Error: junk at end of line, first unrecognized character is `6'
  1297. /tmp/main-990e1b.s:2568: Error: file number less than one
  1298. /tmp/main-990e1b.s:2568: Error: junk at end of line, first unrecognized character is `1'
  1299. /tmp/main-990e1b.s:2575: Error: file number less than one
  1300. /tmp/main-990e1b.s:2575: Error: junk at end of line, first unrecognized character is `1'
  1301. /tmp/main-990e1b.s:2582: Error: file number less than one
  1302. /tmp/main-990e1b.s:2582: Error: junk at end of line, first unrecognized character is `6'
  1303. /tmp/main-990e1b.s:2600: Error: file number less than one
  1304. /tmp/main-990e1b.s:2600: Error: junk at end of line, first unrecognized character is `6'
  1305. /tmp/main-990e1b.s:2608: Error: file number less than one
  1306. /tmp/main-990e1b.s:2608: Error: junk at end of line, first unrecognized character is `2'
  1307. /tmp/main-990e1b.s:2614: Error: file number less than one
  1308. /tmp/main-990e1b.s:2614: Error: junk at end of line, first unrecognized character is `2'
  1309. /tmp/main-990e1b.s:2624: Error: file number less than one
  1310. /tmp/main-990e1b.s:2624: Error: junk at end of line, first unrecognized character is `1'
  1311. /tmp/main-990e1b.s:2640: Error: file number less than one
  1312. /tmp/main-990e1b.s:2640: Error: junk at end of line, first unrecognized character is `3'
  1313. /tmp/main-990e1b.s:2663: Error: file number less than one
  1314. /tmp/main-990e1b.s:2663: Error: junk at end of line, first unrecognized character is `6'
  1315. /tmp/main-990e1b.s:2670: Error: file number less than one
  1316. /tmp/main-990e1b.s:2670: Error: junk at end of line, first unrecognized character is `3'
  1317. /tmp/main-990e1b.s:2682: Error: file number less than one
  1318. /tmp/main-990e1b.s:2682: Error: junk at end of line, first unrecognized character is `2'
  1319. /tmp/main-990e1b.s:2692: Error: file number less than one
  1320. /tmp/main-990e1b.s:2692: Error: junk at end of line, first unrecognized character is `2'
  1321. /tmp/main-990e1b.s:2714: Error: file number less than one
  1322. /tmp/main-990e1b.s:2714: Error: junk at end of line, first unrecognized character is `2'
  1323. /tmp/main-990e1b.s:2720: Error: file number less than one
  1324. /tmp/main-990e1b.s:2720: Error: junk at end of line, first unrecognized character is `1'
  1325. /tmp/main-990e1b.s:2723: Error: file number less than one
  1326. /tmp/main-990e1b.s:2723: Error: junk at end of line, first unrecognized character is `1'
  1327. /tmp/main-990e1b.s:2730: Error: file number less than one
  1328. /tmp/main-990e1b.s:2730: Error: junk at end of line, first unrecognized character is `1'
  1329. /tmp/main-990e1b.s:2744: Error: file number less than one
  1330. /tmp/main-990e1b.s:2744: Error: junk at end of line, first unrecognized character is `1'
  1331. /tmp/main-990e1b.s:2747: Error: file number less than one
  1332. /tmp/main-990e1b.s:2747: Error: junk at end of line, first unrecognized character is `1'
  1333. /tmp/main-990e1b.s:2749: Error: file number less than one
  1334. /tmp/main-990e1b.s:2749: Error: junk at end of line, first unrecognized character is `2'
  1335. /tmp/main-990e1b.s:2752: Error: file number less than one
  1336. /tmp/main-990e1b.s:2752: Error: junk at end of line, first unrecognized character is `1'
  1337. /tmp/main-990e1b.s:2761: Error: file number less than one
  1338. /tmp/main-990e1b.s:2761: Error: junk at end of line, first unrecognized character is `2'
  1339. /tmp/main-990e1b.s:2765: Error: file number less than one
  1340. /tmp/main-990e1b.s:2765: Error: junk at end of line, first unrecognized character is `5'
  1341. /tmp/main-990e1b.s:2769: Error: file number less than one
  1342. /tmp/main-990e1b.s:2769: Error: junk at end of line, first unrecognized character is `2'
  1343. /tmp/main-990e1b.s:2772: Error: file number less than one
  1344. /tmp/main-990e1b.s:2772: Error: junk at end of line, first unrecognized character is `2'
  1345. /tmp/main-990e1b.s:2783: Error: junk at end of line, first unrecognized character is `"'
  1346. /tmp/main-990e1b.s:2791: Error: file number less than one
  1347. /tmp/main-990e1b.s:2791: Error: junk at end of line, first unrecognized character is `0'
  1348. /tmp/main-990e1b.s:2801: Error: file number less than one
  1349. /tmp/main-990e1b.s:2801: Error: junk at end of line, first unrecognized character is `2'
  1350. /tmp/main-990e1b.s:2804: Error: file number less than one
  1351. /tmp/main-990e1b.s:2804: Error: junk at end of line, first unrecognized character is `1'
  1352. /tmp/main-990e1b.s:2816: Error: file number less than one
  1353. /tmp/main-990e1b.s:2816: Error: junk at end of line, first unrecognized character is `0'
  1354. /tmp/main-990e1b.s:2836: Error: file number less than one
  1355. /tmp/main-990e1b.s:2836: Error: junk at end of line, first unrecognized character is `2'
  1356. /tmp/main-990e1b.s:2848: Error: file number less than one
  1357. /tmp/main-990e1b.s:2848: Error: junk at end of line, first unrecognized character is `0'
  1358. /tmp/main-990e1b.s:2867: Error: file number less than one
  1359. /tmp/main-990e1b.s:2867: Error: junk at end of line, first unrecognized character is `6'
  1360. /tmp/main-990e1b.s:2873: Error: file number less than one
  1361. /tmp/main-990e1b.s:2873: Error: junk at end of line, first unrecognized character is `6'
  1362. /tmp/main-990e1b.s:2881: Error: file number less than one
  1363. /tmp/main-990e1b.s:2881: Error: junk at end of line, first unrecognized character is `2'
  1364. /tmp/main-990e1b.s:2884: Error: file number less than one
  1365. /tmp/main-990e1b.s:2884: Error: junk at end of line, first unrecognized character is `1'
  1366. /tmp/main-990e1b.s:2886: Error: file number less than one
  1367. /tmp/main-990e1b.s:2886: Error: junk at end of line, first unrecognized character is `3'
  1368. /tmp/main-990e1b.s:2889: Error: file number less than one
  1369. /tmp/main-990e1b.s:2889: Error: junk at end of line, first unrecognized character is `7'
  1370. /tmp/main-990e1b.s:2896: Error: file number less than one
  1371. /tmp/main-990e1b.s:2896: Error: junk at end of line, first unrecognized character is `3'
  1372. /tmp/main-990e1b.s:2899: Error: file number less than one
  1373. /tmp/main-990e1b.s:2899: Error: junk at end of line, first unrecognized character is `1'
  1374. /tmp/main-990e1b.s:2906: Error: file number less than one
  1375. /tmp/main-990e1b.s:2906: Error: junk at end of line, first unrecognized character is `1'
  1376. /tmp/main-990e1b.s:2909: Error: file number less than one
  1377. /tmp/main-990e1b.s:2909: Error: junk at end of line, first unrecognized character is `2'
  1378. /tmp/main-990e1b.s:2911: Error: file number less than one
  1379. /tmp/main-990e1b.s:2911: Error: junk at end of line, first unrecognized character is `1'
  1380. /tmp/main-990e1b.s:2915: Error: file number less than one
  1381. /tmp/main-990e1b.s:2915: Error: junk at end of line, first unrecognized character is `1'
  1382. /tmp/main-990e1b.s:2917: Error: file number less than one
  1383. /tmp/main-990e1b.s:2917: Error: junk at end of line, first unrecognized character is `2'
  1384. /tmp/main-990e1b.s:2920: Error: file number less than one
  1385. /tmp/main-990e1b.s:2920: Error: junk at end of line, first unrecognized character is `3'
  1386. /tmp/main-990e1b.s:2922: Error: file number less than one
  1387. /tmp/main-990e1b.s:2922: Error: junk at end of line, first unrecognized character is `4'
  1388. /tmp/main-990e1b.s:2928: Error: file number less than one
  1389. /tmp/main-990e1b.s:2928: Error: junk at end of line, first unrecognized character is `4'
  1390. /tmp/main-990e1b.s:2935: Error: file number less than one
  1391. /tmp/main-990e1b.s:2935: Error: junk at end of line, first unrecognized character is `1'
  1392. /tmp/main-990e1b.s:2939: Error: file number less than one
  1393. /tmp/main-990e1b.s:2939: Error: junk at end of line, first unrecognized character is `2'
  1394. /tmp/main-990e1b.s:2948: Error: file number less than one
  1395. /tmp/main-990e1b.s:2948: Error: junk at end of line, first unrecognized character is `4'
  1396. /tmp/main-990e1b.s:2961: Error: file number less than one
  1397. /tmp/main-990e1b.s:2961: Error: junk at end of line, first unrecognized character is `0'
  1398. /tmp/main-990e1b.s:2998: Error: file number less than one
  1399. /tmp/main-990e1b.s:2998: Error: junk at end of line, first unrecognized character is `2'
  1400. /tmp/main-990e1b.s:3000: Error: file number less than one
  1401. /tmp/main-990e1b.s:3000: Error: junk at end of line, first unrecognized character is `1'
  1402. /tmp/main-990e1b.s:3005: Error: file number less than one
  1403. /tmp/main-990e1b.s:3005: Error: junk at end of line, first unrecognized character is `3'
  1404. /tmp/main-990e1b.s:3007: Error: file number less than one
  1405. /tmp/main-990e1b.s:3007: Error: junk at end of line, first unrecognized character is `7'
  1406. /tmp/main-990e1b.s:3014: Error: file number less than one
  1407. /tmp/main-990e1b.s:3014: Error: junk at end of line, first unrecognized character is `7'
  1408. /tmp/main-990e1b.s:3020: Error: file number less than one
  1409. /tmp/main-990e1b.s:3020: Error: junk at end of line, first unrecognized character is `1'
  1410. /tmp/main-990e1b.s:3023: Error: file number less than one
  1411. /tmp/main-990e1b.s:3023: Error: junk at end of line, first unrecognized character is `8'
  1412. /tmp/main-990e1b.s:3029: Error: file number less than one
  1413. /tmp/main-990e1b.s:3029: Error: junk at end of line, first unrecognized character is `9'
  1414. /tmp/main-990e1b.s:3031: Error: file number less than one
  1415. /tmp/main-990e1b.s:3031: Error: junk at end of line, first unrecognized character is `2'
  1416. /tmp/main-990e1b.s:3039: Error: file number less than one
  1417. /tmp/main-990e1b.s:3039: Error: junk at end of line, first unrecognized character is `2'
  1418. /tmp/main-990e1b.s:3048: Error: file number less than one
  1419. /tmp/main-990e1b.s:3048: Error: junk at end of line, first unrecognized character is `1'
  1420. /tmp/main-990e1b.s:3051: Error: file number less than one
  1421. /tmp/main-990e1b.s:3051: Error: junk at end of line, first unrecognized character is `1'
  1422. /tmp/main-990e1b.s:3057: Error: file number less than one
  1423. /tmp/main-990e1b.s:3057: Error: junk at end of line, first unrecognized character is `3'
  1424. /tmp/main-990e1b.s:3059: Error: file number less than one
  1425. /tmp/main-990e1b.s:3059: Error: junk at end of line, first unrecognized character is `1'
  1426. /tmp/main-990e1b.s:3062: Error: file number less than one
  1427. /tmp/main-990e1b.s:3062: Error: junk at end of line, first unrecognized character is `1'
  1428. /tmp/main-990e1b.s:3069: Error: file number less than one
  1429. /tmp/main-990e1b.s:3069: Error: junk at end of line, first unrecognized character is `4'
  1430. /tmp/main-990e1b.s:3073: Error: file number less than one
  1431. /tmp/main-990e1b.s:3073: Error: junk at end of line, first unrecognized character is `2'
  1432. /tmp/main-990e1b.s:3080: Error: file number less than one
  1433. /tmp/main-990e1b.s:3080: Error: junk at end of line, first unrecognized character is `1'
  1434. /tmp/main-990e1b.s:3094: Error: file number less than one
  1435. /tmp/main-990e1b.s:3094: Error: junk at end of line, first unrecognized character is `5'
  1436. /tmp/main-990e1b.s:3103: Error: file number less than one
  1437. /tmp/main-990e1b.s:3103: Error: junk at end of line, first unrecognized character is `5'
  1438. /tmp/main-990e1b.s:3114: Error: file number less than one
  1439. /tmp/main-990e1b.s:3114: Error: junk at end of line, first unrecognized character is `0'
  1440. /tmp/main-990e1b.s:3169: Error: file number less than one
  1441. /tmp/main-990e1b.s:3169: Error: junk at end of line, first unrecognized character is `2'
  1442. /tmp/main-990e1b.s:3190: Error: file number less than one
  1443. /tmp/main-990e1b.s:3190: Error: junk at end of line, first unrecognized character is `1'
  1444. /tmp/main-990e1b.s:3198: Error: file number less than one
  1445. /tmp/main-990e1b.s:3198: Error: junk at end of line, first unrecognized character is `1'
  1446. /tmp/main-990e1b.s:3216: Error: file number less than one
  1447. /tmp/main-990e1b.s:3216: Error: junk at end of line, first unrecognized character is `3'
  1448. /tmp/main-990e1b.s:3221: Error: file number less than one
  1449. /tmp/main-990e1b.s:3221: Error: junk at end of line, first unrecognized character is `3'
  1450. /tmp/main-990e1b.s:3233: Error: file number less than one
  1451. /tmp/main-990e1b.s:3233: Error: junk at end of line, first unrecognized character is `0'
  1452. /tmp/main-990e1b.s:3250: Error: file number less than one
  1453. /tmp/main-990e1b.s:3250: Error: junk at end of line, first unrecognized character is `2'
  1454. /tmp/main-990e1b.s:3253: Error: file number less than one
  1455. /tmp/main-990e1b.s:3253: Error: junk at end of line, first unrecognized character is `2'
  1456. /tmp/main-990e1b.s:3256: Error: file number less than one
  1457. /tmp/main-990e1b.s:3256: Error: junk at end of line, first unrecognized character is `2'
  1458. /tmp/main-990e1b.s:3259: Error: file number less than one
  1459. /tmp/main-990e1b.s:3259: Error: junk at end of line, first unrecognized character is `2'
  1460. /tmp/main-990e1b.s:3262: Error: file number less than one
  1461. /tmp/main-990e1b.s:3262: Error: junk at end of line, first unrecognized character is `6'
  1462. /tmp/main-990e1b.s:3266: Error: file number less than one
  1463. /tmp/main-990e1b.s:3266: Error: junk at end of line, first unrecognized character is `6'
  1464. /tmp/main-990e1b.s:3271: Error: file number less than one
  1465. /tmp/main-990e1b.s:3271: Error: junk at end of line, first unrecognized character is `3'
  1466. /tmp/main-990e1b.s:3276: Error: file number less than one
  1467. /tmp/main-990e1b.s:3276: Error: junk at end of line, first unrecognized character is `3'
  1468. /tmp/main-990e1b.s:3281: Error: file number less than one
  1469. /tmp/main-990e1b.s:3281: Error: junk at end of line, first unrecognized character is `3'
  1470. /tmp/main-990e1b.s:3284: Error: file number less than one
  1471. /tmp/main-990e1b.s:3284: Error: junk at end of line, first unrecognized character is `3'
  1472. /tmp/main-990e1b.s:3289: Error: file number less than one
  1473. /tmp/main-990e1b.s:3289: Error: junk at end of line, first unrecognized character is `1'
  1474. /tmp/main-990e1b.s:3293: Error: file number less than one
  1475. /tmp/main-990e1b.s:3293: Error: junk at end of line, first unrecognized character is `2'
  1476. /tmp/main-990e1b.s:3296: Error: file number less than one
  1477. /tmp/main-990e1b.s:3296: Error: junk at end of line, first unrecognized character is `2'
  1478. /tmp/main-990e1b.s:3299: Error: file number less than one
  1479. /tmp/main-990e1b.s:3299: Error: junk at end of line, first unrecognized character is `6'
  1480. /tmp/main-990e1b.s:3303: Error: file number less than one
  1481. /tmp/main-990e1b.s:3303: Error: junk at end of line, first unrecognized character is `6'
  1482. /tmp/main-990e1b.s:3307: Error: file number less than one
  1483. /tmp/main-990e1b.s:3307: Error: junk at end of line, first unrecognized character is `6'
  1484. /tmp/main-990e1b.s:3311: Error: file number less than one
  1485. /tmp/main-990e1b.s:3311: Error: junk at end of line, first unrecognized character is `6'
  1486. /tmp/main-990e1b.s:3316: Error: file number less than one
  1487. /tmp/main-990e1b.s:3316: Error: junk at end of line, first unrecognized character is `1'
  1488. /tmp/main-990e1b.s:3324: Error: file number less than one
  1489. /tmp/main-990e1b.s:3324: Error: junk at end of line, first unrecognized character is `2'
  1490. /tmp/main-990e1b.s:3328: Error: file number less than one
  1491. /tmp/main-990e1b.s:3328: Error: junk at end of line, first unrecognized character is `1'
  1492. /tmp/main-990e1b.s:3330: Error: file number less than one
  1493. /tmp/main-990e1b.s:3330: Error: junk at end of line, first unrecognized character is `2'
  1494. /tmp/main-990e1b.s:3333: Error: file number less than one
  1495. /tmp/main-990e1b.s:3333: Error: junk at end of line, first unrecognized character is `1'
  1496. /tmp/main-990e1b.s:3337: Error: file number less than one
  1497. /tmp/main-990e1b.s:3337: Error: junk at end of line, first unrecognized character is `9'
  1498. /tmp/main-990e1b.s:3344: Error: file number less than one
  1499. /tmp/main-990e1b.s:3344: Error: junk at end of line, first unrecognized character is `1'
  1500. /tmp/main-990e1b.s:3350: Error: file number less than one
  1501. /tmp/main-990e1b.s:3350: Error: junk at end of line, first unrecognized character is `0'
  1502. /tmp/main-990e1b.s:3354: Error: file number less than one
  1503. /tmp/main-990e1b.s:3354: Error: junk at end of line, first unrecognized character is `1'
  1504. /tmp/main-990e1b.s:3361: Error: file number less than one
  1505. /tmp/main-990e1b.s:3361: Error: junk at end of line, first unrecognized character is `3'
  1506. /tmp/main-990e1b.s:3370: Error: file number less than one
  1507. /tmp/main-990e1b.s:3370: Error: junk at end of line, first unrecognized character is `1'
  1508. /tmp/main-990e1b.s:3376: Error: file number less than one
  1509. /tmp/main-990e1b.s:3376: Error: junk at end of line, first unrecognized character is `2'
  1510. /tmp/main-990e1b.s:3380: Error: file number less than one
  1511. /tmp/main-990e1b.s:3380: Error: junk at end of line, first unrecognized character is `1'
  1512. /tmp/main-990e1b.s:3382: Error: file number less than one
  1513. /tmp/main-990e1b.s:3382: Error: junk at end of line, first unrecognized character is `2'
  1514. /tmp/main-990e1b.s:3385: Error: file number less than one
  1515. /tmp/main-990e1b.s:3385: Error: junk at end of line, first unrecognized character is `1'
  1516. /tmp/main-990e1b.s:3389: Error: file number less than one
  1517. /tmp/main-990e1b.s:3389: Error: junk at end of line, first unrecognized character is `9'
  1518. /tmp/main-990e1b.s:3396: Error: file number less than one
  1519. /tmp/main-990e1b.s:3396: Error: junk at end of line, first unrecognized character is `1'
  1520. /tmp/main-990e1b.s:3402: Error: file number less than one
  1521. /tmp/main-990e1b.s:3402: Error: junk at end of line, first unrecognized character is `0'
  1522. /tmp/main-990e1b.s:3406: Error: file number less than one
  1523. /tmp/main-990e1b.s:3406: Error: junk at end of line, first unrecognized character is `1'
  1524. /tmp/main-990e1b.s:3413: Error: file number less than one
  1525. /tmp/main-990e1b.s:3413: Error: junk at end of line, first unrecognized character is `3'
  1526. /tmp/main-990e1b.s:3422: Error: file number less than one
  1527. /tmp/main-990e1b.s:3422: Error: junk at end of line, first unrecognized character is `1'
  1528. /tmp/main-990e1b.s:3428: Error: file number less than one
  1529. /tmp/main-990e1b.s:3428: Error: junk at end of line, first unrecognized character is `2'
  1530. /tmp/main-990e1b.s:3432: Error: file number less than one
  1531. /tmp/main-990e1b.s:3432: Error: junk at end of line, first unrecognized character is `1'
  1532. /tmp/main-990e1b.s:3434: Error: file number less than one
  1533. /tmp/main-990e1b.s:3434: Error: junk at end of line, first unrecognized character is `2'
  1534. /tmp/main-990e1b.s:3437: Error: file number less than one
  1535. /tmp/main-990e1b.s:3437: Error: junk at end of line, first unrecognized character is `1'
  1536. /tmp/main-990e1b.s:3441: Error: file number less than one
  1537. /tmp/main-990e1b.s:3441: Error: junk at end of line, first unrecognized character is `9'
  1538. /tmp/main-990e1b.s:3448: Error: file number less than one
  1539. /tmp/main-990e1b.s:3448: Error: junk at end of line, first unrecognized character is `1'
  1540. /tmp/main-990e1b.s:3454: Error: file number less than one
  1541. /tmp/main-990e1b.s:3454: Error: junk at end of line, first unrecognized character is `0'
  1542. /tmp/main-990e1b.s:3458: Error: file number less than one
  1543. /tmp/main-990e1b.s:3458: Error: junk at end of line, first unrecognized character is `1'
  1544. /tmp/main-990e1b.s:3465: Error: file number less than one
  1545. /tmp/main-990e1b.s:3465: Error: junk at end of line, first unrecognized character is `3'
  1546. /tmp/main-990e1b.s:3474: Error: file number less than one
  1547. /tmp/main-990e1b.s:3474: Error: junk at end of line, first unrecognized character is `1'
  1548. /tmp/main-990e1b.s:3480: Error: file number less than one
  1549. /tmp/main-990e1b.s:3480: Error: junk at end of line, first unrecognized character is `2'
  1550. /tmp/main-990e1b.s:3484: Error: file number less than one
  1551. /tmp/main-990e1b.s:3484: Error: junk at end of line, first unrecognized character is `1'
  1552. /tmp/main-990e1b.s:3486: Error: file number less than one
  1553. /tmp/main-990e1b.s:3486: Error: junk at end of line, first unrecognized character is `2'
  1554. /tmp/main-990e1b.s:3489: Error: file number less than one
  1555. /tmp/main-990e1b.s:3489: Error: junk at end of line, first unrecognized character is `1'
  1556. /tmp/main-990e1b.s:3493: Error: file number less than one
  1557. /tmp/main-990e1b.s:3493: Error: junk at end of line, first unrecognized character is `9'
  1558. /tmp/main-990e1b.s:3500: Error: file number less than one
  1559. /tmp/main-990e1b.s:3500: Error: junk at end of line, first unrecognized character is `1'
  1560. /tmp/main-990e1b.s:3506: Error: file number less than one
  1561. /tmp/main-990e1b.s:3506: Error: junk at end of line, first unrecognized character is `0'
  1562. /tmp/main-990e1b.s:3510: Error: file number less than one
  1563. /tmp/main-990e1b.s:3510: Error: junk at end of line, first unrecognized character is `1'
  1564. /tmp/main-990e1b.s:3517: Error: file number less than one
  1565. /tmp/main-990e1b.s:3517: Error: junk at end of line, first unrecognized character is `3'
  1566. /tmp/main-990e1b.s:3525: Error: file number less than one
  1567. /tmp/main-990e1b.s:3525: Error: junk at end of line, first unrecognized character is `2'
  1568. /tmp/main-990e1b.s:3533: Error: file number less than one
  1569. /tmp/main-990e1b.s:3533: Error: junk at end of line, first unrecognized character is `1'
  1570. /tmp/main-990e1b.s:3536: Error: file number less than one
  1571. /tmp/main-990e1b.s:3536: Error: junk at end of line, first unrecognized character is `2'
  1572. /tmp/main-990e1b.s:3540: Error: file number less than one
  1573. /tmp/main-990e1b.s:3540: Error: junk at end of line, first unrecognized character is `1'
  1574. /tmp/main-990e1b.s:3542: Error: file number less than one
  1575. /tmp/main-990e1b.s:3542: Error: junk at end of line, first unrecognized character is `2'
  1576. /tmp/main-990e1b.s:3545: Error: file number less than one
  1577. /tmp/main-990e1b.s:3545: Error: junk at end of line, first unrecognized character is `1'
  1578. /tmp/main-990e1b.s:3549: Error: file number less than one
  1579. /tmp/main-990e1b.s:3549: Error: junk at end of line, first unrecognized character is `9'
  1580. /tmp/main-990e1b.s:3556: Error: file number less than one
  1581. /tmp/main-990e1b.s:3556: Error: junk at end of line, first unrecognized character is `7'
  1582. /tmp/main-990e1b.s:3561: Error: file number less than one
  1583. /tmp/main-990e1b.s:3561: Error: junk at end of line, first unrecognized character is `0'
  1584. /tmp/main-990e1b.s:3565: Error: file number less than one
  1585. /tmp/main-990e1b.s:3565: Error: junk at end of line, first unrecognized character is `3'
  1586. /tmp/main-990e1b.s:3571: Error: file number less than one
  1587. /tmp/main-990e1b.s:3571: Error: junk at end of line, first unrecognized character is `3'
  1588. /tmp/main-990e1b.s:3576: Error: file number less than one
  1589. /tmp/main-990e1b.s:3576: Error: junk at end of line, first unrecognized character is `1'
  1590. /tmp/main-990e1b.s:3579: Error: file number less than one
  1591. /tmp/main-990e1b.s:3579: Error: junk at end of line, first unrecognized character is `2'
  1592. /tmp/main-990e1b.s:3583: Error: file number less than one
  1593. /tmp/main-990e1b.s:3583: Error: junk at end of line, first unrecognized character is `1'
  1594. /tmp/main-990e1b.s:3585: Error: file number less than one
  1595. /tmp/main-990e1b.s:3585: Error: junk at end of line, first unrecognized character is `2'
  1596. /tmp/main-990e1b.s:3588: Error: file number less than one
  1597. /tmp/main-990e1b.s:3588: Error: junk at end of line, first unrecognized character is `1'
  1598. /tmp/main-990e1b.s:3592: Error: file number less than one
  1599. /tmp/main-990e1b.s:3592: Error: junk at end of line, first unrecognized character is `9'
  1600. /tmp/main-990e1b.s:3599: Error: file number less than one
  1601. /tmp/main-990e1b.s:3599: Error: junk at end of line, first unrecognized character is `7'
  1602. /tmp/main-990e1b.s:3603: Error: file number less than one
  1603. /tmp/main-990e1b.s:3603: Error: junk at end of line, first unrecognized character is `1'
  1604. /tmp/main-990e1b.s:3612: Error: file number less than one
  1605. /tmp/main-990e1b.s:3612: Error: junk at end of line, first unrecognized character is `0'
  1606. /tmp/main-990e1b.s:3616: Error: file number less than one
  1607. /tmp/main-990e1b.s:3616: Error: junk at end of line, first unrecognized character is `9'
  1608. /tmp/main-990e1b.s:3618: Error: file number less than one
  1609. /tmp/main-990e1b.s:3618: Error: junk at end of line, first unrecognized character is `3'
  1610. /tmp/main-990e1b.s:3626: Error: junk at end of line, first unrecognized character is `"'
  1611. /tmp/main-990e1b.s:3633: Error: file number less than one
  1612. /tmp/main-990e1b.s:3633: Error: junk at end of line, first unrecognized character is `0'
  1613. /tmp/main-990e1b.s:3648: Error: file number less than one
  1614. /tmp/main-990e1b.s:3648: Error: junk at end of line, first unrecognized character is `2'
  1615. /tmp/main-990e1b.s:3653: Error: file number less than one
  1616. /tmp/main-990e1b.s:3653: Error: junk at end of line, first unrecognized character is `2'
  1617. /tmp/main-990e1b.s:3671: Error: file number less than one
  1618. /tmp/main-990e1b.s:3671: Error: junk at end of line, first unrecognized character is `1'
  1619. /tmp/main-990e1b.s:3675: Error: junk at end of line, first unrecognized character is `"'
  1620. /tmp/main-990e1b.s:3679: Error: file number less than one
  1621. /tmp/main-990e1b.s:3679: Error: junk at end of line, first unrecognized character is `2'
  1622. /tmp/main-990e1b.s:3686: Error: file number less than one
  1623. /tmp/main-990e1b.s:3686: Error: junk at end of line, first unrecognized character is `1'
  1624. /tmp/main-990e1b.s:3745: Error: file number less than one
  1625. /tmp/main-990e1b.s:3745: Error: junk at end of line, first unrecognized character is `1'
  1626. /tmp/main-990e1b.s:3752: Error: file number less than one
  1627. /tmp/main-990e1b.s:3752: Error: junk at end of line, first unrecognized character is `1'
  1628. /tmp/main-990e1b.s:3754: Error: file number less than one
  1629. /tmp/main-990e1b.s:3754: Error: junk at end of line, first unrecognized character is `1'
  1630. /tmp/main-990e1b.s:3756: Error: file number less than one
  1631. /tmp/main-990e1b.s:3756: Error: junk at end of line, first unrecognized character is `1'
  1632. /tmp/main-990e1b.s:3758: Error: file number less than one
  1633. /tmp/main-990e1b.s:3758: Error: junk at end of line, first unrecognized character is `2'
  1634. /tmp/main-990e1b.s:3761: Error: file number less than one
  1635. /tmp/main-990e1b.s:3761: Error: junk at end of line, first unrecognized character is `2'
  1636. /tmp/main-990e1b.s:3764: Error: file number less than one
  1637. /tmp/main-990e1b.s:3764: Error: junk at end of line, first unrecognized character is `2'
  1638. /tmp/main-990e1b.s:3768: Error: file number less than one
  1639. /tmp/main-990e1b.s:3768: Error: junk at end of line, first unrecognized character is `2'
  1640. /tmp/main-990e1b.s:3797: Error: file number less than one
  1641. /tmp/main-990e1b.s:3797: Error: junk at end of line, first unrecognized character is `2'
  1642. /tmp/main-990e1b.s:3812: Error: file number less than one
  1643. /tmp/main-990e1b.s:3812: Error: junk at end of line, first unrecognized character is `3'
  1644. /tmp/main-990e1b.s:3816: Error: file number less than one
  1645. /tmp/main-990e1b.s:3816: Error: junk at end of line, first unrecognized character is `3'
  1646. /tmp/main-990e1b.s:3819: Error: file number less than one
  1647. /tmp/main-990e1b.s:3819: Error: junk at end of line, first unrecognized character is `2'
  1648. /tmp/main-990e1b.s:3824: Error: file number less than one
  1649. /tmp/main-990e1b.s:3824: Error: junk at end of line, first unrecognized character is `2'
  1650. /tmp/main-990e1b.s:3827: Error: file number less than one
  1651. /tmp/main-990e1b.s:3827: Error: junk at end of line, first unrecognized character is `2'
  1652. /tmp/main-990e1b.s:3830: Error: file number less than one
  1653. /tmp/main-990e1b.s:3830: Error: junk at end of line, first unrecognized character is `2'
  1654. /tmp/main-990e1b.s:3833: Error: file number less than one
  1655. /tmp/main-990e1b.s:3833: Error: junk at end of line, first unrecognized character is `2'
  1656. /tmp/main-990e1b.s:3838: Error: junk at end of line, first unrecognized character is `"'
  1657. /tmp/main-990e1b.s:3849: Error: file number less than one
  1658. /tmp/main-990e1b.s:3849: Error: junk at end of line, first unrecognized character is `6'
  1659. /tmp/main-990e1b.s:3853: Error: file number less than one
  1660. /tmp/main-990e1b.s:3853: Error: junk at end of line, first unrecognized character is `3'
  1661. /tmp/main-990e1b.s:3859: Error: file number less than one
  1662. /tmp/main-990e1b.s:3859: Error: junk at end of line, first unrecognized character is `9'
  1663. /tmp/main-990e1b.s:3863: Error: file number less than one
  1664. /tmp/main-990e1b.s:3863: Error: junk at end of line, first unrecognized character is `9'
  1665. /tmp/main-990e1b.s:3867: Error: file number less than one
  1666. /tmp/main-990e1b.s:3867: Error: junk at end of line, first unrecognized character is `7'
  1667. /tmp/main-990e1b.s:3871: Error: file number less than one
  1668. /tmp/main-990e1b.s:3871: Error: junk at end of line, first unrecognized character is `6'
  1669. /tmp/main-990e1b.s:3875: Error: file number less than one
  1670. /tmp/main-990e1b.s:3875: Error: junk at end of line, first unrecognized character is `2'
  1671. /tmp/main-990e1b.s:3888: Error: file number less than one
  1672. /tmp/main-990e1b.s:3888: Error: junk at end of line, first unrecognized character is `6'
  1673. /tmp/main-990e1b.s:3892: Error: file number less than one
  1674. /tmp/main-990e1b.s:3892: Error: junk at end of line, first unrecognized character is `2'
  1675. /tmp/main-990e1b.s:3894: Error: file number less than one
  1676. /tmp/main-990e1b.s:3894: Error: junk at end of line, first unrecognized character is `3'
  1677. /tmp/main-990e1b.s:3898: Error: file number less than one
  1678. /tmp/main-990e1b.s:3898: Error: junk at end of line, first unrecognized character is `2'
  1679. /tmp/main-990e1b.s:3901: Error: file number less than one
  1680. /tmp/main-990e1b.s:3901: Error: junk at end of line, first unrecognized character is `2'
  1681. /tmp/main-990e1b.s:3904: Error: file number less than one
  1682. /tmp/main-990e1b.s:3904: Error: junk at end of line, first unrecognized character is `1'
  1683. /tmp/main-990e1b.s:3913: Error: junk at end of line, first unrecognized character is `"'
  1684. /tmp/main-990e1b.s:3919: Error: file number less than one
  1685. /tmp/main-990e1b.s:3919: Error: junk at end of line, first unrecognized character is `0'
  1686. /tmp/main-990e1b.s:3931: Error: file number less than one
  1687. /tmp/main-990e1b.s:3931: Error: junk at end of line, first unrecognized character is `2'
  1688. /tmp/main-990e1b.s:3934: Error: file number less than one
  1689. /tmp/main-990e1b.s:3934: Error: junk at end of line, first unrecognized character is `2'
  1690. /tmp/main-990e1b.s:3937: Error: file number less than one
  1691. /tmp/main-990e1b.s:3937: Error: junk at end of line, first unrecognized character is `2'
  1692. /tmp/main-990e1b.s:3940: Error: file number less than one
  1693. /tmp/main-990e1b.s:3940: Error: junk at end of line, first unrecognized character is `2'
  1694. /tmp/main-990e1b.s:3953: Error: file number less than one
  1695. /tmp/main-990e1b.s:3953: Error: junk at end of line, first unrecognized character is `3'
  1696. /tmp/main-990e1b.s:3957: Error: file number less than one
  1697. /tmp/main-990e1b.s:3957: Error: junk at end of line, first unrecognized character is `6'
  1698. /tmp/main-990e1b.s:3961: Error: file number less than one
  1699. /tmp/main-990e1b.s:3961: Error: junk at end of line, first unrecognized character is `2'
  1700. /tmp/main-990e1b.s:3966: Error: file number less than one
  1701. /tmp/main-990e1b.s:3966: Error: junk at end of line, first unrecognized character is `1'
  1702. /tmp/main-990e1b.s:3974: Error: junk at end of line, first unrecognized character is `"'
  1703. /tmp/main-990e1b.s:3980: Error: file number less than one
  1704. /tmp/main-990e1b.s:3980: Error: junk at end of line, first unrecognized character is `0'
  1705. /tmp/main-990e1b.s:3996: Error: file number less than one
  1706. /tmp/main-990e1b.s:3996: Error: junk at end of line, first unrecognized character is `9'
  1707. /tmp/main-990e1b.s:3998: Error: file number less than one
  1708. /tmp/main-990e1b.s:3998: Error: junk at end of line, first unrecognized character is `3'
  1709. /tmp/main-990e1b.s:4005: Error: file number less than one
  1710. /tmp/main-990e1b.s:4005: Error: junk at end of line, first unrecognized character is `9'
  1711. /tmp/main-990e1b.s:4007: Error: file number less than one
  1712. /tmp/main-990e1b.s:4007: Error: junk at end of line, first unrecognized character is `3'
  1713. /tmp/main-990e1b.s:4009: Error: file number less than one
  1714. /tmp/main-990e1b.s:4009: Error: junk at end of line, first unrecognized character is `2'
  1715. /tmp/main-990e1b.s:4013: Error: file number less than one
  1716. /tmp/main-990e1b.s:4013: Error: junk at end of line, first unrecognized character is `2'
  1717. /tmp/main-990e1b.s:4022: Error: file number less than one
  1718. /tmp/main-990e1b.s:4022: Error: junk at end of line, first unrecognized character is `1'
  1719. /tmp/main-990e1b.s:4025: Error: file number less than one
  1720. /tmp/main-990e1b.s:4025: Error: junk at end of line, first unrecognized character is `2'
  1721. /tmp/main-990e1b.s:4027: Error: file number less than one
  1722. /tmp/main-990e1b.s:4027: Error: junk at end of line, first unrecognized character is `2'
  1723. /tmp/main-990e1b.s:4030: Error: file number less than one
  1724. /tmp/main-990e1b.s:4030: Error: junk at end of line, first unrecognized character is `1'
  1725. /tmp/main-990e1b.s:4032: Error: file number less than one
  1726. /tmp/main-990e1b.s:4032: Error: junk at end of line, first unrecognized character is `2'
  1727. /tmp/main-990e1b.s:4039: Error: file number less than one
  1728. /tmp/main-990e1b.s:4039: Error: junk at end of line, first unrecognized character is `2'
  1729. /tmp/main-990e1b.s:4042: Error: file number less than one
  1730. /tmp/main-990e1b.s:4042: Error: junk at end of line, first unrecognized character is `1'
  1731. /tmp/main-990e1b.s:4049: Error: file number less than one
  1732. /tmp/main-990e1b.s:4049: Error: junk at end of line, first unrecognized character is `1'
  1733. /tmp/main-990e1b.s:4051: Error: file number less than one
  1734. /tmp/main-990e1b.s:4051: Error: junk at end of line, first unrecognized character is `2'
  1735. /tmp/main-990e1b.s:4058: Error: file number less than one
  1736. /tmp/main-990e1b.s:4058: Error: junk at end of line, first unrecognized character is `2'
  1737. /tmp/main-990e1b.s:4072: Error: file number less than one
  1738. /tmp/main-990e1b.s:4072: Error: junk at end of line, first unrecognized character is `3'
  1739. /tmp/main-990e1b.s:4076: Error: file number less than one
  1740. /tmp/main-990e1b.s:4076: Error: junk at end of line, first unrecognized character is `3'
  1741. /tmp/main-990e1b.s:4079: Error: file number less than one
  1742. /tmp/main-990e1b.s:4079: Error: junk at end of line, first unrecognized character is `2'
  1743. /tmp/main-990e1b.s:4085: Error: file number less than one
  1744. /tmp/main-990e1b.s:4085: Error: junk at end of line, first unrecognized character is `1'
  1745. In file included from ../init/do_mounts.c:1:
  1746. In file included from ../include/linux/module.h:10:
  1747. In file included from ../include/linux/stat.h:6:
  1748. In file included from ../arch/arm64/include/asm/stat.h:24:
  1749. In file included from ../arch/arm64/include/asm/compat.h:25:
  1750. In file included from ../include/linux/sched.h:15:
  1751. In file included from ../include/linux/sem.h:5:
  1752. In file included from ../include/uapi/linux/sem.h:5:
  1753. In file included from ../include/linux/ipc.h:7:
  1754. In file included from ../include/linux/rhashtable-types.h:15:
  1755. ../include/linux/workqueue.h:676:13: warning: unused function 'dump_workqueue' [-Wunused-function]
  1756. static void dump_workqueue(void) {}
  1757. ^
  1758. clang-16: error: assembler command failed with exit code 1 (use -v to see invocation)
  1759. make[2]: *** [../scripts/Makefile.build:338: init/main.o] Error 1
  1760. CC arch/arm64/kernel/fpsimd.o
  1761. 1 warning generated.
  1762. /tmp/do_mounts-c0e2d9.s: Assembler messages:
  1763. /tmp/do_mounts-c0e2d9.s:12: Error: junk at end of line, first unrecognized character is `"'
  1764. /tmp/do_mounts-c0e2d9.s:12: Error: file number less than one
  1765. /tmp/do_mounts-c0e2d9.s:13: Error: junk at end of line, first unrecognized character is `"'
  1766. /tmp/do_mounts-c0e2d9.s:14: Error: junk at end of line, first unrecognized character is `"'
  1767. /tmp/do_mounts-c0e2d9.s:15: Error: junk at end of line, first unrecognized character is `"'
  1768. /tmp/do_mounts-c0e2d9.s:16: Error: junk at end of line, first unrecognized character is `"'
  1769. /tmp/do_mounts-c0e2d9.s:17: Error: junk at end of line, first unrecognized character is `"'
  1770. /tmp/do_mounts-c0e2d9.s:18: Error: junk at end of line, first unrecognized character is `"'
  1771. /tmp/do_mounts-c0e2d9.s:19: Error: junk at end of line, first unrecognized character is `"'
  1772. /tmp/do_mounts-c0e2d9.s:20: Error: junk at end of line, first unrecognized character is `"'
  1773. /tmp/do_mounts-c0e2d9.s:21: Error: junk at end of line, first unrecognized character is `"'
  1774. /tmp/do_mounts-c0e2d9.s:22: Error: junk at end of line, first unrecognized character is `"'
  1775. /tmp/do_mounts-c0e2d9.s:23: Error: junk at end of line, first unrecognized character is `"'
  1776. /tmp/do_mounts-c0e2d9.s:24: Error: junk at end of line, first unrecognized character is `"'
  1777. /tmp/do_mounts-c0e2d9.s:25: Error: junk at end of line, first unrecognized character is `"'
  1778. /tmp/do_mounts-c0e2d9.s:26: Error: junk at end of line, first unrecognized character is `"'
  1779. /tmp/do_mounts-c0e2d9.s:27: Error: junk at end of line, first unrecognized character is `"'
  1780. /tmp/do_mounts-c0e2d9.s:28: Error: junk at end of line, first unrecognized character is `"'
  1781. /tmp/do_mounts-c0e2d9.s:29: Error: junk at end of line, first unrecognized character is `"'
  1782. /tmp/do_mounts-c0e2d9.s:30: Error: junk at end of line, first unrecognized character is `"'
  1783. /tmp/do_mounts-c0e2d9.s:31: Error: junk at end of line, first unrecognized character is `"'
  1784. /tmp/do_mounts-c0e2d9.s:32: Error: junk at end of line, first unrecognized character is `"'
  1785. /tmp/do_mounts-c0e2d9.s:33: Error: junk at end of line, first unrecognized character is `"'
  1786. /tmp/do_mounts-c0e2d9.s:34: Error: junk at end of line, first unrecognized character is `"'
  1787. /tmp/do_mounts-c0e2d9.s:35: Error: junk at end of line, first unrecognized character is `"'
  1788. /tmp/do_mounts-c0e2d9.s:36: Error: junk at end of line, first unrecognized character is `"'
  1789. /tmp/do_mounts-c0e2d9.s:37: Error: junk at end of line, first unrecognized character is `"'
  1790. /tmp/do_mounts-c0e2d9.s:38: Error: junk at end of line, first unrecognized character is `"'
  1791. /tmp/do_mounts-c0e2d9.s:39: Error: junk at end of line, first unrecognized character is `"'
  1792. /tmp/do_mounts-c0e2d9.s:40: Error: junk at end of line, first unrecognized character is `"'
  1793. /tmp/do_mounts-c0e2d9.s:41: Error: junk at end of line, first unrecognized character is `"'
  1794. /tmp/do_mounts-c0e2d9.s:42: Error: junk at end of line, first unrecognized character is `"'
  1795. /tmp/do_mounts-c0e2d9.s:43: Error: junk at end of line, first unrecognized character is `"'
  1796. /tmp/do_mounts-c0e2d9.s:44: Error: junk at end of line, first unrecognized character is `"'
  1797. /tmp/do_mounts-c0e2d9.s:45: Error: junk at end of line, first unrecognized character is `"'
  1798. /tmp/do_mounts-c0e2d9.s:46: Error: junk at end of line, first unrecognized character is `"'
  1799. /tmp/do_mounts-c0e2d9.s:47: Error: junk at end of line, first unrecognized character is `"'
  1800. /tmp/do_mounts-c0e2d9.s:48: Error: junk at end of line, first unrecognized character is `"'
  1801. /tmp/do_mounts-c0e2d9.s:49: Error: junk at end of line, first unrecognized character is `"'
  1802. /tmp/do_mounts-c0e2d9.s:50: Error: junk at end of line, first unrecognized character is `"'
  1803. /tmp/do_mounts-c0e2d9.s:51: Error: junk at end of line, first unrecognized character is `"'
  1804. /tmp/do_mounts-c0e2d9.s:52: Error: junk at end of line, first unrecognized character is `"'
  1805. /tmp/do_mounts-c0e2d9.s:53: Error: junk at end of line, first unrecognized character is `"'
  1806. /tmp/do_mounts-c0e2d9.s:54: Error: junk at end of line, first unrecognized character is `"'
  1807. /tmp/do_mounts-c0e2d9.s:55: Error: junk at end of line, first unrecognized character is `"'
  1808. /tmp/do_mounts-c0e2d9.s:56: Error: junk at end of line, first unrecognized character is `"'
  1809. /tmp/do_mounts-c0e2d9.s:57: Error: junk at end of line, first unrecognized character is `"'
  1810. /tmp/do_mounts-c0e2d9.s:58: Error: junk at end of line, first unrecognized character is `"'
  1811. /tmp/do_mounts-c0e2d9.s:59: Error: junk at end of line, first unrecognized character is `"'
  1812. /tmp/do_mounts-c0e2d9.s:60: Error: junk at end of line, first unrecognized character is `"'
  1813. /tmp/do_mounts-c0e2d9.s:61: Error: junk at end of line, first unrecognized character is `"'
  1814. /tmp/do_mounts-c0e2d9.s:62: Error: junk at end of line, first unrecognized character is `"'
  1815. /tmp/do_mounts-c0e2d9.s:63: Error: junk at end of line, first unrecognized character is `"'
  1816. /tmp/do_mounts-c0e2d9.s:64: Error: junk at end of line, first unrecognized character is `"'
  1817. /tmp/do_mounts-c0e2d9.s:65: Error: junk at end of line, first unrecognized character is `"'
  1818. /tmp/do_mounts-c0e2d9.s:66: Error: junk at end of line, first unrecognized character is `"'
  1819. /tmp/do_mounts-c0e2d9.s:67: Error: junk at end of line, first unrecognized character is `"'
  1820. /tmp/do_mounts-c0e2d9.s:68: Error: junk at end of line, first unrecognized character is `"'
  1821. /tmp/do_mounts-c0e2d9.s:69: Error: junk at end of line, first unrecognized character is `"'
  1822. /tmp/do_mounts-c0e2d9.s:70: Error: junk at end of line, first unrecognized character is `"'
  1823. /tmp/do_mounts-c0e2d9.s:71: Error: junk at end of line, first unrecognized character is `"'
  1824. /tmp/do_mounts-c0e2d9.s:72: Error: junk at end of line, first unrecognized character is `"'
  1825. /tmp/do_mounts-c0e2d9.s:73: Error: junk at end of line, first unrecognized character is `"'
  1826. /tmp/do_mounts-c0e2d9.s:74: Error: junk at end of line, first unrecognized character is `"'
  1827. /tmp/do_mounts-c0e2d9.s:75: Error: junk at end of line, first unrecognized character is `"'
  1828. /tmp/do_mounts-c0e2d9.s:76: Error: junk at end of line, first unrecognized character is `"'
  1829. /tmp/do_mounts-c0e2d9.s:77: Error: junk at end of line, first unrecognized character is `"'
  1830. /tmp/do_mounts-c0e2d9.s:78: Error: junk at end of line, first unrecognized character is `"'
  1831. /tmp/do_mounts-c0e2d9.s:79: Error: junk at end of line, first unrecognized character is `"'
  1832. /tmp/do_mounts-c0e2d9.s:80: Error: junk at end of line, first unrecognized character is `"'
  1833. /tmp/do_mounts-c0e2d9.s:81: Error: junk at end of line, first unrecognized character is `"'
  1834. /tmp/do_mounts-c0e2d9.s:82: Error: junk at end of line, first unrecognized character is `"'
  1835. /tmp/do_mounts-c0e2d9.s:83: Error: junk at end of line, first unrecognized character is `"'
  1836. /tmp/do_mounts-c0e2d9.s:84: Error: junk at end of line, first unrecognized character is `"'
  1837. /tmp/do_mounts-c0e2d9.s:85: Error: junk at end of line, first unrecognized character is `"'
  1838. /tmp/do_mounts-c0e2d9.s:86: Error: junk at end of line, first unrecognized character is `"'
  1839. /tmp/do_mounts-c0e2d9.s:87: Error: junk at end of line, first unrecognized character is `"'
  1840. /tmp/do_mounts-c0e2d9.s:88: Error: junk at end of line, first unrecognized character is `"'
  1841. /tmp/do_mounts-c0e2d9.s:89: Error: junk at end of line, first unrecognized character is `"'
  1842. /tmp/do_mounts-c0e2d9.s:90: Error: junk at end of line, first unrecognized character is `"'
  1843. /tmp/do_mounts-c0e2d9.s:91: Error: junk at end of line, first unrecognized character is `"'
  1844. /tmp/do_mounts-c0e2d9.s:92: Error: junk at end of line, first unrecognized character is `"'
  1845. /tmp/do_mounts-c0e2d9.s:93: Error: junk at end of line, first unrecognized character is `"'
  1846. /tmp/do_mounts-c0e2d9.s:94: Error: junk at end of line, first unrecognized character is `"'
  1847. /tmp/do_mounts-c0e2d9.s:95: Error: junk at end of line, first unrecognized character is `"'
  1848. /tmp/do_mounts-c0e2d9.s:96: Error: junk at end of line, first unrecognized character is `"'
  1849. /tmp/do_mounts-c0e2d9.s:97: Error: junk at end of line, first unrecognized character is `"'
  1850. /tmp/do_mounts-c0e2d9.s:98: Error: junk at end of line, first unrecognized character is `"'
  1851. /tmp/do_mounts-c0e2d9.s:99: Error: junk at end of line, first unrecognized character is `"'
  1852. /tmp/do_mounts-c0e2d9.s:100: Error: junk at end of line, first unrecognized character is `"'
  1853. /tmp/do_mounts-c0e2d9.s:101: Error: junk at end of line, first unrecognized character is `"'
  1854. /tmp/do_mounts-c0e2d9.s:102: Error: junk at end of line, first unrecognized character is `"'
  1855. /tmp/do_mounts-c0e2d9.s:103: Error: junk at end of line, first unrecognized character is `"'
  1856. /tmp/do_mounts-c0e2d9.s:104: Error: junk at end of line, first unrecognized character is `"'
  1857. /tmp/do_mounts-c0e2d9.s:105: Error: junk at end of line, first unrecognized character is `"'
  1858. /tmp/do_mounts-c0e2d9.s:106: Error: junk at end of line, first unrecognized character is `"'
  1859. /tmp/do_mounts-c0e2d9.s:107: Error: junk at end of line, first unrecognized character is `"'
  1860. /tmp/do_mounts-c0e2d9.s:108: Error: junk at end of line, first unrecognized character is `"'
  1861. /tmp/do_mounts-c0e2d9.s:109: Error: junk at end of line, first unrecognized character is `"'
  1862. /tmp/do_mounts-c0e2d9.s:110: Error: junk at end of line, first unrecognized character is `"'
  1863. /tmp/do_mounts-c0e2d9.s:111: Error: junk at end of line, first unrecognized character is `"'
  1864. /tmp/do_mounts-c0e2d9.s:112: Error: junk at end of line, first unrecognized character is `"'
  1865. /tmp/do_mounts-c0e2d9.s:113: Error: junk at end of line, first unrecognized character is `"'
  1866. /tmp/do_mounts-c0e2d9.s:114: Error: junk at end of line, first unrecognized character is `"'
  1867. /tmp/do_mounts-c0e2d9.s:115: Error: junk at end of line, first unrecognized character is `"'
  1868. /tmp/do_mounts-c0e2d9.s:116: Error: junk at end of line, first unrecognized character is `"'
  1869. /tmp/do_mounts-c0e2d9.s:117: Error: junk at end of line, first unrecognized character is `"'
  1870. /tmp/do_mounts-c0e2d9.s:118: Error: junk at end of line, first unrecognized character is `"'
  1871. /tmp/do_mounts-c0e2d9.s:119: Error: junk at end of line, first unrecognized character is `"'
  1872. /tmp/do_mounts-c0e2d9.s:120: Error: junk at end of line, first unrecognized character is `"'
  1873. /tmp/do_mounts-c0e2d9.s:121: Error: junk at end of line, first unrecognized character is `"'
  1874. /tmp/do_mounts-c0e2d9.s:122: Error: junk at end of line, first unrecognized character is `"'
  1875. /tmp/do_mounts-c0e2d9.s:123: Error: junk at end of line, first unrecognized character is `"'
  1876. /tmp/do_mounts-c0e2d9.s:124: Error: junk at end of line, first unrecognized character is `"'
  1877. /tmp/do_mounts-c0e2d9.s:125: Error: junk at end of line, first unrecognized character is `"'
  1878. /tmp/do_mounts-c0e2d9.s:126: Error: junk at end of line, first unrecognized character is `"'
  1879. /tmp/do_mounts-c0e2d9.s:127: Error: junk at end of line, first unrecognized character is `"'
  1880. /tmp/do_mounts-c0e2d9.s:128: Error: junk at end of line, first unrecognized character is `"'
  1881. /tmp/do_mounts-c0e2d9.s:129: Error: junk at end of line, first unrecognized character is `"'
  1882. /tmp/do_mounts-c0e2d9.s:130: Error: junk at end of line, first unrecognized character is `"'
  1883. /tmp/do_mounts-c0e2d9.s:131: Error: junk at end of line, first unrecognized character is `"'
  1884. /tmp/do_mounts-c0e2d9.s:132: Error: junk at end of line, first unrecognized character is `"'
  1885. /tmp/do_mounts-c0e2d9.s:133: Error: junk at end of line, first unrecognized character is `"'
  1886. /tmp/do_mounts-c0e2d9.s:134: Error: junk at end of line, first unrecognized character is `"'
  1887. /tmp/do_mounts-c0e2d9.s:135: Error: junk at end of line, first unrecognized character is `"'
  1888. /tmp/do_mounts-c0e2d9.s:136: Error: junk at end of line, first unrecognized character is `"'
  1889. /tmp/do_mounts-c0e2d9.s:137: Error: junk at end of line, first unrecognized character is `"'
  1890. /tmp/do_mounts-c0e2d9.s:138: Error: junk at end of line, first unrecognized character is `"'
  1891. /tmp/do_mounts-c0e2d9.s:139: Error: junk at end of line, first unrecognized character is `"'
  1892. /tmp/do_mounts-c0e2d9.s:140: Error: junk at end of line, first unrecognized character is `"'
  1893. /tmp/do_mounts-c0e2d9.s:141: Error: junk at end of line, first unrecognized character is `"'
  1894. /tmp/do_mounts-c0e2d9.s:142: Error: junk at end of line, first unrecognized character is `"'
  1895. /tmp/do_mounts-c0e2d9.s:143: Error: junk at end of line, first unrecognized character is `"'
  1896. /tmp/do_mounts-c0e2d9.s:144: Error: junk at end of line, first unrecognized character is `"'
  1897. /tmp/do_mounts-c0e2d9.s:145: Error: junk at end of line, first unrecognized character is `"'
  1898. /tmp/do_mounts-c0e2d9.s:146: Error: junk at end of line, first unrecognized character is `"'
  1899. /tmp/do_mounts-c0e2d9.s:147: Error: junk at end of line, first unrecognized character is `"'
  1900. /tmp/do_mounts-c0e2d9.s:148: Error: junk at end of line, first unrecognized character is `"'
  1901. /tmp/do_mounts-c0e2d9.s:149: Error: junk at end of line, first unrecognized character is `"'
  1902. /tmp/do_mounts-c0e2d9.s:150: Error: junk at end of line, first unrecognized character is `"'
  1903. /tmp/do_mounts-c0e2d9.s:151: Error: junk at end of line, first unrecognized character is `"'
  1904. /tmp/do_mounts-c0e2d9.s:152: Error: junk at end of line, first unrecognized character is `"'
  1905. /tmp/do_mounts-c0e2d9.s:153: Error: junk at end of line, first unrecognized character is `"'
  1906. /tmp/do_mounts-c0e2d9.s:154: Error: junk at end of line, first unrecognized character is `"'
  1907. /tmp/do_mounts-c0e2d9.s:155: Error: junk at end of line, first unrecognized character is `"'
  1908. /tmp/do_mounts-c0e2d9.s:156: Error: junk at end of line, first unrecognized character is `"'
  1909. /tmp/do_mounts-c0e2d9.s:157: Error: junk at end of line, first unrecognized character is `"'
  1910. /tmp/do_mounts-c0e2d9.s:158: Error: junk at end of line, first unrecognized character is `"'
  1911. /tmp/do_mounts-c0e2d9.s:159: Error: junk at end of line, first unrecognized character is `"'
  1912. /tmp/do_mounts-c0e2d9.s:160: Error: junk at end of line, first unrecognized character is `"'
  1913. /tmp/do_mounts-c0e2d9.s:161: Error: junk at end of line, first unrecognized character is `"'
  1914. /tmp/do_mounts-c0e2d9.s:162: Error: junk at end of line, first unrecognized character is `"'
  1915. /tmp/do_mounts-c0e2d9.s:163: Error: junk at end of line, first unrecognized character is `"'
  1916. /tmp/do_mounts-c0e2d9.s:164: Error: junk at end of line, first unrecognized character is `"'
  1917. /tmp/do_mounts-c0e2d9.s:165: Error: junk at end of line, first unrecognized character is `"'
  1918. /tmp/do_mounts-c0e2d9.s:166: Error: junk at end of line, first unrecognized character is `"'
  1919. /tmp/do_mounts-c0e2d9.s:167: Error: junk at end of line, first unrecognized character is `"'
  1920. /tmp/do_mounts-c0e2d9.s:168: Error: junk at end of line, first unrecognized character is `"'
  1921. /tmp/do_mounts-c0e2d9.s:169: Error: junk at end of line, first unrecognized character is `"'
  1922. /tmp/do_mounts-c0e2d9.s:170: Error: junk at end of line, first unrecognized character is `"'
  1923. /tmp/do_mounts-c0e2d9.s:171: Error: junk at end of line, first unrecognized character is `"'
  1924. /tmp/do_mounts-c0e2d9.s:172: Error: junk at end of line, first unrecognized character is `"'
  1925. /tmp/do_mounts-c0e2d9.s:173: Error: junk at end of line, first unrecognized character is `"'
  1926. /tmp/do_mounts-c0e2d9.s:174: Error: junk at end of line, first unrecognized character is `"'
  1927. /tmp/do_mounts-c0e2d9.s:175: Error: junk at end of line, first unrecognized character is `"'
  1928. /tmp/do_mounts-c0e2d9.s:176: Error: junk at end of line, first unrecognized character is `"'
  1929. /tmp/do_mounts-c0e2d9.s:177: Error: junk at end of line, first unrecognized character is `"'
  1930. /tmp/do_mounts-c0e2d9.s:178: Error: junk at end of line, first unrecognized character is `"'
  1931. /tmp/do_mounts-c0e2d9.s:179: Error: junk at end of line, first unrecognized character is `"'
  1932. /tmp/do_mounts-c0e2d9.s:180: Error: junk at end of line, first unrecognized character is `"'
  1933. /tmp/do_mounts-c0e2d9.s:181: Error: junk at end of line, first unrecognized character is `"'
  1934. /tmp/do_mounts-c0e2d9.s:182: Error: junk at end of line, first unrecognized character is `"'
  1935. /tmp/do_mounts-c0e2d9.s:183: Error: junk at end of line, first unrecognized character is `"'
  1936. /tmp/do_mounts-c0e2d9.s:184: Error: junk at end of line, first unrecognized character is `"'
  1937. /tmp/do_mounts-c0e2d9.s:185: Error: junk at end of line, first unrecognized character is `"'
  1938. /tmp/do_mounts-c0e2d9.s:186: Error: junk at end of line, first unrecognized character is `"'
  1939. /tmp/do_mounts-c0e2d9.s:187: Error: junk at end of line, first unrecognized character is `"'
  1940. /tmp/do_mounts-c0e2d9.s:188: Error: junk at end of line, first unrecognized character is `"'
  1941. /tmp/do_mounts-c0e2d9.s:189: Error: junk at end of line, first unrecognized character is `"'
  1942. /tmp/do_mounts-c0e2d9.s:190: Error: junk at end of line, first unrecognized character is `"'
  1943. /tmp/do_mounts-c0e2d9.s:191: Error: junk at end of line, first unrecognized character is `"'
  1944. /tmp/do_mounts-c0e2d9.s:192: Error: junk at end of line, first unrecognized character is `"'
  1945. /tmp/do_mounts-c0e2d9.s:193: Error: junk at end of line, first unrecognized character is `"'
  1946. /tmp/do_mounts-c0e2d9.s:194: Error: junk at end of line, first unrecognized character is `"'
  1947. /tmp/do_mounts-c0e2d9.s:195: Error: junk at end of line, first unrecognized character is `"'
  1948. /tmp/do_mounts-c0e2d9.s:196: Error: junk at end of line, first unrecognized character is `"'
  1949. /tmp/do_mounts-c0e2d9.s:197: Error: junk at end of line, first unrecognized character is `"'
  1950. /tmp/do_mounts-c0e2d9.s:198: Error: junk at end of line, first unrecognized character is `"'
  1951. /tmp/do_mounts-c0e2d9.s:199: Error: junk at end of line, first unrecognized character is `"'
  1952. /tmp/do_mounts-c0e2d9.s:200: Error: junk at end of line, first unrecognized character is `"'
  1953. /tmp/do_mounts-c0e2d9.s:201: Error: junk at end of line, first unrecognized character is `"'
  1954. /tmp/do_mounts-c0e2d9.s:202: Error: junk at end of line, first unrecognized character is `"'
  1955. /tmp/do_mounts-c0e2d9.s:203: Error: junk at end of line, first unrecognized character is `"'
  1956. /tmp/do_mounts-c0e2d9.s:204: Error: junk at end of line, first unrecognized character is `"'
  1957. /tmp/do_mounts-c0e2d9.s:205: Error: junk at end of line, first unrecognized character is `"'
  1958. /tmp/do_mounts-c0e2d9.s:206: Error: junk at end of line, first unrecognized character is `"'
  1959. /tmp/do_mounts-c0e2d9.s:207: Error: junk at end of line, first unrecognized character is `"'
  1960. /tmp/do_mounts-c0e2d9.s:208: Error: junk at end of line, first unrecognized character is `"'
  1961. /tmp/do_mounts-c0e2d9.s:209: Error: junk at end of line, first unrecognized character is `"'
  1962. /tmp/do_mounts-c0e2d9.s:210: Error: junk at end of line, first unrecognized character is `"'
  1963. /tmp/do_mounts-c0e2d9.s:211: Error: junk at end of line, first unrecognized character is `"'
  1964. /tmp/do_mounts-c0e2d9.s:212: Error: junk at end of line, first unrecognized character is `"'
  1965. /tmp/do_mounts-c0e2d9.s:213: Error: junk at end of line, first unrecognized character is `"'
  1966. /tmp/do_mounts-c0e2d9.s:214: Error: junk at end of line, first unrecognized character is `"'
  1967. /tmp/do_mounts-c0e2d9.s:215: Error: junk at end of line, first unrecognized character is `"'
  1968. /tmp/do_mounts-c0e2d9.s:216: Error: junk at end of line, first unrecognized character is `"'
  1969. /tmp/do_mounts-c0e2d9.s:217: Error: junk at end of line, first unrecognized character is `"'
  1970. /tmp/do_mounts-c0e2d9.s:218: Error: junk at end of line, first unrecognized character is `"'
  1971. /tmp/do_mounts-c0e2d9.s:219: Error: junk at end of line, first unrecognized character is `"'
  1972. /tmp/do_mounts-c0e2d9.s:220: Error: junk at end of line, first unrecognized character is `"'
  1973. /tmp/do_mounts-c0e2d9.s:221: Error: junk at end of line, first unrecognized character is `"'
  1974. /tmp/do_mounts-c0e2d9.s:222: Error: junk at end of line, first unrecognized character is `"'
  1975. /tmp/do_mounts-c0e2d9.s:223: Error: junk at end of line, first unrecognized character is `"'
  1976. /tmp/do_mounts-c0e2d9.s:224: Error: junk at end of line, first unrecognized character is `"'
  1977. /tmp/do_mounts-c0e2d9.s:225: Error: junk at end of line, first unrecognized character is `"'
  1978. /tmp/do_mounts-c0e2d9.s:226: Error: junk at end of line, first unrecognized character is `"'
  1979. /tmp/do_mounts-c0e2d9.s:227: Error: junk at end of line, first unrecognized character is `"'
  1980. /tmp/do_mounts-c0e2d9.s:228: Error: junk at end of line, first unrecognized character is `"'
  1981. /tmp/do_mounts-c0e2d9.s:229: Error: junk at end of line, first unrecognized character is `"'
  1982. /tmp/do_mounts-c0e2d9.s:230: Error: junk at end of line, first unrecognized character is `"'
  1983. /tmp/do_mounts-c0e2d9.s:231: Error: junk at end of line, first unrecognized character is `"'
  1984. /tmp/do_mounts-c0e2d9.s:232: Error: junk at end of line, first unrecognized character is `"'
  1985. /tmp/do_mounts-c0e2d9.s:233: Error: junk at end of line, first unrecognized character is `"'
  1986. /tmp/do_mounts-c0e2d9.s:234: Error: junk at end of line, first unrecognized character is `"'
  1987. /tmp/do_mounts-c0e2d9.s:235: Error: junk at end of line, first unrecognized character is `"'
  1988. /tmp/do_mounts-c0e2d9.s:236: Error: junk at end of line, first unrecognized character is `"'
  1989. /tmp/do_mounts-c0e2d9.s:237: Error: junk at end of line, first unrecognized character is `"'
  1990. /tmp/do_mounts-c0e2d9.s:238: Error: junk at end of line, first unrecognized character is `"'
  1991. /tmp/do_mounts-c0e2d9.s:239: Error: junk at end of line, first unrecognized character is `"'
  1992. /tmp/do_mounts-c0e2d9.s:240: Error: junk at end of line, first unrecognized character is `"'
  1993. /tmp/do_mounts-c0e2d9.s:241: Error: junk at end of line, first unrecognized character is `"'
  1994. /tmp/do_mounts-c0e2d9.s:242: Error: junk at end of line, first unrecognized character is `"'
  1995. /tmp/do_mounts-c0e2d9.s:243: Error: junk at end of line, first unrecognized character is `"'
  1996. /tmp/do_mounts-c0e2d9.s:244: Error: junk at end of line, first unrecognized character is `"'
  1997. /tmp/do_mounts-c0e2d9.s:245: Error: junk at end of line, first unrecognized character is `"'
  1998. /tmp/do_mounts-c0e2d9.s:246: Error: junk at end of line, first unrecognized character is `"'
  1999. /tmp/do_mounts-c0e2d9.s:252: Error: file number less than one
  2000. /tmp/do_mounts-c0e2d9.s:252: Error: junk at end of line, first unrecognized character is `0'
  2001. /tmp/do_mounts-c0e2d9.s:264: Error: file number less than one
  2002. /tmp/do_mounts-c0e2d9.s:264: Error: junk at end of line, first unrecognized character is `1'
  2003. /tmp/do_mounts-c0e2d9.s:270: Error: file number less than one
  2004. /tmp/do_mounts-c0e2d9.s:270: Error: junk at end of line, first unrecognized character is `1'
  2005. /tmp/do_mounts-c0e2d9.s:272: Error: file number less than one
  2006. /tmp/do_mounts-c0e2d9.s:272: Error: junk at end of line, first unrecognized character is `1'
  2007. /tmp/do_mounts-c0e2d9.s:274: Error: file number less than one
  2008. /tmp/do_mounts-c0e2d9.s:274: Error: junk at end of line, first unrecognized character is `2'
  2009. /tmp/do_mounts-c0e2d9.s:276: Error: file number less than one
  2010. /tmp/do_mounts-c0e2d9.s:276: Error: junk at end of line, first unrecognized character is `1'
  2011. /tmp/do_mounts-c0e2d9.s:278: Error: file number less than one
  2012. /tmp/do_mounts-c0e2d9.s:278: Error: junk at end of line, first unrecognized character is `2'
  2013. /tmp/do_mounts-c0e2d9.s:285: Error: junk at end of line, first unrecognized character is `"'
  2014. /tmp/do_mounts-c0e2d9.s:291: Error: file number less than one
  2015. /tmp/do_mounts-c0e2d9.s:291: Error: junk at end of line, first unrecognized character is `0'
  2016. /tmp/do_mounts-c0e2d9.s:295: Error: file number less than one
  2017. /tmp/do_mounts-c0e2d9.s:295: Error: junk at end of line, first unrecognized character is `6'
  2018. /tmp/do_mounts-c0e2d9.s:298: Error: file number less than one
  2019. /tmp/do_mounts-c0e2d9.s:298: Error: junk at end of line, first unrecognized character is `6'
  2020. /tmp/do_mounts-c0e2d9.s:303: Error: file number less than one
  2021. /tmp/do_mounts-c0e2d9.s:303: Error: junk at end of line, first unrecognized character is `6'
  2022. /tmp/do_mounts-c0e2d9.s:307: Error: file number less than one
  2023. /tmp/do_mounts-c0e2d9.s:307: Error: junk at end of line, first unrecognized character is `1'
  2024. /tmp/do_mounts-c0e2d9.s:312: Error: file number less than one
  2025. /tmp/do_mounts-c0e2d9.s:312: Error: junk at end of line, first unrecognized character is `1'
  2026. /tmp/do_mounts-c0e2d9.s:320: Error: file number less than one
  2027. /tmp/do_mounts-c0e2d9.s:320: Error: junk at end of line, first unrecognized character is `1'
  2028. /tmp/do_mounts-c0e2d9.s:331: Error: file number less than one
  2029. /tmp/do_mounts-c0e2d9.s:331: Error: junk at end of line, first unrecognized character is `0'
  2030. /tmp/do_mounts-c0e2d9.s:335: Error: file number less than one
  2031. /tmp/do_mounts-c0e2d9.s:335: Error: junk at end of line, first unrecognized character is `6'
  2032. /tmp/do_mounts-c0e2d9.s:338: Error: file number less than one
  2033. /tmp/do_mounts-c0e2d9.s:338: Error: junk at end of line, first unrecognized character is `6'
  2034. /tmp/do_mounts-c0e2d9.s:343: Error: file number less than one
  2035. /tmp/do_mounts-c0e2d9.s:343: Error: junk at end of line, first unrecognized character is `6'
  2036. /tmp/do_mounts-c0e2d9.s:347: Error: file number less than one
  2037. /tmp/do_mounts-c0e2d9.s:347: Error: junk at end of line, first unrecognized character is `1'
  2038. /tmp/do_mounts-c0e2d9.s:352: Error: file number less than one
  2039. /tmp/do_mounts-c0e2d9.s:352: Error: junk at end of line, first unrecognized character is `1'
  2040. /tmp/do_mounts-c0e2d9.s:360: Error: file number less than one
  2041. /tmp/do_mounts-c0e2d9.s:360: Error: junk at end of line, first unrecognized character is `1'
  2042. /tmp/do_mounts-c0e2d9.s:373: Error: file number less than one
  2043. /tmp/do_mounts-c0e2d9.s:373: Error: junk at end of line, first unrecognized character is `0'
  2044. /tmp/do_mounts-c0e2d9.s:393: Error: file number less than one
  2045. /tmp/do_mounts-c0e2d9.s:393: Error: junk at end of line, first unrecognized character is `6'
  2046. /tmp/do_mounts-c0e2d9.s:400: Error: file number less than one
  2047. /tmp/do_mounts-c0e2d9.s:400: Error: junk at end of line, first unrecognized character is `6'
  2048. /tmp/do_mounts-c0e2d9.s:404: Error: file number less than one
  2049. /tmp/do_mounts-c0e2d9.s:404: Error: junk at end of line, first unrecognized character is `7'
  2050. /tmp/do_mounts-c0e2d9.s:409: Error: file number less than one
  2051. /tmp/do_mounts-c0e2d9.s:409: Error: junk at end of line, first unrecognized character is `8'
  2052. /tmp/do_mounts-c0e2d9.s:414: Error: file number less than one
  2053. /tmp/do_mounts-c0e2d9.s:414: Error: junk at end of line, first unrecognized character is `6'
  2054. /tmp/do_mounts-c0e2d9.s:417: Error: file number less than one
  2055. /tmp/do_mounts-c0e2d9.s:417: Error: junk at end of line, first unrecognized character is `6'
  2056. /tmp/do_mounts-c0e2d9.s:425: Error: file number less than one
  2057. /tmp/do_mounts-c0e2d9.s:425: Error: junk at end of line, first unrecognized character is `6'
  2058. /tmp/do_mounts-c0e2d9.s:432: Error: file number less than one
  2059. /tmp/do_mounts-c0e2d9.s:432: Error: junk at end of line, first unrecognized character is `6'
  2060. /tmp/do_mounts-c0e2d9.s:440: Error: file number less than one
  2061. /tmp/do_mounts-c0e2d9.s:440: Error: junk at end of line, first unrecognized character is `6'
  2062. /tmp/do_mounts-c0e2d9.s:447: Error: file number less than one
  2063. /tmp/do_mounts-c0e2d9.s:447: Error: junk at end of line, first unrecognized character is `8'
  2064. /tmp/do_mounts-c0e2d9.s:455: Error: file number less than one
  2065. /tmp/do_mounts-c0e2d9.s:455: Error: junk at end of line, first unrecognized character is `1'
  2066. /tmp/do_mounts-c0e2d9.s:460: Error: file number less than one
  2067. /tmp/do_mounts-c0e2d9.s:460: Error: junk at end of line, first unrecognized character is `2'
  2068. /tmp/do_mounts-c0e2d9.s:462: Error: file number less than one
  2069. /tmp/do_mounts-c0e2d9.s:462: Error: junk at end of line, first unrecognized character is `8'
  2070. /tmp/do_mounts-c0e2d9.s:468: Error: file number less than one
  2071. /tmp/do_mounts-c0e2d9.s:468: Error: junk at end of line, first unrecognized character is `8'
  2072. /tmp/do_mounts-c0e2d9.s:471: Error: file number less than one
  2073. /tmp/do_mounts-c0e2d9.s:471: Error: junk at end of line, first unrecognized character is `5'
  2074. /tmp/do_mounts-c0e2d9.s:488: Error: file number less than one
  2075. /tmp/do_mounts-c0e2d9.s:488: Error: junk at end of line, first unrecognized character is `8'
  2076. /tmp/do_mounts-c0e2d9.s:498: Error: file number less than one
  2077. /tmp/do_mounts-c0e2d9.s:498: Error: junk at end of line, first unrecognized character is `7'
  2078. /tmp/do_mounts-c0e2d9.s:510: Error: file number less than one
  2079. /tmp/do_mounts-c0e2d9.s:510: Error: junk at end of line, first unrecognized character is `1'
  2080. /tmp/do_mounts-c0e2d9.s:519: Error: file number less than one
  2081. /tmp/do_mounts-c0e2d9.s:519: Error: junk at end of line, first unrecognized character is `2'
  2082. /tmp/do_mounts-c0e2d9.s:539: Error: file number less than one
  2083. /tmp/do_mounts-c0e2d9.s:539: Error: junk at end of line, first unrecognized character is `8'
  2084. /tmp/do_mounts-c0e2d9.s:545: Error: file number less than one
  2085. /tmp/do_mounts-c0e2d9.s:545: Error: junk at end of line, first unrecognized character is `1'
  2086. /tmp/do_mounts-c0e2d9.s:548: Error: file number less than one
  2087. /tmp/do_mounts-c0e2d9.s:548: Error: junk at end of line, first unrecognized character is `6'
  2088. /tmp/do_mounts-c0e2d9.s:553: Error: file number less than one
  2089. /tmp/do_mounts-c0e2d9.s:553: Error: junk at end of line, first unrecognized character is `1'
  2090. /tmp/do_mounts-c0e2d9.s:560: Error: file number less than one
  2091. /tmp/do_mounts-c0e2d9.s:560: Error: junk at end of line, first unrecognized character is `1'
  2092. /tmp/do_mounts-c0e2d9.s:564: Error: file number less than one
  2093. /tmp/do_mounts-c0e2d9.s:564: Error: junk at end of line, first unrecognized character is `6'
  2094. /tmp/do_mounts-c0e2d9.s:580: Error: file number less than one
  2095. /tmp/do_mounts-c0e2d9.s:580: Error: junk at end of line, first unrecognized character is `0'
  2096. /tmp/do_mounts-c0e2d9.s:585: Error: file number less than one
  2097. /tmp/do_mounts-c0e2d9.s:585: Error: junk at end of line, first unrecognized character is `2'
  2098. /tmp/do_mounts-c0e2d9.s:590: Error: file number less than one
  2099. /tmp/do_mounts-c0e2d9.s:590: Error: junk at end of line, first unrecognized character is `7'
  2100. /tmp/do_mounts-c0e2d9.s:596: Error: file number less than one
  2101. /tmp/do_mounts-c0e2d9.s:596: Error: junk at end of line, first unrecognized character is `8'
  2102. /tmp/do_mounts-c0e2d9.s:599: Error: file number less than one
  2103. /tmp/do_mounts-c0e2d9.s:599: Error: junk at end of line, first unrecognized character is `7'
  2104. /tmp/do_mounts-c0e2d9.s:602: Error: file number less than one
  2105. /tmp/do_mounts-c0e2d9.s:602: Error: junk at end of line, first unrecognized character is `7'
  2106. /tmp/do_mounts-c0e2d9.s:620: Error: file number less than one
  2107. /tmp/do_mounts-c0e2d9.s:620: Error: junk at end of line, first unrecognized character is `1'
  2108. /tmp/do_mounts-c0e2d9.s:623: Error: file number less than one
  2109. /tmp/do_mounts-c0e2d9.s:623: Error: junk at end of line, first unrecognized character is `0'
  2110. /tmp/do_mounts-c0e2d9.s:627: Error: file number less than one
  2111. /tmp/do_mounts-c0e2d9.s:627: Error: junk at end of line, first unrecognized character is `6'
  2112. /tmp/do_mounts-c0e2d9.s:640: Error: file number less than one
  2113. /tmp/do_mounts-c0e2d9.s:640: Error: junk at end of line, first unrecognized character is `8'
  2114. /tmp/do_mounts-c0e2d9.s:650: Error: file number less than one
  2115. /tmp/do_mounts-c0e2d9.s:650: Error: junk at end of line, first unrecognized character is `6'
  2116. /tmp/do_mounts-c0e2d9.s:663: Error: file number less than one
  2117. /tmp/do_mounts-c0e2d9.s:663: Error: junk at end of line, first unrecognized character is `0'
  2118. /tmp/do_mounts-c0e2d9.s:669: Error: file number less than one
  2119. /tmp/do_mounts-c0e2d9.s:669: Error: junk at end of line, first unrecognized character is `7'
  2120. /tmp/do_mounts-c0e2d9.s:673: Error: file number less than one
  2121. /tmp/do_mounts-c0e2d9.s:673: Error: junk at end of line, first unrecognized character is `6'
  2122. /tmp/do_mounts-c0e2d9.s:689: Error: file number less than one
  2123. /tmp/do_mounts-c0e2d9.s:689: Error: junk at end of line, first unrecognized character is `0'
  2124. /tmp/do_mounts-c0e2d9.s:734: Error: file number less than one
  2125. /tmp/do_mounts-c0e2d9.s:734: Error: junk at end of line, first unrecognized character is `7'
  2126. /tmp/do_mounts-c0e2d9.s:739: Error: file number less than one
  2127. /tmp/do_mounts-c0e2d9.s:739: Error: junk at end of line, first unrecognized character is `6'
  2128. /tmp/do_mounts-c0e2d9.s:745: Error: file number less than one
  2129. /tmp/do_mounts-c0e2d9.s:745: Error: junk at end of line, first unrecognized character is `6'
  2130. /tmp/do_mounts-c0e2d9.s:754: Error: file number less than one
  2131. /tmp/do_mounts-c0e2d9.s:754: Error: junk at end of line, first unrecognized character is `6'
  2132. /tmp/do_mounts-c0e2d9.s:760: Error: file number less than one
  2133. /tmp/do_mounts-c0e2d9.s:760: Error: junk at end of line, first unrecognized character is `6'
  2134. /tmp/do_mounts-c0e2d9.s:768: Error: file number less than one
  2135. /tmp/do_mounts-c0e2d9.s:768: Error: junk at end of line, first unrecognized character is `6'
  2136. /tmp/do_mounts-c0e2d9.s:772: Error: file number less than one
  2137. /tmp/do_mounts-c0e2d9.s:772: Error: junk at end of line, first unrecognized character is `6'
  2138. /tmp/do_mounts-c0e2d9.s:781: Error: file number less than one
  2139. /tmp/do_mounts-c0e2d9.s:781: Error: junk at end of line, first unrecognized character is `2'
  2140. /tmp/do_mounts-c0e2d9.s:786: Error: file number less than one
  2141. /tmp/do_mounts-c0e2d9.s:786: Error: junk at end of line, first unrecognized character is `0'
  2142. /tmp/do_mounts-c0e2d9.s:788: Error: file number less than one
  2143. /tmp/do_mounts-c0e2d9.s:788: Error: junk at end of line, first unrecognized character is `2'
  2144. /tmp/do_mounts-c0e2d9.s:792: Error: file number less than one
  2145. /tmp/do_mounts-c0e2d9.s:792: Error: junk at end of line, first unrecognized character is `2'
  2146. /tmp/do_mounts-c0e2d9.s:801: Error: file number less than one
  2147. /tmp/do_mounts-c0e2d9.s:801: Error: junk at end of line, first unrecognized character is `7'
  2148. /tmp/do_mounts-c0e2d9.s:804: Error: file number less than one
  2149. /tmp/do_mounts-c0e2d9.s:804: Error: junk at end of line, first unrecognized character is `1'
  2150. /tmp/do_mounts-c0e2d9.s:819: Error: file number less than one
  2151. /tmp/do_mounts-c0e2d9.s:819: Error: junk at end of line, first unrecognized character is `0'
  2152. /tmp/do_mounts-c0e2d9.s:823: Error: file number less than one
  2153. /tmp/do_mounts-c0e2d9.s:823: Error: junk at end of line, first unrecognized character is `1'
  2154. /tmp/do_mounts-c0e2d9.s:826: Error: file number less than one
  2155. /tmp/do_mounts-c0e2d9.s:826: Error: junk at end of line, first unrecognized character is `2'
  2156. /tmp/do_mounts-c0e2d9.s:842: Error: file number less than one
  2157. /tmp/do_mounts-c0e2d9.s:842: Error: junk at end of line, first unrecognized character is `8'
  2158. /tmp/do_mounts-c0e2d9.s:851: Error: file number less than one
  2159. /tmp/do_mounts-c0e2d9.s:851: Error: junk at end of line, first unrecognized character is `6'
  2160. /tmp/do_mounts-c0e2d9.s:859: Error: file number less than one
  2161. /tmp/do_mounts-c0e2d9.s:859: Error: junk at end of line, first unrecognized character is `1'
  2162. In file included from ../arch/arm64/kernel/debug-monitors.c:21:
  2163. In file included from ../include/linux/cpu.h/tmp/do_mounts-c0e2d9.s:867: Error: file number less than one
  2164. :17:
  2165. In file included from /tmp/do_mounts-c0e2d9.s:867: Error: junk at end of line, first unrecognized character is `2'
  2166. ../include/linux/node.h:18:
  2167. In file included from ../include/linux/device.h:16:
  2168. In file included from ../include/linux/kobject.h:20:
  2169. In file included from ../include/linux/sysfs.h:16:
  2170. In file included from ../include/linux/kernfs.h:14:
  2171. In file included from ../include/linux/idr.h:16:
  2172. In file included from /tmp/do_mounts-c0e2d9.s:874: Error: file number less than one
  2173. ../include/linux/gfp.h:6:
  2174. In file included from ../include/linux/mmzone.h:/tmp/do_mounts-c0e2d9.s:874: Error: junk at end of line, first unrecognized character is `2'
  2175. 810:
  2176. In file included from ../include/linux/memory_hotplug.h:7:
  2177. In file included from ../include/linux/notifier.h:16:
  2178. In file included from /tmp/do_mounts-c0e2d9.s:878: Error: junk at end of line, first unrecognized character is `"'
  2179. ../include/linux/srcu.h:34:
  2180. ../include/linux/workqueue.h:676:13: warning: /tmp/do_mounts-c0e2d9.s:882: Error: file number less than one
  2181. unused function 'dump_workqueue' [-Wunused-function]
  2182. /tmp/do_mounts-c0e2d9.s:882: Error: junk at end of line, first unrecognized character is `2'
  2183. static void dump_workqueue(void) {}
  2184. ^
  2185. /tmp/do_mounts-c0e2d9.s:890: Error: file number less than one
  2186. /tmp/do_mounts-c0e2d9.s:890: Error: junk at end of line, first unrecognized character is `1'
  2187. /tmp/do_mounts-c0e2d9.s:892: Error: file number less than one
  2188. /tmp/do_mounts-c0e2d9.s:892: Error: junk at end of line, first unrecognized character is `4'
  2189. /tmp/do_mounts-c0e2d9.s:894: Error: file number less than one
  2190. /tmp/do_mounts-c0e2d9.s:894: Error: junk at end of line, first unrecognized character is `1'
  2191. /tmp/do_mounts-c0e2d9.s:903: Error: file number less than one
  2192. /tmp/do_mounts-c0e2d9.s:903: Error: junk at end of line, first unrecognized character is `8'
  2193. /tmp/do_mounts-c0e2d9.s:920: Error: file number less than one
  2194. /tmp/do_mounts-c0e2d9.s:920: Error: junk at end of line, first unrecognized character is `1'
  2195. /tmp/do_mounts-c0e2d9.s:925: Error: file number less than one
  2196. /tmp/do_mounts-c0e2d9.s:925: Error: junk at end of line, first unrecognized character is `0'
  2197. /tmp/do_mounts-c0e2d9.s:929: Error: file number less than one
  2198. /tmp/do_mounts-c0e2d9.s:929: Error: junk at end of line, first unrecognized character is `6'
  2199. /tmp/do_mounts-c0e2d9.s:945: Error: file number less than one
  2200. /tmp/do_mounts-c0e2d9.s:945: Error: junk at end of line, first unrecognized character is `3'
  2201. /tmp/do_mounts-c0e2d9.s:950: Error: file number less than one
  2202. /tmp/do_mounts-c0e2d9.s:950: Error: junk at end of line, first unrecognized character is `7'
  2203. /tmp/do_mounts-c0e2d9.s:955: Error: file number less than one
  2204. /tmp/do_mounts-c0e2d9.s:955: Error: junk at end of line, first unrecognized character is `7'
  2205. /tmp/do_mounts-c0e2d9.s:966: Error: file number less than one
  2206. /tmp/do_mounts-c0e2d9.s:966: Error: junk at end of line, first unrecognized character is `1'
  2207. /tmp/do_mounts-c0e2d9.s:980: Error: file number less than one
  2208. /tmp/do_mounts-c0e2d9.s:980: Error: junk at end of line, first unrecognized character is `2'
  2209. /tmp/do_mounts-c0e2d9.s:986: Error: file number less than one
  2210. /tmp/do_mounts-c0e2d9.s:986: Error: junk at end of line, first unrecognized character is `9'
  2211. /tmp/do_mounts-c0e2d9.s:990: Error: file number less than one
  2212. /tmp/do_mounts-c0e2d9.s:990: Error: junk at end of line, first unrecognized character is `8'
  2213. /tmp/do_mounts-c0e2d9.s:997: Error: file number less than one
  2214. /tmp/do_mounts-c0e2d9.s:997: Error: junk at end of line, first unrecognized character is `8'
  2215. /tmp/do_mounts-c0e2d9.s:1009: Error: file number less than one
  2216. /tmp/do_mounts-c0e2d9.s:1009: Error: junk at end of line, first unrecognized character is `8'
  2217. /tmp/do_mounts-c0e2d9.s:1086: Error: file number less than one
  2218. /tmp/do_mounts-c0e2d9.s:1086: Error: junk at end of line, first unrecognized character is `5'
  2219. /tmp/do_mounts-c0e2d9.s:1088: Error: file number less than one
  2220. /tmp/do_mounts-c0e2d9.s:1088: Error: junk at end of line, first unrecognized character is `9'
  2221. /tmp/do_mounts-c0e2d9.s:1092: Error: file number less than one
  2222. /tmp/do_mounts-c0e2d9.s:1092: Error: junk at end of line, first unrecognized character is `6'
  2223. /tmp/do_mounts-c0e2d9.s:1110: Error: file number less than one
  2224. /tmp/do_mounts-c0e2d9.s:1110: Error: junk at end of line, first unrecognized character is `3'
  2225. /tmp/do_mounts-c0e2d9.s:1124: Error: file number less than one
  2226. /tmp/do_mounts-c0e2d9.s:1124: Error: junk at end of line, first unrecognized character is `2'
  2227. /tmp/do_mounts-c0e2d9.s:1128: Error: file number less than one
  2228. /tmp/do_mounts-c0e2d9.s:1128: Error: junk at end of line, first unrecognized character is `2'
  2229. /tmp/do_mounts-c0e2d9.s:1141: Error: file number less than one
  2230. /tmp/do_mounts-c0e2d9.s:1141: Error: junk at end of line, first unrecognized character is `2'
  2231. /tmp/do_mounts-c0e2d9.s:1147: Error: file number less than one
  2232. /tmp/do_mounts-c0e2d9.s:1147: Error: junk at end of line, first unrecognized character is `2'
  2233. /tmp/do_mounts-c0e2d9.s:1156: Error: file number less than one
  2234. /tmp/do_mounts-c0e2d9.s:1156: Error: junk at end of line, first unrecognized character is `1'
  2235. /tmp/do_mounts-c0e2d9.s:1167: Error: file number less than one
  2236. /tmp/do_mounts-c0e2d9.s:1167: Error: junk at end of line, first unrecognized character is `2'
  2237. /tmp/do_mounts-c0e2d9.s:1174: Error: file number less than one
  2238. /tmp/do_mounts-c0e2d9.s:1174: Error: junk at end of line, first unrecognized character is `2'
  2239. /tmp/do_mounts-c0e2d9.s:1177: Error: file number less than one
  2240. /tmp/do_mounts-c0e2d9.s:1177: Error: junk at end of line, first unrecognized character is `1'
  2241. /tmp/do_mounts-c0e2d9.s:1185: Error: file number less than one
  2242. /tmp/do_mounts-c0e2d9.s:1185: Error: junk at end of line, first unrecognized character is `1'
  2243. /tmp/do_mounts-c0e2d9.s:1189: Error: file number less than one
  2244. /tmp/do_mounts-c0e2d9.s:1189: Error: junk at end of line, first unrecognized character is `2'
  2245. /tmp/do_mounts-c0e2d9.s:1201: Error: file number less than one
  2246. /tmp/do_mounts-c0e2d9.s:1201: Error: junk at end of line, first unrecognized character is `9'
  2247. /tmp/do_mounts-c0e2d9.s:1211: Error: file number less than one
  2248. /tmp/do_mounts-c0e2d9.s:1211: Error: junk at end of line, first unrecognized character is `8'
  2249. /tmp/do_mounts-c0e2d9.s:1214: Error: file number less than one
  2250. /tmp/do_mounts-c0e2d9.s:1214: Error: junk at end of line, first unrecognized character is `5'
  2251. /tmp/do_mounts-c0e2d9.s:1216: Error: file number less than one
  2252. /tmp/do_mounts-c0e2d9.s:1216: Error: junk at end of line, first unrecognized character is `8'
  2253. /tmp/do_mounts-c0e2d9.s:1222: Error: file number less than one
  2254. /tmp/do_mounts-c0e2d9.s:1222: Error: junk at end of line, first unrecognized character is `6'
  2255. /tmp/do_mounts-c0e2d9.s:1229: Error: file number less than one
  2256. /tmp/do_mounts-c0e2d9.s:1229: Error: junk at end of line, first unrecognized character is `6'
  2257. /tmp/do_mounts-c0e2d9.s:1233: Error: file number less than one
  2258. /tmp/do_mounts-c0e2d9.s:1233: Error: junk at end of line, first unrecognized character is `1'
  2259. /tmp/do_mounts-c0e2d9.s:1241: Error: file number less than one
  2260. /tmp/do_mounts-c0e2d9.s:1241: Error: junk at end of line, first unrecognized character is `2'
  2261. /tmp/do_mounts-c0e2d9.s:1248: Error: file number less than one
  2262. /tmp/do_mounts-c0e2d9.s:1248: Error: junk at end of line, first unrecognized character is `3'
  2263. /tmp/do_mounts-c0e2d9.s:1257: Error: file number less than one
  2264. /tmp/do_mounts-c0e2d9.s:1257: Error: junk at end of line, first unrecognized character is `3'
  2265. /tmp/do_mounts-c0e2d9.s:1260: Error: file number less than one
  2266. /tmp/do_mounts-c0e2d9.s:1260: Error: junk at end of line, first unrecognized character is `6'
  2267. /tmp/do_mounts-c0e2d9.s:1268: Error: file number less than one
  2268. /tmp/do_mounts-c0e2d9.s:1268: Error: junk at end of line, first unrecognized character is `8'
  2269. /tmp/do_mounts-c0e2d9.s:1271: Error: file number less than one
  2270. /tmp/do_mounts-c0e2d9.s:1271: Error: junk at end of line, first unrecognized character is `8'
  2271. /tmp/do_mounts-c0e2d9.s:1273: Error: file number less than one
  2272. /tmp/do_mounts-c0e2d9.s:1273: Error: junk at end of line, first unrecognized character is `8'
  2273. /tmp/do_mounts-c0e2d9.s:1279: Error: file number less than one
  2274. /tmp/do_mounts-c0e2d9.s:1279: Error: junk at end of line, first unrecognized character is `8'
  2275. /tmp/do_mounts-c0e2d9.s:1289: Error: file number less than one
  2276. /tmp/do_mounts-c0e2d9.s:1289: Error: junk at end of line, first unrecognized character is `4'
  2277. /tmp/do_mounts-c0e2d9.s:1294: Error: file number less than one
  2278. /tmp/do_mounts-c0e2d9.s:1294: Error: junk at end of line, first unrecognized character is `4'
  2279. /tmp/do_mounts-c0e2d9.s:1318: Error: junk at end of line, first unrecognized character is `"'
  2280. /tmp/do_mounts-c0e2d9.s:1325: Error: file number less than one
  2281. /tmp/do_mounts-c0e2d9.s:1325: Error: junk at end of line, first unrecognized character is `0'
  2282. /tmp/do_mounts-c0e2d9.s:1338: Error: file number less than one
  2283. /tmp/do_mounts-c0e2d9.s:1338: Error: junk at end of line, first unrecognized character is `2'
  2284. /tmp/do_mounts-c0e2d9.s:1344: Error: file number less than one
  2285. /tmp/do_mounts-c0e2d9.s:1344: Error: junk at end of line, first unrecognized character is `2'
  2286. /tmp/do_mounts-c0e2d9.s:1357: Error: file number less than one
  2287. /tmp/do_mounts-c0e2d9.s:1357: Error: junk at end of line, first unrecognized character is `0'
  2288. /tmp/do_mounts-c0e2d9.s:1361: Error: file number less than one
  2289. /tmp/do_mounts-c0e2d9.s:1361: Error: junk at end of line, first unrecognized character is `6'
  2290. /tmp/do_mounts-c0e2d9.s:1364: Error: file number less than one
  2291. /tmp/do_mounts-c0e2d9.s:1364: Error: junk at end of line, first unrecognized character is `6'
  2292. /tmp/do_mounts-c0e2d9.s:1369: Error: file number less than one
  2293. /tmp/do_mounts-c0e2d9.s:1369: Error: junk at end of line, first unrecognized character is `6'
  2294. /tmp/do_mounts-c0e2d9.s:1373: Error: file number less than one
  2295. /tmp/do_mounts-c0e2d9.s:1373: Error: junk at end of line, first unrecognized character is `1'
  2296. /tmp/do_mounts-c0e2d9.s:1378: Error: file number less than one
  2297. /tmp/do_mounts-c0e2d9.s:1378: Error: junk at end of line, first unrecognized character is `1'
  2298. /tmp/do_mounts-c0e2d9.s:1384: Error: file number less than one
  2299. /tmp/do_mounts-c0e2d9.s:1384: Error: junk at end of line, first unrecognized character is `1'
  2300. /tmp/do_mounts-c0e2d9.s:1395: Error: file number less than one
  2301. /tmp/do_mounts-c0e2d9.s:1395: Error: junk at end of line, first unrecognized character is `0'
  2302. /tmp/do_mounts-c0e2d9.s:1402: Error: file number less than one
  2303. /tmp/do_mounts-c0e2d9.s:1402: Error: junk at end of line, first unrecognized character is `1'
  2304. /tmp/do_mounts-c0e2d9.s:1404: Error: file number less than one
  2305. /tmp/do_mounts-c0e2d9.s:1404: Error: junk at end of line, first unrecognized character is `2'
  2306. /tmp/do_mounts-c0e2d9.s:1406: Error: file number less than one
  2307. /tmp/do_mounts-c0e2d9.s:1406: Error: junk at end of line, first unrecognized character is `1'
  2308. /tmp/do_mounts-c0e2d9.s:1408: Error: file number less than one
  2309. /tmp/do_mounts-c0e2d9.s:1408: Error: junk at end of line, first unrecognized character is `2'
  2310. /tmp/do_mounts-c0e2d9.s:1419: Error: file number less than one
  2311. /tmp/do_mounts-c0e2d9.s:1419: Error: junk at end of line, first unrecognized character is `0'
  2312. /tmp/do_mounts-c0e2d9.s:1426: Error: file number less than one
  2313. /tmp/do_mounts-c0e2d9.s:1426: Error: junk at end of line, first unrecognized character is `1'
  2314. /tmp/do_mounts-c0e2d9.s:1428: Error: file number less than one
  2315. /tmp/do_mounts-c0e2d9.s:1428: Error: junk at end of line, first unrecognized character is `2'
  2316. /tmp/do_mounts-c0e2d9.s:1430: Error: file number less than one
  2317. /tmp/do_mounts-c0e2d9.s:1430: Error: junk at end of line, first unrecognized character is `1'
  2318. /tmp/do_mounts-c0e2d9.s:1432: Error: file number less than one
  2319. /tmp/do_mounts-c0e2d9.s:1432: Error: junk at end of line, first unrecognized character is `2'
  2320. /tmp/do_mounts-c0e2d9.s:1443: Error: file number less than one
  2321. /tmp/do_mounts-c0e2d9.s:1443: Error: junk at end of line, first unrecognized character is `0'
  2322. /tmp/do_mounts-c0e2d9.s:1454: Error: file number less than one
  2323. /tmp/do_mounts-c0e2d9.s:1454: Error: junk at end of line, first unrecognized character is `1'
  2324. /tmp/do_mounts-c0e2d9.s:1461: Error: file number less than one
  2325. /tmp/do_mounts-c0e2d9.s:1461: Error: junk at end of line, first unrecognized character is `1'
  2326. /tmp/do_mounts-c0e2d9.s:1463: Error: file number less than one
  2327. /tmp/do_mounts-c0e2d9.s:1463: Error: junk at end of line, first unrecognized character is `2'
  2328. /tmp/do_mounts-c0e2d9.s:1465: Error: file number less than one
  2329. /tmp/do_mounts-c0e2d9.s:1465: Error: junk at end of line, first unrecognized character is `1'
  2330. /tmp/do_mounts-c0e2d9.s:1467: Error: file number less than one
  2331. /tmp/do_mounts-c0e2d9.s:1467: Error: junk at end of line, first unrecognized character is `2'
  2332. /tmp/do_mounts-c0e2d9.s:1480: Error: file number less than one
  2333. /tmp/do_mounts-c0e2d9.s:1480: Error: junk at end of line, first unrecognized character is `0'
  2334. /tmp/do_mounts-c0e2d9.s:1508: Error: junk at end of line, first unrecognized character is `"'
  2335. /tmp/do_mounts-c0e2d9.s:1545: Error: file number less than one
  2336. /tmp/do_mounts-c0e2d9.s:1545: Error: junk at end of line, first unrecognized character is `2'
  2337. /tmp/do_mounts-c0e2d9.s:1547: Error: file number less than one
  2338. /tmp/do_mounts-c0e2d9.s:1547: Error: junk at end of line, first unrecognized character is `7'
  2339. /tmp/do_mounts-c0e2d9.s:1550: Error: file number less than one
  2340. /tmp/do_mounts-c0e2d9.s:1550: Error: junk at end of line, first unrecognized character is `2'
  2341. /tmp/do_mounts-c0e2d9.s:1553: Error: file number less than one
  2342. /tmp/do_mounts-c0e2d9.s:1553: Error: junk at end of line, first unrecognized character is `2'
  2343. /tmp/do_mounts-c0e2d9.s:1563: Error: file number less than one
  2344. /tmp/do_mounts-c0e2d9.s:1563: Error: junk at end of line, first unrecognized character is `2'
  2345. /tmp/do_mounts-c0e2d9.s:1567: Error: file number less than one
  2346. /tmp/do_mounts-c0e2d9.s:1567: Error: junk at end of line, first unrecognized character is `2'
  2347. /tmp/do_mounts-c0e2d9.s:1572: Error: file number less than one
  2348. /tmp/do_mounts-c0e2d9.s:1572: Error: junk at end of line, first unrecognized character is `2'
  2349. /tmp/do_mounts-c0e2d9.s:1581: Error: file number less than one
  2350. /tmp/do_mounts-c0e2d9.s:1581: Error: junk at end of line, first unrecognized character is `2'
  2351. /tmp/do_mounts-c0e2d9.s:1592: Error: file number less than one
  2352. /tmp/do_mounts-c0e2d9.s:1592: Error: junk at end of line, first unrecognized character is `4'
  2353. /tmp/do_mounts-c0e2d9.s:1594: Error: file number less than one
  2354. /tmp/do_mounts-c0e2d9.s:1594: Error: junk at end of line, first unrecognized character is `1'
  2355. /tmp/do_mounts-c0e2d9.s:1601: Error: file number less than one
  2356. /tmp/do_mounts-c0e2d9.s:1601: Error: junk at end of line, first unrecognized character is `3'
  2357. /tmp/do_mounts-c0e2d9.s:1612: Error: file number less than one
  2358. /tmp/do_mounts-c0e2d9.s:1612: Error: junk at end of line, first unrecognized character is `3'
  2359. /tmp/do_mounts-c0e2d9.s:1616: Error: file number less than one
  2360. /tmp/do_mounts-c0e2d9.s:1616: Error: junk at end of line, first unrecognized character is `3'
  2361. /tmp/do_mounts-c0e2d9.s:1619: Error: file number less than one
  2362. /tmp/do_mounts-c0e2d9.s:1619: Error: junk at end of line, first unrecognized character is `2'
  2363. /tmp/do_mounts-c0e2d9.s:1623: Error: file number less than one
  2364. /tmp/do_mounts-c0e2d9.s:1623: Error: junk at end of line, first unrecognized character is `2'
  2365. /tmp/do_mounts-c0e2d9.s:1632: Error: file number less than one
  2366. /tmp/do_mounts-c0e2d9.s:1632: Error: junk at end of line, first unrecognized character is `2'
  2367. /tmp/do_mounts-c0e2d9.s:1634: Error: file number less than one
  2368. /tmp/do_mounts-c0e2d9.s:1634: Error: junk at end of line, first unrecognized character is `6'
  2369. /tmp/do_mounts-c0e2d9.s:1642: Error: file number less than one
  2370. /tmp/do_mounts-c0e2d9.s:1642: Error: junk at end of line, first unrecognized character is `2'
  2371. /tmp/do_mounts-c0e2d9.s:1647: Error: file number less than one
  2372. /tmp/do_mounts-c0e2d9.s:1647: Error: junk at end of line, first unrecognized character is `2'
  2373. /tmp/do_mounts-c0e2d9.s:1650: Error: file number less than one
  2374. /tmp/do_mounts-c0e2d9.s:1650: Error: junk at end of line, first unrecognized character is `2'
  2375. /tmp/do_mounts-c0e2d9.s:1655: Error: file number less than one
  2376. /tmp/do_mounts-c0e2d9.s:1655: Error: junk at end of line, first unrecognized character is `2'
  2377. /tmp/do_mounts-c0e2d9.s:1659: Error: file number less than one
  2378. /tmp/do_mounts-c0e2d9.s:1659: Error: junk at end of line, first unrecognized character is `2'
  2379. /tmp/do_mounts-c0e2d9.s:1668: Error: file number less than one
  2380. /tmp/do_mounts-c0e2d9.s:1668: Error: junk at end of line, first unrecognized character is `2'
  2381. /tmp/do_mounts-c0e2d9.s:1678: Error: file number less than one
  2382. /tmp/do_mounts-c0e2d9.s:1678: Error: junk at end of line, first unrecognized character is `3'
  2383. /tmp/do_mounts-c0e2d9.s:1683: Error: file number less than one
  2384. /tmp/do_mounts-c0e2d9.s:1683: Error: junk at end of line, first unrecognized character is `3'
  2385. /tmp/do_mounts-c0e2d9.s:1687: Error: file number less than one
  2386. /tmp/do_mounts-c0e2d9.s:1687: Error: junk at end of line, first unrecognized character is `3'
  2387. /tmp/do_mounts-c0e2d9.s:1690: Error: file number less than one
  2388. /tmp/do_mounts-c0e2d9.s:1690: Error: junk at end of line, first unrecognized character is `2'
  2389. /tmp/do_mounts-c0e2d9.s:1694: Error: file number less than one
  2390. /tmp/do_mounts-c0e2d9.s:1694: Error: junk at end of line, first unrecognized character is `2'
  2391. /tmp/do_mounts-c0e2d9.s:1701: Error: file number less than one
  2392. /tmp/do_mounts-c0e2d9.s:1701: Error: junk at end of line, first unrecognized character is `2'
  2393. /tmp/do_mounts-c0e2d9.s:1706: Error: file number less than one
  2394. /tmp/do_mounts-c0e2d9.s:1706: Error: junk at end of line, first unrecognized character is `1'
  2395. /tmp/do_mounts-c0e2d9.s:1708: Error: file number less than one
  2396. /tmp/do_mounts-c0e2d9.s:1708: Error: junk at end of line, first unrecognized character is `2'
  2397. /tmp/do_mounts-c0e2d9.s:1710: Error: file number less than one
  2398. /tmp/do_mounts-c0e2d9.s:1710: Error: junk at end of line, first unrecognized character is `1'
  2399. /tmp/do_mounts-c0e2d9.s:1712: Error: file number less than one
  2400. /tmp/do_mounts-c0e2d9.s:1712: Error: junk at end of line, first unrecognized character is `2'
  2401. /tmp/do_mounts-c0e2d9.s:1717: Error: file number less than one
  2402. /tmp/do_mounts-c0e2d9.s:1717: Error: junk at end of line, first unrecognized character is `0'
  2403. /tmp/do_mounts-c0e2d9.s:1730: Error: file number less than one
  2404. /tmp/do_mounts-c0e2d9.s:1730: Error: junk at end of line, first unrecognized character is `3'
  2405. /tmp/do_mounts-c0e2d9.s:1747: Error: junk at end of line, first unrecognized character is `"'
  2406. /tmp/do_mounts-c0e2d9.s:1753: Error: junk at end of line, first unrecognized character is `"'
  2407. /tmp/do_mounts-c0e2d9.s:1766: Error: junk at end of line, first unrecognized character is `"'
  2408. /tmp/do_mounts-c0e2d9.s:1775: Error: junk at end of line, first unrecognized character is `"'
  2409. /tmp/do_mounts-c0e2d9.s:1821: Error: file number less than one
  2410. /tmp/do_mounts-c0e2d9.s:1821: Error: junk at end of line, first unrecognized character is `1'
  2411. /tmp/do_mounts-c0e2d9.s:1856: Error: file number less than one
  2412. /tmp/do_mounts-c0e2d9.s:1856: Error: junk at end of line, first unrecognized character is `1'
  2413. /tmp/do_mounts-c0e2d9.s:1858: Error: file number less than one
  2414. /tmp/do_mounts-c0e2d9.s:1858: Error: junk at end of line, first unrecognized character is `3'
  2415. /tmp/do_mounts-c0e2d9.s:1863: Error: file number less than one
  2416. /tmp/do_mounts-c0e2d9.s:1863: Error: junk at end of line, first unrecognized character is `1'
  2417. /tmp/do_mounts-c0e2d9.s:1865: Error: file number less than one
  2418. /tmp/do_mounts-c0e2d9.s:1865: Error: junk at end of line, first unrecognized character is `3'
  2419. /tmp/do_mounts-c0e2d9.s:1869: Error: file number less than one
  2420. /tmp/do_mounts-c0e2d9.s:1869: Error: junk at end of line, first unrecognized character is `5'
  2421. /tmp/do_mounts-c0e2d9.s:1871: Error: file number less than one
  2422. /tmp/do_mounts-c0e2d9.s:1871: Error: junk at end of line, first unrecognized character is `3'
  2423. /tmp/do_mounts-c0e2d9.s:1876: Error: file number less than one
  2424. /tmp/do_mounts-c0e2d9.s:1876: Error: junk at end of line, first unrecognized character is `5'
  2425. /tmp/do_mounts-c0e2d9.s:1878: Error: file number less than one
  2426. /tmp/do_mounts-c0e2d9.s:1878: Error: junk at end of line, first unrecognized character is `3'
  2427. /tmp/do_mounts-c0e2d9.s:1881: Error: file number less than one
  2428. /tmp/do_mounts-c0e2d9.s:1881: Error: junk at end of line, first unrecognized character is `3'
  2429. /tmp/do_mounts-c0e2d9.s:1886: Error: file number less than one
  2430. /tmp/do_mounts-c0e2d9.s:1886: Error: junk at end of line, first unrecognized character is `3'
  2431. /tmp/do_mounts-c0e2d9.s:1889: Error: file number less than one
  2432. /tmp/do_mounts-c0e2d9.s:1889: Error: junk at end of line, first unrecognized character is `3'
  2433. /tmp/do_mounts-c0e2d9.s:1903: Error: junk at end of line, first unrecognized character is `"'
  2434. /tmp/do_mounts-c0e2d9.s:1909: Error: file number less than one
  2435. /tmp/do_mounts-c0e2d9.s:1909: Error: junk at end of line, first unrecognized character is `0'
  2436. /tmp/do_mounts-c0e2d9.s:1924: Error: file number less than one
  2437. /tmp/do_mounts-c0e2d9.s:1924: Error: junk at end of line, first unrecognized character is `6'
  2438. /tmp/do_mounts-c0e2d9.s:1933: Error: file number less than one
  2439. /tmp/do_mounts-c0e2d9.s:1933: Error: junk at end of line, first unrecognized character is `6'
  2440. /tmp/do_mounts-c0e2d9.s:1939: Error: file number less than one
  2441. /tmp/do_mounts-c0e2d9.s:1939: Error: junk at end of line, first unrecognized character is `3'
  2442. /tmp/do_mounts-c0e2d9.s:1943: Error: file number less than one
  2443. /tmp/do_mounts-c0e2d9.s:1943: Error: junk at end of line, first unrecognized character is `0'
  2444. /tmp/do_mounts-c0e2d9.s:1948: Error: file number less than one
  2445. /tmp/do_mounts-c0e2d9.s:1948: Error: junk at end of line, first unrecognized character is `1'
  2446. /tmp/do_mounts-c0e2d9.s:1950: Error: file number less than one
  2447. /tmp/do_mounts-c0e2d9.s:1950: Error: junk at end of line, first unrecognized character is `3'
  2448. /tmp/do_mounts-c0e2d9.s:1961: Error: file number less than one
  2449. /tmp/do_mounts-c0e2d9.s:1961: Error: junk at end of line, first unrecognized character is `1'
  2450. /tmp/do_mounts-c0e2d9.s:1969: Error: file number less than one
  2451. /tmp/do_mounts-c0e2d9.s:1969: Error: junk at end of line, first unrecognized character is `1'
  2452. /tmp/do_mounts-c0e2d9.s:1975: Error: file number less than one
  2453. /tmp/do_mounts-c0e2d9.s:1975: Error: junk at end of line, first unrecognized character is `1'
  2454. /tmp/do_mounts-c0e2d9.s:1980: Error: file number less than one
  2455. /tmp/do_mounts-c0e2d9.s:1980: Error: junk at end of line, first unrecognized character is `1'
  2456. /tmp/do_mounts-c0e2d9.s:1983: Error: file number less than one
  2457. /tmp/do_mounts-c0e2d9.s:1983: Error: junk at end of line, first unrecognized character is `3'
  2458. /tmp/do_mounts-c0e2d9.s:1992: Error: file number less than one
  2459. /tmp/do_mounts-c0e2d9.s:1992: Error: junk at end of line, first unrecognized character is `1'
  2460. /tmp/do_mounts-c0e2d9.s:1996: Error: file number less than one
  2461. /tmp/do_mounts-c0e2d9.s:1996: Error: junk at end of line, first unrecognized character is `1'
  2462. /tmp/do_mounts-c0e2d9.s:2000: Error: file number less than one
  2463. /tmp/do_mounts-c0e2d9.s:2000: Error: junk at end of line, first unrecognized character is `8'
  2464. /tmp/do_mounts-c0e2d9.s:2005: Error: file number less than one
  2465. /tmp/do_mounts-c0e2d9.s:2005: Error: junk at end of line, first unrecognized character is `8'
  2466. /tmp/do_mounts-c0e2d9.s:2013: Error: file number less than one
  2467. /tmp/do_mounts-c0e2d9.s:2013: Error: junk at end of line, first unrecognized character is `1'
  2468. /tmp/do_mounts-c0e2d9.s:2024: Error: file number less than one
  2469. /tmp/do_mounts-c0e2d9.s:2024: Error: junk at end of line, first unrecognized character is `1'
  2470. /tmp/do_mounts-c0e2d9.s:2028: Error: file number less than one
  2471. /tmp/do_mounts-c0e2d9.s:2028: Error: junk at end of line, first unrecognized character is `4'
  2472. /tmp/do_mounts-c0e2d9.s:2030: Error: file number less than one
  2473. /tmp/do_mounts-c0e2d9.s:2030: Error: junk at end of line, first unrecognized character is `1'
  2474. /tmp/do_mounts-c0e2d9.s:2035: Error: file number less than one
  2475. /tmp/do_mounts-c0e2d9.s:2035: Error: junk at end of line, first unrecognized character is `4'
  2476. /tmp/do_mounts-c0e2d9.s:2042: Error: file number less than one
  2477. /tmp/do_mounts-c0e2d9.s:2042: Error: junk at end of line, first unrecognized character is `1'
  2478. /tmp/do_mounts-c0e2d9.s:2050: Error: file number less than one
  2479. /tmp/do_mounts-c0e2d9.s:2050: Error: junk at end of line, first unrecognized character is `1'
  2480. /tmp/do_mounts-c0e2d9.s:2054: Error: file number less than one
  2481. /tmp/do_mounts-c0e2d9.s:2054: Error: junk at end of line, first unrecognized character is `3'
  2482. /tmp/do_mounts-c0e2d9.s:2060: Error: file number less than one
  2483. /tmp/do_mounts-c0e2d9.s:2060: Error: junk at end of line, first unrecognized character is `5'
  2484. /tmp/do_mounts-c0e2d9.s:2062: Error: file number less than one
  2485. /tmp/do_mounts-c0e2d9.s:2062: Error: junk at end of line, first unrecognized character is `1'
  2486. /tmp/do_mounts-c0e2d9.s:2076: Error: file number less than one
  2487. /tmp/do_mounts-c0e2d9.s:2076: Error: junk at end of line, first unrecognized character is `0'
  2488. /tmp/do_mounts-c0e2d9.s:2100: Error: file number less than one
  2489. /tmp/do_mounts-c0e2d9.s:2100: Error: junk at end of line, first unrecognized character is `4'
  2490. /tmp/do_mounts-c0e2d9.s:2102: Error: file number less than one
  2491. /tmp/do_mounts-c0e2d9.s:2102: Error: junk at end of line, first unrecognized character is `1'
  2492. /tmp/do_mounts-c0e2d9.s:2115: Error: file number less than one
  2493. /tmp/do_mounts-c0e2d9.s:2115: Error: junk at end of line, first unrecognized character is `6'
  2494. /tmp/do_mounts-c0e2d9.s:2122: Error: file number less than one
  2495. /tmp/do_mounts-c0e2d9.s:2122: Error: junk at end of line, first unrecognized character is `1'
  2496. /tmp/do_mounts-c0e2d9.s:2134: Error: file number less than one
  2497. /tmp/do_mounts-c0e2d9.s:2134: Error: junk at end of line, first unrecognized character is `2'
  2498. /tmp/do_mounts-c0e2d9.s:2140: Error: junk at end of line, first unrecognized character is `"'
  2499. /tmp/do_mounts-c0e2d9.s:2147: Error: file number less than one
  2500. /tmp/do_mounts-c0e2d9.s:2147: Error: junk at end of line, first unrecognized character is `9'
  2501. /tmp/do_mounts-c0e2d9.s:2150: Error: file number less than one
  2502. /tmp/do_mounts-c0e2d9.s:2150: Error: junk at end of line, first unrecognized character is `1'
  2503. /tmp/do_mounts-c0e2d9.s:2153: Error: file number less than one
  2504. /tmp/do_mounts-c0e2d9.s:2153: Error: junk at end of line, first unrecognized character is `9'
  2505. /tmp/do_mounts-c0e2d9.s:2156: Error: file number less than one
  2506. /tmp/do_mounts-c0e2d9.s:2156: Error: junk at end of line, first unrecognized character is `1'
  2507. /tmp/do_mounts-c0e2d9.s:2158: Error: file number less than one
  2508. /tmp/do_mounts-c0e2d9.s:2158: Error: junk at end of line, first unrecognized character is `2'
  2509. /tmp/do_mounts-c0e2d9.s:2161: Error: file number less than one
  2510. /tmp/do_mounts-c0e2d9.s:2161: Error: junk at end of line, first unrecognized character is `2'
  2511. /tmp/do_mounts-c0e2d9.s:2163: Error: file number less than one
  2512. /tmp/do_mounts-c0e2d9.s:2163: Error: junk at end of line, first unrecognized character is `3'
  2513. /tmp/do_mounts-c0e2d9.s:2170: Error: file number less than one
  2514. /tmp/do_mounts-c0e2d9.s:2170: Error: junk at end of line, first unrecognized character is `1'
  2515. /tmp/do_mounts-c0e2d9.s:2172: Error: file number less than one
  2516. /tmp/do_mounts-c0e2d9.s:2172: Error: junk at end of line, first unrecognized character is `1'
  2517. /tmp/do_mounts-c0e2d9.s:2175: Error: file number less than one
  2518. /tmp/do_mounts-c0e2d9.s:2175: Error: junk at end of line, first unrecognized character is `9'
  2519. /tmp/do_mounts-c0e2d9.s:2177: Error: file number less than one
  2520. /tmp/do_mounts-c0e2d9.s:2177: Error: junk at end of line, first unrecognized character is `2'
  2521. /tmp/do_mounts-c0e2d9.s:2180: Error: file number less than one
  2522. /tmp/do_mounts-c0e2d9.s:2180: Error: junk at end of line, first unrecognized character is `9'
  2523. /tmp/do_mounts-c0e2d9.s:2182: Error: file number less than one
  2524. /tmp/do_mounts-c0e2d9.s:2182: Error: junk at end of line, first unrecognized character is `9'
  2525. /tmp/do_mounts-c0e2d9.s:2184: Error: file number less than one
  2526. /tmp/do_mounts-c0e2d9.s:2184: Error: junk at end of line, first unrecognized character is `2'
  2527. /tmp/do_mounts-c0e2d9.s:2186: Error: file number less than one
  2528. /tmp/do_mounts-c0e2d9.s:2186: Error: junk at end of line, first unrecognized character is `1'
  2529. /tmp/do_mounts-c0e2d9.s:2188: Error: file number less than one
  2530. /tmp/do_mounts-c0e2d9.s:2188: Error: junk at end of line, first unrecognized character is `2'
  2531. /tmp/do_mounts-c0e2d9.s:2191: Error: file number less than one
  2532. /tmp/do_mounts-c0e2d9.s:2191: Error: junk at end of line, first unrecognized character is `2'
  2533. /tmp/do_mounts-c0e2d9.s:2197: Error: junk at end of line, first unrecognized character is `"'
  2534. /tmp/do_mounts-c0e2d9.s:2204: Error: file number less than one
  2535. /tmp/do_mounts-c0e2d9.s:2204: Error: junk at end of line, first unrecognized character is `0'
  2536. /tmp/do_mounts-c0e2d9.s:2217: Error: file number less than one
  2537. /tmp/do_mounts-c0e2d9.s:2217: Error: junk at end of line, first unrecognized character is `6'
  2538. /tmp/do_mounts-c0e2d9.s:2221: Error: file number less than one
  2539. /tmp/do_mounts-c0e2d9.s:2221: Error: junk at end of line, first unrecognized character is `6'
  2540. /tmp/do_mounts-c0e2d9.s:2226: Error: file number less than one
  2541. /tmp/do_mounts-c0e2d9.s:2226: Error: junk at end of line, first unrecognized character is `7'
  2542. /tmp/do_mounts-c0e2d9.s:2229: Error: file number less than one
  2543. /tmp/do_mounts-c0e2d9.s:2229: Error: junk at end of line, first unrecognized character is `7'
  2544. /tmp/do_mounts-c0e2d9.s:2232: Error: file number less than one
  2545. /tmp/do_mounts-c0e2d9.s:2232: Error: junk at end of line, first unrecognized character is `3'
  2546. /tmp/do_mounts-c0e2d9.s:2237: Error: file number less than one
  2547. /tmp/do_mounts-c0e2d9.s:2237: Error: junk at end of line, first unrecognized character is `3'
  2548. /tmp/do_mounts-c0e2d9.s:2239: Error: file number less than one
  2549. /tmp/do_mounts-c0e2d9.s:2239: Error: junk at end of line, first unrecognized character is `1'
  2550. /tmp/do_mounts-c0e2d9.s:2262: Error: junk at end of line, first unrecognized character is `"'
  2551. /tmp/do_mounts-c0e2d9.s:2287: Error: file number less than one
  2552. /tmp/do_mounts-c0e2d9.s:2287: Error: junk at end of line, first unrecognized character is `7'
  2553. /tmp/do_mounts-c0e2d9.s:2292: Error: file number less than one
  2554. /tmp/do_mounts-c0e2d9.s:2292: Error: junk at end of line, first unrecognized character is `4'
  2555. /tmp/do_mounts-c0e2d9.s:2299: Error: file number less than one
  2556. /tmp/do_mounts-c0e2d9.s:2299: Error: junk at end of line, first unrecognized character is `3'
  2557. /tmp/do_mounts-c0e2d9.s:2301: Error: file number less than one
  2558. /tmp/do_mounts-c0e2d9.s:2301: Error: junk at end of line, first unrecognized character is `3'
  2559. /tmp/do_mounts-c0e2d9.s:2304: Error: file number less than one
  2560. /tmp/do_mounts-c0e2d9.s:2304: Error: junk at end of line, first unrecognized character is `3'
  2561. /tmp/do_mounts-c0e2d9.s:2306: Error: file number less than one
  2562. /tmp/do_mounts-c0e2d9.s:2306: Error: junk at end of line, first unrecognized character is `3'
  2563. /tmp/do_mounts-c0e2d9.s:2310: Error: file number less than one
  2564. /tmp/do_mounts-c0e2d9.s:2310: Error: junk at end of line, first unrecognized character is `1'
  2565. /tmp/do_mounts-c0e2d9.s:2318: Error: junk at end of line, first unrecognized character is `"'
  2566. /tmp/do_mounts-c0e2d9.s:2324: Error: file number less than one
  2567. /tmp/do_mounts-c0e2d9.s:2324: Error: junk at end of line, first unrecognized character is `0'
  2568. /tmp/do_mounts-c0e2d9.s:2347: Error: file number less than one
  2569. /tmp/do_mounts-c0e2d9.s:2347: Error: junk at end of line, first unrecognized character is `8'
  2570. /tmp/do_mounts-c0e2d9.s:2352: Error: file number less than one
  2571. /tmp/do_mounts-c0e2d9.s:2352: Error: junk at end of line, first unrecognized character is `8'
  2572. /tmp/do_mounts-c0e2d9.s:2361: Error: file number less than one
  2573. /tmp/do_mounts-c0e2d9.s:2361: Error: junk at end of line, first unrecognized character is `8'
  2574. /tmp/do_mounts-c0e2d9.s:2365: Error: file number less than one
  2575. /tmp/do_mounts-c0e2d9.s:2365: Error: junk at end of line, first unrecognized character is `6'
  2576. /tmp/do_mounts-c0e2d9.s:2369: Error: file number less than one
  2577. /tmp/do_mounts-c0e2d9.s:2369: Error: junk at end of line, first unrecognized character is `6'
  2578. /tmp/do_mounts-c0e2d9.s:2378: Error: file number less than one
  2579. /tmp/do_mounts-c0e2d9.s:2378: Error: junk at end of line, first unrecognized character is `1'
  2580. /tmp/do_mounts-c0e2d9.s:2394: Error: file number less than one
  2581. /tmp/do_mounts-c0e2d9.s:2394: Error: junk at end of line, first unrecognized character is `6'
  2582. /tmp/do_mounts-c0e2d9.s:2396: Error: file number less than one
  2583. /tmp/do_mounts-c0e2d9.s:2396: Error: junk at end of line, first unrecognized character is `9'
  2584. /tmp/do_mounts-c0e2d9.s:2399: Error: file number less than one
  2585. /tmp/do_mounts-c0e2d9.s:2399: Error: junk at end of line, first unrecognized character is `2'
  2586. /tmp/do_mounts-c0e2d9.s:2403: Error: file number less than one
  2587. /tmp/do_mounts-c0e2d9.s:2403: Error: junk at end of line, first unrecognized character is `6'
  2588. /tmp/do_mounts-c0e2d9.s:2407: Error: file number less than one
  2589. /tmp/do_mounts-c0e2d9.s:2407: Error: junk at end of line, first unrecognized character is `9'
  2590. /tmp/do_mounts-c0e2d9.s:2411: Error: file number less than one
  2591. /tmp/do_mounts-c0e2d9.s:2411: Error: junk at end of line, first unrecognized character is `7'
  2592. /tmp/do_mounts-c0e2d9.s:2418: Error: file number less than one
  2593. /tmp/do_mounts-c0e2d9.s:2418: Error: junk at end of line, first unrecognized character is `7'
  2594. /tmp/do_mounts-c0e2d9.s:2429: Error: file number less than one
  2595. /tmp/do_mounts-c0e2d9.s:2429: Error: junk at end of line, first unrecognized character is `1'
  2596. /tmp/do_mounts-c0e2d9.s:2432: Error: file number less than one
  2597. /tmp/do_mounts-c0e2d9.s:2432: Error: junk at end of line, first unrecognized character is `7'
  2598. /tmp/do_mounts-c0e2d9.s:2438: Error: junk at end of line, first unrecognized character is `"'
  2599. /tmp/do_mounts-c0e2d9.s:2444: Error: file number less than one
  2600. /tmp/do_mounts-c0e2d9.s:2444: Error: junk at end of line, first unrecognized character is `2'
  2601. /tmp/do_mounts-c0e2d9.s:2448: Error: file number less than one
  2602. /tmp/do_mounts-c0e2d9.s:2448: Error: junk at end of line, first unrecognized character is `9'
  2603. /tmp/do_mounts-c0e2d9.s:2450: Error: file number less than one
  2604. /tmp/do_mounts-c0e2d9.s:2450: Error: junk at end of line, first unrecognized character is `1'
  2605. /tmp/do_mounts-c0e2d9.s:2454: Error: file number less than one
  2606. /tmp/do_mounts-c0e2d9.s:2454: Error: junk at end of line, first unrecognized character is `6'
  2607. /tmp/do_mounts-c0e2d9.s:2456: Error: file number less than one
  2608. /tmp/do_mounts-c0e2d9.s:2456: Error: junk at end of line, first unrecognized character is `7'
  2609. /tmp/do_mounts-c0e2d9.s:2463: Error: file number less than one
  2610. /tmp/do_mounts-c0e2d9.s:2463: Error: junk at end of line, first unrecognized character is `9'
  2611. /tmp/do_mounts-c0e2d9.s:2469: Error: file number less than one
  2612. /tmp/do_mounts-c0e2d9.s:2469: Error: junk at end of line, first unrecognized character is `9'
  2613. /tmp/do_mounts-c0e2d9.s:2471: Error: file number less than one
  2614. /tmp/do_mounts-c0e2d9.s:2471: Error: junk at end of line, first unrecognized character is `7'
  2615. /tmp/do_mounts-c0e2d9.s:2479: Error: file number less than one
  2616. /tmp/do_mounts-c0e2d9.s:2479: Error: junk at end of line, first unrecognized character is `7'
  2617. /tmp/do_mounts-c0e2d9.s:2490: Error: junk at end of line, first unrecognized character is `"'
  2618. /tmp/do_mounts-c0e2d9.s:2497: Error: file number less than one
  2619. /tmp/do_mounts-c0e2d9.s:2497: Error: junk at end of line, first unrecognized character is `0'
  2620. /tmp/do_mounts-c0e2d9.s:2511: Error: file number less than one
  2621. /tmp/do_mounts-c0e2d9.s:2511: Error: junk at end of line, first unrecognized character is `6'
  2622. /tmp/do_mounts-c0e2d9.s:2515: Error: file number less than one
  2623. /tmp/do_mounts-c0e2d9.s:2515: Error: junk at end of line, first unrecognized character is `6'
  2624. /tmp/do_mounts-c0e2d9.s:2520: Error: file number less than one
  2625. /tmp/do_mounts-c0e2d9.s:2520: Error: junk at end of line, first unrecognized character is `3'
  2626. /tmp/do_mounts-c0e2d9.s:2525: Error: file number less than one
  2627. /tmp/do_mounts-c0e2d9.s:2525: Error: junk at end of line, first unrecognized character is `1'
  2628. /tmp/do_mounts-c0e2d9.s:2537: Error: file number less than one
  2629. /tmp/do_mounts-c0e2d9.s:2537: Error: junk at end of line, first unrecognized character is `2'
  2630. /tmp/do_mounts-c0e2d9.s:2540: Error: file number less than one
  2631. /tmp/do_mounts-c0e2d9.s:2540: Error: junk at end of line, first unrecognized character is `6'
  2632. /tmp/do_mounts-c0e2d9.s:2544: Error: file number less than one
  2633. /tmp/do_mounts-c0e2d9.s:2544: Error: junk at end of line, first unrecognized character is `6'
  2634. /tmp/do_mounts-c0e2d9.s:2549: Error: file number less than one
  2635. /tmp/do_mounts-c0e2d9.s:2549: Error: junk at end of line, first unrecognized character is `6'
  2636. /tmp/do_mounts-c0e2d9.s:2552: Error: file number less than one
  2637. /tmp/do_mounts-c0e2d9.s:2552: Error: junk at end of line, first unrecognized character is `6'
  2638. /tmp/do_mounts-c0e2d9.s:2557: Error: file number less than one
  2639. /tmp/do_mounts-c0e2d9.s:2557: Error: junk at end of line, first unrecognized character is `7'
  2640. /tmp/do_mounts-c0e2d9.s:2560: Error: file number less than one
  2641. /tmp/do_mounts-c0e2d9.s:2560: Error: junk at end of line, first unrecognized character is `2'
  2642. /tmp/do_mounts-c0e2d9.s:2565: Error: file number less than one
  2643. /tmp/do_mounts-c0e2d9.s:2565: Error: junk at end of line, first unrecognized character is `2'
  2644. /tmp/do_mounts-c0e2d9.s:2568: Error: file number less than one
  2645. /tmp/do_mounts-c0e2d9.s:2568: Error: junk at end of line, first unrecognized character is `2'
  2646. /tmp/do_mounts-c0e2d9.s:2573: Error: file number less than one
  2647. /tmp/do_mounts-c0e2d9.s:2573: Error: junk at end of line, first unrecognized character is `3'
  2648. /tmp/do_mounts-c0e2d9.s:2583: Error: file number less than one
  2649. /tmp/do_mounts-c0e2d9.s:2583: Error: junk at end of line, first unrecognized character is `1'
  2650. /tmp/do_mounts-c0e2d9.s:2586: Error: file number less than one
  2651. /tmp/do_mounts-c0e2d9.s:2586: Error: junk at end of line, first unrecognized character is `3'
  2652. /tmp/do_mounts-c0e2d9.s:2591: Error: file number less than one
  2653. /tmp/do_mounts-c0e2d9.s:2591: Error: junk at end of line, first unrecognized character is `1'
  2654. /tmp/do_mounts-c0e2d9.s:2595: Error: file number less than one
  2655. /tmp/do_mounts-c0e2d9.s:2595: Error: junk at end of line, first unrecognized character is `1'
  2656. /tmp/do_mounts-c0e2d9.s:2597: Error: file number less than one
  2657. /tmp/do_mounts-c0e2d9.s:2597: Error: junk at end of line, first unrecognized character is `3'
  2658. /tmp/do_mounts-c0e2d9.s:2602: Error: file number less than one
  2659. /tmp/do_mounts-c0e2d9.s:2602: Error: junk at end of line, first unrecognized character is `4'
  2660. /tmp/do_mounts-c0e2d9.s:2606: Error: file number less than one
  2661. /tmp/do_mounts-c0e2d9.s:2606: Error: junk at end of line, first unrecognized character is `4'
  2662. /tmp/do_mounts-c0e2d9.s:2611: Error: file number less than one
  2663. /tmp/do_mounts-c0e2d9.s:2611: Error: junk at end of line, first unrecognized character is `2'
  2664. /tmp/do_mounts-c0e2d9.s:2618: Error: file number less than one
  2665. /tmp/do_mounts-c0e2d9.s:2618: Error: junk at end of line, first unrecognized character is `8'
  2666. /tmp/do_mounts-c0e2d9.s:2622: Error: file number less than one
  2667. /tmp/do_mounts-c0e2d9.s:2622: Error: junk at end of line, first unrecognized character is `2'
  2668. /tmp/do_mounts-c0e2d9.s:2625: Error: file number less than one
  2669. /tmp/do_mounts-c0e2d9.s:2625: Error: junk at end of line, first unrecognized character is `8'
  2670. /tmp/do_mounts-c0e2d9.s:2629: Error: file number less than one
  2671. /tmp/do_mounts-c0e2d9.s:2629: Error: junk at end of line, first unrecognized character is `4'
  2672. /tmp/do_mounts-c0e2d9.s:2634: Error: file number less than one
  2673. /tmp/do_mounts-c0e2d9.s:2634: Error: junk at end of line, first unrecognized character is `8'
  2674. /tmp/do_mounts-c0e2d9.s:2643: Error: file number less than one
  2675. /tmp/do_mounts-c0e2d9.s:2643: Error: junk at end of line, first unrecognized character is `7'
  2676. /tmp/do_mounts-c0e2d9.s:2648: Error: file number less than one
  2677. /tmp/do_mounts-c0e2d9.s:2648: Error: junk at end of line, first unrecognized character is `3'
  2678. /tmp/do_mounts-c0e2d9.s:2650: Error: file number less than one
  2679. /tmp/do_mounts-c0e2d9.s:2650: Error: junk at end of line, first unrecognized character is `4'
  2680. /tmp/do_mounts-c0e2d9.s:2653: Error: file number less than one
  2681. /tmp/do_mounts-c0e2d9.s:2653: Error: junk at end of line, first unrecognized character is `3'
  2682. /tmp/do_mounts-c0e2d9.s:2655: Error: file number less than one
  2683. /tmp/do_mounts-c0e2d9.s:2655: Error: junk at end of line, first unrecognized character is `4'
  2684. /tmp/do_mounts-c0e2d9.s:2660: Error: file number less than one
  2685. /tmp/do_mounts-c0e2d9.s:2660: Error: junk at end of line, first unrecognized character is `2'
  2686. /tmp/do_mounts-c0e2d9.s:2665: Error: file number less than one
  2687. /tmp/do_mounts-c0e2d9.s:2665: Error: junk at end of line, first unrecognized character is `2'
  2688. /tmp/do_mounts-c0e2d9.s:2676: Error: file number less than one
  2689. /tmp/do_mounts-c0e2d9.s:2676: Error: junk at end of line, first unrecognized character is `2'
  2690. /tmp/do_mounts-c0e2d9.s:2680: Error: file number less than one
  2691. /tmp/do_mounts-c0e2d9.s:2680: Error: junk at end of line, first unrecognized character is `1'
  2692. /tmp/do_mounts-c0e2d9.s:2687: Error: file number less than one
  2693. /tmp/do_mounts-c0e2d9.s:2687: Error: junk at end of line, first unrecognized character is `1'
  2694. /tmp/do_mounts-c0e2d9.s:2692: Error: file number less than one
  2695. /tmp/do_mounts-c0e2d9.s:2692: Error: junk at end of line, first unrecognized character is `1'
  2696. /tmp/do_mounts-c0e2d9.s:2695: Error: file number less than one
  2697. /tmp/do_mounts-c0e2d9.s:2695: Error: junk at end of line, first unrecognized character is `1'
  2698. /tmp/do_mounts-c0e2d9.s:2697: Error: file number less than one
  2699. /tmp/do_mounts-c0e2d9.s:2697: Error: junk at end of line, first unrecognized character is `7'
  2700. /tmp/do_mounts-c0e2d9.s:2702: Error: file number less than one
  2701. /tmp/do_mounts-c0e2d9.s:2702: Error: junk at end of line, first unrecognized character is `1'
  2702. /tmp/do_mounts-c0e2d9.s:2705: Error: file number less than one
  2703. /tmp/do_mounts-c0e2d9.s:2705: Error: junk at end of line, first unrecognized character is `7'
  2704. /tmp/do_mounts-c0e2d9.s:2709: Error: file number less than one
  2705. /tmp/do_mounts-c0e2d9.s:2709: Error: junk at end of line, first unrecognized character is `7'
  2706. /tmp/do_mounts-c0e2d9.s:2714: Error: file number less than one
  2707. /tmp/do_mounts-c0e2d9.s:2714: Error: junk at end of line, first unrecognized character is `2'
  2708. /tmp/do_mounts-c0e2d9.s:2721: Error: file number less than one
  2709. /tmp/do_mounts-c0e2d9.s:2721: Error: junk at end of line, first unrecognized character is `3'
  2710. /tmp/do_mounts-c0e2d9.s:2727: Error: file number less than one
  2711. /tmp/do_mounts-c0e2d9.s:2727: Error: junk at end of line, first unrecognized character is `2'
  2712. /tmp/do_mounts-c0e2d9.s:2730: Error: file number less than one
  2713. /tmp/do_mounts-c0e2d9.s:2730: Error: junk at end of line, first unrecognized character is `2'
  2714. /tmp/do_mounts-c0e2d9.s:2736: Error: junk at end of line, first unrecognized character is `"'
  2715. /tmp/do_mounts-c0e2d9.s:2743: Error: file number less than one
  2716. /tmp/do_mounts-c0e2d9.s:2743: Error: junk at end of line, first unrecognized character is `0'
  2717. /tmp/do_mounts-c0e2d9.s:2756: Error: file number less than one
  2718. /tmp/do_mounts-c0e2d9.s:2756: Error: junk at end of line, first unrecognized character is `1'
  2719. /tmp/do_mounts-c0e2d9.s:2764: Error: file number less than one
  2720. /tmp/do_mounts-c0e2d9.s:2764: Error: junk at end of line, first unrecognized character is `6'
  2721. /tmp/do_mounts-c0e2d9.s:2769: Error: file number less than one
  2722. /tmp/do_mounts-c0e2d9.s:2769: Error: junk at end of line, first unrecognized character is `1'
  2723. /tmp/do_mounts-c0e2d9.s:2778: Error: file number less than one
  2724. /tmp/do_mounts-c0e2d9.s:2778: Error: junk at end of line, first unrecognized character is `9'
  2725. /tmp/do_mounts-c0e2d9.s:2784: Error: file number less than one
  2726. /tmp/do_mounts-c0e2d9.s:2784: Error: junk at end of line, first unrecognized character is `6'
  2727. /tmp/do_mounts-c0e2d9.s:2789: Error: file number less than one
  2728. /tmp/do_mounts-c0e2d9.s:2789: Error: junk at end of line, first unrecognized character is `3'
  2729. /tmp/do_mounts-c0e2d9.s:2794: Error: file number less than one
  2730. /tmp/do_mounts-c0e2d9.s:2794: Error: junk at end of line, first unrecognized character is `3'
  2731. /tmp/do_mounts-c0e2d9.s:2800: Error: junk at end of line, first unrecognized character is `"'
  2732. /tmp/do_mounts-c0e2d9.s:2807: Error: file number less than one
  2733. /tmp/do_mounts-c0e2d9.s:2807: Error: junk at end of line, first unrecognized character is `0'
  2734. /tmp/do_mounts-c0e2d9.s:2821: Error: file number less than one
  2735. /tmp/do_mounts-c0e2d9.s:2821: Error: junk at end of line, first unrecognized character is `1'
  2736. /tmp/do_mounts-c0e2d9.s:2825: Error: file number less than one
  2737. /tmp/do_mounts-c0e2d9.s:2825: Error: junk at end of line, first unrecognized character is `6'
  2738. /tmp/do_mounts-c0e2d9.s:2833: Error: file number less than one
  2739. /tmp/do_mounts-c0e2d9.s:2833: Error: junk at end of line, first unrecognized character is `2'
  2740. /tmp/do_mounts-c0e2d9.s:2837: Error: file number less than one
  2741. /tmp/do_mounts-c0e2d9.s:2837: Error: junk at end of line, first unrecognized character is `5'
  2742. /tmp/do_mounts-c0e2d9.s:2839: Error: file number less than one
  2743. /tmp/do_mounts-c0e2d9.s:2839: Error: junk at end of line, first unrecognized character is `6'
  2744. /tmp/do_mounts-c0e2d9.s:2845: Error: file number less than one
  2745. /tmp/do_mounts-c0e2d9.s:2845: Error: junk at end of line, first unrecognized character is `6'
  2746. /tmp/do_mounts-c0e2d9.s:2850: Error: file number less than one
  2747. /tmp/do_mounts-c0e2d9.s:2850: Error: junk at end of line, first unrecognized character is `6'
  2748. /tmp/do_mounts-c0e2d9.s:2852: Error: file number less than one
  2749. /tmp/do_mounts-c0e2d9.s:2852: Error: junk at end of line, first unrecognized character is `1'
  2750. /tmp/do_mounts-c0e2d9.s:2860: Error: file number less than one
  2751. /tmp/do_mounts-c0e2d9.s:2860: Error: junk at end of line, first unrecognized character is `1'
  2752. /tmp/do_mounts-c0e2d9.s:2862: Error: file number less than one
  2753. /tmp/do_mounts-c0e2d9.s:2862: Error: junk at end of line, first unrecognized character is `1'
  2754. /tmp/do_mounts-c0e2d9.s:2874: Error: file number less than one
  2755. /tmp/do_mounts-c0e2d9.s:2874: Error: junk at end of line, first unrecognized character is `0'
  2756. /tmp/do_mounts-c0e2d9.s:2896: Error: junk at end of line, first unrecognized character is `"'
  2757. /tmp/do_mounts-c0e2d9.s:2944: Error: file number less than one
  2758. /tmp/do_mounts-c0e2d9.s:2944: Error: junk at end of line, first unrecognized character is `6'
  2759. /tmp/do_mounts-c0e2d9.s:2951: Error: file number less than one
  2760. /tmp/do_mounts-c0e2d9.s:2951: Error: junk at end of line, first unrecognized character is `9'
  2761. /tmp/do_mounts-c0e2d9.s:2962: Error: file number less than one
  2762. /tmp/do_mounts-c0e2d9.s:2962: Error: junk at end of line, first unrecognized character is `9'
  2763. /tmp/do_mounts-c0e2d9.s:2976: Error: file number less than one
  2764. /tmp/do_mounts-c0e2d9.s:2976: Error: junk at end of line, first unrecognized character is `1'
  2765. clang-16: error: assembler command failed with exit code 1 (use -v to see invocation)
  2766. make[2]: *** [../scripts/Makefile.build:338: init/do_mounts.o] Error 1
  2767. make[1]: *** [/home/heh/Desktop/kernel/Makefile:1181: init] Error 2
  2768. make[1]: *** Waiting for unfinished jobs....
  2769. AS arch/arm64/kernel/entry-fpsimd.o
  2770. CC arch/arm64/kernel/process.o
  2771. 1 warning generated.
  2772. /tmp/debug-monitors-d8f863.s: Assembler messages:
  2773. /tmp/debug-monitors-d8f863.s:18: Error: junk at end of line, first unrecognized character is `"'
  2774. /tmp/debug-monitors-d8f863.s:18: Error: file number less than one
  2775. /tmp/debug-monitors-d8f863.s:19: Error: junk at end of line, first unrecognized character is `"'
  2776. /tmp/debug-monitors-d8f863.s:20: Error: junk at end of line, first unrecognized character is `"'
  2777. /tmp/debug-monitors-d8f863.s:21: Error: junk at end of line, first unrecognized character is `"'
  2778. /tmp/debug-monitors-d8f863.s:22: Error: junk at end of line, first unrecognized character is `"'
  2779. /tmp/debug-monitors-d8f863.s:23: Error: junk at end of line, first unrecognized character is `"'
  2780. /tmp/debug-monitors-d8f863.s:24: Error: junk at end of line, first unrecognized character is `"'
  2781. /tmp/debug-monitors-d8f863.s:25: Error: junk at end of line, first unrecognized character is `"'
  2782. /tmp/debug-monitors-d8f863.s:26: Error: junk at end of line, first unrecognized character is `"'
  2783. /tmp/debug-monitors-d8f863.s:27: Error: junk at end of line, first unrecognized character is `"'
  2784. /tmp/debug-monitors-d8f863.s:28: Error: junk at end of line, first unrecognized character is `"'
  2785. /tmp/debug-monitors-d8f863.s:29: Error: junk at end of line, first unrecognized character is `"'
  2786. /tmp/debug-monitors-d8f863.s:30: Error: junk at end of line, first unrecognized character is `"'
  2787. /tmp/debug-monitors-d8f863.s:31: Error: junk at end of line, first unrecognized character is `"'
  2788. /tmp/debug-monitors-d8f863.s:32: Error: junk at end of line, first unrecognized character is `"'
  2789. /tmp/debug-monitors-d8f863.s:33: Error: junk at end of line, first unrecognized character is `"'
  2790. /tmp/debug-monitors-d8f863.s:34: Error: junk at end of line, first unrecognized character is `"'
  2791. /tmp/debug-monitors-d8f863.s:35: Error: junk at end of line, first unrecognized character is `"'
  2792. /tmp/debug-monitors-d8f863.s:36: Error: junk at end of line, first unrecognized character is `"'
  2793. /tmp/debug-monitors-d8f863.s:37: Error: junk at end of line, first unrecognized character is `"'
  2794. /tmp/debug-monitors-d8f863.s:38: Error: junk at end of line, first unrecognized character is `"'
  2795. /tmp/debug-monitors-d8f863.s:39: Error: junk at end of line, first unrecognized character is `"'
  2796. /tmp/debug-monitors-d8f863.s:40: Error: junk at end of line, first unrecognized character is `"'
  2797. /tmp/debug-monitors-d8f863.s:41: Error: junk at end of line, first unrecognized character is `"'
  2798. /tmp/debug-monitors-d8f863.s:42: Error: junk at end of line, first unrecognized character is `"'
  2799. /tmp/debug-monitors-d8f863.s:43: Error: junk at end of line, first unrecognized character is `"'
  2800. /tmp/debug-monitors-d8f863.s:44: Error: junk at end of line, first unrecognized character is `"'
  2801. /tmp/debug-monitors-d8f863.s:45: Error: junk at end of line, first unrecognized character is `"'
  2802. /tmp/debug-monitors-d8f863.s:46: Error: junk at end of line, first unrecognized character is `"'
  2803. /tmp/debug-monitors-d8f863.s:47: Error: junk at end of line, first unrecognized character is `"'
  2804. /tmp/debug-monitors-d8f863.s:48: Error: junk at end of line, first unrecognized character is `"'
  2805. /tmp/debug-monitors-d8f863.s:49: Error: junk at end of line, first unrecognized character is `"'
  2806. /tmp/debug-monitors-d8f863.s:50: Error: junk at end of line, first unrecognized character is `"'
  2807. /tmp/debug-monitors-d8f863.s:51: Error: junk at end of line, first unrecognized character is `"'
  2808. /tmp/debug-monitors-d8f863.s:52: Error: junk at end of line, first unrecognized character is `"'
  2809. /tmp/debug-monitors-d8f863.s:53: Error: junk at end of line, first unrecognized character is `"'
  2810. /tmp/debug-monitors-d8f863.s:54: Error: junk at end of line, first unrecognized character is `"'
  2811. /tmp/debug-monitors-d8f863.s:55: Error: junk at end of line, first unrecognized character is `"'
  2812. /tmp/debug-monitors-d8f863.s:56: Error: junk at end of line, first unrecognized character is `"'
  2813. /tmp/debug-monitors-d8f863.s:57: Error: junk at end of line, first unrecognized character is `"'
  2814. /tmp/debug-monitors-d8f863.s:58: Error: junk at end of line, first unrecognized character is `"'
  2815. /tmp/debug-monitors-d8f863.s:59: Error: junk at end of line, first unrecognized character is `"'
  2816. /tmp/debug-monitors-d8f863.s:60: Error: junk at end of line, first unrecognized character is `"'
  2817. /tmp/debug-monitors-d8f863.s:61: Error: junk at end of line, first unrecognized character is `"'
  2818. /tmp/debug-monitors-d8f863.s:62: Error: junk at end of line, first unrecognized character is `"'
  2819. /tmp/debug-monitors-d8f863.s:63: Error: junk at end of line, first unrecognized character is `"'
  2820. /tmp/debug-monitors-d8f863.s:64: Error: junk at end of line, first unrecognized character is `"'
  2821. /tmp/debug-monitors-d8f863.s:65: Error: junk at end of line, first unrecognized character is `"'
  2822. /tmp/debug-monitors-d8f863.s:66: Error: junk at end of line, first unrecognized character is `"'
  2823. /tmp/debug-monitors-d8f863.s:67: Error: junk at end of line, first unrecognized character is `"'
  2824. /tmp/debug-monitors-d8f863.s:68: Error: junk at end of line, first unrecognized character is `"'
  2825. /tmp/debug-monitors-d8f863.s:69: Error: junk at end of line, first unrecognized character is `"'
  2826. /tmp/debug-monitors-d8f863.s:70: Error: junk at end of line, first unrecognized character is `"'
  2827. /tmp/debug-monitors-d8f863.s:71: Error: junk at end of line, first unrecognized character is `"'
  2828. /tmp/debug-monitors-d8f863.s:72: Error: junk at end of line, first unrecognized character is `"'
  2829. /tmp/debug-monitors-d8f863.s:73: Error: junk at end of line, first unrecognized character is `"'
  2830. /tmp/debug-monitors-d8f863.s:74: Error: junk at end of line, first unrecognized character is `"'
  2831. /tmp/debug-monitors-d8f863.s:75: Error: junk at end of line, first unrecognized character is `"'
  2832. /tmp/debug-monitors-d8f863.s:76: Error: junk at end of line, first unrecognized character is `"'
  2833. /tmp/debug-monitors-d8f863.s:77: Error: junk at end of line, first unrecognized character is `"'
  2834. /tmp/debug-monitors-d8f863.s:78: Error: junk at end of line, first unrecognized character is `"'
  2835. /tmp/debug-monitors-d8f863.s:79: Error: junk at end of line, first unrecognized character is `"'
  2836. /tmp/debug-monitors-d8f863.s:80: Error: junk at end of line, first unrecognized character is `"'
  2837. /tmp/debug-monitors-d8f863.s:81: Error: junk at end of line, first unrecognized character is `"'
  2838. /tmp/debug-monitors-d8f863.s:82: Error: junk at end of line, first unrecognized character is `"'
  2839. /tmp/debug-monitors-d8f863.s:83: Error: junk at end of line, first unrecognized character is `"'
  2840. /tmp/debug-monitors-d8f863.s:84: Error: junk at end of line, first unrecognized character is `"'
  2841. /tmp/debug-monitors-d8f863.s:85: Error: junk at end of line, first unrecognized character is `"'
  2842. /tmp/debug-monitors-d8f863.s:86: Error: junk at end of line, first unrecognized character is `"'
  2843. /tmp/debug-monitors-d8f863.s:87: Error: junk at end of line, first unrecognized character is `"'
  2844. /tmp/debug-monitors-d8f863.s:88: Error: junk at end of line, first unrecognized character is `"'
  2845. /tmp/debug-monitors-d8f863.s:89: Error: junk at end of line, first unrecognized character is `"'
  2846. /tmp/debug-monitors-d8f863.s:90: Error: junk at end of line, first unrecognized character is `"'
  2847. /tmp/debug-monitors-d8f863.s:91: Error: junk at end of line, first unrecognized character is `"'
  2848. /tmp/debug-monitors-d8f863.s:92: Error: junk at end of line, first unrecognized character is `"'
  2849. /tmp/debug-monitors-d8f863.s:93: Error: junk at end of line, first unrecognized character is `"'
  2850. /tmp/debug-monitors-d8f863.s:94: Error: junk at end of line, first unrecognized character is `"'
  2851. /tmp/debug-monitors-d8f863.s:95: Error: junk at end of line, first unrecognized character is `"'
  2852. /tmp/debug-monitors-d8f863.s:96: Error: junk at end of line, first unrecognized character is `"'
  2853. /tmp/debug-monitors-d8f863.s:97: Error: junk at end of line, first unrecognized character is `"'
  2854. /tmp/debug-monitors-d8f863.s:98: Error: junk at end of line, first unrecognized character is `"'
  2855. /tmp/debug-monitors-d8f863.s:99: Error: junk at end of line, first unrecognized character is `"'
  2856. /tmp/debug-monitors-d8f863.s:100: Error: junk at end of line, first unrecognized character is `"'
  2857. /tmp/debug-monitors-d8f863.s:101: Error: junk at end of line, first unrecognized character is `"'
  2858. /tmp/debug-monitors-d8f863.s:102: Error: junk at end of line, first unrecognized character is `"'
  2859. /tmp/debug-monitors-d8f863.s:103: Error: junk at end of line, first unrecognized character is `"'
  2860. /tmp/debug-monitors-d8f863.s:104: Error: junk at end of line, first unrecognized character is `"'
  2861. /tmp/debug-monitors-d8f863.s:105: Error: junk at end of line, first unrecognized character is `"'
  2862. /tmp/debug-monitors-d8f863.s:106: Error: junk at end of line, first unrecognized character is `"'
  2863. /tmp/debug-monitors-d8f863.s:107: Error: junk at end of line, first unrecognized character is `"'
  2864. /tmp/debug-monitors-d8f863.s:108: Error: junk at end of line, first unrecognized character is `"'
  2865. /tmp/debug-monitors-d8f863.s:109: Error: junk at end of line, first unrecognized character is `"'
  2866. /tmp/debug-monitors-d8f863.s:110: Error: junk at end of line, first unrecognized character is `"'
  2867. /tmp/debug-monitors-d8f863.s:111: Error: junk at end of line, first unrecognized character is `"'
  2868. /tmp/debug-monitors-d8f863.s:112: Error: junk at end of line, first unrecognized character is `"'
  2869. /tmp/debug-monitors-d8f863.s:113: Error: junk at end of line, first unrecognized character is `"'
  2870. /tmp/debug-monitors-d8f863.s:114: Error: junk at end of line, first unrecognized character is `"'
  2871. /tmp/debug-monitors-d8f863.s:115: Error: junk at end of line, first unrecognized character is `"'
  2872. /tmp/debug-monitors-d8f863.s:116: Error: junk at end of line, first unrecognized character is `"'
  2873. /tmp/debug-monitors-d8f863.s:117: Error: junk at end of line, first unrecognized character is `"'
  2874. /tmp/debug-monitors-d8f863.s:118: Error: junk at end of line, first unrecognized character is `"'
  2875. /tmp/debug-monitors-d8f863.s:119: Error: junk at end of line, first unrecognized character is `"'
  2876. /tmp/debug-monitors-d8f863.s:120: Error: junk at end of line, first unrecognized character is `"'
  2877. /tmp/debug-monitors-d8f863.s:121: Error: junk at end of line, first unrecognized character is `"'
  2878. /tmp/debug-monitors-d8f863.s:122: Error: junk at end of line, first unrecognized character is `"'
  2879. /tmp/debug-monitors-d8f863.s:123: Error: junk at end of line, first unrecognized character is `"'
  2880. /tmp/debug-monitors-d8f863.s:124: Error: junk at end of line, first unrecognized character is `"'
  2881. /tmp/debug-monitors-d8f863.s:125: Error: junk at end of line, first unrecognized character is `"'
  2882. /tmp/debug-monitors-d8f863.s:126: Error: junk at end of line, first unrecognized character is `"'
  2883. /tmp/debug-monitors-d8f863.s:127: Error: junk at end of line, first unrecognized character is `"'
  2884. /tmp/debug-monitors-d8f863.s:128: Error: junk at end of line, first unrecognized character is `"'
  2885. /tmp/debug-monitors-d8f863.s:129: Error: junk at end of line, first unrecognized character is `"'
  2886. /tmp/debug-monitors-d8f863.s:130: Error: junk at end of line, first unrecognized character is `"'
  2887. /tmp/debug-monitors-d8f863.s:131: Error: junk at end of line, first unrecognized character is `"'
  2888. /tmp/debug-monitors-d8f863.s:132: Error: junk at end of line, first unrecognized character is `"'
  2889. /tmp/debug-monitors-d8f863.s:133: Error: junk at end of line, first unrecognized character is `"'
  2890. /tmp/debug-monitors-d8f863.s:134: Error: junk at end of line, first unrecognized character is `"'
  2891. /tmp/debug-monitors-d8f863.s:135: Error: junk at end of line, first unrecognized character is `"'
  2892. /tmp/debug-monitors-d8f863.s:136: Error: junk at end of line, first unrecognized character is `"'
  2893. /tmp/debug-monitors-d8f863.s:137: Error: junk at end of line, first unrecognized character is `"'
  2894. /tmp/debug-monitors-d8f863.s:138: Error: junk at end of line, first unrecognized character is `"'
  2895. /tmp/debug-monitors-d8f863.s:144: Error: file number less than one
  2896. /tmp/debug-monitors-d8f863.s:144: Error: junk at end of line, first unrecognized character is `0'
  2897. /tmp/debug-monitors-d8f863.s:155: Error: file number less than one
  2898. /tmp/debug-monitors-d8f863.s:155: Error: junk at end of line, first unrecognized character is `4'
  2899. /tmp/debug-monitors-d8f863.s:165: Error: junk at end of line, first unrecognized character is `"'
  2900. /tmp/debug-monitors-d8f863.s:169: Error: file number less than one
  2901. /tmp/debug-monitors-d8f863.s:169: Error: junk at end of line, first unrecognized character is `2'
  2902. /tmp/debug-monitors-d8f863.s:181: Error: file number less than one
  2903. /tmp/debug-monitors-d8f863.s:181: Error: junk at end of line, first unrecognized character is `0'
  2904. /tmp/debug-monitors-d8f863.s:191: Error: file number less than one
  2905. /tmp/debug-monitors-d8f863.s:191: Error: junk at end of line, first unrecognized character is `2'
  2906. /tmp/debug-monitors-d8f863.s:200: Error: file number less than one
  2907. /tmp/debug-monitors-d8f863.s:200: Error: junk at end of line, first unrecognized character is `2'
  2908. /tmp/debug-monitors-d8f863.s:208: Error: junk at end of line, first unrecognized character is `"'
  2909. /tmp/debug-monitors-d8f863.s:215: Error: file number less than one
  2910. /tmp/debug-monitors-d8f863.s:215: Error: junk at end of line, first unrecognized character is `0'
  2911. /tmp/debug-monitors-d8f863.s:219: Error: file number less than one
  2912. /tmp/debug-monitors-d8f863.s:219: Error: junk at end of line, first unrecognized character is `1'
  2913. /tmp/debug-monitors-d8f863.s:221: Error: file number less than one
  2914. /tmp/debug-monitors-d8f863.s:221: Error: junk at end of line, first unrecognized character is `2'
  2915. /tmp/debug-monitors-d8f863.s:223: Error: file number less than one
  2916. /tmp/debug-monitors-d8f863.s:223: Error: junk at end of line, first unrecognized character is `1'
  2917. /tmp/debug-monitors-d8f863.s:225: Error: file number less than one
  2918. /tmp/debug-monitors-d8f863.s:225: Error: junk at end of line, first unrecognized character is `2'
  2919. /tmp/debug-monitors-d8f863.s:238: Error: file number less than one
  2920. /tmp/debug-monitors-d8f863.s:238: Error: junk at end of line, first unrecognized character is `0'
  2921. /tmp/debug-monitors-d8f863.s:254: Error: junk at end of line, first unrecognized character is `"'
  2922. /tmp/debug-monitors-d8f863.s:264: Error: junk at end of line, first unrecognized character is `"'
  2923. /tmp/debug-monitors-d8f863.s:279: Error: file number less than one
  2924. /tmp/debug-monitors-d8f863.s:279: Error: junk at end of line, first unrecognized character is `2'
  2925. /tmp/debug-monitors-d8f863.s:289: Error: junk at end of line, first unrecognized character is `"'
  2926. /tmp/debug-monitors-d8f863.s:298: Error: file number less than one
  2927. /tmp/debug-monitors-d8f863.s:298: Error: junk at end of line, first unrecognized character is `2'
  2928. /tmp/debug-monitors-d8f863.s:309: Error: junk at end of line, first unrecognized character is `"'
  2929. /tmp/debug-monitors-d8f863.s:313: Error: file number less than one
  2930. /tmp/debug-monitors-d8f863.s:313: Error: junk at end of line, first unrecognized character is `6'
  2931. /tmp/debug-monitors-d8f863.s:322: Error: file number less than one
  2932. /tmp/debug-monitors-d8f863.s:322: Error: junk at end of line, first unrecognized character is `6'
  2933. /tmp/debug-monitors-d8f863.s:328: Error: junk at end of line, first unrecognized character is `"'
  2934. /tmp/debug-monitors-d8f863.s:354: Error: file number less than one
  2935. /tmp/debug-monitors-d8f863.s:354: Error: junk at end of line, first unrecognized character is `6'
  2936. /tmp/debug-monitors-d8f863.s:374: Error: file number less than one
  2937. /tmp/debug-monitors-d8f863.s:374: Error: junk at end of line, first unrecognized character is `6'
  2938. /tmp/debug-monitors-d8f863.s:396: Error: junk at end of line, first unrecognized character is `"'
  2939. /tmp/debug-monitors-d8f863.s:402: Error: file number less than one
  2940. /tmp/debug-monitors-d8f863.s:402: Error: junk at end of line, first unrecognized character is `6'
  2941. /tmp/debug-monitors-d8f863.s:410: Error: file number less than one
  2942. /tmp/debug-monitors-d8f863.s:410: Error: junk at end of line, first unrecognized character is `6'
  2943. /tmp/debug-monitors-d8f863.s:414: Error: file number less than one
  2944. /tmp/debug-monitors-d8f863.s:414: Error: junk at end of line, first unrecognized character is `2'
  2945. /tmp/debug-monitors-d8f863.s:417: Error: file number less than one
  2946. /tmp/debug-monitors-d8f863.s:417: Error: junk at end of line, first unrecognized character is `6'
  2947. /tmp/debug-monitors-d8f863.s:421: Error: file number less than one
  2948. /tmp/debug-monitors-d8f863.s:421: Error: junk at end of line, first unrecognized character is `2'
  2949. /tmp/debug-monitors-d8f863.s:435: Error: file number less than one
  2950. /tmp/debug-monitors-d8f863.s:435: Error: junk at end of line, first unrecognized character is `6'
  2951. /tmp/debug-monitors-d8f863.s:444: Error: file number less than one
  2952. /tmp/debug-monitors-d8f863.s:444: Error: junk at end of line, first unrecognized character is `6'
  2953. /tmp/debug-monitors-d8f863.s:474: Error: file number less than one
  2954. /tmp/debug-monitors-d8f863.s:474: Error: junk at end of line, first unrecognized character is `6'
  2955. /tmp/debug-monitors-d8f863.s:495: Error: file number less than one
  2956. /tmp/debug-monitors-d8f863.s:495: Error: junk at end of line, first unrecognized character is `6'
  2957. /tmp/debug-monitors-d8f863.s:522: Error: file number less than one
  2958. /tmp/debug-monitors-d8f863.s:522: Error: junk at end of line, first unrecognized character is `6'
  2959. /tmp/debug-monitors-d8f863.s:529: Error: file number less than one
  2960. /tmp/debug-monitors-d8f863.s:529: Error: junk at end of line, first unrecognized character is `6'
  2961. /tmp/debug-monitors-d8f863.s:531: Error: file number less than one
  2962. /tmp/debug-monitors-d8f863.s:531: Error: junk at end of line, first unrecognized character is `6'
  2963. /tmp/debug-monitors-d8f863.s:538: Error: file number less than one
  2964. /tmp/debug-monitors-d8f863.s:538: Error: junk at end of line, first unrecognized character is `6'
  2965. /tmp/debug-monitors-d8f863.s:541: Error: file number less than one
  2966. /tmp/debug-monitors-d8f863.s:541: Error: junk at end of line, first unrecognized character is `1'
  2967. /tmp/debug-monitors-d8f863.s:551: Error: file number less than one
  2968. /tmp/debug-monitors-d8f863.s:551: Error: junk at end of line, first unrecognized character is `9'
  2969. /tmp/debug-monitors-d8f863.s:558: Error: junk at end of line, first unrecognized character is `"'
  2970. /tmp/debug-monitors-d8f863.s:567: Error: file number less than one
  2971. /tmp/debug-monitors-d8f863.s:567: Error: junk at end of line, first unrecognized character is `9'
  2972. /tmp/debug-monitors-d8f863.s:581: Error: file number less than one
  2973. /tmp/debug-monitors-d8f863.s:581: Error: junk at end of line, first unrecognized character is `2'
  2974. /tmp/debug-monitors-d8f863.s:593: Error: file number less than one
  2975. /tmp/debug-monitors-d8f863.s:593: Error: junk at end of line, first unrecognized character is `1'
  2976. /tmp/debug-monitors-d8f863.s:603: Error: file number less than one
  2977. /tmp/debug-monitors-d8f863.s:603: Error: junk at end of line, first unrecognized character is `2'
  2978. /tmp/debug-monitors-d8f863.s:619: Error: file number less than one
  2979. /tmp/debug-monitors-d8f863.s:619: Error: junk at end of line, first unrecognized character is `6'
  2980. /tmp/debug-monitors-d8f863.s:622: Error: file number less than one
  2981. /tmp/debug-monitors-d8f863.s:622: Error: junk at end of line, first unrecognized character is `6'
  2982. /tmp/debug-monitors-d8f863.s:634: Error: file number less than one
  2983. /tmp/debug-monitors-d8f863.s:634: Error: junk at end of line, first unrecognized character is `6'
  2984. /tmp/debug-monitors-d8f863.s:637: Error: file number less than one
  2985. /tmp/debug-monitors-d8f863.s:637: Error: junk at end of line, first unrecognized character is `6'
  2986. /tmp/debug-monitors-d8f863.s:644: Error: junk at end of line, first unrecognized character is `"'
  2987. /tmp/debug-monitors-d8f863.s:645: Error: junk at end of line, first unrecognized character is `"'
  2988. /tmp/debug-monitors-d8f863.s:652: Error: file number less than one
  2989. /tmp/debug-monitors-d8f863.s:652: Error: junk at end of line, first unrecognized character is `0'
  2990. /tmp/debug-monitors-d8f863.s:691: Error: file number less than one
  2991. /tmp/debug-monitors-d8f863.s:691: Error: junk at end of line, first unrecognized character is `2'
  2992. /tmp/debug-monitors-d8f863.s:709: Error: file number less than one
  2993. /tmp/debug-monitors-d8f863.s:709: Error: junk at end of line, first unrecognized character is `2'
  2994. /tmp/debug-monitors-d8f863.s:723: Error: file number less than one
  2995. /tmp/debug-monitors-d8f863.s:723: Error: junk at end of line, first unrecognized character is `6'
  2996. /tmp/debug-monitors-d8f863.s:732: Error: file number less than one
  2997. /tmp/debug-monitors-d8f863.s:732: Error: junk at end of line, first unrecognized character is `6'
  2998. /tmp/debug-monitors-d8f863.s:763: Error: file number less than one
  2999. /tmp/debug-monitors-d8f863.s:763: Error: junk at end of line, first unrecognized character is `6'
  3000. /tmp/debug-monitors-d8f863.s:766: Error: file number less than one
  3001. /tmp/debug-monitors-d8f863.s:766: Error: junk at end of line, first unrecognized character is `6'
  3002. /tmp/debug-monitors-d8f863.s:786: Error: file number less than one
  3003. /tmp/debug-monitors-d8f863.s:786: Error: junk at end of line, first unrecognized character is `6'
  3004. /tmp/debug-monitors-d8f863.s:813: Error: file number less than one
  3005. /tmp/debug-monitors-d8f863.s:813: Error: junk at end of line, first unrecognized character is `6'
  3006. /tmp/debug-monitors-d8f863.s:821: Error: file number less than one
  3007. /tmp/debug-monitors-d8f863.s:821: Error: junk at end of line, first unrecognized character is `6'
  3008. /tmp/debug-monitors-d8f863.s:827: Error: file number less than one
  3009. /tmp/debug-monitors-d8f863.s:827: Error: junk at end of line, first unrecognized character is `2'
  3010. /tmp/debug-monitors-d8f863.s:842: Error: file number less than one
  3011. /tmp/debug-monitors-d8f863.s:842: Error: junk at end of line, first unrecognized character is `6'
  3012. /tmp/debug-monitors-d8f863.s:851: Error: file number less than one
  3013. /tmp/debug-monitors-d8f863.s:851: Error: junk at end of line, first unrecognized character is `6'
  3014. /tmp/debug-monitors-d8f863.s:881: Error: file number less than one
  3015. /tmp/debug-monitors-d8f863.s:881: Error: junk at end of line, first unrecognized character is `6'
  3016. /tmp/debug-monitors-d8f863.s:884: Error: file number less than one
  3017. /tmp/debug-monitors-d8f863.s:884: Error: junk at end of line, first unrecognized character is `6'
  3018. /tmp/debug-monitors-d8f863.s:905: Error: file number less than one
  3019. /tmp/debug-monitors-d8f863.s:905: Error: junk at end of line, first unrecognized character is `6'
  3020. /tmp/debug-monitors-d8f863.s:932: Error: file number less than one
  3021. /tmp/debug-monitors-d8f863.s:932: Error: junk at end of line, first unrecognized character is `6'
  3022. /tmp/debug-monitors-d8f863.s:939: Error: file number less than one
  3023. /tmp/debug-monitors-d8f863.s:939: Error: junk at end of line, first unrecognized character is `6'
  3024. /tmp/debug-monitors-d8f863.s:941: Error: file number less than one
  3025. /tmp/debug-monitors-d8f863.s:941: Error: junk at end of line, first unrecognized character is `6'
  3026. /tmp/debug-monitors-d8f863.s:949: Error: file number less than one
  3027. /tmp/debug-monitors-d8f863.s:949: Error: junk at end of line, first unrecognized character is `6'
  3028. /tmp/debug-monitors-d8f863.s:956: Error: file number less than one
  3029. /tmp/debug-monitors-d8f863.s:956: Error: junk at end of line, first unrecognized character is `9'
  3030. /tmp/debug-monitors-d8f863.s:971: Error: file number less than one
  3031. /tmp/debug-monitors-d8f863.s:971: Error: junk at end of line, first unrecognized character is `9'
  3032. /tmp/debug-monitors-d8f863.s:985: Error: file number less than one
  3033. /tmp/debug-monitors-d8f863.s:985: Error: junk at end of line, first unrecognized character is `2'
  3034. /tmp/debug-monitors-d8f863.s:997: Error: file number less than one
  3035. /tmp/debug-monitors-d8f863.s:997: Error: junk at end of line, first unrecognized character is `1'
  3036. /tmp/debug-monitors-d8f863.s:1007: Error: file number less than one
  3037. /tmp/debug-monitors-d8f863.s:1007: Error: junk at end of line, first unrecognized character is `2'
  3038. /tmp/debug-monitors-d8f863.s:1023: Error: file number less than one
  3039. /tmp/debug-monitors-d8f863.s:1023: Error: junk at end of line, first unrecognized character is `6'
  3040. /tmp/debug-monitors-d8f863.s:1026: Error: file number less than one
  3041. /tmp/debug-monitors-d8f863.s:1026: Error: junk at end of line, first unrecognized character is `6'
  3042. /tmp/debug-monitors-d8f863.s:1038: Error: file number less than one
  3043. /tmp/debug-monitors-d8f863.s:1038: Error: junk at end of line, first unrecognized character is `6'
  3044. /tmp/debug-monitors-d8f863.s:1041: Error: file number less than one
  3045. /tmp/debug-monitors-d8f863.s:1041: Error: junk at end of line, first unrecognized character is `6'
  3046. /tmp/debug-monitors-d8f863.s:1053: Error: file number less than one
  3047. /tmp/debug-monitors-d8f863.s:1053: Error: junk at end of line, first unrecognized character is `0'
  3048. /tmp/debug-monitors-d8f863.s:1080: Error: file number less than one
  3049. /tmp/debug-monitors-d8f863.s:1080: Error: junk at end of line, first unrecognized character is `2'
  3050. /tmp/debug-monitors-d8f863.s:1093: Error: file number less than one
  3051. /tmp/debug-monitors-d8f863.s:1093: Error: junk at end of line, first unrecognized character is `0'
  3052. /tmp/debug-monitors-d8f863.s:1107: Error: junk at end of line, first unrecognized character is `"'
  3053. /tmp/debug-monitors-d8f863.s:1123: Error: junk at end of line, first unrecognized character is `"'
  3054. /tmp/debug-monitors-d8f863.s:1155: Error: file number less than one
  3055. /tmp/debug-monitors-d8f863.s:1155: Error: junk at end of line, first unrecognized character is `1'
  3056. /tmp/debug-monitors-d8f863.s:1171: Error: file number less than one
  3057. /tmp/debug-monitors-d8f863.s:1171: Error: junk at end of line, first unrecognized character is `0'
  3058. /tmp/debug-monitors-d8f863.s:1201: Error: junk at end of line, first unrecognized character is `"'
  3059. /tmp/debug-monitors-d8f863.s:1229: Error: file number less than one
  3060. /tmp/debug-monitors-d8f863.s:1229: Error: junk at end of line, first unrecognized character is `2'
  3061. /tmp/debug-monitors-d8f863.s:1232: Error: file number less than one
  3062. /tmp/debug-monitors-d8f863.s:1232: Error: junk at end of line, first unrecognized character is `1'
  3063. /tmp/debug-monitors-d8f863.s:1242: Error: junk at end of line, first unrecognized character is `"'
  3064. /tmp/debug-monitors-d8f863.s:1249: Error: file number less than one
  3065. /tmp/debug-monitors-d8f863.s:1249: Error: junk at end of line, first unrecognized character is `0'
  3066. /tmp/debug-monitors-d8f863.s:1309: Error: file number less than one
  3067. /tmp/debug-monitors-d8f863.s:1309: Error: junk at end of line, first unrecognized character is `1'
  3068. /tmp/debug-monitors-d8f863.s:1325: Error: file number less than one
  3069. /tmp/debug-monitors-d8f863.s:1325: Error: junk at end of line, first unrecognized character is `0'
  3070. /tmp/debug-monitors-d8f863.s:1382: Error: file number less than one
  3071. /tmp/debug-monitors-d8f863.s:1382: Error: junk at end of line, first unrecognized character is `2'
  3072. /tmp/debug-monitors-d8f863.s:1385: Error: file number less than one
  3073. /tmp/debug-monitors-d8f863.s:1385: Error: junk at end of line, first unrecognized character is `1'
  3074. /tmp/debug-monitors-d8f863.s:1401: Error: file number less than one
  3075. /tmp/debug-monitors-d8f863.s:1401: Error: junk at end of line, first unrecognized character is `0'
  3076. /tmp/debug-monitors-d8f863.s:1421: Error: file number less than one
  3077. /tmp/debug-monitors-d8f863.s:1421: Error: junk at end of line, first unrecognized character is `7'
  3078. /tmp/debug-monitors-d8f863.s:1425: Error: file number less than one
  3079. /tmp/debug-monitors-d8f863.s:1425: Error: junk at end of line, first unrecognized character is `6'
  3080. /tmp/debug-monitors-d8f863.s:1434: Error: file number less than one
  3081. /tmp/debug-monitors-d8f863.s:1434: Error: junk at end of line, first unrecognized character is `0'
  3082. /tmp/debug-monitors-d8f863.s:1449: Error: file number less than one
  3083. /tmp/debug-monitors-d8f863.s:1449: Error: junk at end of line, first unrecognized character is `6'
  3084. /tmp/debug-monitors-d8f863.s:1468: Error: junk at end of line, first unrecognized character is `"'
  3085. /tmp/debug-monitors-d8f863.s:1516: Error: junk at end of line, first unrecognized character is `"'
  3086. /tmp/debug-monitors-d8f863.s:1550: Error: file number less than one
  3087. /tmp/debug-monitors-d8f863.s:1550: Error: junk at end of line, first unrecognized character is `3'
  3088. /tmp/debug-monitors-d8f863.s:1620: Error: file number less than one
  3089. /tmp/debug-monitors-d8f863.s:1620: Error: junk at end of line, first unrecognized character is `3'
  3090. /tmp/debug-monitors-d8f863.s:1686: Error: file number less than one
  3091. /tmp/debug-monitors-d8f863.s:1686: Error: junk at end of line, first unrecognized character is `3'
  3092. /tmp/debug-monitors-d8f863.s:1689: Error: file number less than one
  3093. /tmp/debug-monitors-d8f863.s:1689: Error: junk at end of line, first unrecognized character is `3'
  3094. /tmp/debug-monitors-d8f863.s:1693: Error: file number less than one
  3095. /tmp/debug-monitors-d8f863.s:1693: Error: junk at end of line, first unrecognized character is `6'
  3096. /tmp/debug-monitors-d8f863.s:1710: Error: file number less than one
  3097. /tmp/debug-monitors-d8f863.s:1710: Error: junk at end of line, first unrecognized character is `6'
  3098. /tmp/debug-monitors-d8f863.s:1794: Error: file number less than one
  3099. /tmp/debug-monitors-d8f863.s:1794: Error: junk at end of line, first unrecognized character is `3'
  3100. /tmp/debug-monitors-d8f863.s:1807: Error: file number less than one
  3101. /tmp/debug-monitors-d8f863.s:1807: Error: junk at end of line, first unrecognized character is `3'
  3102. /tmp/debug-monitors-d8f863.s:1863: Error: file number less than one
  3103. /tmp/debug-monitors-d8f863.s:1863: Error: junk at end of line, first unrecognized character is `3'
  3104. /tmp/debug-monitors-d8f863.s:1929: Error: file number less than one
  3105. /tmp/debug-monitors-d8f863.s:1929: Error: junk at end of line, first unrecognized character is `3'
  3106. /tmp/debug-monitors-d8f863.s:1933: Error: file number less than one
  3107. /tmp/debug-monitors-d8f863.s:1933: Error: junk at end of line, first unrecognized character is `7'
  3108. /tmp/debug-monitors-d8f863.s:1942: Error: file number less than one
  3109. /tmp/debug-monitors-d8f863.s:1942: Error: junk at end of line, first unrecognized character is `7'
  3110. /tmp/debug-monitors-d8f863.s:1944: Error: file number less than one
  3111. /tmp/debug-monitors-d8f863.s:1944: Error: junk at end of line, first unrecognized character is `7'
  3112. /tmp/debug-monitors-d8f863.s:1955: Error: file number less than one
  3113. /tmp/debug-monitors-d8f863.s:1955: Error: junk at end of line, first unrecognized character is `4'
  3114. /tmp/debug-monitors-d8f863.s:2043: Error: file number less than one
  3115. /tmp/debug-monitors-d8f863.s:2043: Error: junk at end of line, first unrecognized character is `4'
  3116. /tmp/debug-monitors-d8f863.s:2055: Error: file number less than one
  3117. /tmp/debug-monitors-d8f863.s:2055: Error: junk at end of line, first unrecognized character is `4'
  3118. /tmp/debug-monitors-d8f863.s:2109: Error: file number less than one
  3119. /tmp/debug-monitors-d8f863.s:2109: Error: junk at end of line, first unrecognized character is `4'
  3120. /tmp/debug-monitors-d8f863.s:2174: Error: file number less than one
  3121. /tmp/debug-monitors-d8f863.s:2174: Error: junk at end of line, first unrecognized character is `4'
  3122. /tmp/debug-monitors-d8f863.s:2178: Error: file number less than one
  3123. /tmp/debug-monitors-d8f863.s:2178: Error: junk at end of line, first unrecognized character is `6'
  3124. /tmp/debug-monitors-d8f863.s:2188: Error: file number less than one
  3125. /tmp/debug-monitors-d8f863.s:2188: Error: junk at end of line, first unrecognized character is `6'
  3126. /tmp/debug-monitors-d8f863.s:2191: Error: junk at end of line, first unrecognized character is `"'
  3127. /tmp/debug-monitors-d8f863.s:2197: Error: junk at end of line, first unrecognized character is `"'
  3128. /tmp/debug-monitors-d8f863.s:2210: Error: file number less than one
  3129. /tmp/debug-monitors-d8f863.s:2210: Error: junk at end of line, first unrecognized character is `1'
  3130. /tmp/debug-monitors-d8f863.s:2214: Error: junk at end of line, first unrecognized character is `"'
  3131. /tmp/debug-monitors-d8f863.s:2218: Error: file number less than one
  3132. /tmp/debug-monitors-d8f863.s:2218: Error: junk at end of line, first unrecognized character is `1'
  3133. /tmp/debug-monitors-d8f863.s:2222: Error: file number less than one
  3134. /tmp/debug-monitors-d8f863.s:2222: Error: junk at end of line, first unrecognized character is `6'
  3135. /tmp/debug-monitors-d8f863.s:2235: Error: file number less than one
  3136. /tmp/debug-monitors-d8f863.s:2235: Error: junk at end of line, first unrecognized character is `6'
  3137. /tmp/debug-monitors-d8f863.s:2251: Error: file number less than one
  3138. /tmp/debug-monitors-d8f863.s:2251: Error: junk at end of line, first unrecognized character is `2'
  3139. /tmp/debug-monitors-d8f863.s:2264: Error: file number less than one
  3140. /tmp/debug-monitors-d8f863.s:2264: Error: junk at end of line, first unrecognized character is `2'
  3141. /tmp/debug-monitors-d8f863.s:2286: Error: file number less than one
  3142. /tmp/debug-monitors-d8f863.s:2286: Error: junk at end of line, first unrecognized character is `1'
  3143. /tmp/debug-monitors-d8f863.s:2295: Error: file number less than one
  3144. /tmp/debug-monitors-d8f863.s:2295: Error: junk at end of line, first unrecognized character is `6'
  3145. /tmp/debug-monitors-d8f863.s:2310: Error: file number less than one
  3146. /tmp/debug-monitors-d8f863.s:2310: Error: junk at end of line, first unrecognized character is `6'
  3147. /tmp/debug-monitors-d8f863.s:2316: Error: junk at end of line, first unrecognized character is `"'
  3148. /tmp/debug-monitors-d8f863.s:2323: Error: file number less than one
  3149. /tmp/debug-monitors-d8f863.s:2323: Error: junk at end of line, first unrecognized character is `0'
  3150. /tmp/debug-monitors-d8f863.s:2333: Error: file number less than one
  3151. /tmp/debug-monitors-d8f863.s:2333: Error: junk at end of line, first unrecognized character is `2'
  3152. /tmp/debug-monitors-d8f863.s:2343: Error: file number less than one
  3153. /tmp/debug-monitors-d8f863.s:2343: Error: junk at end of line, first unrecognized character is `2'
  3154. /tmp/debug-monitors-d8f863.s:2353: Error: file number less than one
  3155. /tmp/debug-monitors-d8f863.s:2353: Error: junk at end of line, first unrecognized character is `2'
  3156. /tmp/debug-monitors-d8f863.s:2361: Error: junk at end of line, first unrecognized character is `"'
  3157. /tmp/debug-monitors-d8f863.s:2369: Error: file number less than one
  3158. /tmp/debug-monitors-d8f863.s:2369: Error: junk at end of line, first unrecognized character is `0'
  3159. /tmp/debug-monitors-d8f863.s:2380: Error: file number less than one
  3160. /tmp/debug-monitors-d8f863.s:2380: Error: junk at end of line, first unrecognized character is `6'
  3161. /tmp/debug-monitors-d8f863.s:2390: Error: file number less than one
  3162. /tmp/debug-monitors-d8f863.s:2390: Error: junk at end of line, first unrecognized character is `1'
  3163. /tmp/debug-monitors-d8f863.s:2397: Error: file number less than one
  3164. /tmp/debug-monitors-d8f863.s:2397: Error: junk at end of line, first unrecognized character is `1'
  3165. /tmp/debug-monitors-d8f863.s:2409: Error: file number less than one
  3166. /tmp/debug-monitors-d8f863.s:2409: Error: junk at end of line, first unrecognized character is `0'
  3167. /tmp/debug-monitors-d8f863.s:2420: Error: file number less than one
  3168. /tmp/debug-monitors-d8f863.s:2420: Error: junk at end of line, first unrecognized character is `6'
  3169. /tmp/debug-monitors-d8f863.s:2430: Error: file number less than one
  3170. /tmp/debug-monitors-d8f863.s:2430: Error: junk at end of line, first unrecognized character is `1'
  3171. /tmp/debug-monitors-d8f863.s:2437: Error: file number less than one
  3172. /tmp/debug-monitors-d8f863.s:2437: Error: junk at end of line, first unrecognized character is `1'
  3173. /tmp/debug-monitors-d8f863.s:2449: Error: file number less than one
  3174. /tmp/debug-monitors-d8f863.s:2449: Error: junk at end of line, first unrecognized character is `0'
  3175. /tmp/debug-monitors-d8f863.s:2478: Error: file number less than one
  3176. /tmp/debug-monitors-d8f863.s:2478: Error: junk at end of line, first unrecognized character is `2'
  3177. /tmp/debug-monitors-d8f863.s:2484: Error: file number less than one
  3178. /tmp/debug-monitors-d8f863.s:2484: Error: junk at end of line, first unrecognized character is `1'
  3179. /tmp/debug-monitors-d8f863.s:2487: Error: file number less than one
  3180. /tmp/debug-monitors-d8f863.s:2487: Error: junk at end of line, first unrecognized character is `2'
  3181. /tmp/debug-monitors-d8f863.s:2490: Error: file number less than one
  3182. /tmp/debug-monitors-d8f863.s:2490: Error: junk at end of line, first unrecognized character is `1'
  3183. /tmp/debug-monitors-d8f863.s:2495: Error: file number less than one
  3184. /tmp/debug-monitors-d8f863.s:2495: Error: junk at end of line, first unrecognized character is `9'
  3185. /tmp/debug-monitors-d8f863.s:2512: Error: file number less than one
  3186. /tmp/debug-monitors-d8f863.s:2512: Error: junk at end of line, first unrecognized character is `2'
  3187. /tmp/debug-monitors-d8f863.s:2525: Error: file number less than one
  3188. /tmp/debug-monitors-d8f863.s:2525: Error: junk at end of line, first unrecognized character is `2'
  3189. /tmp/debug-monitors-d8f863.s:2536: Error: file number less than one
  3190. /tmp/debug-monitors-d8f863.s:2536: Error: junk at end of line, first unrecognized character is `2'
  3191. /tmp/debug-monitors-d8f863.s:2539: Error: file number less than one
  3192. /tmp/debug-monitors-d8f863.s:2539: Error: junk at end of line, first unrecognized character is `1'
  3193. /tmp/debug-monitors-d8f863.s:2549: Error: file number less than one
  3194. /tmp/debug-monitors-d8f863.s:2549: Error: junk at end of line, first unrecognized character is `2'
  3195. /tmp/debug-monitors-d8f863.s:2568: Error: file number less than one
  3196. /tmp/debug-monitors-d8f863.s:2568: Error: junk at end of line, first unrecognized character is `0'
  3197. /tmp/debug-monitors-d8f863.s:2589: Error: file number less than one
  3198. /tmp/debug-monitors-d8f863.s:2589: Error: junk at end of line, first unrecognized character is `2'
  3199. /tmp/debug-monitors-d8f863.s:2594: Error: file number less than one
  3200. /tmp/debug-monitors-d8f863.s:2594: Error: junk at end of line, first unrecognized character is `9'
  3201. /tmp/debug-monitors-d8f863.s:2610: Error: file number less than one
  3202. /tmp/debug-monitors-d8f863.s:2610: Error: junk at end of line, first unrecognized character is `2'
  3203. /tmp/debug-monitors-d8f863.s:2621: Error: file number less than one
  3204. /tmp/debug-monitors-d8f863.s:2621: Error: junk at end of line, first unrecognized character is `2'
  3205. /tmp/debug-monitors-d8f863.s:2632: Error: file number less than one
  3206. /tmp/debug-monitors-d8f863.s:2632: Error: junk at end of line, first unrecognized character is `2'
  3207. /tmp/debug-monitors-d8f863.s:2636: Error: file number less than one
  3208. /tmp/debug-monitors-d8f863.s:2636: Error: junk at end of line, first unrecognized character is `1'
  3209. /tmp/debug-monitors-d8f863.s:2641: Error: file number less than one
  3210. /tmp/debug-monitors-d8f863.s:2641: Error: junk at end of line, first unrecognized character is `2'
  3211. /tmp/debug-monitors-d8f863.s:2660: Error: file number less than one
  3212. /tmp/debug-monitors-d8f863.s:2660: Error: junk at end of line, first unrecognized character is `0'
  3213. /tmp/debug-monitors-d8f863.s:2681: Error: file number less than one
  3214. /tmp/debug-monitors-d8f863.s:2681: Error: junk at end of line, first unrecognized character is `2'
  3215. /tmp/debug-monitors-d8f863.s:2686: Error: file number less than one
  3216. /tmp/debug-monitors-d8f863.s:2686: Error: junk at end of line, first unrecognized character is `9'
  3217. /tmp/debug-monitors-d8f863.s:2692: Error: file number less than one
  3218. /tmp/debug-monitors-d8f863.s:2692: Error: junk at end of line, first unrecognized character is `2'
  3219. /tmp/debug-monitors-d8f863.s:2694: Error: file number less than one
  3220. /tmp/debug-monitors-d8f863.s:2694: Error: junk at end of line, first unrecognized character is `2'
  3221. /tmp/debug-monitors-d8f863.s:2699: Error: file number less than one
  3222. /tmp/debug-monitors-d8f863.s:2699: Error: junk at end of line, first unrecognized character is `2'
  3223. /tmp/debug-monitors-d8f863.s:2718: Error: file number less than one
  3224. /tmp/debug-monitors-d8f863.s:2718: Error: junk at end of line, first unrecognized character is `0'
  3225. /tmp/debug-monitors-d8f863.s:2739: Error: junk at end of line, first unrecognized character is `"'
  3226. /tmp/debug-monitors-d8f863.s:2763: Error: junk at end of line, first unrecognized character is `"'
  3227. /tmp/debug-monitors-d8f863.s:2779: Error: file number less than one
  3228. /tmp/debug-monitors-d8f863.s:2779: Error: junk at end of line, first unrecognized character is `6'
  3229. /tmp/debug-monitors-d8f863.s:2790: Error: file number less than one
  3230. /tmp/debug-monitors-d8f863.s:2790: Error: junk at end of line, first unrecognized character is `1'
  3231. /tmp/debug-monitors-d8f863.s:2798: Error: file number less than one
  3232. /tmp/debug-monitors-d8f863.s:2798: Error: junk at end of line, first unrecognized character is `1'
  3233. /tmp/debug-monitors-d8f863.s:2811: Error: file number less than one
  3234. /tmp/debug-monitors-d8f863.s:2811: Error: junk at end of line, first unrecognized character is `0'
  3235. /tmp/debug-monitors-d8f863.s:2838: Error: file number less than one
  3236. /tmp/debug-monitors-d8f863.s:2838: Error: junk at end of line, first unrecognized character is `1'
  3237. /tmp/debug-monitors-d8f863.s:2849: Error: file number less than one
  3238. /tmp/debug-monitors-d8f863.s:2849: Error: junk at end of line, first unrecognized character is `0'
  3239. /tmp/debug-monitors-d8f863.s:2856: Error: file number less than one
  3240. /tmp/debug-monitors-d8f863.s:2856: Error: junk at end of line, first unrecognized character is `2'
  3241. /tmp/debug-monitors-d8f863.s:2862: Error: file number less than one
  3242. /tmp/debug-monitors-d8f863.s:2862: Error: junk at end of line, first unrecognized character is `2'
  3243. /tmp/debug-monitors-d8f863.s:2867: Error: file number less than one
  3244. /tmp/debug-monitors-d8f863.s:2867: Error: junk at end of line, first unrecognized character is `2'
  3245. /tmp/debug-monitors-d8f863.s:2871: Error: file number less than one
  3246. /tmp/debug-monitors-d8f863.s:2871: Error: junk at end of line, first unrecognized character is `2'
  3247. /tmp/debug-monitors-d8f863.s:2883: Error: file number less than one
  3248. /tmp/debug-monitors-d8f863.s:2883: Error: junk at end of line, first unrecognized character is `0'
  3249. /tmp/debug-monitors-d8f863.s:2903: Error: file number less than one
  3250. /tmp/debug-monitors-d8f863.s:2903: Error: junk at end of line, first unrecognized character is `7'
  3251. /tmp/debug-monitors-d8f863.s:2909: Error: file number less than one
  3252. /tmp/debug-monitors-d8f863.s:2909: Error: junk at end of line, first unrecognized character is `7'
  3253. /tmp/debug-monitors-d8f863.s:2919: Error: file number less than one
  3254. /tmp/debug-monitors-d8f863.s:2919: Error: junk at end of line, first unrecognized character is `7'
  3255. /tmp/debug-monitors-d8f863.s:2922: Error: file number less than one
  3256. /tmp/debug-monitors-d8f863.s:2922: Error: junk at end of line, first unrecognized character is `6'
  3257. /tmp/debug-monitors-d8f863.s:2937: Error: file number less than one
  3258. /tmp/debug-monitors-d8f863.s:2937: Error: junk at end of line, first unrecognized character is `0'
  3259. /tmp/debug-monitors-d8f863.s:2943: Error: file number less than one
  3260. /tmp/debug-monitors-d8f863.s:2943: Error: junk at end of line, first unrecognized character is `2'
  3261. /tmp/debug-monitors-d8f863.s:2954: Error: file number less than one
  3262. /tmp/debug-monitors-d8f863.s:2954: Error: junk at end of line, first unrecognized character is `1'
  3263. /tmp/debug-monitors-d8f863.s:2956: Error: file number less than one
  3264. /tmp/debug-monitors-d8f863.s:2956: Error: junk at end of line, first unrecognized character is `1'
  3265. /tmp/debug-monitors-d8f863.s:2962: Error: file number less than one
  3266. /tmp/debug-monitors-d8f863.s:2962: Error: junk at end of line, first unrecognized character is `7'
  3267. /tmp/debug-monitors-d8f863.s:2973: Error: file number less than one
  3268. /tmp/debug-monitors-d8f863.s:2973: Error: junk at end of line, first unrecognized character is `0'
  3269. /tmp/debug-monitors-d8f863.s:2977: Error: file number less than one
  3270. /tmp/debug-monitors-d8f863.s:2977: Error: junk at end of line, first unrecognized character is `2'
  3271. /tmp/debug-monitors-d8f863.s:2993: Error: file number less than one
  3272. /tmp/debug-monitors-d8f863.s:2993: Error: junk at end of line, first unrecognized character is `6'
  3273. /tmp/debug-monitors-d8f863.s:3004: Error: file number less than one
  3274. /tmp/debug-monitors-d8f863.s:3004: Error: junk at end of line, first unrecognized character is `6'
  3275. /tmp/debug-monitors-d8f863.s:3032: Error: file number less than one
  3276. /tmp/debug-monitors-d8f863.s:3032: Error: junk at end of line, first unrecognized character is `1'
  3277. /tmp/debug-monitors-d8f863.s:3039: Error: file number less than one
  3278. /tmp/debug-monitors-d8f863.s:3039: Error: junk at end of line, first unrecognized character is `1'
  3279. /tmp/debug-monitors-d8f863.s:3043: Error: file number less than one
  3280. /tmp/debug-monitors-d8f863.s:3043: Error: junk at end of line, first unrecognized character is `6'
  3281. /tmp/debug-monitors-d8f863.s:3055: Error: file number less than one
  3282. /tmp/debug-monitors-d8f863.s:3055: Error: junk at end of line, first unrecognized character is `6'
  3283. /tmp/debug-monitors-d8f863.s:3072: Error: file number less than one
  3284. /tmp/debug-monitors-d8f863.s:3072: Error: junk at end of line, first unrecognized character is `2'
  3285. /tmp/debug-monitors-d8f863.s:3088: Error: file number less than one
  3286. /tmp/debug-monitors-d8f863.s:3088: Error: junk at end of line, first unrecognized character is `6'
  3287. /tmp/debug-monitors-d8f863.s:3099: Error: file number less than one
  3288. /tmp/debug-monitors-d8f863.s:3099: Error: junk at end of line, first unrecognized character is `1'
  3289. /tmp/debug-monitors-d8f863.s:3130: Error: file number less than one
  3290. /tmp/debug-monitors-d8f863.s:3130: Error: junk at end of line, first unrecognized character is `1'
  3291. /tmp/debug-monitors-d8f863.s:3143: Error: file number less than one
  3292. /tmp/debug-monitors-d8f863.s:3143: Error: junk at end of line, first unrecognized character is `3'
  3293. /tmp/debug-monitors-d8f863.s:3149: Error: file number less than one
  3294. /tmp/debug-monitors-d8f863.s:3149: Error: junk at end of line, first unrecognized character is `1'
  3295. /tmp/debug-monitors-d8f863.s:3159: Error: file number less than one
  3296. /tmp/debug-monitors-d8f863.s:3159: Error: junk at end of line, first unrecognized character is `6'
  3297. /tmp/debug-monitors-d8f863.s:3177: Error: file number less than one
  3298. /tmp/debug-monitors-d8f863.s:3177: Error: junk at end of line, first unrecognized character is `6'
  3299. /tmp/debug-monitors-d8f863.s:3183: Error: file number less than one
  3300. /tmp/debug-monitors-d8f863.s:3183: Error: junk at end of line, first unrecognized character is `6'
  3301. /tmp/debug-monitors-d8f863.s:3194: Error: file number less than one
  3302. /tmp/debug-monitors-d8f863.s:3194: Error: junk at end of line, first unrecognized character is `0'
  3303. /tmp/debug-monitors-d8f863.s:3233: Error: file number less than one
  3304. /tmp/debug-monitors-d8f863.s:3233: Error: junk at end of line, first unrecognized character is `0'
  3305. /tmp/debug-monitors-d8f863.s:3239: Error: file number less than one
  3306. /tmp/debug-monitors-d8f863.s:3239: Error: junk at end of line, first unrecognized character is `2'
  3307. /tmp/debug-monitors-d8f863.s:3249: Error: file number less than one
  3308. /tmp/debug-monitors-d8f863.s:3249: Error: junk at end of line, first unrecognized character is `2'
  3309. /tmp/debug-monitors-d8f863.s:3264: Error: file number less than one
  3310. /tmp/debug-monitors-d8f863.s:3264: Error: junk at end of line, first unrecognized character is `2'
  3311. /tmp/debug-monitors-d8f863.s:3274: Error: file number less than one
  3312. /tmp/debug-monitors-d8f863.s:3274: Error: junk at end of line, first unrecognized character is `2'
  3313. /tmp/debug-monitors-d8f863.s:3276: Error: file number less than one
  3314. /tmp/debug-monitors-d8f863.s:3276: Error: junk at end of line, first unrecognized character is `1'
  3315. /tmp/debug-monitors-d8f863.s:3279: Error: file number less than one
  3316. /tmp/debug-monitors-d8f863.s:3279: Error: junk at end of line, first unrecognized character is `7'
  3317. /tmp/debug-monitors-d8f863.s:3289: Error: file number less than one
  3318. /tmp/debug-monitors-d8f863.s:3289: Error: junk at end of line, first unrecognized character is `1'
  3319. /tmp/debug-monitors-d8f863.s:3293: Error: file number less than one
  3320. /tmp/debug-monitors-d8f863.s:3293: Error: junk at end of line, first unrecognized character is `1'
  3321. /tmp/debug-monitors-d8f863.s:3305: Error: file number less than one
  3322. /tmp/debug-monitors-d8f863.s:3305: Error: junk at end of line, first unrecognized character is `9'
  3323. /tmp/debug-monitors-d8f863.s:3313: Error: file number less than one
  3324. /tmp/debug-monitors-d8f863.s:3313: Error: junk at end of line, first unrecognized character is `1'
  3325. /tmp/debug-monitors-d8f863.s:3319: Error: file number less than one
  3326. /tmp/debug-monitors-d8f863.s:3319: Error: junk at end of line, first unrecognized character is `2'
  3327. /tmp/debug-monitors-d8f863.s:3335: Error: file number less than one
  3328. /tmp/debug-monitors-d8f863.s:3335: Error: junk at end of line, first unrecognized character is `6'
  3329. /tmp/debug-monitors-d8f863.s:3346: Error: file number less than one
  3330. /tmp/debug-monitors-d8f863.s:3346: Error: junk at end of line, first unrecognized character is `6'
  3331. /tmp/debug-monitors-d8f863.s:3373: Error: file number less than one
  3332. /tmp/debug-monitors-d8f863.s:3373: Error: junk at end of line, first unrecognized character is `1'
  3333. /tmp/debug-monitors-d8f863.s:3380: Error: file number less than one
  3334. /tmp/debug-monitors-d8f863.s:3380: Error: junk at end of line, first unrecognized character is `1'
  3335. /tmp/debug-monitors-d8f863.s:3384: Error: file number less than one
  3336. /tmp/debug-monitors-d8f863.s:3384: Error: junk at end of line, first unrecognized character is `6'
  3337. /tmp/debug-monitors-d8f863.s:3396: Error: file number less than one
  3338. /tmp/debug-monitors-d8f863.s:3396: Error: junk at end of line, first unrecognized character is `6'
  3339. /tmp/debug-monitors-d8f863.s:3413: Error: file number less than one
  3340. /tmp/debug-monitors-d8f863.s:3413: Error: junk at end of line, first unrecognized character is `2'
  3341. /tmp/debug-monitors-d8f863.s:3423: Error: file number less than one
  3342. /tmp/debug-monitors-d8f863.s:3423: Error: junk at end of line, first unrecognized character is `2'
  3343. /tmp/debug-monitors-d8f863.s:3438: Error: file number less than one
  3344. /tmp/debug-monitors-d8f863.s:3438: Error: junk at end of line, first unrecognized character is `1'
  3345. /tmp/debug-monitors-d8f863.s:3451: Error: file number less than one
  3346. /tmp/debug-monitors-d8f863.s:3451: Error: junk at end of line, first unrecognized character is `3'
  3347. /tmp/debug-monitors-d8f863.s:3456: Error: file number less than one
  3348. /tmp/debug-monitors-d8f863.s:3456: Error: junk at end of line, first unrecognized character is `3'
  3349. /tmp/debug-monitors-d8f863.s:3464: Error: file number less than one
  3350. /tmp/debug-monitors-d8f863.s:3464: Error: junk at end of line, first unrecognized character is `6'
  3351. /tmp/debug-monitors-d8f863.s:3477: Error: file number less than one
  3352. /tmp/debug-monitors-d8f863.s:3477: Error: junk at end of line, first unrecognized character is `6'
  3353. In file included from ../arch/arm64/kernel/irq.c:24:
  3354. In file included from ../include/linux/kernel_stat.h:9:
  3355. In file included from ../include/linux/interrupt.h:15:
  3356. ../include/linux/workqueue.h:676:13: warning: unused function 'dump_workqueue' [-Wunused-function]
  3357. static void dump_workqueue(void) {}
  3358. ^
  3359. In file included from ../arch/arm64/kernel/fpsimd.c:24:
  3360. In file included from ../include/linux/compat.h:12:
  3361. In file included from ../include/linux/stat.h:6:
  3362. In file included from ../arch/arm64/include/asm/stat.h:24:
  3363. In file included from ../arch/arm64/include/asm/compat.h:25:
  3364. In file included from ../include/linux/sched.h:15:
  3365. In file included from ../include/linux/sem.h:5:
  3366. In file included from ../include/uapi/linux/sem.h:5:
  3367. In file included from ../include/linux/ipc.h:7:
  3368. In file included from ../include/linux/rhashtable-types.h:15:
  3369. ../include/linux/workqueue.h:676:13: warning: unused function 'dump_workqueue' [-Wunused-function]
  3370. static void dump_workqueue(void) {}
  3371. ^
  3372. clang-16: error: assembler command failed with exit code 1 (use -v to see invocation)
  3373. make[2]: *** [../scripts/Makefile.build:338: arch/arm64/kernel/debug-monitors.o] Error 1
  3374. make[2]: *** Waiting for unfinished jobs....
  3375. 1 warning generated.
  3376. /tmp/irq-5a8a8b.s: Assembler messages:
  3377. /tmp/irq-5a8a8b.s:3: Error: junk at end of line, first unrecognized character is `"'
  3378. /tmp/irq-5a8a8b.s:3: Error: file number less than one
  3379. /tmp/irq-5a8a8b.s:4: Error: junk at end of line, first unrecognized character is `"'
  3380. /tmp/irq-5a8a8b.s:5: Error: junk at end of line, first unrecognized character is `"'
  3381. /tmp/irq-5a8a8b.s:6: Error: junk at end of line, first unrecognized character is `"'
  3382. /tmp/irq-5a8a8b.s:7: Error: junk at end of line, first unrecognized character is `"'
  3383. /tmp/irq-5a8a8b.s:8: Error: junk at end of line, first unrecognized character is `"'
  3384. /tmp/irq-5a8a8b.s:9: Error: junk at end of line, first unrecognized character is `"'
  3385. /tmp/irq-5a8a8b.s:10: Error: junk at end of line, first unrecognized character is `"'
  3386. /tmp/irq-5a8a8b.s:11: Error: junk at end of line, first unrecognized character is `"'
  3387. /tmp/irq-5a8a8b.s:12: Error: junk at end of line, first unrecognized character is `"'
  3388. /tmp/irq-5a8a8b.s:13: Error: junk at end of line, first unrecognized character is `"'
  3389. /tmp/irq-5a8a8b.s:14: Error: junk at end of line, first unrecognized character is `"'
  3390. /tmp/irq-5a8a8b.s:15: Error: junk at end of line, first unrecognized character is `"'
  3391. /tmp/irq-5a8a8b.s:16: Error: junk at end of line, first unrecognized character is `"'
  3392. /tmp/irq-5a8a8b.s:17: Error: junk at end of line, first unrecognized character is `"'
  3393. /tmp/irq-5a8a8b.s:18: Error: junk at end of line, first unrecognized character is `"'
  3394. /tmp/irq-5a8a8b.s:19: Error: junk at end of line, first unrecognized character is `"'
  3395. /tmp/irq-5a8a8b.s:20: Error: junk at end of line, first unrecognized character is `"'
  3396. /tmp/irq-5a8a8b.s:21: Error: junk at end of line, first unrecognized character is `"'
  3397. /tmp/irq-5a8a8b.s:22: Error: junk at end of line, first unrecognized character is `"'
  3398. /tmp/irq-5a8a8b.s:23: Error: junk at end of line, first unrecognized character is `"'
  3399. /tmp/irq-5a8a8b.s:29: Error: file number less than one
  3400. /tmp/irq-5a8a8b.s:29: Error: junk at end of line, first unrecognized character is `0'
  3401. /tmp/irq-5a8a8b.s:50: Error: file number less than one
  3402. /tmp/irq-5a8a8b.s:50: Error: junk at end of line, first unrecognized character is `2'
  3403. /tmp/irq-5a8a8b.s:53: Error: file number less than one
  3404. /tmp/irq-5a8a8b.s:53: Error: junk at end of line, first unrecognized character is `4'
  3405. /tmp/irq-5a8a8b.s:55: Error: file number less than one
  3406. /tmp/irq-5a8a8b.s:55: Error: junk at end of line, first unrecognized character is `2'
  3407. /tmp/irq-5a8a8b.s:61: Error: file number less than one
  3408. /tmp/irq-5a8a8b.s:61: Error: junk at end of line, first unrecognized character is `4'
  3409. /tmp/irq-5a8a8b.s:63: Error: file number less than one
  3410. /tmp/irq-5a8a8b.s:63: Error: junk at end of line, first unrecognized character is `2'
  3411. /tmp/irq-5a8a8b.s:67: Error: file number less than one
  3412. /tmp/irq-5a8a8b.s:67: Error: junk at end of line, first unrecognized character is `2'
  3413. /tmp/irq-5a8a8b.s:79: Error: junk at end of line, first unrecognized character is `"'
  3414. /tmp/irq-5a8a8b.s:80: Error: junk at end of line, first unrecognized character is `"'
  3415. /tmp/irq-5a8a8b.s:81: Error: junk at end of line, first unrecognized character is `"'
  3416. /tmp/irq-5a8a8b.s:82: Error: junk at end of line, first unrecognized character is `"'
  3417. /tmp/irq-5a8a8b.s:83: Error: junk at end of line, first unrecognized character is `"'
  3418. /tmp/irq-5a8a8b.s:84: Error: junk at end of line, first unrecognized character is `"'
  3419. /tmp/irq-5a8a8b.s:85: Error: junk at end of line, first unrecognized character is `"'
  3420. /tmp/irq-5a8a8b.s:86: Error: junk at end of line, first unrecognized character is `"'
  3421. /tmp/irq-5a8a8b.s:87: Error: junk at end of line, first unrecognized character is `"'
  3422. /tmp/irq-5a8a8b.s:88: Error: junk at end of line, first unrecognized character is `"'
  3423. /tmp/irq-5a8a8b.s:89: Error: junk at end of line, first unrecognized character is `"'
  3424. /tmp/irq-5a8a8b.s:90: Error: junk at end of line, first unrecognized character is `"'
  3425. /tmp/irq-5a8a8b.s:91: Error: junk at end of line, first unrecognized character is `"'
  3426. /tmp/irq-5a8a8b.s:92: Error: junk at end of line, first unrecognized character is `"'
  3427. /tmp/irq-5a8a8b.s:93: Error: junk at end of line, first unrecognized character is `"'
  3428. /tmp/irq-5a8a8b.s:94: Error: junk at end of line, first unrecognized character is `"'
  3429. /tmp/irq-5a8a8b.s:95: Error: junk at end of line, first unrecognized character is `"'
  3430. /tmp/irq-5a8a8b.s:96: Error: junk at end of line, first unrecognized character is `"'
  3431. /tmp/irq-5a8a8b.s:97: Error: junk at end of line, first unrecognized character is `"'
  3432. /tmp/irq-5a8a8b.s:98: Error: junk at end of line, first unrecognized character is `"'
  3433. /tmp/irq-5a8a8b.s:99: Error: junk at end of line, first unrecognized character is `"'
  3434. /tmp/irq-5a8a8b.s:100: Error: junk at end of line, first unrecognized character is `"'
  3435. /tmp/irq-5a8a8b.s:101: Error: junk at end of line, first unrecognized character is `"'
  3436. /tmp/irq-5a8a8b.s:102: Error: junk at end of line, first unrecognized character is `"'
  3437. /tmp/irq-5a8a8b.s:103: Error: junk at end of line, first unrecognized character is `"'
  3438. /tmp/irq-5a8a8b.s:104: Error: junk at end of line, first unrecognized character is `"'
  3439. /tmp/irq-5a8a8b.s:105: Error: junk at end of line, first unrecognized character is `"'
  3440. /tmp/irq-5a8a8b.s:106: Error: junk at end of line, first unrecognized character is `"'
  3441. /tmp/irq-5a8a8b.s:107: Error: junk at end of line, first unrecognized character is `"'
  3442. /tmp/irq-5a8a8b.s:108: Error: junk at end of line, first unrecognized character is `"'
  3443. /tmp/irq-5a8a8b.s:109: Error: junk at end of line, first unrecognized character is `"'
  3444. /tmp/irq-5a8a8b.s:110: Error: junk at end of line, first unrecognized character is `"'
  3445. /tmp/irq-5a8a8b.s:111: Error: junk at end of line, first unrecognized character is `"'
  3446. /tmp/irq-5a8a8b.s:112: Error: junk at end of line, first unrecognized character is `"'
  3447. /tmp/irq-5a8a8b.s:113: Error: junk at end of line, first unrecognized character is `"'
  3448. /tmp/irq-5a8a8b.s:114: Error: junk at end of line, first unrecognized character is `"'
  3449. /tmp/irq-5a8a8b.s:115: Error: junk at end of line, first unrecognized character is `"'
  3450. /tmp/irq-5a8a8b.s:116: Error: junk at end of line, first unrecognized character is `"'
  3451. /tmp/irq-5a8a8b.s:117: Error: junk at end of line, first unrecognized character is `"'
  3452. /tmp/irq-5a8a8b.s:118: Error: junk at end of line, first unrecognized character is `"'
  3453. /tmp/irq-5a8a8b.s:119: Error: junk at end of line, first unrecognized character is `"'
  3454. /tmp/irq-5a8a8b.s:120: Error: junk at end of line, first unrecognized character is `"'
  3455. /tmp/irq-5a8a8b.s:121: Error: junk at end of line, first unrecognized character is `"'
  3456. /tmp/irq-5a8a8b.s:122: Error: junk at end of line, first unrecognized character is `"'
  3457. /tmp/irq-5a8a8b.s:123: Error: junk at end of line, first unrecognized character is `"'
  3458. /tmp/irq-5a8a8b.s:124: Error: junk at end of line, first unrecognized character is `"'
  3459. /tmp/irq-5a8a8b.s:125: Error: junk at end of line, first unrecognized character is `"'
  3460. /tmp/irq-5a8a8b.s:126: Error: junk at end of line, first unrecognized character is `"'
  3461. /tmp/irq-5a8a8b.s:127: Error: junk at end of line, first unrecognized character is `"'
  3462. /tmp/irq-5a8a8b.s:128: Error: junk at end of line, first unrecognized character is `"'
  3463. /tmp/irq-5a8a8b.s:129: Error: junk at end of line, first unrecognized character is `"'
  3464. /tmp/irq-5a8a8b.s:130: Error: junk at end of line, first unrecognized character is `"'
  3465. /tmp/irq-5a8a8b.s:131: Error: junk at end of line, first unrecognized character is `"'
  3466. /tmp/irq-5a8a8b.s:132: Error: junk at end of line, first unrecognized character is `"'
  3467. /tmp/irq-5a8a8b.s:133: Error: junk at end of line, first unrecognized character is `"'
  3468. /tmp/irq-5a8a8b.s:134: Error: junk at end of line, first unrecognized character is `"'
  3469. /tmp/irq-5a8a8b.s:135: Error: junk at end of line, first unrecognized character is `"'
  3470. /tmp/irq-5a8a8b.s:136: Error: junk at end of line, first unrecognized character is `"'
  3471. /tmp/irq-5a8a8b.s:137: Error: junk at end of line, first unrecognized character is `"'
  3472. /tmp/irq-5a8a8b.s:138: Error: junk at end of line, first unrecognized character is `"'
  3473. /tmp/irq-5a8a8b.s:139: Error: junk at end of line, first unrecognized character is `"'
  3474. /tmp/irq-5a8a8b.s:140: Error: junk at end of line, first unrecognized character is `"'
  3475. /tmp/irq-5a8a8b.s:141: Error: junk at end of line, first unrecognized character is `"'
  3476. /tmp/irq-5a8a8b.s:142: Error: junk at end of line, first unrecognized character is `"'
  3477. /tmp/irq-5a8a8b.s:143: Error: junk at end of line, first unrecognized character is `"'
  3478. /tmp/irq-5a8a8b.s:144: Error: junk at end of line, first unrecognized character is `"'
  3479. /tmp/irq-5a8a8b.s:145: Error: junk at end of line, first unrecognized character is `"'
  3480. /tmp/irq-5a8a8b.s:146: Error: junk at end of line, first unrecognized character is `"'
  3481. /tmp/irq-5a8a8b.s:147: Error: junk at end of line, first unrecognized character is `"'
  3482. /tmp/irq-5a8a8b.s:148: Error: junk at end of line, first unrecognized character is `"'
  3483. /tmp/irq-5a8a8b.s:149: Error: junk at end of line, first unrecognized character is `"'
  3484. /tmp/irq-5a8a8b.s:150: Error: junk at end of line, first unrecognized character is `"'
  3485. /tmp/irq-5a8a8b.s:151: Error: junk at end of line, first unrecognized character is `"'
  3486. /tmp/irq-5a8a8b.s:152: Error: junk at end of line, first unrecognized character is `"'
  3487. /tmp/irq-5a8a8b.s:153: Error: junk at end of line, first unrecognized character is `"'
  3488. /tmp/irq-5a8a8b.s:154: Error: junk at end of line, first unrecognized character is `"'
  3489. /tmp/irq-5a8a8b.s:155: Error: junk at end of line, first unrecognized character is `"'
  3490. /tmp/irq-5a8a8b.s:156: Error: junk at end of line, first unrecognized character is `"'
  3491. /tmp/irq-5a8a8b.s:157: Error: junk at end of line, first unrecognized character is `"'
  3492. /tmp/irq-5a8a8b.s:158: Error: junk at end of line, first unrecognized character is `"'
  3493. /tmp/irq-5a8a8b.s:159: Error: junk at end of line, first unrecognized character is `"'
  3494. /tmp/irq-5a8a8b.s:160: Error: junk at end of line, first unrecognized character is `"'
  3495. /tmp/irq-5a8a8b.s:161: Error: junk at end of line, first unrecognized character is `"'
  3496. /tmp/irq-5a8a8b.s:162: Error: junk at end of line, first unrecognized character is `"'
  3497. /tmp/irq-5a8a8b.s:163: Error: junk at end of line, first unrecognized character is `"'
  3498. /tmp/irq-5a8a8b.s:164: Error: junk at end of line, first unrecognized character is `"'
  3499. /tmp/irq-5a8a8b.s:165: Error: junk at end of line, first unrecognized character is `"'
  3500. /tmp/irq-5a8a8b.s:166: Error: junk at end of line, first unrecognized character is `"'
  3501. /tmp/irq-5a8a8b.s:167: Error: junk at end of line, first unrecognized character is `"'
  3502. /tmp/irq-5a8a8b.s:168: Error: junk at end of line, first unrecognized character is `"'
  3503. /tmp/irq-5a8a8b.s:169: Error: junk at end of line, first unrecognized character is `"'
  3504. /tmp/irq-5a8a8b.s:170: Error: junk at end of line, first unrecognized character is `"'
  3505. /tmp/irq-5a8a8b.s:171: Error: junk at end of line, first unrecognized character is `"'
  3506. /tmp/irq-5a8a8b.s:172: Error: junk at end of line, first unrecognized character is `"'
  3507. /tmp/irq-5a8a8b.s:173: Error: junk at end of line, first unrecognized character is `"'
  3508. /tmp/irq-5a8a8b.s:181: Error: file number less than one
  3509. /tmp/irq-5a8a8b.s:181: Error: junk at end of line, first unrecognized character is `0'
  3510. /tmp/irq-5a8a8b.s:206: Error: file number less than one
  3511. /tmp/irq-5a8a8b.s:206: Error: junk at end of line, first unrecognized character is `2'
  3512. /tmp/irq-5a8a8b.s:222: Error: file number less than one
  3513. /tmp/irq-5a8a8b.s:222: Error: junk at end of line, first unrecognized character is `2'
  3514. /tmp/irq-5a8a8b.s:229: Error: file number less than one
  3515. /tmp/irq-5a8a8b.s:229: Error: junk at end of line, first unrecognized character is `2'
  3516. /tmp/irq-5a8a8b.s:246: Error: junk at end of line, first unrecognized character is `"'
  3517. /tmp/irq-5a8a8b.s:298: Error: junk at end of line, first unrecognized character is `"'
  3518. /tmp/irq-5a8a8b.s:321: Error: file number less than one
  3519. /tmp/irq-5a8a8b.s:321: Error: junk at end of line, first unrecognized character is `3'
  3520. /tmp/irq-5a8a8b.s:326: Error: file number less than one
  3521. /tmp/irq-5a8a8b.s:326: Error: junk at end of line, first unrecognized character is `2'
  3522. /tmp/irq-5a8a8b.s:329: Error: file number less than one
  3523. /tmp/irq-5a8a8b.s:329: Error: junk at end of line, first unrecognized character is `3'
  3524. /tmp/irq-5a8a8b.s:333: Error: file number less than one
  3525. /tmp/irq-5a8a8b.s:333: Error: junk at end of line, first unrecognized character is `2'
  3526. /tmp/irq-5a8a8b.s:342: Error: file number less than one
  3527. /tmp/irq-5a8a8b.s:342: Error: junk at end of line, first unrecognized character is `2'
  3528. /tmp/irq-5a8a8b.s:358: Error: file number less than one
  3529. /tmp/irq-5a8a8b.s:358: Error: junk at end of line, first unrecognized character is `2'
  3530. /tmp/irq-5a8a8b.s:361: Error: junk at end of line, first unrecognized character is `"'
  3531. /tmp/irq-5a8a8b.s:384: Error: file number less than one
  3532. /tmp/irq-5a8a8b.s:384: Error: junk at end of line, first unrecognized character is `2'
  3533. /tmp/irq-5a8a8b.s:387: Error: file number less than one
  3534. /tmp/irq-5a8a8b.s:387: Error: junk at end of line, first unrecognized character is `7'
  3535. /tmp/irq-5a8a8b.s:391: Error: file number less than one
  3536. /tmp/irq-5a8a8b.s:391: Error: junk at end of line, first unrecognized character is `6'
  3537. /tmp/irq-5a8a8b.s:394: Error: file number less than one
  3538. /tmp/irq-5a8a8b.s:394: Error: junk at end of line, first unrecognized character is `1'
  3539. /tmp/irq-5a8a8b.s:405: Error: file number less than one
  3540. /tmp/irq-5a8a8b.s:405: Error: junk at end of line, first unrecognized character is `3'
  3541. /tmp/irq-5a8a8b.s:413: Error: junk at end of line, first unrecognized character is `"'
  3542. /tmp/irq-5a8a8b.s:414: Error: junk at end of line, first unrecognized character is `"'
  3543. /tmp/irq-5a8a8b.s:415: Error: junk at end of line, first unrecognized character is `"'
  3544. /tmp/irq-5a8a8b.s:416: Error: junk at end of line, first unrecognized character is `"'
  3545. clang-16: error: assembler command failed with exit code 1 (use -v to see invocation)
  3546. make[2]: *** [../scripts/Makefile.build:338: arch/arm64/kernel/irq.o] Error 1
  3547. 1 warning generated.
  3548. /tmp/fpsimd-a1b913.s: Assembler messages:
  3549. /tmp/fpsimd-a1b913.s:28: Error: junk at end of line, first unrecognized character is `"'
  3550. /tmp/fpsimd-a1b913.s:28: Error: file number less than one
  3551. /tmp/fpsimd-a1b913.s:29: Error: junk at end of line, first unrecognized character is `"'
  3552. /tmp/fpsimd-a1b913.s:30: Error: junk at end of line, first unrecognized character is `"'
  3553. /tmp/fpsimd-a1b913.s:31: Error: junk at end of line, first unrecognized character is `"'
  3554. /tmp/fpsimd-a1b913.s:32: Error: junk at end of line, first unrecognized character is `"'
  3555. /tmp/fpsimd-a1b913.s:33: Error: junk at end of line, first unrecognized character is `"'
  3556. /tmp/fpsimd-a1b913.s:34: Error: junk at end of line, first unrecognized character is `"'
  3557. /tmp/fpsimd-a1b913.s:35: Error: junk at end of line, first unrecognized character is `"'
  3558. /tmp/fpsimd-a1b913.s:36: Error: junk at end of line, first unrecognized character is `"'
  3559. /tmp/fpsimd-a1b913.s:37: Error: junk at end of line, first unrecognized character is `"'
  3560. /tmp/fpsimd-a1b913.s:38: Error: junk at end of line, first unrecognized character is `"'
  3561. /tmp/fpsimd-a1b913.s:39: Error: junk at end of line, first unrecognized character is `"'
  3562. /tmp/fpsimd-a1b913.s:40: Error: junk at end of line, first unrecognized character is `"'
  3563. /tmp/fpsimd-a1b913.s:41: Error: junk at end of line, first unrecognized character is `"'
  3564. /tmp/fpsimd-a1b913.s:42: Error: junk at end of line, first unrecognized character is `"'
  3565. /tmp/fpsimd-a1b913.s:43: Error: junk at end of line, first unrecognized character is `"'
  3566. /tmp/fpsimd-a1b913.s:44: Error: junk at end of line, first unrecognized character is `"'
  3567. /tmp/fpsimd-a1b913.s:45: Error: junk at end of line, first unrecognized character is `"'
  3568. /tmp/fpsimd-a1b913.s:46: Error: junk at end of line, first unrecognized character is `"'
  3569. /tmp/fpsimd-a1b913.s:47: Error: junk at end of line, first unrecognized character is `"'
  3570. /tmp/fpsimd-a1b913.s:48: Error: junk at end of line, first unrecognized character is `"'
  3571. /tmp/fpsimd-a1b913.s:49: Error: junk at end of line, first unrecognized character is `"'
  3572. /tmp/fpsimd-a1b913.s:50: Error: junk at end of line, first unrecognized character is `"'
  3573. /tmp/fpsimd-a1b913.s:51: Error: junk at end of line, first unrecognized character is `"'
  3574. /tmp/fpsimd-a1b913.s:52: Error: junk at end of line, first unrecognized character is `"'
  3575. /tmp/fpsimd-a1b913.s:53: Error: junk at end of line, first unrecognized character is `"'
  3576. /tmp/fpsimd-a1b913.s:54: Error: junk at end of line, first unrecognized character is `"'
  3577. /tmp/fpsimd-a1b913.s:55: Error: junk at end of line, first unrecognized character is `"'
  3578. /tmp/fpsimd-a1b913.s:56: Error: junk at end of line, first unrecognized character is `"'
  3579. /tmp/fpsimd-a1b913.s:57: Error: junk at end of line, first unrecognized character is `"'
  3580. /tmp/fpsimd-a1b913.s:58: Error: junk at end of line, first unrecognized character is `"'
  3581. /tmp/fpsimd-a1b913.s:59: Error: junk at end of line, first unrecognized character is `"'
  3582. /tmp/fpsimd-a1b913.s:60: Error: junk at end of line, first unrecognized character is `"'
  3583. /tmp/fpsimd-a1b913.s:61: Error: junk at end of line, first unrecognized character is `"'
  3584. /tmp/fpsimd-a1b913.s:62: Error: junk at end of line, first unrecognized character is `"'
  3585. /tmp/fpsimd-a1b913.s:63: Error: junk at end of line, first unrecognized character is `"'
  3586. /tmp/fpsimd-a1b913.s:64: Error: junk at end of line, first unrecognized character is `"'
  3587. /tmp/fpsimd-a1b913.s:65: Error: junk at end of line, first unrecognized character is `"'
  3588. /tmp/fpsimd-a1b913.s:66: Error: junk at end of line, first unrecognized character is `"'
  3589. /tmp/fpsimd-a1b913.s:67: Error: junk at end of line, first unrecognized character is `"'
  3590. /tmp/fpsimd-a1b913.s:68: Error: junk at end of line, first unrecognized character is `"'
  3591. /tmp/fpsimd-a1b913.s:69: Error: junk at end of line, first unrecognized character is `"'
  3592. /tmp/fpsimd-a1b913.s:70: Error: junk at end of line, first unrecognized character is `"'
  3593. /tmp/fpsimd-a1b913.s:71: Error: junk at end of line, first unrecognized character is `"'
  3594. /tmp/fpsimd-a1b913.s:72: Error: junk at end of line, first unrecognized character is `"'
  3595. /tmp/fpsimd-a1b913.s:73: Error: junk at end of line, first unrecognized character is `"'
  3596. /tmp/fpsimd-a1b913.s:74: Error: junk at end of line, first unrecognized character is `"'
  3597. /tmp/fpsimd-a1b913.s:75: Error: junk at end of line, first unrecognized character is `"'
  3598. /tmp/fpsimd-a1b913.s:76: Error: junk at end of line, first unrecognized character is `"'
  3599. /tmp/fpsimd-a1b913.s:77: Error: junk at end of line, first unrecognized character is `"'
  3600. /tmp/fpsimd-a1b913.s:78: Error: junk at end of line, first unrecognized character is `"'
  3601. /tmp/fpsimd-a1b913.s:79: Error: junk at end of line, first unrecognized character is `"'
  3602. /tmp/fpsimd-a1b913.s:80: Error: junk at end of line, first unrecognized character is `"'
  3603. /tmp/fpsimd-a1b913.s:81: Error: junk at end of line, first unrecognized character is `"'
  3604. /tmp/fpsimd-a1b913.s:82: Error: junk at end of line, first unrecognized character is `"'
  3605. /tmp/fpsimd-a1b913.s:83: Error: junk at end of line, first unrecognized character is `"'
  3606. /tmp/fpsimd-a1b913.s:84: Error: junk at end of line, first unrecognized character is `"'
  3607. /tmp/fpsimd-a1b913.s:85: Error: junk at end of line, first unrecognized character is `"'
  3608. /tmp/fpsimd-a1b913.s:86: Error: junk at end of line, first unrecognized character is `"'
  3609. /tmp/fpsimd-a1b913.s:87: Error: junk at end of line, first unrecognized character is `"'
  3610. /tmp/fpsimd-a1b913.s:88: Error: junk at end of line, first unrecognized character is `"'
  3611. /tmp/fpsimd-a1b913.s:89: Error: junk at end of line, first unrecognized character is `"'
  3612. /tmp/fpsimd-a1b913.s:90: Error: junk at end of line, first unrecognized character is `"'
  3613. /tmp/fpsimd-a1b913.s:91: Error: junk at end of line, first unrecognized character is `"'
  3614. /tmp/fpsimd-a1b913.s:92: Error: junk at end of line, first unrecognized character is `"'
  3615. /tmp/fpsimd-a1b913.s:93: Error: junk at end of line, first unrecognized character is `"'
  3616. /tmp/fpsimd-a1b913.s:94: Error: junk at end of line, first unrecognized character is `"'
  3617. /tmp/fpsimd-a1b913.s:95: Error: junk at end of line, first unrecognized character is `"'
  3618. /tmp/fpsimd-a1b913.s:96: Error: junk at end of line, first unrecognized character is `"'
  3619. /tmp/fpsimd-a1b913.s:97: Error: junk at end of line, first unrecognized character is `"'
  3620. /tmp/fpsimd-a1b913.s:98: Error: junk at end of line, first unrecognized character is `"'
  3621. /tmp/fpsimd-a1b913.s:99: Error: junk at end of line, first unrecognized character is `"'
  3622. /tmp/fpsimd-a1b913.s:100: Error: junk at end of line, first unrecognized character is `"'
  3623. /tmp/fpsimd-a1b913.s:101: Error: junk at end of line, first unrecognized character is `"'
  3624. /tmp/fpsimd-a1b913.s:102: Error: junk at end of line, first unrecognized character is `"'
  3625. /tmp/fpsimd-a1b913.s:103: Error: junk at end of line, first unrecognized character is `"'
  3626. /tmp/fpsimd-a1b913.s:104: Error: junk at end of line, first unrecognized character is `"'
  3627. /tmp/fpsimd-a1b913.s:105: Error: junk at end of line, first unrecognized character is `"'
  3628. /tmp/fpsimd-a1b913.s:106: Error: junk at end of line, first unrecognized character is `"'
  3629. /tmp/fpsimd-a1b913.s:107: Error: junk at end of line, first unrecognized character is `"'
  3630. /tmp/fpsimd-a1b913.s:108: Error: junk at end of line, first unrecognized character is `"'
  3631. /tmp/fpsimd-a1b913.s:109: Error: junk at end of line, first unrecognized character is `"'
  3632. /tmp/fpsimd-a1b913.s:110: Error: junk at end of line, first unrecognized character is `"'
  3633. /tmp/fpsimd-a1b913.s:111: Error: junk at end of line, first unrecognized character is `"'
  3634. /tmp/fpsimd-a1b913.s:112: Error: junk at end of line, first unrecognized character is `"'
  3635. /tmp/fpsimd-a1b913.s:113: Error: junk at end of line, first unrecognized character is `"'
  3636. /tmp/fpsimd-a1b913.s:114: Error: junk at end of line, first unrecognized character is `"'
  3637. /tmp/fpsimd-a1b913.s:115: Error: junk at end of line, first unrecognized character is `"'
  3638. /tmp/fpsimd-a1b913.s:116: Error: junk at end of line, first unrecognized character is `"'
  3639. /tmp/fpsimd-a1b913.s:117: Error: junk at end of line, first unrecognized character is `"'
  3640. /tmp/fpsimd-a1b913.s:118: Error: junk at end of line, first unrecognized character is `"'
  3641. /tmp/fpsimd-a1b913.s:119: Error: junk at end of line, first unrecognized character is `"'
  3642. /tmp/fpsimd-a1b913.s:120: Error: junk at end of line, first unrecognized character is `"'
  3643. /tmp/fpsimd-a1b913.s:121: Error: junk at end of line, first unrecognized character is `"'
  3644. /tmp/fpsimd-a1b913.s:122: Error: junk at end of line, first unrecognized character is `"'
  3645. /tmp/fpsimd-a1b913.s:123: Error: junk at end of line, first unrecognized character is `"'
  3646. /tmp/fpsimd-a1b913.s:124: Error: junk at end of line, first unrecognized character is `"'
  3647. /tmp/fpsimd-a1b913.s:125: Error: junk at end of line, first unrecognized character is `"'
  3648. /tmp/fpsimd-a1b913.s:126: Error: junk at end of line, first unrecognized character is `"'
  3649. /tmp/fpsimd-a1b913.s:127: Error: junk at end of line, first unrecognized character is `"'
  3650. /tmp/fpsimd-a1b913.s:128: Error: junk at end of line, first unrecognized character is `"'
  3651. /tmp/fpsimd-a1b913.s:129: Error: junk at end of line, first unrecognized character is `"'
  3652. /tmp/fpsimd-a1b913.s:130: Error: junk at end of line, first unrecognized character is `"'
  3653. /tmp/fpsimd-a1b913.s:131: Error: junk at end of line, first unrecognized character is `"'
  3654. /tmp/fpsimd-a1b913.s:132: Error: junk at end of line, first unrecognized character is `"'
  3655. /tmp/fpsimd-a1b913.s:133: Error: junk at end of line, first unrecognized character is `"'
  3656. /tmp/fpsimd-a1b913.s:134: Error: junk at end of line, first unrecognized character is `"'
  3657. /tmp/fpsimd-a1b913.s:135: Error: junk at end of line, first unrecognized character is `"'
  3658. /tmp/fpsimd-a1b913.s:136: Error: junk at end of line, first unrecognized character is `"'
  3659. /tmp/fpsimd-a1b913.s:137: Error: junk at end of line, first unrecognized character is `"'
  3660. /tmp/fpsimd-a1b913.s:138: Error: junk at end of line, first unrecognized character is `"'
  3661. /tmp/fpsimd-a1b913.s:139: Error: junk at end of line, first unrecognized character is `"'
  3662. /tmp/fpsimd-a1b913.s:145: Error: file number less than one
  3663. /tmp/fpsimd-a1b913.s:145: Error: junk at end of line, first unrecognized character is `0'
  3664. /tmp/fpsimd-a1b913.s:163: Error: file number less than one
  3665. /tmp/fpsimd-a1b913.s:163: Error: junk at end of line, first unrecognized character is `3'
  3666. /tmp/fpsimd-a1b913.s:168: Error: junk at end of line, first unrecognized character is `"'
  3667. /tmp/fpsimd-a1b913.s:194: Error: file number less than one
  3668. /tmp/fpsimd-a1b913.s:194: Error: junk at end of line, first unrecognized character is `3'
  3669. /tmp/fpsimd-a1b913.s:203: Error: junk at end of line, first unrecognized character is `"'
  3670. /tmp/fpsimd-a1b913.s:239: Error: junk at end of line, first unrecognized character is `"'
  3671. /tmp/fpsimd-a1b913.s:249: Error: junk at end of line, first unrecognized character is `"'
  3672. /tmp/fpsimd-a1b913.s:254: Error: file number less than one
  3673. /tmp/fpsimd-a1b913.s:254: Error: junk at end of line, first unrecognized character is `2'
  3674. /tmp/fpsimd-a1b913.s:263: Error: junk at end of line, first unrecognized character is `"'
  3675. /tmp/fpsimd-a1b913.s:272: Error: file number less than one
  3676. /tmp/fpsimd-a1b913.s:272: Error: junk at end of line, first unrecognized character is `2'
  3677. /tmp/fpsimd-a1b913.s:280: Error: junk at end of line, first unrecognized character is `"'
  3678. /tmp/fpsimd-a1b913.s:286: Error: file number less than one
  3679. /tmp/fpsimd-a1b913.s:286: Error: junk at end of line, first unrecognized character is `6'
  3680. /tmp/fpsimd-a1b913.s:325: Error: file number less than one
  3681. /tmp/fpsimd-a1b913.s:325: Error: junk at end of line, first unrecognized character is `4'
  3682. /tmp/fpsimd-a1b913.s:331: Error: file number less than one
  3683. /tmp/fpsimd-a1b913.s:331: Error: junk at end of line, first unrecognized character is `1'
  3684. /tmp/fpsimd-a1b913.s:339: Error: file number less than one
  3685. /tmp/fpsimd-a1b913.s:339: Error: junk at end of line, first unrecognized character is `2'
  3686. /tmp/fpsimd-a1b913.s:356: Error: file number less than one
  3687. /tmp/fpsimd-a1b913.s:356: Error: junk at end of line, first unrecognized character is `6'
  3688. /tmp/fpsimd-a1b913.s:375: Error: file number less than one
  3689. /tmp/fpsimd-a1b913.s:375: Error: junk at end of line, first unrecognized character is `2'
  3690. /tmp/fpsimd-a1b913.s:381: Error: file number less than one
  3691. /tmp/fpsimd-a1b913.s:381: Error: junk at end of line, first unrecognized character is `2'
  3692. /tmp/fpsimd-a1b913.s:404: Error: file number less than one
  3693. /tmp/fpsimd-a1b913.s:404: Error: junk at end of line, first unrecognized character is `2'
  3694. /tmp/fpsimd-a1b913.s:418: Error: file number less than one
  3695. /tmp/fpsimd-a1b913.s:418: Error: junk at end of line, first unrecognized character is `7'
  3696. /tmp/fpsimd-a1b913.s:424: Error: file number less than one
  3697. /tmp/fpsimd-a1b913.s:424: Error: junk at end of line, first unrecognized character is `8'
  3698. /tmp/fpsimd-a1b913.s:437: Error: junk at end of line, first unrecognized character is `"'
  3699. /tmp/fpsimd-a1b913.s:450: Error: file number less than one
  3700. /tmp/fpsimd-a1b913.s:450: Error: junk at end of line, first unrecognized character is `5'
  3701. /tmp/fpsimd-a1b913.s:463: Error: file number less than one
  3702. /tmp/fpsimd-a1b913.s:463: Error: junk at end of line, first unrecognized character is `4'
  3703. /tmp/fpsimd-a1b913.s:468: Error: file number less than one
  3704. /tmp/fpsimd-a1b913.s:468: Error: junk at end of line, first unrecognized character is `4'
  3705. /tmp/fpsimd-a1b913.s:473: Error: file number less than one
  3706. /tmp/fpsimd-a1b913.s:473: Error: junk at end of line, first unrecognized character is `8'
  3707. /tmp/fpsimd-a1b913.s:478: Error: file number less than one
  3708. /tmp/fpsimd-a1b913.s:478: Error: junk at end of line, first unrecognized character is `5'
  3709. /tmp/fpsimd-a1b913.s:483: Error: file number less than one
  3710. /tmp/fpsimd-a1b913.s:483: Error: junk at end of line, first unrecognized character is `8'
  3711. /tmp/fpsimd-a1b913.s:488: Error: file number less than one
  3712. /tmp/fpsimd-a1b913.s:488: Error: junk at end of line, first unrecognized character is `5'
  3713. /tmp/fpsimd-a1b913.s:491: Error: file number less than one
  3714. /tmp/fpsimd-a1b913.s:491: Error: junk at end of line, first unrecognized character is `5'
  3715. /tmp/fpsimd-a1b913.s:497: Error: junk at end of line, first unrecognized character is `"'
  3716. /tmp/fpsimd-a1b913.s:498: Error: junk at end of line, first unrecognized character is `"'
  3717. /tmp/fpsimd-a1b913.s:499: Error: junk at end of line, first unrecognized character is `"'
  3718. /tmp/fpsimd-a1b913.s:500: Error: junk at end of line, first unrecognized character is `"'
  3719. /tmp/fpsimd-a1b913.s:501: Error: junk at end of line, first unrecognized character is `"'
  3720. /tmp/fpsimd-a1b913.s:502: Error: junk at end of line, first unrecognized character is `"'
  3721. /tmp/fpsimd-a1b913.s:509: Error: file number less than one
  3722. /tmp/fpsimd-a1b913.s:509: Error: junk at end of line, first unrecognized character is `0'
  3723. /tmp/fpsimd-a1b913.s:513: Error: file number less than one
  3724. /tmp/fpsimd-a1b913.s:513: Error: junk at end of line, first unrecognized character is `9'
  3725. /tmp/fpsimd-a1b913.s:524: Error: file number less than one
  3726. /tmp/fpsimd-a1b913.s:524: Error: junk at end of line, first unrecognized character is `2'
  3727. /tmp/fpsimd-a1b913.s:536: Error: file number less than one
  3728. /tmp/fpsimd-a1b913.s:536: Error: junk at end of line, first unrecognized character is `0'
  3729. /tmp/fpsimd-a1b913.s:551: Error: file number less than one
  3730. /tmp/fpsimd-a1b913.s:551: Error: junk at end of line, first unrecognized character is `1'
  3731. /tmp/fpsimd-a1b913.s:554: Error: file number less than one
  3732. /tmp/fpsimd-a1b913.s:554: Error: junk at end of line, first unrecognized character is `6'
  3733. /tmp/fpsimd-a1b913.s:567: Error: file number less than one
  3734. /tmp/fpsimd-a1b913.s:567: Error: junk at end of line, first unrecognized character is `3'
  3735. /tmp/fpsimd-a1b913.s:570: Error: file number less than one
  3736. /tmp/fpsimd-a1b913.s:570: Error: junk at end of line, first unrecognized character is `9'
  3737. /tmp/fpsimd-a1b913.s:581: Error: file number less than one
  3738. /tmp/fpsimd-a1b913.s:581: Error: junk at end of line, first unrecognized character is `3'
  3739. /tmp/fpsimd-a1b913.s:584: Error: file number less than one
  3740. /tmp/fpsimd-a1b913.s:584: Error: junk at end of line, first unrecognized character is `3'
  3741. /tmp/fpsimd-a1b913.s:592: Error: file number less than one
  3742. /tmp/fpsimd-a1b913.s:592: Error: junk at end of line, first unrecognized character is `9'
  3743. /tmp/fpsimd-a1b913.s:601: Error: file number less than one
  3744. /tmp/fpsimd-a1b913.s:601: Error: junk at end of line, first unrecognized character is `9'
  3745. /tmp/fpsimd-a1b913.s:635: Error: file number less than one
  3746. /tmp/fpsimd-a1b913.s:635: Error: junk at end of line, first unrecognized character is `2'
  3747. /tmp/fpsimd-a1b913.s:638: Error: file number less than one
  3748. /tmp/fpsimd-a1b913.s:638: Error: junk at end of line, first unrecognized character is `2'
  3749. /tmp/fpsimd-a1b913.s:643: Error: file number less than one
  3750. /tmp/fpsimd-a1b913.s:643: Error: junk at end of line, first unrecognized character is `1'
  3751. /tmp/fpsimd-a1b913.s:652: Error: file number less than one
  3752. /tmp/fpsimd-a1b913.s:652: Error: junk at end of line, first unrecognized character is `2'
  3753. /tmp/fpsimd-a1b913.s:666: Error: file number less than one
  3754. /tmp/fpsimd-a1b913.s:666: Error: junk at end of line, first unrecognized character is `0'
  3755. /tmp/fpsimd-a1b913.s:679: Error: file number less than one
  3756. /tmp/fpsimd-a1b913.s:679: Error: junk at end of line, first unrecognized character is `6'
  3757. /tmp/fpsimd-a1b913.s:687: Error: file number less than one
  3758. /tmp/fpsimd-a1b913.s:687: Error: junk at end of line, first unrecognized character is `2'
  3759. /tmp/fpsimd-a1b913.s:692: Error: file number less than one
  3760. /tmp/fpsimd-a1b913.s:692: Error: junk at end of line, first unrecognized character is `5'
  3761. /tmp/fpsimd-a1b913.s:736: Error: file number less than one
  3762. /tmp/fpsimd-a1b913.s:736: Error: junk at end of line, first unrecognized character is `1'
  3763. /tmp/fpsimd-a1b913.s:757: Error: file number less than one
  3764. /tmp/fpsimd-a1b913.s:757: Error: junk at end of line, first unrecognized character is `6'
  3765. /tmp/fpsimd-a1b913.s:768: Error: file number less than one
  3766. /tmp/fpsimd-a1b913.s:768: Error: junk at end of line, first unrecognized character is `7'
  3767. /tmp/fpsimd-a1b913.s:773: Error: file number less than one
  3768. /tmp/fpsimd-a1b913.s:773: Error: junk at end of line, first unrecognized character is `1'
  3769. /tmp/fpsimd-a1b913.s:784: Error: file number less than one
  3770. /tmp/fpsimd-a1b913.s:784: Error: junk at end of line, first unrecognized character is `3'
  3771. /tmp/fpsimd-a1b913.s:786: Error: file number less than one
  3772. /tmp/fpsimd-a1b913.s:786: Error: junk at end of line, first unrecognized character is `1'
  3773. /tmp/fpsimd-a1b913.s:788: Error: file number less than one
  3774. /tmp/fpsimd-a1b913.s:788: Error: junk at end of line, first unrecognized character is `1'
  3775. /tmp/fpsimd-a1b913.s:793: Error: file number less than one
  3776. /tmp/fpsimd-a1b913.s:793: Error: junk at end of line, first unrecognized character is `2'
  3777. /tmp/fpsimd-a1b913.s:796: Error: file number less than one
  3778. /tmp/fpsimd-a1b913.s:796: Error: junk at end of line, first unrecognized character is `3'
  3779. /tmp/fpsimd-a1b913.s:801: Error: file number less than one
  3780. /tmp/fpsimd-a1b913.s:801: Error: junk at end of line, first unrecognized character is `2'
  3781. /tmp/fpsimd-a1b913.s:814: Error: file number less than one
  3782. /tmp/fpsimd-a1b913.s:814: Error: junk at end of line, first unrecognized character is `0'
  3783. /tmp/fpsimd-a1b913.s:827: Error: file number less than one
  3784. /tmp/fpsimd-a1b913.s:827: Error: junk at end of line, first unrecognized character is `6'
  3785. /tmp/fpsimd-a1b913.s:835: Error: file number less than one
  3786. /tmp/fpsimd-a1b913.s:835: Error: junk at end of line, first unrecognized character is `3'
  3787. /tmp/fpsimd-a1b913.s:840: Error: file number less than one
  3788. /tmp/fpsimd-a1b913.s:840: Error: junk at end of line, first unrecognized character is `5'
  3789. /tmp/fpsimd-a1b913.s:884: Error: file number less than one
  3790. /tmp/fpsimd-a1b913.s:884: Error: junk at end of line, first unrecognized character is `1'
  3791. /tmp/fpsimd-a1b913.s:905: Error: file number less than one
  3792. /tmp/fpsimd-a1b913.s:905: Error: junk at end of line, first unrecognized character is `6'
  3793. /tmp/fpsimd-a1b913.s:916: Error: file number less than one
  3794. /tmp/fpsimd-a1b913.s:916: Error: junk at end of line, first unrecognized character is `7'
  3795. /tmp/fpsimd-a1b913.s:921: Error: file number less than one
  3796. /tmp/fpsimd-a1b913.s:921: Error: junk at end of line, first unrecognized character is `2'
  3797. /tmp/fpsimd-a1b913.s:934: Error: file number less than one
  3798. /tmp/fpsimd-a1b913.s:934: Error: junk at end of line, first unrecognized character is `1'
  3799. /tmp/fpsimd-a1b913.s:939: Error: file number less than one
  3800. /tmp/fpsimd-a1b913.s:939: Error: junk at end of line, first unrecognized character is `2'
  3801. /tmp/fpsimd-a1b913.s:942: Error: file number less than one
  3802. /tmp/fpsimd-a1b913.s:942: Error: junk at end of line, first unrecognized character is `3'
  3803. /tmp/fpsimd-a1b913.s:947: Error: file number less than one
  3804. /tmp/fpsimd-a1b913.s:947: Error: junk at end of line, first unrecognized character is `2'
  3805. /tmp/fpsimd-a1b913.s:960: Error: file number less than one
  3806. /tmp/fpsimd-a1b913.s:960: Error: junk at end of line, first unrecognized character is `0'
  3807. /tmp/fpsimd-a1b913.s:978: Error: file number less than one
  3808. /tmp/fpsimd-a1b913.s:978: Error: junk at end of line, first unrecognized character is `2'
  3809. /tmp/fpsimd-a1b913.s:993: Error: file number less than one
  3810. /tmp/fpsimd-a1b913.s:993: Error: junk at end of line, first unrecognized character is `6'
  3811. /tmp/fpsimd-a1b913.s:1001: Error: file number less than one
  3812. /tmp/fpsimd-a1b913.s:1001: Error: junk at end of line, first unrecognized character is `1'
  3813. /tmp/fpsimd-a1b913.s:1005: Error: file number less than one
  3814. /tmp/fpsimd-a1b913.s:1005: Error: junk at end of line, first unrecognized character is `1'
  3815. /tmp/fpsimd-a1b913.s:1010: Error: file number less than one
  3816. /tmp/fpsimd-a1b913.s:1010: Error: junk at end of line, first unrecognized character is `2'
  3817. /tmp/fpsimd-a1b913.s:1015: Error: file number less than one
  3818. /tmp/fpsimd-a1b913.s:1015: Error: junk at end of line, first unrecognized character is `1'
  3819. /tmp/fpsimd-a1b913.s:1026: Error: file number less than one
  3820. /tmp/fpsimd-a1b913.s:1026: Error: junk at end of line, first unrecognized character is `2'
  3821. /tmp/fpsimd-a1b913.s:1030: Error: file number less than one
  3822. /tmp/fpsimd-a1b913.s:1030: Error: junk at end of line, first unrecognized character is `2'
  3823. /tmp/fpsimd-a1b913.s:1039: Error: file number less than one
  3824. /tmp/fpsimd-a1b913.s:1039: Error: junk at end of line, first unrecognized character is `3'
  3825. /tmp/fpsimd-a1b913.s:1041: Error: file number less than one
  3826. /tmp/fpsimd-a1b913.s:1041: Error: junk at end of line, first unrecognized character is `1'
  3827. /tmp/fpsimd-a1b913.s:1043: Error: file number less than one
  3828. /tmp/fpsimd-a1b913.s:1043: Error: junk at end of line, first unrecognized character is `1'
  3829. /tmp/fpsimd-a1b913.s:1048: Error: file number less than one
  3830. /tmp/fpsimd-a1b913.s:1048: Error: junk at end of line, first unrecognized character is `2'
  3831. /tmp/fpsimd-a1b913.s:1051: Error: file number less than one
  3832. /tmp/fpsimd-a1b913.s:1051: Error: junk at end of line, first unrecognized character is `3'
  3833. /tmp/fpsimd-a1b913.s:1056: Error: file number less than one
  3834. /tmp/fpsimd-a1b913.s:1056: Error: junk at end of line, first unrecognized character is `2'
  3835. /tmp/fpsimd-a1b913.s:1061: Error: file number less than one
  3836. /tmp/fpsimd-a1b913.s:1061: Error: junk at end of line, first unrecognized character is `1'
  3837. /tmp/fpsimd-a1b913.s:1077: Error: file number less than one
  3838. /tmp/fpsimd-a1b913.s:1077: Error: junk at end of line, first unrecognized character is `0'
  3839. /tmp/fpsimd-a1b913.s:1099: Error: file number less than one
  3840. /tmp/fpsimd-a1b913.s:1099: Error: junk at end of line, first unrecognized character is `1'
  3841. /tmp/fpsimd-a1b913.s:1102: Error: file number less than one
  3842. /tmp/fpsimd-a1b913.s:1102: Error: junk at end of line, first unrecognized character is `6'
  3843. /tmp/fpsimd-a1b913.s:1109: Error: file number less than one
  3844. /tmp/fpsimd-a1b913.s:1109: Error: junk at end of line, first unrecognized character is `6'
  3845. /tmp/fpsimd-a1b913.s:1124: Error: file number less than one
  3846. /tmp/fpsimd-a1b913.s:1124: Error: junk at end of line, first unrecognized character is `7'
  3847. /tmp/fpsimd-a1b913.s:1134: Error: file number less than one
  3848. /tmp/fpsimd-a1b913.s:1134: Error: junk at end of line, first unrecognized character is `7'
  3849. /tmp/fpsimd-a1b913.s:1137: Error: file number less than one
  3850. /tmp/fpsimd-a1b913.s:1137: Error: junk at end of line, first unrecognized character is `7'
  3851. /tmp/fpsimd-a1b913.s:1145: Error: file number less than one
  3852. /tmp/fpsimd-a1b913.s:1145: Error: junk at end of line, first unrecognized character is `6'
  3853. /tmp/fpsimd-a1b913.s:1151: Error: file number less than one
  3854. /tmp/fpsimd-a1b913.s:1151: Error: junk at end of line, first unrecognized character is `6'
  3855. /tmp/fpsimd-a1b913.s:1157: Error: file number less than one
  3856. /tmp/fpsimd-a1b913.s:1157: Error: junk at end of line, first unrecognized character is `7'
  3857. /tmp/fpsimd-a1b913.s:1161: Error: file number less than one
  3858. /tmp/fpsimd-a1b913.s:1161: Error: junk at end of line, first unrecognized character is `6'
  3859. /tmp/fpsimd-a1b913.s:1165: Error: file number less than one
  3860. /tmp/fpsimd-a1b913.s:1165: Error: junk at end of line, first unrecognized character is `0'
  3861. /tmp/fpsimd-a1b913.s:1168: Error: file number less than one
  3862. /tmp/fpsimd-a1b913.s:1168: Error: junk at end of line, first unrecognized character is `6'
  3863. /tmp/fpsimd-a1b913.s:1175: Error: file number less than one
  3864. /tmp/fpsimd-a1b913.s:1175: Error: junk at end of line, first unrecognized character is `2'
  3865. /tmp/fpsimd-a1b913.s:1178: Error: file number less than one
  3866. /tmp/fpsimd-a1b913.s:1178: Error: junk at end of line, first unrecognized character is `0'
  3867. /tmp/fpsimd-a1b913.s:1182: Error: file number less than one
  3868. /tmp/fpsimd-a1b913.s:1182: Error: junk at end of line, first unrecognized character is `6'
  3869. /tmp/fpsimd-a1b913.s:1197: Error: file number less than one
  3870. /tmp/fpsimd-a1b913.s:1197: Error: junk at end of line, first unrecognized character is `6'
  3871. /tmp/fpsimd-a1b913.s:1213: Error: junk at end of line, first unrecognized character is `"'
  3872. /tmp/fpsimd-a1b913.s:1218: Error: file number less than one
  3873. /tmp/fpsimd-a1b913.s:1218: Error: junk at end of line, first unrecognized character is `3'
  3874. /tmp/fpsimd-a1b913.s:1228: Error: junk at end of line, first unrecognized character is `"'
  3875. /tmp/fpsimd-a1b913.s:1254: Error: file number less than one
  3876. /tmp/fpsimd-a1b913.s:1254: Error: junk at end of line, first unrecognized character is `2'
  3877. /tmp/fpsimd-a1b913.s:1272: Error: junk at end of line, first unrecognized character is `"'
  3878. /tmp/fpsimd-a1b913.s:1314: Error: file number less than one
  3879. /tmp/fpsimd-a1b913.s:1314: Error: junk at end of line, first unrecognized character is `6'
  3880. /tmp/fpsimd-a1b913.s:1324: Error: file number less than one
  3881. /tmp/fpsimd-a1b913.s:1324: Error: junk at end of line, first unrecognized character is `3'
  3882. /tmp/fpsimd-a1b913.s:1329: Error: file number less than one
  3883. /tmp/fpsimd-a1b913.s:1329: Error: junk at end of line, first unrecognized character is `5'
  3884. /tmp/fpsimd-a1b913.s:1378: Error: file number less than one
  3885. /tmp/fpsimd-a1b913.s:1378: Error: junk at end of line, first unrecognized character is `6'
  3886. /tmp/fpsimd-a1b913.s:1386: Error: file number less than one
  3887. /tmp/fpsimd-a1b913.s:1386: Error: junk at end of line, first unrecognized character is `3'
  3888. /tmp/fpsimd-a1b913.s:1405: Error: file number less than one
  3889. /tmp/fpsimd-a1b913.s:1405: Error: junk at end of line, first unrecognized character is `2'
  3890. /tmp/fpsimd-a1b913.s:1414: Error: file number less than one
  3891. /tmp/fpsimd-a1b913.s:1414: Error: junk at end of line, first unrecognized character is `2'
  3892. /tmp/fpsimd-a1b913.s:1416: Error: file number less than one
  3893. /tmp/fpsimd-a1b913.s:1416: Error: junk at end of line, first unrecognized character is `2'
  3894. /tmp/fpsimd-a1b913.s:1419: Error: file number less than one
  3895. /tmp/fpsimd-a1b913.s:1419: Error: junk at end of line, first unrecognized character is `2'
  3896. /tmp/fpsimd-a1b913.s:1422: Error: file number less than one
  3897. /tmp/fpsimd-a1b913.s:1422: Error: junk at end of line, first unrecognized character is `2'
  3898. /tmp/fpsimd-a1b913.s:1435: Error: file number less than one
  3899. /tmp/fpsimd-a1b913.s:1435: Error: junk at end of line, first unrecognized character is `2'
  3900. /tmp/fpsimd-a1b913.s:1515: Error: file number less than one
  3901. /tmp/fpsimd-a1b913.s:1515: Error: junk at end of line, first unrecognized character is `1'
  3902. /tmp/fpsimd-a1b913.s:1527: Error: file number less than one
  3903. /tmp/fpsimd-a1b913.s:1527: Error: junk at end of line, first unrecognized character is `2'
  3904. /tmp/fpsimd-a1b913.s:1557: Error: file number less than one
  3905. /tmp/fpsimd-a1b913.s:1557: Error: junk at end of line, first unrecognized character is `6'
  3906. /tmp/fpsimd-a1b913.s:1570: Error: file number less than one
  3907. /tmp/fpsimd-a1b913.s:1570: Error: junk at end of line, first unrecognized character is `7'
  3908. /tmp/fpsimd-a1b913.s:1575: Error: file number less than one
  3909. /tmp/fpsimd-a1b913.s:1575: Error: junk at end of line, first unrecognized character is `2'
  3910. /tmp/fpsimd-a1b913.s:1590: Error: file number less than one
  3911. /tmp/fpsimd-a1b913.s:1590: Error: junk at end of line, first unrecognized character is `1'
  3912. /tmp/fpsimd-a1b913.s:1595: Error: file number less than one
  3913. /tmp/fpsimd-a1b913.s:1595: Error: junk at end of line, first unrecognized character is `2'
  3914. /tmp/fpsimd-a1b913.s:1598: Error: file number less than one
  3915. /tmp/fpsimd-a1b913.s:1598: Error: junk at end of line, first unrecognized character is `3'
  3916. /tmp/fpsimd-a1b913.s:1603: Error: file number less than one
  3917. /tmp/fpsimd-a1b913.s:1603: Error: junk at end of line, first unrecognized character is `2'
  3918. /tmp/fpsimd-a1b913.s:1615: Error: file number less than one
  3919. /tmp/fpsimd-a1b913.s:1615: Error: junk at end of line, first unrecognized character is `0'
  3920. /tmp/fpsimd-a1b913.s:1632: Error: file number less than one
  3921. /tmp/fpsimd-a1b913.s:1632: Error: junk at end of line, first unrecognized character is `1'
  3922. /tmp/fpsimd-a1b913.s:1635: Error: file number less than one
  3923. /tmp/fpsimd-a1b913.s:1635: Error: junk at end of line, first unrecognized character is `6'
  3924. /tmp/fpsimd-a1b913.s:1639: Error: file number less than one
  3925. /tmp/fpsimd-a1b913.s:1639: Error: junk at end of line, first unrecognized character is `1'
  3926. /tmp/fpsimd-a1b913.s:1644: Error: file number less than one
  3927. /tmp/fpsimd-a1b913.s:1644: Error: junk at end of line, first unrecognized character is `6'
  3928. /tmp/fpsimd-a1b913.s:1652: Error: file number less than one
  3929. /tmp/fpsimd-a1b913.s:1652: Error: junk at end of line, first unrecognized character is `6'
  3930. /tmp/fpsimd-a1b913.s:1659: Error: file number less than one
  3931. /tmp/fpsimd-a1b913.s:1659: Error: junk at end of line, first unrecognized character is `6'
  3932. /tmp/fpsimd-a1b913.s:1669: Error: file number less than one
  3933. /tmp/fpsimd-a1b913.s:1669: Error: junk at end of line, first unrecognized character is `6'
  3934. /tmp/fpsimd-a1b913.s:1679: Error: file number less than one
  3935. /tmp/fpsimd-a1b913.s:1679: Error: junk at end of line, first unrecognized character is `6'
  3936. /tmp/fpsimd-a1b913.s:1683: Error: file number less than one
  3937. /tmp/fpsimd-a1b913.s:1683: Error: junk at end of line, first unrecognized character is `6'
  3938. /tmp/fpsimd-a1b913.s:1691: Error: file number less than one
  3939. /tmp/fpsimd-a1b913.s:1691: Error: junk at end of line, first unrecognized character is `6'
  3940. /tmp/fpsimd-a1b913.s:1699: Error: file number less than one
  3941. /tmp/fpsimd-a1b913.s:1699: Error: junk at end of line, first unrecognized character is `8'
  3942. /tmp/fpsimd-a1b913.s:1704: Error: file number less than one
  3943. /tmp/fpsimd-a1b913.s:1704: Error: junk at end of line, first unrecognized character is `2'
  3944. /tmp/fpsimd-a1b913.s:1707: Error: file number less than one
  3945. /tmp/fpsimd-a1b913.s:1707: Error: junk at end of line, first unrecognized character is `8'
  3946. /tmp/fpsimd-a1b913.s:1715: Error: file number less than one
  3947. /tmp/fpsimd-a1b913.s:1715: Error: junk at end of line, first unrecognized character is `6'
  3948. /tmp/fpsimd-a1b913.s:1723: Error: file number less than one
  3949. /tmp/fpsimd-a1b913.s:1723: Error: junk at end of line, first unrecognized character is `6'
  3950. /tmp/fpsimd-a1b913.s:1729: Error: file number less than one
  3951. /tmp/fpsimd-a1b913.s:1729: Error: junk at end of line, first unrecognized character is `6'
  3952. /tmp/fpsimd-a1b913.s:1732: Error: file number less than one
  3953. /tmp/fpsimd-a1b913.s:1732: Error: junk at end of line, first unrecognized character is `2'
  3954. /tmp/fpsimd-a1b913.s:1735: Error: file number less than one
  3955. /tmp/fpsimd-a1b913.s:1735: Error: junk at end of line, first unrecognized character is `9'
  3956. /tmp/fpsimd-a1b913.s:1737: Error: file number less than one
  3957. /tmp/fpsimd-a1b913.s:1737: Error: junk at end of line, first unrecognized character is `2'
  3958. /tmp/fpsimd-a1b913.s:1745: Error: file number less than one
  3959. /tmp/fpsimd-a1b913.s:1745: Error: junk at end of line, first unrecognized character is `6'
  3960. /tmp/fpsimd-a1b913.s:1750: Error: file number less than one
  3961. /tmp/fpsimd-a1b913.s:1750: Error: junk at end of line, first unrecognized character is `6'
  3962. /tmp/fpsimd-a1b913.s:1752: Error: file number less than one
  3963. /tmp/fpsimd-a1b913.s:1752: Error: junk at end of line, first unrecognized character is `6'
  3964. /tmp/fpsimd-a1b913.s:1759: Error: file number less than one
  3965. /tmp/fpsimd-a1b913.s:1759: Error: junk at end of line, first unrecognized character is `6'
  3966. /tmp/fpsimd-a1b913.s:1769: Error: file number less than one
  3967. /tmp/fpsimd-a1b913.s:1769: Error: junk at end of line, first unrecognized character is `6'
  3968. /tmp/fpsimd-a1b913.s:1774: Error: file number less than one
  3969. /tmp/fpsimd-a1b913.s:1774: Error: junk at end of line, first unrecognized character is `6'
  3970. /tmp/fpsimd-a1b913.s:1777: Error: file number less than one
  3971. /tmp/fpsimd-a1b913.s:1777: Error: junk at end of line, first unrecognized character is `6'
  3972. /tmp/fpsimd-a1b913.s:1787: Error: file number less than one
  3973. /tmp/fpsimd-a1b913.s:1787: Error: junk at end of line, first unrecognized character is `6'
  3974. /tmp/fpsimd-a1b913.s:1800: Error: junk at end of line, first unrecognized character is `"'
  3975. /tmp/fpsimd-a1b913.s:1807: Error: file number less than one
  3976. /tmp/fpsimd-a1b913.s:1807: Error: junk at end of line, first unrecognized character is `0'
  3977. /tmp/fpsimd-a1b913.s:1813: Error: file number less than one
  3978. /tmp/fpsimd-a1b913.s:1813: Error: junk at end of line, first unrecognized character is `2'
  3979. /tmp/fpsimd-a1b913.s:1815: Error: file number less than one
  3980. /tmp/fpsimd-a1b913.s:1815: Error: junk at end of line, first unrecognized character is `1'
  3981. /tmp/fpsimd-a1b913.s:1859: Error: file number less than one
  3982. /tmp/fpsimd-a1b913.s:1859: Error: junk at end of line, first unrecognized character is `0'
  3983. /tmp/fpsimd-a1b913.s:1875: Error: file number less than one
  3984. /tmp/fpsimd-a1b913.s:1875: Error: junk at end of line, first unrecognized character is `1'
  3985. /tmp/fpsimd-a1b913.s:1926: Error: file number less than one
  3986. /tmp/fpsimd-a1b913.s:1926: Error: junk at end of line, first unrecognized character is `1'
  3987. /tmp/fpsimd-a1b913.s:1947: Error: file number less than one
  3988. /tmp/fpsimd-a1b913.s:1947: Error: junk at end of line, first unrecognized character is `6'
  3989. /tmp/fpsimd-a1b913.s:1956: Error: file number less than one
  3990. /tmp/fpsimd-a1b913.s:1956: Error: junk at end of line, first unrecognized character is `6'
  3991. /tmp/fpsimd-a1b913.s:1960: Error: file number less than one
  3992. /tmp/fpsimd-a1b913.s:1960: Error: junk at end of line, first unrecognized character is `1'
  3993. /tmp/fpsimd-a1b913.s:1971: Error: file number less than one
  3994. /tmp/fpsimd-a1b913.s:1971: Error: junk at end of line, first unrecognized character is `8'
  3995. /tmp/fpsimd-a1b913.s:1976: Error: file number less than one
  3996. /tmp/fpsimd-a1b913.s:1976: Error: junk at end of line, first unrecognized character is `6'
  3997. /tmp/fpsimd-a1b913.s:1986: Error: file number less than one
  3998. /tmp/fpsimd-a1b913.s:1986: Error: junk at end of line, first unrecognized character is `6'
  3999. /tmp/fpsimd-a1b913.s:1990: Error: file number less than one
  4000. /tmp/fpsimd-a1b913.s:1990: Error: junk at end of line, first unrecognized character is `6'
  4001. /tmp/fpsimd-a1b913.s:1995: Error: file number less than one
  4002. /tmp/fpsimd-a1b913.s:1995: Error: junk at end of line, first unrecognized character is `0'
  4003. /tmp/fpsimd-a1b913.s:2005: Error: file number less than one
  4004. /tmp/fpsimd-a1b913.s:2005: Error: junk at end of line, first unrecognized character is `6'
  4005. /tmp/fpsimd-a1b913.s:2013: Error: file number less than one
  4006. /tmp/fpsimd-a1b913.s:2013: Error: junk at end of line, first unrecognized character is `6'
  4007. /tmp/fpsimd-a1b913.s:2025: Error: file number less than one
  4008. /tmp/fpsimd-a1b913.s:2025: Error: junk at end of line, first unrecognized character is `0'
  4009. /tmp/fpsimd-a1b913.s:2062: Error: file number less than one
  4010. /tmp/fpsimd-a1b913.s:2062: Error: junk at end of line, first unrecognized character is `1'
  4011. /tmp/fpsimd-a1b913.s:2077: Error: file number less than one
  4012. /tmp/fpsimd-a1b913.s:2077: Error: junk at end of line, first unrecognized character is `6'
  4013. /tmp/fpsimd-a1b913.s:2081: Error: file number less than one
  4014. /tmp/fpsimd-a1b913.s:2081: Error: junk at end of line, first unrecognized character is `6'
  4015. /tmp/fpsimd-a1b913.s:2083: Error: file number less than one
  4016. /tmp/fpsimd-a1b913.s:2083: Error: junk at end of line, first unrecognized character is `1'
  4017. /tmp/fpsimd-a1b913.s:2090: Error: file number less than one
  4018. /tmp/fpsimd-a1b913.s:2090: Error: junk at end of line, first unrecognized character is `0'
  4019. /tmp/fpsimd-a1b913.s:2106: Error: file number less than one
  4020. /tmp/fpsimd-a1b913.s:2106: Error: junk at end of line, first unrecognized character is `6'
  4021. /tmp/fpsimd-a1b913.s:2112: Error: file number less than one
  4022. /tmp/fpsimd-a1b913.s:2112: Error: junk at end of line, first unrecognized character is `1'
  4023. /tmp/fpsimd-a1b913.s:2125: Error: file number less than one
  4024. /tmp/fpsimd-a1b913.s:2125: Error: junk at end of line, first unrecognized character is `0'
  4025. /tmp/fpsimd-a1b913.s:2135: Error: file number less than one
  4026. /tmp/fpsimd-a1b913.s:2135: Error: junk at end of line, first unrecognized character is `2'
  4027. /tmp/fpsimd-a1b913.s:2140: Error: file number less than one
  4028. /tmp/fpsimd-a1b913.s:2140: Error: junk at end of line, first unrecognized character is `1'
  4029. /tmp/fpsimd-a1b913.s:2153: Error: file number less than one
  4030. /tmp/fpsimd-a1b913.s:2153: Error: junk at end of line, first unrecognized character is `0'
  4031. /tmp/fpsimd-a1b913.s:2171: Error: junk at end of line, first unrecognized character is `"'
  4032. /tmp/fpsimd-a1b913.s:2193: Error: file number less than one
  4033. /tmp/fpsimd-a1b913.s:2193: Error: junk at end of line, first unrecognized character is `8'
  4034. /tmp/fpsimd-a1b913.s:2208: Error: file number less than one
  4035. /tmp/fpsimd-a1b913.s:2208: Error: junk at end of line, first unrecognized character is `3'
  4036. /tmp/fpsimd-a1b913.s:2212: Error: file number less than one
  4037. /tmp/fpsimd-a1b913.s:2212: Error: junk at end of line, first unrecognized character is `3'
  4038. /tmp/fpsimd-a1b913.s:2220: Error: file number less than one
  4039. /tmp/fpsimd-a1b913.s:2220: Error: junk at end of line, first unrecognized character is `3'
  4040. /tmp/fpsimd-a1b913.s:2239: Error: file number less than one
  4041. /tmp/fpsimd-a1b913.s:2239: Error: junk at end of line, first unrecognized character is `8'
  4042. /tmp/fpsimd-a1b913.s:2243: Error: file number less than one
  4043. /tmp/fpsimd-a1b913.s:2243: Error: junk at end of line, first unrecognized character is `8'
  4044. /tmp/fpsimd-a1b913.s:2248: Error: file number less than one
  4045. /tmp/fpsimd-a1b913.s:2248: Error: junk at end of line, first unrecognized character is `2'
  4046. /tmp/fpsimd-a1b913.s:2253: Error: file number less than one
  4047. /tmp/fpsimd-a1b913.s:2253: Error: junk at end of line, first unrecognized character is `4'
  4048. /tmp/fpsimd-a1b913.s:2285: Error: file number less than one
  4049. /tmp/fpsimd-a1b913.s:2285: Error: junk at end of line, first unrecognized character is `2'
  4050. /tmp/fpsimd-a1b913.s:2293: Error: file number less than one
  4051. /tmp/fpsimd-a1b913.s:2293: Error: junk at end of line, first unrecognized character is `1'
  4052. /tmp/fpsimd-a1b913.s:2311: Error: file number less than one
  4053. /tmp/fpsimd-a1b913.s:2311: Error: junk at end of line, first unrecognized character is `0'
  4054. /tmp/fpsimd-a1b913.s:2351: Error: file number less than one
  4055. /tmp/fpsimd-a1b913.s:2351: Error: junk at end of line, first unrecognized character is `8'
  4056. /tmp/fpsimd-a1b913.s:2366: Error: file number less than one
  4057. /tmp/fpsimd-a1b913.s:2366: Error: junk at end of line, first unrecognized character is `3'
  4058. /tmp/fpsimd-a1b913.s:2370: Error: file number less than one
  4059. /tmp/fpsimd-a1b913.s:2370: Error: junk at end of line, first unrecognized character is `3'
  4060. /tmp/fpsimd-a1b913.s:2378: Error: file number less than one
  4061. /tmp/fpsimd-a1b913.s:2378: Error: junk at end of line, first unrecognized character is `3'
  4062. /tmp/fpsimd-a1b913.s:2397: Error: file number less than one
  4063. /tmp/fpsimd-a1b913.s:2397: Error: junk at end of line, first unrecognized character is `8'
  4064. /tmp/fpsimd-a1b913.s:2401: Error: file number less than one
  4065. /tmp/fpsimd-a1b913.s:2401: Error: junk at end of line, first unrecognized character is `8'
  4066. /tmp/fpsimd-a1b913.s:2406: Error: file number less than one
  4067. /tmp/fpsimd-a1b913.s:2406: Error: junk at end of line, first unrecognized character is `2'
  4068. /tmp/fpsimd-a1b913.s:2410: Error: file number less than one
  4069. /tmp/fpsimd-a1b913.s:2410: Error: junk at end of line, first unrecognized character is `4'
  4070. /tmp/fpsimd-a1b913.s:2444: Error: file number less than one
  4071. /tmp/fpsimd-a1b913.s:2444: Error: junk at end of line, first unrecognized character is `2'
  4072. /tmp/fpsimd-a1b913.s:2463: Error: file number less than one
  4073. /tmp/fpsimd-a1b913.s:2463: Error: junk at end of line, first unrecognized character is `1'
  4074. /tmp/fpsimd-a1b913.s:2478: Error: file number less than one
  4075. /tmp/fpsimd-a1b913.s:2478: Error: junk at end of line, first unrecognized character is `0'
  4076. /tmp/fpsimd-a1b913.s:2519: Error: file number less than one
  4077. /tmp/fpsimd-a1b913.s:2519: Error: junk at end of line, first unrecognized character is `8'
  4078. /tmp/fpsimd-a1b913.s:2534: Error: file number less than one
  4079. /tmp/fpsimd-a1b913.s:2534: Error: junk at end of line, first unrecognized character is `3'
  4080. /tmp/fpsimd-a1b913.s:2538: Error: file number less than one
  4081. /tmp/fpsimd-a1b913.s:2538: Error: junk at end of line, first unrecognized character is `3'
  4082. /tmp/fpsimd-a1b913.s:2547: Error: file number less than one
  4083. /tmp/fpsimd-a1b913.s:2547: Error: junk at end of line, first unrecognized character is `3'
  4084. /tmp/fpsimd-a1b913.s:2566: Error: file number less than one
  4085. /tmp/fpsimd-a1b913.s:2566: Error: junk at end of line, first unrecognized character is `8'
  4086. /tmp/fpsimd-a1b913.s:2570: Error: file number less than one
  4087. /tmp/fpsimd-a1b913.s:2570: Error: junk at end of line, first unrecognized character is `8'
  4088. /tmp/fpsimd-a1b913.s:2575: Error: file number less than one
  4089. /tmp/fpsimd-a1b913.s:2575: Error: junk at end of line, first unrecognized character is `2'
  4090. /tmp/fpsimd-a1b913.s:2579: Error: file number less than one
  4091. /tmp/fpsimd-a1b913.s:2579: Error: junk at end of line, first unrecognized character is `4'
  4092. /tmp/fpsimd-a1b913.s:2613: Error: file number less than one
  4093. /tmp/fpsimd-a1b913.s:2613: Error: junk at end of line, first unrecognized character is `2'
  4094. /tmp/fpsimd-a1b913.s:2642: Error: file number less than one
  4095. /tmp/fpsimd-a1b913.s:2642: Error: junk at end of line, first unrecognized character is `6'
  4096. /tmp/fpsimd-a1b913.s:2653: Error: file number less than one
  4097. /tmp/fpsimd-a1b913.s:2653: Error: junk at end of line, first unrecognized character is `6'
  4098. /tmp/fpsimd-a1b913.s:2658: Error: file number less than one
  4099. /tmp/fpsimd-a1b913.s:2658: Error: junk at end of line, first unrecognized character is `2'
  4100. /tmp/fpsimd-a1b913.s:2668: Error: file number less than one
  4101. /tmp/fpsimd-a1b913.s:2668: Error: junk at end of line, first unrecognized character is `3'
  4102. /tmp/fpsimd-a1b913.s:2698: Error: file number less than one
  4103. /tmp/fpsimd-a1b913.s:2698: Error: junk at end of line, first unrecognized character is `3'
  4104. /tmp/fpsimd-a1b913.s:2704: Error: file number less than one
  4105. /tmp/fpsimd-a1b913.s:2704: Error: junk at end of line, first unrecognized character is `3'
  4106. /tmp/fpsimd-a1b913.s:2719: Error: file number less than one
  4107. /tmp/fpsimd-a1b913.s:2719: Error: junk at end of line, first unrecognized character is `0'
  4108. /tmp/fpsimd-a1b913.s:2725: Error: file number less than one
  4109. /tmp/fpsimd-a1b913.s:2725: Error: junk at end of line, first unrecognized character is `2'
  4110. /tmp/fpsimd-a1b913.s:2731: Error: file number less than one
  4111. /tmp/fpsimd-a1b913.s:2731: Error: junk at end of line, first unrecognized character is `2'
  4112. /tmp/fpsimd-a1b913.s:2739: Error: file number less than one
  4113. /tmp/fpsimd-a1b913.s:2739: Error: junk at end of line, first unrecognized character is `2'
  4114. /tmp/fpsimd-a1b913.s:2743: Error: file number less than one
  4115. /tmp/fpsimd-a1b913.s:2743: Error: junk at end of line, first unrecognized character is `1'
  4116. /tmp/fpsimd-a1b913.s:2755: Error: file number less than one
  4117. /tmp/fpsimd-a1b913.s:2755: Error: junk at end of line, first unrecognized character is `0'
  4118. /tmp/fpsimd-a1b913.s:2772: Error: file number less than one
  4119. /tmp/fpsimd-a1b913.s:2772: Error: junk at end of line, first unrecognized character is `2'
  4120. /tmp/fpsimd-a1b913.s:2778: Error: file number less than one
  4121. /tmp/fpsimd-a1b913.s:2778: Error: junk at end of line, first unrecognized character is `2'
  4122. /tmp/fpsimd-a1b913.s:2782: Error: file number less than one
  4123. /tmp/fpsimd-a1b913.s:2782: Error: junk at end of line, first unrecognized character is `2'
  4124. /tmp/fpsimd-a1b913.s:2790: Error: file number less than one
  4125. /tmp/fpsimd-a1b913.s:2790: Error: junk at end of line, first unrecognized character is `2'
  4126. /tmp/fpsimd-a1b913.s:2795: Error: file number less than one
  4127. /tmp/fpsimd-a1b913.s:2795: Error: junk at end of line, first unrecognized character is `2'
  4128. /tmp/fpsimd-a1b913.s:2810: Error: file number less than one
  4129. /tmp/fpsimd-a1b913.s:2810: Error: junk at end of line, first unrecognized character is `8'
  4130. /tmp/fpsimd-a1b913.s:2826: Error: file number less than one
  4131. /tmp/fpsimd-a1b913.s:2826: Error: junk at end of line, first unrecognized character is `6'
  4132. /tmp/fpsimd-a1b913.s:2830: Error: file number less than one
  4133. /tmp/fpsimd-a1b913.s:2830: Error: junk at end of line, first unrecognized character is `1'
  4134. /tmp/fpsimd-a1b913.s:2836: Error: file number less than one
  4135. /tmp/fpsimd-a1b913.s:2836: Error: junk at end of line, first unrecognized character is `1'
  4136. /tmp/fpsimd-a1b913.s:2839: Error: file number less than one
  4137. /tmp/fpsimd-a1b913.s:2839: Error: junk at end of line, first unrecognized character is `6'
  4138. /tmp/fpsimd-a1b913.s:2843: Error: file number less than one
  4139. /tmp/fpsimd-a1b913.s:2843: Error: junk at end of line, first unrecognized character is `2'
  4140. /tmp/fpsimd-a1b913.s:2851: Error: junk at end of line, first unrecognized character is `"'
  4141. /tmp/fpsimd-a1b913.s:2859: Error: file number less than one
  4142. /tmp/fpsimd-a1b913.s:2859: Error: junk at end of line, first unrecognized character is `0'
  4143. /tmp/fpsimd-a1b913.s:2906: Error: file number less than one
  4144. /tmp/fpsimd-a1b913.s:2906: Error: junk at end of line, first unrecognized character is `1'
  4145. /tmp/fpsimd-a1b913.s:2924: Error: file number less than one
  4146. /tmp/fpsimd-a1b913.s:2924: Error: junk at end of line, first unrecognized character is `6'
  4147. /tmp/fpsimd-a1b913.s:2938: Error: file number less than one
  4148. /tmp/fpsimd-a1b913.s:2938: Error: junk at end of line, first unrecognized character is `6'
  4149. /tmp/fpsimd-a1b913.s:2943: Error: file number less than one
  4150. /tmp/fpsimd-a1b913.s:2943: Error: junk at end of line, first unrecognized character is `8'
  4151. /tmp/fpsimd-a1b913.s:2949: Error: file number less than one
  4152. /tmp/fpsimd-a1b913.s:2949: Error: junk at end of line, first unrecognized character is `1'
  4153. /tmp/fpsimd-a1b913.s:2951: Error: file number less than one
  4154. /tmp/fpsimd-a1b913.s:2951: Error: junk at end of line, first unrecognized character is `1'
  4155. /tmp/fpsimd-a1b913.s:2953: Error: file number less than one
  4156. /tmp/fpsimd-a1b913.s:2953: Error: junk at end of line, first unrecognized character is `1'
  4157. /tmp/fpsimd-a1b913.s:2956: Error: file number less than one
  4158. /tmp/fpsimd-a1b913.s:2956: Error: junk at end of line, first unrecognized character is `6'
  4159. /tmp/fpsimd-a1b913.s:2959: Error: file number less than one
  4160. /tmp/fpsimd-a1b913.s:2959: Error: junk at end of line, first unrecognized character is `1'
  4161. /tmp/fpsimd-a1b913.s:2963: Error: file number less than one
  4162. /tmp/fpsimd-a1b913.s:2963: Error: junk at end of line, first unrecognized character is `6'
  4163. /tmp/fpsimd-a1b913.s:2971: Error: file number less than one
  4164. /tmp/fpsimd-a1b913.s:2971: Error: junk at end of line, first unrecognized character is `1'
  4165. /tmp/fpsimd-a1b913.s:2975: Error: file number less than one
  4166. /tmp/fpsimd-a1b913.s:2975: Error: junk at end of line, first unrecognized character is `1'
  4167. /tmp/fpsimd-a1b913.s:2977: Error: file number less than one
  4168. /tmp/fpsimd-a1b913.s:2977: Error: junk at end of line, first unrecognized character is `2'
  4169. /tmp/fpsimd-a1b913.s:2979: Error: file number less than one
  4170. /tmp/fpsimd-a1b913.s:2979: Error: junk at end of line, first unrecognized character is `1'
  4171. /tmp/fpsimd-a1b913.s:2981: Error: file number less than one
  4172. /tmp/fpsimd-a1b913.s:2981: Error: junk at end of line, first unrecognized character is `2'
  4173. /tmp/fpsimd-a1b913.s:2986: Error: file number less than one
  4174. /tmp/fpsimd-a1b913.s:2986: Error: junk at end of line, first unrecognized character is `2'
  4175. /tmp/fpsimd-a1b913.s:2992: Error: file number less than one
  4176. /tmp/fpsimd-a1b913.s:2992: Error: junk at end of line, first unrecognized character is `2'
  4177. /tmp/fpsimd-a1b913.s:2995: Error: file number less than one
  4178. /tmp/fpsimd-a1b913.s:2995: Error: junk at end of line, first unrecognized character is `2'
  4179. /tmp/fpsimd-a1b913.s:3000: Error: file number less than one
  4180. /tmp/fpsimd-a1b913.s:3000: Error: junk at end of line, first unrecognized character is `6'
  4181. /tmp/fpsimd-a1b913.s:3005: Error: file number less than one
  4182. /tmp/fpsimd-a1b913.s:3005: Error: junk at end of line, first unrecognized character is `6'
  4183. /tmp/fpsimd-a1b913.s:3016: Error: file number less than one
  4184. /tmp/fpsimd-a1b913.s:3016: Error: junk at end of line, first unrecognized character is `6'
  4185. /tmp/fpsimd-a1b913.s:3042: Error: file number less than one
  4186. /tmp/fpsimd-a1b913.s:3042: Error: junk at end of line, first unrecognized character is `6'
  4187. /tmp/fpsimd-a1b913.s:3051: Error: file number less than one
  4188. /tmp/fpsimd-a1b913.s:3051: Error: junk at end of line, first unrecognized character is `4'
  4189. /tmp/fpsimd-a1b913.s:3053: Error: file number less than one
  4190. /tmp/fpsimd-a1b913.s:3053: Error: junk at end of line, first unrecognized character is `1'
  4191. /tmp/fpsimd-a1b913.s:3056: Error: file number less than one
  4192. /tmp/fpsimd-a1b913.s:3056: Error: junk at end of line, first unrecognized character is `1'
  4193. /tmp/fpsimd-a1b913.s:3068: Error: file number less than one
  4194. /tmp/fpsimd-a1b913.s:3068: Error: junk at end of line, first unrecognized character is `0'
  4195. /tmp/fpsimd-a1b913.s:3078: Error: file number less than one
  4196. /tmp/fpsimd-a1b913.s:3078: Error: junk at end of line, first unrecognized character is `7'
  4197. /tmp/fpsimd-a1b913.s:3089: Error: file number less than one
  4198. /tmp/fpsimd-a1b913.s:3089: Error: junk at end of line, first unrecognized character is `3'
  4199. /tmp/fpsimd-a1b913.s:3095: Error: file number less than one
  4200. /tmp/fpsimd-a1b913.s:3095: Error: junk at end of line, first unrecognized character is `1'
  4201. /tmp/fpsimd-a1b913.s:3097: Error: file number less than one
  4202. /tmp/fpsimd-a1b913.s:3097: Error: junk at end of line, first unrecognized character is `3'
  4203. /tmp/fpsimd-a1b913.s:3100: Error: file number less than one
  4204. /tmp/fpsimd-a1b913.s:3100: Error: junk at end of line, first unrecognized character is `1'
  4205. /tmp/fpsimd-a1b913.s:3103: Error: file number less than one
  4206. /tmp/fpsimd-a1b913.s:3103: Error: junk at end of line, first unrecognized character is `1'
  4207. /tmp/fpsimd-a1b913.s:3106: Error: file number less than one
  4208. /tmp/fpsimd-a1b913.s:3106: Error: junk at end of line, first unrecognized character is `6'
  4209. /tmp/fpsimd-a1b913.s:3109: Error: file number less than one
  4210. /tmp/fpsimd-a1b913.s:3109: Error: junk at end of line, first unrecognized character is `2'
  4211. /tmp/fpsimd-a1b913.s:3115: Error: file number less than one
  4212. /tmp/fpsimd-a1b913.s:3115: Error: junk at end of line, first unrecognized character is `2'
  4213. /tmp/fpsimd-a1b913.s:3123: Error: junk at end of line, first unrecognized character is `"'
  4214. /tmp/fpsimd-a1b913.s:3131: Error: file number less than one
  4215. /tmp/fpsimd-a1b913.s:3131: Error: junk at end of line, first unrecognized character is `0'
  4216. /tmp/fpsimd-a1b913.s:3148: Error: file number less than one
  4217. /tmp/fpsimd-a1b913.s:3148: Error: junk at end of line, first unrecognized character is `2'
  4218. /tmp/fpsimd-a1b913.s:3150: Error: file number less than one
  4219. /tmp/fpsimd-a1b913.s:3150: Error: junk at end of line, first unrecognized character is `2'
  4220. /tmp/fpsimd-a1b913.s:3153: Error: file number less than one
  4221. /tmp/fpsimd-a1b913.s:3153: Error: junk at end of line, first unrecognized character is `2'
  4222. /tmp/fpsimd-a1b913.s:3156: Error: file number less than one
  4223. /tmp/fpsimd-a1b913.s:3156: Error: junk at end of line, first unrecognized character is `1'
  4224. /tmp/fpsimd-a1b913.s:3172: Error: file number less than one
  4225. /tmp/fpsimd-a1b913.s:3172: Error: junk at end of line, first unrecognized character is `0'
  4226. /tmp/fpsimd-a1b913.s:3221: Error: file number less than one
  4227. /tmp/fpsimd-a1b913.s:3221: Error: junk at end of line, first unrecognized character is `4'
  4228. /tmp/fpsimd-a1b913.s:3223: Error: file number less than one
  4229. /tmp/fpsimd-a1b913.s:3223: Error: junk at end of line, first unrecognized character is `3'
  4230. /tmp/fpsimd-a1b913.s:3229: Error: file number less than one
  4231. /tmp/fpsimd-a1b913.s:3229: Error: junk at end of line, first unrecognized character is `1'
  4232. /tmp/fpsimd-a1b913.s:3249: Error: file number less than one
  4233. /tmp/fpsimd-a1b913.s:3249: Error: junk at end of line, first unrecognized character is `3'
  4234. /tmp/fpsimd-a1b913.s:3258: Error: file number less than one
  4235. /tmp/fpsimd-a1b913.s:3258: Error: junk at end of line, first unrecognized character is `3'
  4236. /tmp/fpsimd-a1b913.s:3276: Error: file number less than one
  4237. /tmp/fpsimd-a1b913.s:3276: Error: junk at end of line, first unrecognized character is `4'
  4238. /tmp/fpsimd-a1b913.s:3283: Error: file number less than one
  4239. /tmp/fpsimd-a1b913.s:3283: Error: junk at end of line, first unrecognized character is `0'
  4240. /tmp/fpsimd-a1b913.s:3286: Error: file number less than one
  4241. /tmp/fpsimd-a1b913.s:3286: Error: junk at end of line, first unrecognized character is `1'
  4242. /tmp/fpsimd-a1b913.s:3290: Error: file number less than one
  4243. /tmp/fpsimd-a1b913.s:3290: Error: junk at end of line, first unrecognized character is `0'
  4244. /tmp/fpsimd-a1b913.s:3300: Error: file number less than one
  4245. /tmp/fpsimd-a1b913.s:3300: Error: junk at end of line, first unrecognized character is `6'
  4246. /tmp/fpsimd-a1b913.s:3308: Error: file number less than one
  4247. /tmp/fpsimd-a1b913.s:3308: Error: junk at end of line, first unrecognized character is `3'
  4248. /tmp/fpsimd-a1b913.s:3313: Error: file number less than one
  4249. /tmp/fpsimd-a1b913.s:3313: Error: junk at end of line, first unrecognized character is `3'
  4250. /tmp/fpsimd-a1b913.s:3330: Error: file number less than one
  4251. /tmp/fpsimd-a1b913.s:3330: Error: junk at end of line, first unrecognized character is `2'
  4252. /tmp/fpsimd-a1b913.s:3334: Error: file number less than one
  4253. /tmp/fpsimd-a1b913.s:3334: Error: junk at end of line, first unrecognized character is `2'
  4254. /tmp/fpsimd-a1b913.s:3352: Error: file number less than one
  4255. /tmp/fpsimd-a1b913.s:3352: Error: junk at end of line, first unrecognized character is `2'
  4256. /tmp/fpsimd-a1b913.s:3358: Error: file number less than one
  4257. /tmp/fpsimd-a1b913.s:3358: Error: junk at end of line, first unrecognized character is `2'
  4258. /tmp/fpsimd-a1b913.s:3363: Error: file number less than one
  4259. /tmp/fpsimd-a1b913.s:3363: Error: junk at end of line, first unrecognized character is `5'
  4260. /tmp/fpsimd-a1b913.s:3414: Error: file number less than one
  4261. /tmp/fpsimd-a1b913.s:3414: Error: junk at end of line, first unrecognized character is `2'
  4262. /tmp/fpsimd-a1b913.s:3494: Error: file number less than one
  4263. /tmp/fpsimd-a1b913.s:3494: Error: junk at end of line, first unrecognized character is `6'
  4264. /tmp/fpsimd-a1b913.s:3500: Error: file number less than one
  4265. /tmp/fpsimd-a1b913.s:3500: Error: junk at end of line, first unrecognized character is `2'
  4266. /tmp/fpsimd-a1b913.s:3503: Error: file number less than one
  4267. /tmp/fpsimd-a1b913.s:3503: Error: junk at end of line, first unrecognized character is `2'
  4268. /tmp/fpsimd-a1b913.s:3510: Error: file number less than one
  4269. /tmp/fpsimd-a1b913.s:3510: Error: junk at end of line, first unrecognized character is `3'
  4270. /tmp/fpsimd-a1b913.s:3523: Error: file number less than one
  4271. /tmp/fpsimd-a1b913.s:3523: Error: junk at end of line, first unrecognized character is `4'
  4272. /tmp/fpsimd-a1b913.s:3555: Error: file number less than one
  4273. /tmp/fpsimd-a1b913.s:3555: Error: junk at end of line, first unrecognized character is `6'
  4274. /tmp/fpsimd-a1b913.s:3567: Error: file number less than one
  4275. /tmp/fpsimd-a1b913.s:3567: Error: junk at end of line, first unrecognized character is `7'
  4276. /tmp/fpsimd-a1b913.s:3572: Error: file number less than one
  4277. /tmp/fpsimd-a1b913.s:3572: Error: junk at end of line, first unrecognized character is `1'
  4278. /tmp/fpsimd-a1b913.s:3584: Error: file number less than one
  4279. /tmp/fpsimd-a1b913.s:3584: Error: junk at end of line, first unrecognized character is `3'
  4280. /tmp/fpsimd-a1b913.s:3586: Error: file number less than one
  4281. /tmp/fpsimd-a1b913.s:3586: Error: junk at end of line, first unrecognized character is `1'
  4282. /tmp/fpsimd-a1b913.s:3588: Error: file number less than one
  4283. /tmp/fpsimd-a1b913.s:3588: Error: junk at end of line, first unrecognized character is `1'
  4284. /tmp/fpsimd-a1b913.s:3593: Error: file number less than one
  4285. /tmp/fpsimd-a1b913.s:3593: Error: junk at end of line, first unrecognized character is `2'
  4286. /tmp/fpsimd-a1b913.s:3596: Error: file number less than one
  4287. /tmp/fpsimd-a1b913.s:3596: Error: junk at end of line, first unrecognized character is `3'
  4288. /tmp/fpsimd-a1b913.s:3601: Error: file number less than one
  4289. /tmp/fpsimd-a1b913.s:3601: Error: junk at end of line, first unrecognized character is `2'
  4290. /tmp/fpsimd-a1b913.s:3609: Error: file number less than one
  4291. /tmp/fpsimd-a1b913.s:3609: Error: junk at end of line, first unrecognized character is `2'
  4292. /tmp/fpsimd-a1b913.s:3623: Error: file number less than one
  4293. /tmp/fpsimd-a1b913.s:3623: Error: junk at end of line, first unrecognized character is `0'
  4294. /tmp/fpsimd-a1b913.s:3636: Error: file number less than one
  4295. /tmp/fpsimd-a1b913.s:3636: Error: junk at end of line, first unrecognized character is `2'
  4296. /tmp/fpsimd-a1b913.s:3648: Error: file number less than one
  4297. /tmp/fpsimd-a1b913.s:3648: Error: junk at end of line, first unrecognized character is `1'
  4298. /tmp/fpsimd-a1b913.s:3661: Error: file number less than one
  4299. /tmp/fpsimd-a1b913.s:3661: Error: junk at end of line, first unrecognized character is `0'
  4300. /tmp/fpsimd-a1b913.s:3678: Error: file number less than one
  4301. /tmp/fpsimd-a1b913.s:3678: Error: junk at end of line, first unrecognized character is `6'
  4302. /tmp/fpsimd-a1b913.s:3685: Error: file number less than one
  4303. /tmp/fpsimd-a1b913.s:3685: Error: junk at end of line, first unrecognized character is `6'
  4304. /tmp/fpsimd-a1b913.s:3693: Error: file number less than one
  4305. /tmp/fpsimd-a1b913.s:3693: Error: junk at end of line, first unrecognized character is `7'
  4306. /tmp/fpsimd-a1b913.s:3700: Error: file number less than one
  4307. /tmp/fpsimd-a1b913.s:3700: Error: junk at end of line, first unrecognized character is `1'
  4308. /tmp/fpsimd-a1b913.s:3707: Error: file number less than one
  4309. /tmp/fpsimd-a1b913.s:3707: Error: junk at end of line, first unrecognized character is `1'
  4310. /tmp/fpsimd-a1b913.s:3714: Error: file number less than one
  4311. /tmp/fpsimd-a1b913.s:3714: Error: junk at end of line, first unrecognized character is `1'
  4312. /tmp/fpsimd-a1b913.s:3721: Error: file number less than one
  4313. /tmp/fpsimd-a1b913.s:3721: Error: junk at end of line, first unrecognized character is `1'
  4314. /tmp/fpsimd-a1b913.s:3732: Error: file number less than one
  4315. /tmp/fpsimd-a1b913.s:3732: Error: junk at end of line, first unrecognized character is `1'
  4316. /tmp/fpsimd-a1b913.s:3764: Error: junk at end of line, first unrecognized character is `"'
  4317. /tmp/fpsimd-a1b913.s:3768: Error: file number less than one
  4318. /tmp/fpsimd-a1b913.s:3768: Error: junk at end of line, first unrecognized character is `2'
  4319. /tmp/fpsimd-a1b913.s:3775: Error: junk at end of line, first unrecognized character is `"'
  4320. /tmp/fpsimd-a1b913.s:3794: Error: file number less than one
  4321. /tmp/fpsimd-a1b913.s:3794: Error: junk at end of line, first unrecognized character is `1'
  4322. /tmp/fpsimd-a1b913.s:3796: Error: file number less than one
  4323. /tmp/fpsimd-a1b913.s:3796: Error: junk at end of line, first unrecognized character is `1'
  4324. /tmp/fpsimd-a1b913.s:3800: Error: file number less than one
  4325. /tmp/fpsimd-a1b913.s:3800: Error: junk at end of line, first unrecognized character is `1'
  4326. /tmp/fpsimd-a1b913.s:3803: Error: file number less than one
  4327. /tmp/fpsimd-a1b913.s:3803: Error: junk at end of line, first unrecognized character is `2'
  4328. /tmp/fpsimd-a1b913.s:3806: Error: file number less than one
  4329. /tmp/fpsimd-a1b913.s:3806: Error: junk at end of line, first unrecognized character is `2'
  4330. /tmp/fpsimd-a1b913.s:3816: Error: file number less than one
  4331. /tmp/fpsimd-a1b913.s:3816: Error: junk at end of line, first unrecognized character is `1'
  4332. /tmp/fpsimd-a1b913.s:3826: Error: file number less than one
  4333. /tmp/fpsimd-a1b913.s:3826: Error: junk at end of line, first unrecognized character is `1'
  4334. /tmp/fpsimd-a1b913.s:3832: Error: junk at end of line, first unrecognized character is `"'
  4335. /tmp/fpsimd-a1b913.s:3839: Error: file number less than one
  4336. /tmp/fpsimd-a1b913.s:3839: Error: junk at end of line, first unrecognized character is `0'
  4337. /tmp/fpsimd-a1b913.s:3895: Error: file number less than one
  4338. /tmp/fpsimd-a1b913.s:3895: Error: junk at end of line, first unrecognized character is `2'
  4339. /tmp/fpsimd-a1b913.s:3900: Error: file number less than one
  4340. /tmp/fpsimd-a1b913.s:3900: Error: junk at end of line, first unrecognized character is `1'
  4341. /tmp/fpsimd-a1b913.s:3932: Error: file number less than one
  4342. /tmp/fpsimd-a1b913.s:3932: Error: junk at end of line, first unrecognized character is `2'
  4343. /tmp/fpsimd-a1b913.s:3943: Error: file number less than one
  4344. /tmp/fpsimd-a1b913.s:3943: Error: junk at end of line, first unrecognized character is `1'
  4345. /tmp/fpsimd-a1b913.s:3957: Error: file number less than one
  4346. /tmp/fpsimd-a1b913.s:3957: Error: junk at end of line, first unrecognized character is `0'
  4347. /tmp/fpsimd-a1b913.s:4033: Error: file number less than one
  4348. /tmp/fpsimd-a1b913.s:4033: Error: junk at end of line, first unrecognized character is `1'
  4349. /tmp/fpsimd-a1b913.s:4055: Error: file number less than one
  4350. /tmp/fpsimd-a1b913.s:4055: Error: junk at end of line, first unrecognized character is `6'
  4351. /tmp/fpsimd-a1b913.s:4068: Error: file number less than one
  4352. /tmp/fpsimd-a1b913.s:4068: Error: junk at end of line, first unrecognized character is `0'
  4353. /tmp/fpsimd-a1b913.s:4134: Error: file number less than one
  4354. /tmp/fpsimd-a1b913.s:4134: Error: junk at end of line, first unrecognized character is `2'
  4355. /tmp/fpsimd-a1b913.s:4136: Error: file number less than one
  4356. /tmp/fpsimd-a1b913.s:4136: Error: junk at end of line, first unrecognized character is `2'
  4357. /tmp/fpsimd-a1b913.s:4148: Error: file number less than one
  4358. /tmp/fpsimd-a1b913.s:4148: Error: junk at end of line, first unrecognized character is `2'
  4359. /tmp/fpsimd-a1b913.s:4151: Error: file number less than one
  4360. /tmp/fpsimd-a1b913.s:4151: Error: junk at end of line, first unrecognized character is `2'
  4361. /tmp/fpsimd-a1b913.s:4155: Error: file number less than one
  4362. /tmp/fpsimd-a1b913.s:4155: Error: junk at end of line, first unrecognized character is `2'
  4363. /tmp/fpsimd-a1b913.s:4211: Error: file number less than one
  4364. /tmp/fpsimd-a1b913.s:4211: Error: junk at end of line, first unrecognized character is `2'
  4365. /tmp/fpsimd-a1b913.s:4221: Error: file number less than one
  4366. /tmp/fpsimd-a1b913.s:4221: Error: junk at end of line, first unrecognized character is `1'
  4367. /tmp/fpsimd-a1b913.s:4241: Error: file number less than one
  4368. /tmp/fpsimd-a1b913.s:4241: Error: junk at end of line, first unrecognized character is `6'
  4369. /tmp/fpsimd-a1b913.s:4259: Error: file number less than one
  4370. /tmp/fpsimd-a1b913.s:4259: Error: junk at end of line, first unrecognized character is `6'
  4371. /tmp/fpsimd-a1b913.s:4308: Error: file number less than one
  4372. /tmp/fpsimd-a1b913.s:4308: Error: junk at end of line, first unrecognized character is `2'
  4373. /tmp/fpsimd-a1b913.s:4315: Error: file number less than one
  4374. /tmp/fpsimd-a1b913.s:4315: Error: junk at end of line, first unrecognized character is `2'
  4375. /tmp/fpsimd-a1b913.s:4318: Error: file number less than one
  4376. /tmp/fpsimd-a1b913.s:4318: Error: junk at end of line, first unrecognized character is `2'
  4377. /tmp/fpsimd-a1b913.s:4320: Error: file number less than one
  4378. /tmp/fpsimd-a1b913.s:4320: Error: junk at end of line, first unrecognized character is `2'
  4379. /tmp/fpsimd-a1b913.s:4323: Error: file number less than one
  4380. /tmp/fpsimd-a1b913.s:4323: Error: junk at end of line, first unrecognized character is `8'
  4381. /tmp/fpsimd-a1b913.s:4325: Error: file number less than one
  4382. /tmp/fpsimd-a1b913.s:4325: Error: junk at end of line, first unrecognized character is `2'
  4383. /tmp/fpsimd-a1b913.s:4328: Error: file number less than one
  4384. /tmp/fpsimd-a1b913.s:4328: Error: junk at end of line, first unrecognized character is `2'
  4385. /tmp/fpsimd-a1b913.s:4332: Error: file number less than one
  4386. /tmp/fpsimd-a1b913.s:4332: Error: junk at end of line, first unrecognized character is `8'
  4387. /tmp/fpsimd-a1b913.s:4339: Error: file number less than one
  4388. /tmp/fpsimd-a1b913.s:4339: Error: junk at end of line, first unrecognized character is `7'
  4389. /tmp/fpsimd-a1b913.s:4349: Error: file number less than one
  4390. /tmp/fpsimd-a1b913.s:4349: Error: junk at end of line, first unrecognized character is `7'
  4391. /tmp/fpsimd-a1b913.s:4353: Error: file number less than one
  4392. /tmp/fpsimd-a1b913.s:4353: Error: junk at end of line, first unrecognized character is `7'
  4393. /tmp/fpsimd-a1b913.s:4360: Error: file number less than one
  4394. /tmp/fpsimd-a1b913.s:4360: Error: junk at end of line, first unrecognized character is `1'
  4395. /tmp/fpsimd-a1b913.s:4368: Error: file number less than one
  4396. /tmp/fpsimd-a1b913.s:4368: Error: junk at end of line, first unrecognized character is `7'
  4397. /tmp/fpsimd-a1b913.s:4377: Error: file number less than one
  4398. /tmp/fpsimd-a1b913.s:4377: Error: junk at end of line, first unrecognized character is `7'
  4399. /tmp/fpsimd-a1b913.s:4381: Error: file number less than one
  4400. /tmp/fpsimd-a1b913.s:4381: Error: junk at end of line, first unrecognized character is `2'
  4401. /tmp/fpsimd-a1b913.s:4392: Error: file number less than one
  4402. /tmp/fpsimd-a1b913.s:4392: Error: junk at end of line, first unrecognized character is `7'
  4403. /tmp/fpsimd-a1b913.s:4399: Error: file number less than one
  4404. /tmp/fpsimd-a1b913.s:4399: Error: junk at end of line, first unrecognized character is `3'
  4405. /tmp/fpsimd-a1b913.s:4407: Error: file number less than one
  4406. /tmp/fpsimd-a1b913.s:4407: Error: junk at end of line, first unrecognized character is `2'
  4407. /tmp/fpsimd-a1b913.s:4420: Error: file number less than one
  4408. /tmp/fpsimd-a1b913.s:4420: Error: junk at end of line, first unrecognized character is `7'
  4409. /tmp/fpsimd-a1b913.s:4425: Error: file number less than one
  4410. /tmp/fpsimd-a1b913.s:4425: Error: junk at end of line, first unrecognized character is `7'
  4411. /tmp/fpsimd-a1b913.s:4428: Error: file number less than one
  4412. /tmp/fpsimd-a1b913.s:4428: Error: junk at end of line, first unrecognized character is `7'
  4413. /tmp/fpsimd-a1b913.s:4437: Error: file number less than one
  4414. /tmp/fpsimd-a1b913.s:4437: Error: junk at end of line, first unrecognized character is `7'
  4415. /tmp/fpsimd-a1b913.s:4456: Error: file number less than one
  4416. /tmp/fpsimd-a1b913.s:4456: Error: junk at end of line, first unrecognized character is `0'
  4417. /tmp/fpsimd-a1b913.s:4516: Error: file number less than one
  4418. /tmp/fpsimd-a1b913.s:4516: Error: junk at end of line, first unrecognized character is `2'
  4419. /tmp/fpsimd-a1b913.s:4519: Error: file number less than one
  4420. /tmp/fpsimd-a1b913.s:4519: Error: junk at end of line, first unrecognized character is `2'
  4421. /tmp/fpsimd-a1b913.s:4524: Error: file number less than one
  4422. /tmp/fpsimd-a1b913.s:4524: Error: junk at end of line, first unrecognized character is `1'
  4423. /tmp/fpsimd-a1b913.s:4540: Error: file number less than one
  4424. /tmp/fpsimd-a1b913.s:4540: Error: junk at end of line, first unrecognized character is `6'
  4425. /tmp/fpsimd-a1b913.s:4553: Error: file number less than one
  4426. /tmp/fpsimd-a1b913.s:4553: Error: junk at end of line, first unrecognized character is `0'
  4427. /tmp/fpsimd-a1b913.s:4613: Error: file number less than one
  4428. /tmp/fpsimd-a1b913.s:4613: Error: junk at end of line, first unrecognized character is `2'
  4429. /tmp/fpsimd-a1b913.s:4616: Error: file number less than one
  4430. /tmp/fpsimd-a1b913.s:4616: Error: junk at end of line, first unrecognized character is `2'
  4431. /tmp/fpsimd-a1b913.s:4653: Error: file number less than one
  4432. /tmp/fpsimd-a1b913.s:4653: Error: junk at end of line, first unrecognized character is `1'
  4433. /tmp/fpsimd-a1b913.s:4669: Error: file number less than one
  4434. /tmp/fpsimd-a1b913.s:4669: Error: junk at end of line, first unrecognized character is `6'
  4435. /tmp/fpsimd-a1b913.s:4685: Error: file number less than one
  4436. /tmp/fpsimd-a1b913.s:4685: Error: junk at end of line, first unrecognized character is `2'
  4437. /tmp/fpsimd-a1b913.s:4704: Error: file number less than one
  4438. /tmp/fpsimd-a1b913.s:4704: Error: junk at end of line, first unrecognized character is `6'
  4439. /tmp/fpsimd-a1b913.s:4711: Error: file number less than one
  4440. /tmp/fpsimd-a1b913.s:4711: Error: junk at end of line, first unrecognized character is `3'
  4441. /tmp/fpsimd-a1b913.s:4716: Error: file number less than one
  4442. /tmp/fpsimd-a1b913.s:4716: Error: junk at end of line, first unrecognized character is `5'
  4443. /tmp/fpsimd-a1b913.s:4777: Error: file number less than one
  4444. /tmp/fpsimd-a1b913.s:4777: Error: junk at end of line, first unrecognized character is `6'
  4445. /tmp/fpsimd-a1b913.s:4787: Error: file number less than one
  4446. /tmp/fpsimd-a1b913.s:4787: Error: junk at end of line, first unrecognized character is `7'
  4447. /tmp/fpsimd-a1b913.s:4790: Error: file number less than one
  4448. /tmp/fpsimd-a1b913.s:4790: Error: junk at end of line, first unrecognized character is `7'
  4449. /tmp/fpsimd-a1b913.s:4794: Error: file number less than one
  4450. /tmp/fpsimd-a1b913.s:4794: Error: junk at end of line, first unrecognized character is `2'
  4451. /tmp/fpsimd-a1b913.s:4805: Error: file number less than one
  4452. /tmp/fpsimd-a1b913.s:4805: Error: junk at end of line, first unrecognized character is `1'
  4453. /tmp/fpsimd-a1b913.s:4810: Error: file number less than one
  4454. /tmp/fpsimd-a1b913.s:4810: Error: junk at end of line, first unrecognized character is `2'
  4455. /tmp/fpsimd-a1b913.s:4813: Error: file number less than one
  4456. /tmp/fpsimd-a1b913.s:4813: Error: junk at end of line, first unrecognized character is `3'
  4457. /tmp/fpsimd-a1b913.s:4818: Error: file number less than one
  4458. /tmp/fpsimd-a1b913.s:4818: Error: junk at end of line, first unrecognized character is `2'
  4459. /tmp/fpsimd-a1b913.s:4831: Error: file number less than one
  4460. /tmp/fpsimd-a1b913.s:4831: Error: junk at end of line, first unrecognized character is `0'
  4461. /tmp/fpsimd-a1b913.s:4914: Error: file number less than one
  4462. /tmp/fpsimd-a1b913.s:4914: Error: junk at end of line, first unrecognized character is `3'
  4463. /tmp/fpsimd-a1b913.s:4916: Error: file number less than one
  4464. /tmp/fpsimd-a1b913.s:4916: Error: junk at end of line, first unrecognized character is `1'
  4465. /tmp/fpsimd-a1b913.s:4922: Error: file number less than one
  4466. /tmp/fpsimd-a1b913.s:4922: Error: junk at end of line, first unrecognized character is `3'
  4467. /tmp/fpsimd-a1b913.s:4952: Error: file number less than one
  4468. /tmp/fpsimd-a1b913.s:4952: Error: junk at end of line, first unrecognized character is `3'
  4469. /tmp/fpsimd-a1b913.s:4955: Error: file number less than one
  4470. /tmp/fpsimd-a1b913.s:4955: Error: junk at end of line, first unrecognized character is `2'
  4471. /tmp/fpsimd-a1b913.s:4990: Error: file number less than one
  4472. /tmp/fpsimd-a1b913.s:4990: Error: junk at end of line, first unrecognized character is `1'
  4473. /tmp/fpsimd-a1b913.s:5009: Error: file number less than one
  4474. /tmp/fpsimd-a1b913.s:5009: Error: junk at end of line, first unrecognized character is `2'
  4475. /tmp/fpsimd-a1b913.s:5014: Error: file number less than one
  4476. /tmp/fpsimd-a1b913.s:5014: Error: junk at end of line, first unrecognized character is `2'
  4477. /tmp/fpsimd-a1b913.s:5020: Error: file number less than one
  4478. /tmp/fpsimd-a1b913.s:5020: Error: junk at end of line, first unrecognized character is `2'
  4479. /tmp/fpsimd-a1b913.s:5022: Error: file number less than one
  4480. /tmp/fpsimd-a1b913.s:5022: Error: junk at end of line, first unrecognized character is `2'
  4481. /tmp/fpsimd-a1b913.s:5040: Error: file number less than one
  4482. /tmp/fpsimd-a1b913.s:5040: Error: junk at end of line, first unrecognized character is `6'
  4483. /tmp/fpsimd-a1b913.s:5051: Error: file number less than one
  4484. /tmp/fpsimd-a1b913.s:5051: Error: junk at end of line, first unrecognized character is `0'
  4485. /tmp/fpsimd-a1b913.s:5058: Error: file number less than one
  4486. /tmp/fpsimd-a1b913.s:5058: Error: junk at end of line, first unrecognized character is `7'
  4487. /tmp/fpsimd-a1b913.s:5112: Error: file number less than one
  4488. /tmp/fpsimd-a1b913.s:5112: Error: junk at end of line, first unrecognized character is `0'
  4489. /tmp/fpsimd-a1b913.s:5215: Error: file number less than one
  4490. /tmp/fpsimd-a1b913.s:5215: Error: junk at end of line, first unrecognized character is `2'
  4491. /tmp/fpsimd-a1b913.s:5233: Error: file number less than one
  4492. /tmp/fpsimd-a1b913.s:5233: Error: junk at end of line, first unrecognized character is `2'
  4493. /tmp/fpsimd-a1b913.s:5239: Error: file number less than one
  4494. /tmp/fpsimd-a1b913.s:5239: Error: junk at end of line, first unrecognized character is `3'
  4495. /tmp/fpsimd-a1b913.s:5244: Error: file number less than one
  4496. /tmp/fpsimd-a1b913.s:5244: Error: junk at end of line, first unrecognized character is `1'
  4497. /tmp/fpsimd-a1b913.s:5246: Error: file number less than one
  4498. /tmp/fpsimd-a1b913.s:5246: Error: junk at end of line, first unrecognized character is `1'
  4499. /tmp/fpsimd-a1b913.s:5256: Error: file number less than one
  4500. /tmp/fpsimd-a1b913.s:5256: Error: junk at end of line, first unrecognized character is `2'
  4501. /tmp/fpsimd-a1b913.s:5282: Error: file number less than one
  4502. /tmp/fpsimd-a1b913.s:5282: Error: junk at end of line, first unrecognized character is `2'
  4503. /tmp/fpsimd-a1b913.s:5289: Error: file number less than one
  4504. /tmp/fpsimd-a1b913.s:5289: Error: junk at end of line, first unrecognized character is `2'
  4505. /tmp/fpsimd-a1b913.s:5308: Error: file number less than one
  4506. /tmp/fpsimd-a1b913.s:5308: Error: junk at end of line, first unrecognized character is `0'
  4507. /tmp/fpsimd-a1b913.s:5419: Error: file number less than one
  4508. /tmp/fpsimd-a1b913.s:5419: Error: junk at end of line, first unrecognized character is `6'
  4509. /tmp/fpsimd-a1b913.s:5423: Error: file number less than one
  4510. /tmp/fpsimd-a1b913.s:5423: Error: junk at end of line, first unrecognized character is `3'
  4511. /tmp/fpsimd-a1b913.s:5426: Error: file number less than one
  4512. /tmp/fpsimd-a1b913.s:5426: Error: junk at end of line, first unrecognized character is `3'
  4513. /tmp/fpsimd-a1b913.s:5430: Error: file number less than one
  4514. /tmp/fpsimd-a1b913.s:5430: Error: junk at end of line, first unrecognized character is `2'
  4515. /tmp/fpsimd-a1b913.s:5434: Error: file number less than one
  4516. /tmp/fpsimd-a1b913.s:5434: Error: junk at end of line, first unrecognized character is `1'
  4517. /tmp/fpsimd-a1b913.s:5451: Error: file number less than one
  4518. /tmp/fpsimd-a1b913.s:5451: Error: junk at end of line, first unrecognized character is `6'
  4519. /tmp/fpsimd-a1b913.s:5497: Error: file number less than one
  4520. /tmp/fpsimd-a1b913.s:5497: Error: junk at end of line, first unrecognized character is `0'
  4521. /tmp/fpsimd-a1b913.s:5525: Error: file number less than one
  4522. /tmp/fpsimd-a1b913.s:5525: Error: junk at end of line, first unrecognized character is `2'
  4523. /tmp/fpsimd-a1b913.s:5541: Error: file number less than one
  4524. /tmp/fpsimd-a1b913.s:5541: Error: junk at end of line, first unrecognized character is `2'
  4525. /tmp/fpsimd-a1b913.s:5612: Error: file number less than one
  4526. /tmp/fpsimd-a1b913.s:5612: Error: junk at end of line, first unrecognized character is `4'
  4527. /tmp/fpsimd-a1b913.s:5614: Error: file number less than one
  4528. /tmp/fpsimd-a1b913.s:5614: Error: junk at end of line, first unrecognized character is `3'
  4529. /tmp/fpsimd-a1b913.s:5618: Error: file number less than one
  4530. /tmp/fpsimd-a1b913.s:5618: Error: junk at end of line, first unrecognized character is `1'
  4531. /tmp/fpsimd-a1b913.s:5624: Error: file number less than one
  4532. /tmp/fpsimd-a1b913.s:5624: Error: junk at end of line, first unrecognized character is `2'
  4533. /tmp/fpsimd-a1b913.s:5648: Error: file number less than one
  4534. /tmp/fpsimd-a1b913.s:5648: Error: junk at end of line, first unrecognized character is `2'
  4535. /tmp/fpsimd-a1b913.s:5653: Error: file number less than one
  4536. /tmp/fpsimd-a1b913.s:5653: Error: junk at end of line, first unrecognized character is `2'
  4537. /tmp/fpsimd-a1b913.s:5675: Error: file number less than one
  4538. /tmp/fpsimd-a1b913.s:5675: Error: junk at end of line, first unrecognized character is `2'
  4539. /tmp/fpsimd-a1b913.s:5688: Error: file number less than one
  4540. /tmp/fpsimd-a1b913.s:5688: Error: junk at end of line, first unrecognized character is `6'
  4541. /tmp/fpsimd-a1b913.s:5702: Error: file number less than one
  4542. /tmp/fpsimd-a1b913.s:5702: Error: junk at end of line, first unrecognized character is `4'
  4543. /tmp/fpsimd-a1b913.s:5711: Error: file number less than one
  4544. /tmp/fpsimd-a1b913.s:5711: Error: junk at end of line, first unrecognized character is `1'
  4545. /tmp/fpsimd-a1b913.s:5717: Error: file number less than one
  4546. /tmp/fpsimd-a1b913.s:5717: Error: junk at end of line, first unrecognized character is `5'
  4547. /tmp/fpsimd-a1b913.s:5731: Error: file number less than one
  4548. /tmp/fpsimd-a1b913.s:5731: Error: junk at end of line, first unrecognized character is `3'
  4549. /tmp/fpsimd-a1b913.s:5735: Error: file number less than one
  4550. /tmp/fpsimd-a1b913.s:5735: Error: junk at end of line, first unrecognized character is `3'
  4551. /tmp/fpsimd-a1b913.s:5747: Error: file number less than one
  4552. /tmp/fpsimd-a1b913.s:5747: Error: junk at end of line, first unrecognized character is `0'
  4553. /tmp/fpsimd-a1b913.s:5812: Error: file number less than one
  4554. /tmp/fpsimd-a1b913.s:5812: Error: junk at end of line, first unrecognized character is `2'
  4555. /tmp/fpsimd-a1b913.s:5814: Error: file number less than one
  4556. /tmp/fpsimd-a1b913.s:5814: Error: junk at end of line, first unrecognized character is `3'
  4557. /tmp/fpsimd-a1b913.s:5826: Error: file number less than one
  4558. /tmp/fpsimd-a1b913.s:5826: Error: junk at end of line, first unrecognized character is `3'
  4559. /tmp/fpsimd-a1b913.s:5861: Error: file number less than one
  4560. /tmp/fpsimd-a1b913.s:5861: Error: junk at end of line, first unrecognized character is `2'
  4561. /tmp/fpsimd-a1b913.s:5864: Error: file number less than one
  4562. /tmp/fpsimd-a1b913.s:5864: Error: junk at end of line, first unrecognized character is `2'
  4563. /tmp/fpsimd-a1b913.s:5886: Error: file number less than one
  4564. /tmp/fpsimd-a1b913.s:5886: Error: junk at end of line, first unrecognized character is `2'
  4565. /tmp/fpsimd-a1b913.s:5895: Error: file number less than one
  4566. /tmp/fpsimd-a1b913.s:5895: Error: junk at end of line, first unrecognized character is `1'
  4567. /tmp/fpsimd-a1b913.s:5915: Error: file number less than one
  4568. /tmp/fpsimd-a1b913.s:5915: Error: junk at end of line, first unrecognized character is `6'
  4569. /tmp/fpsimd-a1b913.s:5921: Error: file number less than one
  4570. /tmp/fpsimd-a1b913.s:5921: Error: junk at end of line, first unrecognized character is `6'
  4571. /tmp/fpsimd-a1b913.s:5943: Error: file number less than one
  4572. /tmp/fpsimd-a1b913.s:5943: Error: junk at end of line, first unrecognized character is `2'
  4573. /tmp/fpsimd-a1b913.s:5956: Error: file number less than one
  4574. /tmp/fpsimd-a1b913.s:5956: Error: junk at end of line, first unrecognized character is `6'
  4575. /tmp/fpsimd-a1b913.s:5963: Error: file number less than one
  4576. /tmp/fpsimd-a1b913.s:5963: Error: junk at end of line, first unrecognized character is `2'
  4577. /tmp/fpsimd-a1b913.s:6025: Error: file number less than one
  4578. /tmp/fpsimd-a1b913.s:6025: Error: junk at end of line, first unrecognized character is `6'
  4579. /tmp/fpsimd-a1b913.s:6035: Error: file number less than one
  4580. /tmp/fpsimd-a1b913.s:6035: Error: junk at end of line, first unrecognized character is `7'
  4581. /tmp/fpsimd-a1b913.s:6040: Error: file number less than one
  4582. /tmp/fpsimd-a1b913.s:6040: Error: junk at end of line, first unrecognized character is `1'
  4583. /tmp/fpsimd-a1b913.s:6050: Error: file number less than one
  4584. /tmp/fpsimd-a1b913.s:6050: Error: junk at end of line, first unrecognized character is `3'
  4585. /tmp/fpsimd-a1b913.s:6052: Error: file number less than one
  4586. /tmp/fpsimd-a1b913.s:6052: Error: junk at end of line, first unrecognized character is `1'
  4587. /tmp/fpsimd-a1b913.s:6054: Error: file number less than one
  4588. /tmp/fpsimd-a1b913.s:6054: Error: junk at end of line, first unrecognized character is `1'
  4589. /tmp/fpsimd-a1b913.s:6059: Error: file number less than one
  4590. /tmp/fpsimd-a1b913.s:6059: Error: junk at end of line, first unrecognized character is `2'
  4591. /tmp/fpsimd-a1b913.s:6062: Error: file number less than one
  4592. /tmp/fpsimd-a1b913.s:6062: Error: junk at end of line, first unrecognized character is `3'
  4593. /tmp/fpsimd-a1b913.s:6067: Error: file number less than one
  4594. /tmp/fpsimd-a1b913.s:6067: Error: junk at end of line, first unrecognized character is `2'
  4595. /tmp/fpsimd-a1b913.s:6080: Error: file number less than one
  4596. /tmp/fpsimd-a1b913.s:6080: Error: junk at end of line, first unrecognized character is `0'
  4597. /tmp/fpsimd-a1b913.s:6125: Error: file number less than one
  4598. /tmp/fpsimd-a1b913.s:6125: Error: junk at end of line, first unrecognized character is `2'
  4599. /tmp/fpsimd-a1b913.s:6155: Error: file number less than one
  4600. /tmp/fpsimd-a1b913.s:6155: Error: junk at end of line, first unrecognized character is `2'
  4601. /tmp/fpsimd-a1b913.s:6188: Error: file number less than one
  4602. /tmp/fpsimd-a1b913.s:6188: Error: junk at end of line, first unrecognized character is `1'
  4603. /tmp/fpsimd-a1b913.s:6206: Error: file number less than one
  4604. /tmp/fpsimd-a1b913.s:6206: Error: junk at end of line, first unrecognized character is `2'
  4605. /tmp/fpsimd-a1b913.s:6211: Error: file number less than one
  4606. /tmp/fpsimd-a1b913.s:6211: Error: junk at end of line, first unrecognized character is `2'
  4607. /tmp/fpsimd-a1b913.s:6230: Error: file number less than one
  4608. /tmp/fpsimd-a1b913.s:6230: Error: junk at end of line, first unrecognized character is `0'
  4609. /tmp/fpsimd-a1b913.s:6294: Error: junk at end of line, first unrecognized character is `"'
  4610. /tmp/fpsimd-a1b913.s:6413: Error: file number less than one
  4611. /tmp/fpsimd-a1b913.s:6413: Error: junk at end of line, first unrecognized character is `2'
  4612. /tmp/fpsimd-a1b913.s:6457: Error: file number less than one
  4613. /tmp/fpsimd-a1b913.s:6457: Error: junk at end of line, first unrecognized character is `2'
  4614. /tmp/fpsimd-a1b913.s:6460: Error: file number less than one
  4615. /tmp/fpsimd-a1b913.s:6460: Error: junk at end of line, first unrecognized character is `2'
  4616. /tmp/fpsimd-a1b913.s:6498: Error: file number less than one
  4617. /tmp/fpsimd-a1b913.s:6498: Error: junk at end of line, first unrecognized character is `2'
  4618. /tmp/fpsimd-a1b913.s:6528: Error: file number less than one
  4619. /tmp/fpsimd-a1b913.s:6528: Error: junk at end of line, first unrecognized character is `2'
  4620. /tmp/fpsimd-a1b913.s:6557: Error: file number less than one
  4621. /tmp/fpsimd-a1b913.s:6557: Error: junk at end of line, first unrecognized character is `2'
  4622. /tmp/fpsimd-a1b913.s:6561: Error: file number less than one
  4623. /tmp/fpsimd-a1b913.s:6561: Error: junk at end of line, first unrecognized character is `2'
  4624. /tmp/fpsimd-a1b913.s:6570: Error: file number less than one
  4625. /tmp/fpsimd-a1b913.s:6570: Error: junk at end of line, first unrecognized character is `1'
  4626. /tmp/fpsimd-a1b913.s:6581: Error: file number less than one
  4627. /tmp/fpsimd-a1b913.s:6581: Error: junk at end of line, first unrecognized character is `2'
  4628. /tmp/fpsimd-a1b913.s:6585: Error: file number less than one
  4629. /tmp/fpsimd-a1b913.s:6585: Error: junk at end of line, first unrecognized character is `2'
  4630. /tmp/fpsimd-a1b913.s:6604: Error: file number less than one
  4631. /tmp/fpsimd-a1b913.s:6604: Error: junk at end of line, first unrecognized character is `6'
  4632. /tmp/fpsimd-a1b913.s:6609: Error: file number less than one
  4633. /tmp/fpsimd-a1b913.s:6609: Error: junk at end of line, first unrecognized character is `6'
  4634. /tmp/fpsimd-a1b913.s:6633: Error: file number less than one
  4635. /tmp/fpsimd-a1b913.s:6633: Error: junk at end of line, first unrecognized character is `2'
  4636. /tmp/fpsimd-a1b913.s:6638: Error: file number less than one
  4637. /tmp/fpsimd-a1b913.s:6638: Error: junk at end of line, first unrecognized character is `2'
  4638. /tmp/fpsimd-a1b913.s:6657: Error: file number less than one
  4639. /tmp/fpsimd-a1b913.s:6657: Error: junk at end of line, first unrecognized character is `0'
  4640. /tmp/fpsimd-a1b913.s:6705: Error: file number less than one
  4641. /tmp/fpsimd-a1b913.s:6705: Error: junk at end of line, first unrecognized character is `9'
  4642. /tmp/fpsimd-a1b913.s:6737: Error: file number less than one
  4643. /tmp/fpsimd-a1b913.s:6737: Error: junk at end of line, first unrecognized character is `9'
  4644. /tmp/fpsimd-a1b913.s:6746: Error: file number less than one
  4645. /tmp/fpsimd-a1b913.s:6746: Error: junk at end of line, first unrecognized character is `2'
  4646. /tmp/fpsimd-a1b913.s:6750: Error: file number less than one
  4647. /tmp/fpsimd-a1b913.s:6750: Error: junk at end of line, first unrecognized character is `2'
  4648. /tmp/fpsimd-a1b913.s:6777: Error: file number less than one
  4649. /tmp/fpsimd-a1b913.s:6777: Error: junk at end of line, first unrecognized character is `2'
  4650. /tmp/fpsimd-a1b913.s:6782: Error: file number less than one
  4651. /tmp/fpsimd-a1b913.s:6782: Error: junk at end of line, first unrecognized character is `1'
  4652. /tmp/fpsimd-a1b913.s:6787: Error: file number less than one
  4653. /tmp/fpsimd-a1b913.s:6787: Error: junk at end of line, first unrecognized character is `2'
  4654. /tmp/fpsimd-a1b913.s:6798: Error: file number less than one
  4655. /tmp/fpsimd-a1b913.s:6798: Error: junk at end of line, first unrecognized character is `2'
  4656. /tmp/fpsimd-a1b913.s:6801: Error: file number less than one
  4657. /tmp/fpsimd-a1b913.s:6801: Error: junk at end of line, first unrecognized character is `2'
  4658. /tmp/fpsimd-a1b913.s:6817: Error: file number less than one
  4659. /tmp/fpsimd-a1b913.s:6817: Error: junk at end of line, first unrecognized character is `6'
  4660. /tmp/fpsimd-a1b913.s:6830: Error: file number less than one
  4661. /tmp/fpsimd-a1b913.s:6830: Error: junk at end of line, first unrecognized character is `0'
  4662. /tmp/fpsimd-a1b913.s:6890: Error: file number less than one
  4663. /tmp/fpsimd-a1b913.s:6890: Error: junk at end of line, first unrecognized character is `2'
  4664. /tmp/fpsimd-a1b913.s:6905: Error: file number less than one
  4665. /tmp/fpsimd-a1b913.s:6905: Error: junk at end of line, first unrecognized character is `2'
  4666. /tmp/fpsimd-a1b913.s:7036: Error: file number less than one
  4667. /tmp/fpsimd-a1b913.s:7036: Error: junk at end of line, first unrecognized character is `6'
  4668. /tmp/fpsimd-a1b913.s:7073: Error: file number less than one
  4669. /tmp/fpsimd-a1b913.s:7073: Error: junk at end of line, first unrecognized character is `2'
  4670. /tmp/fpsimd-a1b913.s:7103: Error: file number less than one
  4671. /tmp/fpsimd-a1b913.s:7103: Error: junk at end of line, first unrecognized character is `2'
  4672. /tmp/fpsimd-a1b913.s:7106: Error: file number less than one
  4673. /tmp/fpsimd-a1b913.s:7106: Error: junk at end of line, first unrecognized character is `4'
  4674. /tmp/fpsimd-a1b913.s:7111: Error: file number less than one
  4675. /tmp/fpsimd-a1b913.s:7111: Error: junk at end of line, first unrecognized character is `3'
  4676. /tmp/fpsimd-a1b913.s:7116: Error: file number less than one
  4677. /tmp/fpsimd-a1b913.s:7116: Error: junk at end of line, first unrecognized character is `3'
  4678. /tmp/fpsimd-a1b913.s:7144: Error: file number less than one
  4679. /tmp/fpsimd-a1b913.s:7144: Error: junk at end of line, first unrecognized character is `3'
  4680. /tmp/fpsimd-a1b913.s:7149: Error: file number less than one
  4681. /tmp/fpsimd-a1b913.s:7149: Error: junk at end of line, first unrecognized character is `1'
  4682. /tmp/fpsimd-a1b913.s:7155: Error: file number less than one
  4683. /tmp/fpsimd-a1b913.s:7155: Error: junk at end of line, first unrecognized character is `2'
  4684. /tmp/fpsimd-a1b913.s:7167: Error: file number less than one
  4685. /tmp/fpsimd-a1b913.s:7167: Error: junk at end of line, first unrecognized character is `2'
  4686. /tmp/fpsimd-a1b913.s:7173: Error: file number less than one
  4687. /tmp/fpsimd-a1b913.s:7173: Error: junk at end of line, first unrecognized character is `6'
  4688. /tmp/fpsimd-a1b913.s:7177: Error: file number less than one
  4689. /tmp/fpsimd-a1b913.s:7177: Error: junk at end of line, first unrecognized character is `3'
  4690. /tmp/fpsimd-a1b913.s:7180: Error: file number less than one
  4691. /tmp/fpsimd-a1b913.s:7180: Error: junk at end of line, first unrecognized character is `2'
  4692. /tmp/fpsimd-a1b913.s:7195: Error: file number less than one
  4693. /tmp/fpsimd-a1b913.s:7195: Error: junk at end of line, first unrecognized character is `6'
  4694. /tmp/fpsimd-a1b913.s:7211: Error: file number less than one
  4695. /tmp/fpsimd-a1b913.s:7211: Error: junk at end of line, first unrecognized character is `2'
  4696. /tmp/fpsimd-a1b913.s:7216: Error: file number less than one
  4697. /tmp/fpsimd-a1b913.s:7216: Error: junk at end of line, first unrecognized character is `3'
  4698. /tmp/fpsimd-a1b913.s:7220: Error: file number less than one
  4699. /tmp/fpsimd-a1b913.s:7220: Error: junk at end of line, first unrecognized character is `7'
  4700. /tmp/fpsimd-a1b913.s:7227: Error: file number less than one
  4701. /tmp/fpsimd-a1b913.s:7227: Error: junk at end of line, first unrecognized character is `4'
  4702. /tmp/fpsimd-a1b913.s:7232: Error: file number less than one
  4703. /tmp/fpsimd-a1b913.s:7232: Error: junk at end of line, first unrecognized character is `4'
  4704. /tmp/fpsimd-a1b913.s:7235: Error: file number less than one
  4705. /tmp/fpsimd-a1b913.s:7235: Error: junk at end of line, first unrecognized character is `4'
  4706. /tmp/fpsimd-a1b913.s:7264: Error: file number less than one
  4707. /tmp/fpsimd-a1b913.s:7264: Error: junk at end of line, first unrecognized character is `2'
  4708. /tmp/fpsimd-a1b913.s:7268: Error: file number less than one
  4709. /tmp/fpsimd-a1b913.s:7268: Error: junk at end of line, first unrecognized character is `4'
  4710. /tmp/fpsimd-a1b913.s:7271: Error: file number less than one
  4711. /tmp/fpsimd-a1b913.s:7271: Error: junk at end of line, first unrecognized character is `4'
  4712. /tmp/fpsimd-a1b913.s:7313: Error: file number less than one
  4713. /tmp/fpsimd-a1b913.s:7313: Error: junk at end of line, first unrecognized character is `1'
  4714. /tmp/fpsimd-a1b913.s:7321: Error: file number less than one
  4715. /tmp/fpsimd-a1b913.s:7321: Error: junk at end of line, first unrecognized character is `1'
  4716. /tmp/fpsimd-a1b913.s:7324: Error: file number less than one
  4717. /tmp/fpsimd-a1b913.s:7324: Error: junk at end of line, first unrecognized character is `2'
  4718. /tmp/fpsimd-a1b913.s:7327: Error: file number less than one
  4719. /tmp/fpsimd-a1b913.s:7327: Error: junk at end of line, first unrecognized character is `4'
  4720. /tmp/fpsimd-a1b913.s:7329: Error: file number less than one
  4721. /tmp/fpsimd-a1b913.s:7329: Error: junk at end of line, first unrecognized character is `4'
  4722. /tmp/fpsimd-a1b913.s:7332: Error: file number less than one
  4723. /tmp/fpsimd-a1b913.s:7332: Error: junk at end of line, first unrecognized character is `4'
  4724. /tmp/fpsimd-a1b913.s:7344: Error: file number less than one
  4725. /tmp/fpsimd-a1b913.s:7344: Error: junk at end of line, first unrecognized character is `0'
  4726. /tmp/fpsimd-a1b913.s:7394: Error: file number less than one
  4727. /tmp/fpsimd-a1b913.s:7394: Error: junk at end of line, first unrecognized character is `7'
  4728. /tmp/fpsimd-a1b913.s:7426: Error: file number less than one
  4729. /tmp/fpsimd-a1b913.s:7426: Error: junk at end of line, first unrecognized character is `7'
  4730. /tmp/fpsimd-a1b913.s:7433: Error: file number less than one
  4731. /tmp/fpsimd-a1b913.s:7433: Error: junk at end of line, first unrecognized character is `6'
  4732. /tmp/fpsimd-a1b913.s:7470: Error: file number less than one
  4733. /tmp/fpsimd-a1b913.s:7470: Error: junk at end of line, first unrecognized character is `2'
  4734. /tmp/fpsimd-a1b913.s:7500: Error: file number less than one
  4735. /tmp/fpsimd-a1b913.s:7500: Error: junk at end of line, first unrecognized character is `2'
  4736. /tmp/fpsimd-a1b913.s:7503: Error: file number less than one
  4737. /tmp/fpsimd-a1b913.s:7503: Error: junk at end of line, first unrecognized character is `4'
  4738. /tmp/fpsimd-a1b913.s:7506: Error: file number less than one
  4739. /tmp/fpsimd-a1b913.s:7506: Error: junk at end of line, first unrecognized character is `4'
  4740. /tmp/fpsimd-a1b913.s:7548: Error: file number less than one
  4741. /tmp/fpsimd-a1b913.s:7548: Error: junk at end of line, first unrecognized character is `9'
  4742. /tmp/fpsimd-a1b913.s:7580: Error: file number less than one
  4743. /tmp/fpsimd-a1b913.s:7580: Error: junk at end of line, first unrecognized character is `9'
  4744. /tmp/fpsimd-a1b913.s:7589: Error: file number less than one
  4745. /tmp/fpsimd-a1b913.s:7589: Error: junk at end of line, first unrecognized character is `2'
  4746. /tmp/fpsimd-a1b913.s:7593: Error: file number less than one
  4747. /tmp/fpsimd-a1b913.s:7593: Error: junk at end of line, first unrecognized character is `2'
  4748. /tmp/fpsimd-a1b913.s:7620: Error: file number less than one
  4749. /tmp/fpsimd-a1b913.s:7620: Error: junk at end of line, first unrecognized character is `2'
  4750. /tmp/fpsimd-a1b913.s:7625: Error: file number less than one
  4751. /tmp/fpsimd-a1b913.s:7625: Error: junk at end of line, first unrecognized character is `1'
  4752. /tmp/fpsimd-a1b913.s:7632: Error: file number less than one
  4753. /tmp/fpsimd-a1b913.s:7632: Error: junk at end of line, first unrecognized character is `2'
  4754. /tmp/fpsimd-a1b913.s:7643: Error: file number less than one
  4755. /tmp/fpsimd-a1b913.s:7643: Error: junk at end of line, first unrecognized character is `2'
  4756. /tmp/fpsimd-a1b913.s:7660: Error: file number less than one
  4757. /tmp/fpsimd-a1b913.s:7660: Error: junk at end of line, first unrecognized character is `6'
  4758. /tmp/fpsimd-a1b913.s:7676: Error: file number less than one
  4759. /tmp/fpsimd-a1b913.s:7676: Error: junk at end of line, first unrecognized character is `2'
  4760. /tmp/fpsimd-a1b913.s:7683: Error: file number less than one
  4761. /tmp/fpsimd-a1b913.s:7683: Error: junk at end of line, first unrecognized character is `7'
  4762. /tmp/fpsimd-a1b913.s:7713: Error: file number less than one
  4763. /tmp/fpsimd-a1b913.s:7713: Error: junk at end of line, first unrecognized character is `7'
  4764. /tmp/fpsimd-a1b913.s:7717: Error: file number less than one
  4765. /tmp/fpsimd-a1b913.s:7717: Error: junk at end of line, first unrecognized character is `7'
  4766. /tmp/fpsimd-a1b913.s:7723: Error: file number less than one
  4767. /tmp/fpsimd-a1b913.s:7723: Error: junk at end of line, first unrecognized character is `4'
  4768. /tmp/fpsimd-a1b913.s:7726: Error: file number less than one
  4769. /tmp/fpsimd-a1b913.s:7726: Error: junk at end of line, first unrecognized character is `2'
  4770. /tmp/fpsimd-a1b913.s:7730: Error: file number less than one
  4771. /tmp/fpsimd-a1b913.s:7730: Error: junk at end of line, first unrecognized character is `4'
  4772. /tmp/fpsimd-a1b913.s:7733: Error: file number less than one
  4773. /tmp/fpsimd-a1b913.s:7733: Error: junk at end of line, first unrecognized character is `2'
  4774. /tmp/fpsimd-a1b913.s:7745: Error: file number less than one
  4775. /tmp/fpsimd-a1b913.s:7745: Error: junk at end of line, first unrecognized character is `2'
  4776. /tmp/fpsimd-a1b913.s:7754: Error: file number less than one
  4777. /tmp/fpsimd-a1b913.s:7754: Error: junk at end of line, first unrecognized character is `1'
  4778. /tmp/fpsimd-a1b913.s:7762: Error: file number less than one
  4779. /tmp/fpsimd-a1b913.s:7762: Error: junk at end of line, first unrecognized character is `1'
  4780. /tmp/fpsimd-a1b913.s:7765: Error: file number less than one
  4781. /tmp/fpsimd-a1b913.s:7765: Error: junk at end of line, first unrecognized character is `2'
  4782. /tmp/fpsimd-a1b913.s:7769: Error: file number less than one
  4783. /tmp/fpsimd-a1b913.s:7769: Error: junk at end of line, first unrecognized character is `4'
  4784. /tmp/fpsimd-a1b913.s:7771: Error: file number less than one
  4785. /tmp/fpsimd-a1b913.s:7771: Error: junk at end of line, first unrecognized character is `1'
  4786. /tmp/fpsimd-a1b913.s:7775: Error: file number less than one
  4787. /tmp/fpsimd-a1b913.s:7775: Error: junk at end of line, first unrecognized character is `4'
  4788. /tmp/fpsimd-a1b913.s:7777: Error: file number less than one
  4789. /tmp/fpsimd-a1b913.s:7777: Error: junk at end of line, first unrecognized character is `4'
  4790. /tmp/fpsimd-a1b913.s:7779: Error: file number less than one
  4791. /tmp/fpsimd-a1b913.s:7779: Error: junk at end of line, first unrecognized character is `4'
  4792. /tmp/fpsimd-a1b913.s:7810: Error: file number less than one
  4793. /tmp/fpsimd-a1b913.s:7810: Error: junk at end of line, first unrecognized character is `4'
  4794. /tmp/fpsimd-a1b913.s:7827: Error: file number less than one
  4795. /tmp/fpsimd-a1b913.s:7827: Error: junk at end of line, first unrecognized character is `6'
  4796. /tmp/fpsimd-a1b913.s:7840: Error: file number less than one
  4797. /tmp/fpsimd-a1b913.s:7840: Error: junk at end of line, first unrecognized character is `0'
  4798. /tmp/fpsimd-a1b913.s:7852: Error: file number less than one
  4799. /tmp/fpsimd-a1b913.s:7852: Error: junk at end of line, first unrecognized character is `6'
  4800. /tmp/fpsimd-a1b913.s:7855: Error: file number less than one
  4801. /tmp/fpsimd-a1b913.s:7855: Error: junk at end of line, first unrecognized character is `6'
  4802. /tmp/fpsimd-a1b913.s:7860: Error: file number less than one
  4803. /tmp/fpsimd-a1b913.s:7860: Error: junk at end of line, first unrecognized character is `3'
  4804. /tmp/fpsimd-a1b913.s:7865: Error: file number less than one
  4805. /tmp/fpsimd-a1b913.s:7865: Error: junk at end of line, first unrecognized character is `3'
  4806. /tmp/fpsimd-a1b913.s:7869: Error: file number less than one
  4807. /tmp/fpsimd-a1b913.s:7869: Error: junk at end of line, first unrecognized character is `2'
  4808. /tmp/fpsimd-a1b913.s:7892: Error: file number less than one
  4809. /tmp/fpsimd-a1b913.s:7892: Error: junk at end of line, first unrecognized character is `6'
  4810. /tmp/fpsimd-a1b913.s:7897: Error: file number less than one
  4811. /tmp/fpsimd-a1b913.s:7897: Error: junk at end of line, first unrecognized character is `3'
  4812. /tmp/fpsimd-a1b913.s:7903: Error: file number less than one
  4813. /tmp/fpsimd-a1b913.s:7903: Error: junk at end of line, first unrecognized character is `9'
  4814. /tmp/fpsimd-a1b913.s:7906: Error: file number less than one
  4815. /tmp/fpsimd-a1b913.s:7906: Error: junk at end of line, first unrecognized character is `2'
  4816. /tmp/fpsimd-a1b913.s:7919: Error: file number less than one
  4817. /tmp/fpsimd-a1b913.s:7919: Error: junk at end of line, first unrecognized character is `0'
  4818. /tmp/fpsimd-a1b913.s:7964: Error: file number less than one
  4819. /tmp/fpsimd-a1b913.s:7964: Error: junk at end of line, first unrecognized character is `1'
  4820. /tmp/fpsimd-a1b913.s:7980: Error: file number less than one
  4821. /tmp/fpsimd-a1b913.s:7980: Error: junk at end of line, first unrecognized character is `6'
  4822. /tmp/fpsimd-a1b913.s:7985: Error: file number less than one
  4823. /tmp/fpsimd-a1b913.s:7985: Error: junk at end of line, first unrecognized character is `8'
  4824. /tmp/fpsimd-a1b913.s:7992: Error: file number less than one
  4825. /tmp/fpsimd-a1b913.s:7992: Error: junk at end of line, first unrecognized character is `7'
  4826. /tmp/fpsimd-a1b913.s:7996: Error: file number less than one
  4827. /tmp/fpsimd-a1b913.s:7996: Error: junk at end of line, first unrecognized character is `7'
  4828. /tmp/fpsimd-a1b913.s:8008: Error: file number less than one
  4829. /tmp/fpsimd-a1b913.s:8008: Error: junk at end of line, first unrecognized character is `0'
  4830. /tmp/fpsimd-a1b913.s:8014: Error: file number less than one
  4831. /tmp/fpsimd-a1b913.s:8014: Error: junk at end of line, first unrecognized character is `2'
  4832. /tmp/fpsimd-a1b913.s:8032: Error: file number less than one
  4833. /tmp/fpsimd-a1b913.s:8032: Error: junk at end of line, first unrecognized character is `3'
  4834. /tmp/fpsimd-a1b913.s:8073: Error: file number less than one
  4835. /tmp/fpsimd-a1b913.s:8073: Error: junk at end of line, first unrecognized character is `2'
  4836. /tmp/fpsimd-a1b913.s:8103: Error: file number less than one
  4837. /tmp/fpsimd-a1b913.s:8103: Error: junk at end of line, first unrecognized character is `2'
  4838. /tmp/fpsimd-a1b913.s:8144: Error: file number less than one
  4839. /tmp/fpsimd-a1b913.s:8144: Error: junk at end of line, first unrecognized character is `1'
  4840. /tmp/fpsimd-a1b913.s:8152: Error: file number less than one
  4841. /tmp/fpsimd-a1b913.s:8152: Error: junk at end of line, first unrecognized character is `1'
  4842. /tmp/fpsimd-a1b913.s:8154: Error: file number less than one
  4843. /tmp/fpsimd-a1b913.s:8154: Error: junk at end of line, first unrecognized character is `1'
  4844. /tmp/fpsimd-a1b913.s:8173: Error: file number less than one
  4845. /tmp/fpsimd-a1b913.s:8173: Error: junk at end of line, first unrecognized character is `2'
  4846. /tmp/fpsimd-a1b913.s:8179: Error: file number less than one
  4847. /tmp/fpsimd-a1b913.s:8179: Error: junk at end of line, first unrecognized character is `2'
  4848. /tmp/fpsimd-a1b913.s:8197: Error: file number less than one
  4849. /tmp/fpsimd-a1b913.s:8197: Error: junk at end of line, first unrecognized character is `0'
  4850. /tmp/fpsimd-a1b913.s:8202: Error: file number less than one
  4851. /tmp/fpsimd-a1b913.s:8202: Error: junk at end of line, first unrecognized character is `2'
  4852. /tmp/fpsimd-a1b913.s:8211: Error: file number less than one
  4853. /tmp/fpsimd-a1b913.s:8211: Error: junk at end of line, first unrecognized character is `2'
  4854. /tmp/fpsimd-a1b913.s:8215: Error: file number less than one
  4855. /tmp/fpsimd-a1b913.s:8215: Error: junk at end of line, first unrecognized character is `3'
  4856. /tmp/fpsimd-a1b913.s:8217: Error: file number less than one
  4857. /tmp/fpsimd-a1b913.s:8217: Error: junk at end of line, first unrecognized character is `2'
  4858. /tmp/fpsimd-a1b913.s:8228: Error: file number less than one
  4859. /tmp/fpsimd-a1b913.s:8228: Error: junk at end of line, first unrecognized character is `0'
  4860. /tmp/fpsimd-a1b913.s:8247: Error: file number less than one
  4861. /tmp/fpsimd-a1b913.s:8247: Error: junk at end of line, first unrecognized character is `1'
  4862. /tmp/fpsimd-a1b913.s:8250: Error: file number less than one
  4863. /tmp/fpsimd-a1b913.s:8250: Error: junk at end of line, first unrecognized character is `8'
  4864. /tmp/fpsimd-a1b913.s:8255: Error: file number less than one
  4865. /tmp/fpsimd-a1b913.s:8255: Error: junk at end of line, first unrecognized character is `8'
  4866. /tmp/fpsimd-a1b913.s:8262: Error: file number less than one
  4867. /tmp/fpsimd-a1b913.s:8262: Error: junk at end of line, first unrecognized character is `1'
  4868. /tmp/fpsimd-a1b913.s:8266: Error: file number less than one
  4869. /tmp/fpsimd-a1b913.s:8266: Error: junk at end of line, first unrecognized character is `1'
  4870. /tmp/fpsimd-a1b913.s:8270: Error: file number less than one
  4871. /tmp/fpsimd-a1b913.s:8270: Error: junk at end of line, first unrecognized character is `6'
  4872. /tmp/fpsimd-a1b913.s:8274: Error: file number less than one
  4873. /tmp/fpsimd-a1b913.s:8274: Error: junk at end of line, first unrecognized character is `1'
  4874. /tmp/fpsimd-a1b913.s:8276: Error: file number less than one
  4875. /tmp/fpsimd-a1b913.s:8276: Error: junk at end of line, first unrecognized character is `3'
  4876. /tmp/fpsimd-a1b913.s:8278: Error: file number less than one
  4877. /tmp/fpsimd-a1b913.s:8278: Error: junk at end of line, first unrecognized character is `8'
  4878. /tmp/fpsimd-a1b913.s:8285: Error: file number less than one
  4879. /tmp/fpsimd-a1b913.s:8285: Error: junk at end of line, first unrecognized character is `1'
  4880. /tmp/fpsimd-a1b913.s:8302: Error: file number less than one
  4881. /tmp/fpsimd-a1b913.s:8302: Error: junk at end of line, first unrecognized character is `6'
  4882. /tmp/fpsimd-a1b913.s:8306: Error: file number less than one
  4883. /tmp/fpsimd-a1b913.s:8306: Error: junk at end of line, first unrecognized character is `6'
  4884. /tmp/fpsimd-a1b913.s:8317: Error: file number less than one
  4885. /tmp/fpsimd-a1b913.s:8317: Error: junk at end of line, first unrecognized character is `8'
  4886. /tmp/fpsimd-a1b913.s:8323: Error: file number less than one
  4887. /tmp/fpsimd-a1b913.s:8323: Error: junk at end of line, first unrecognized character is `6'
  4888. /tmp/fpsimd-a1b913.s:8334: Error: file number less than one
  4889. /tmp/fpsimd-a1b913.s:8334: Error: junk at end of line, first unrecognized character is `7'
  4890. /tmp/fpsimd-a1b913.s:8346: Error: file number less than one
  4891. /tmp/fpsimd-a1b913.s:8346: Error: junk at end of line, first unrecognized character is `7'
  4892. /tmp/fpsimd-a1b913.s:8349: Error: file number less than one
  4893. /tmp/fpsimd-a1b913.s:8349: Error: junk at end of line, first unrecognized character is `7'
  4894. /tmp/fpsimd-a1b913.s:8359: Error: file number less than one
  4895. /tmp/fpsimd-a1b913.s:8359: Error: junk at end of line, first unrecognized character is `1'
  4896. /tmp/fpsimd-a1b913.s:8365: Error: file number less than one
  4897. /tmp/fpsimd-a1b913.s:8365: Error: junk at end of line, first unrecognized character is `1'
  4898. /tmp/fpsimd-a1b913.s:8373: Error: file number less than one
  4899. /tmp/fpsimd-a1b913.s:8373: Error: junk at end of line, first unrecognized character is `1'
  4900. /tmp/fpsimd-a1b913.s:8385: Error: file number less than one
  4901. /tmp/fpsimd-a1b913.s:8385: Error: junk at end of line, first unrecognized character is `1'
  4902. /tmp/fpsimd-a1b913.s:8398: Error: file number less than one
  4903. /tmp/fpsimd-a1b913.s:8398: Error: junk at end of line, first unrecognized character is `1'
  4904. clang-16: error: assembler command failed with exit code 1 (use -v to see invocation)
  4905. make[2]: *** [../scripts/Makefile.build:338: arch/arm64/kernel/fpsimd.o] Error 1
  4906. In file included from ../arch/arm64/kernel/process.c:23:
  4907. In file included from ../include/linux/compat.h:12:
  4908. In file included from ../include/linux/stat.h:6:
  4909. In file included from ../arch/arm64/include/asm/stat.h:24:
  4910. In file included from ../arch/arm64/include/asm/compat.h:25:
  4911. In file included from ../include/linux/sched.h:15:
  4912. In file included from ../include/linux/sem.h:5:
  4913. In file included from ../include/uapi/linux/sem.h:5:
  4914. In file included from ../include/linux/ipc.h:7:
  4915. In file included from ../include/linux/rhashtable-types.h:15:
  4916. ../include/linux/workqueue.h:676:13: warning: unused function 'dump_workqueue' [-Wunused-function]
  4917. static void dump_workqueue(void) {}
  4918. ^
  4919. 1 warning generated.
  4920. /tmp/process-6d504b.s: Assembler messages:
  4921. /tmp/process-6d504b.s:22: Error: junk at end of line, first unrecognized character is `"'
  4922. /tmp/process-6d504b.s:22: Error: file number less than one
  4923. /tmp/process-6d504b.s:23: Error: junk at end of line, first unrecognized character is `"'
  4924. /tmp/process-6d504b.s:24: Error: junk at end of line, first unrecognized character is `"'
  4925. /tmp/process-6d504b.s:25: Error: junk at end of line, first unrecognized character is `"'
  4926. /tmp/process-6d504b.s:26: Error: junk at end of line, first unrecognized character is `"'
  4927. /tmp/process-6d504b.s:27: Error: junk at end of line, first unrecognized character is `"'
  4928. /tmp/process-6d504b.s:28: Error: junk at end of line, first unrecognized character is `"'
  4929. /tmp/process-6d504b.s:29: Error: junk at end of line, first unrecognized character is `"'
  4930. /tmp/process-6d504b.s:30: Error: junk at end of line, first unrecognized character is `"'
  4931. /tmp/process-6d504b.s:31: Error: junk at end of line, first unrecognized character is `"'
  4932. /tmp/process-6d504b.s:32: Error: junk at end of line, first unrecognized character is `"'
  4933. /tmp/process-6d504b.s:33: Error: junk at end of line, first unrecognized character is `"'
  4934. /tmp/process-6d504b.s:34: Error: junk at end of line, first unrecognized character is `"'
  4935. /tmp/process-6d504b.s:35: Error: junk at end of line, first unrecognized character is `"'
  4936. /tmp/process-6d504b.s:36: Error: junk at end of line, first unrecognized character is `"'
  4937. /tmp/process-6d504b.s:37: Error: junk at end of line, first unrecognized character is `"'
  4938. /tmp/process-6d504b.s:38: Error: junk at end of line, first unrecognized character is `"'
  4939. /tmp/process-6d504b.s:39: Error: junk at end of line, first unrecognized character is `"'
  4940. /tmp/process-6d504b.s:40: Error: junk at end of line, first unrecognized character is `"'
  4941. /tmp/process-6d504b.s:41: Error: junk at end of line, first unrecognized character is `"'
  4942. /tmp/process-6d504b.s:42: Error: junk at end of line, first unrecognized character is `"'
  4943. /tmp/process-6d504b.s:43: Error: junk at end of line, first unrecognized character is `"'
  4944. /tmp/process-6d504b.s:44: Error: junk at end of line, first unrecognized character is `"'
  4945. /tmp/process-6d504b.s:45: Error: junk at end of line, first unrecognized character is `"'
  4946. /tmp/process-6d504b.s:46: Error: junk at end of line, first unrecognized character is `"'
  4947. /tmp/process-6d504b.s:47: Error: junk at end of line, first unrecognized character is `"'
  4948. /tmp/process-6d504b.s:48: Error: junk at end of line, first unrecognized character is `"'
  4949. /tmp/process-6d504b.s:49: Error: junk at end of line, first unrecognized character is `"'
  4950. /tmp/process-6d504b.s:50: Error: junk at end of line, first unrecognized character is `"'
  4951. /tmp/process-6d504b.s:51: Error: junk at end of line, first unrecognized character is `"'
  4952. /tmp/process-6d504b.s:52: Error: junk at end of line, first unrecognized character is `"'
  4953. /tmp/process-6d504b.s:53: Error: junk at end of line, first unrecognized character is `"'
  4954. /tmp/process-6d504b.s:54: Error: junk at end of line, first unrecognized character is `"'
  4955. /tmp/process-6d504b.s:55: Error: junk at end of line, first unrecognized character is `"'
  4956. /tmp/process-6d504b.s:56: Error: junk at end of line, first unrecognized character is `"'
  4957. /tmp/process-6d504b.s:57: Error: junk at end of line, first unrecognized character is `"'
  4958. /tmp/process-6d504b.s:58: Error: junk at end of line, first unrecognized character is `"'
  4959. /tmp/process-6d504b.s:59: Error: junk at end of line, first unrecognized character is `"'
  4960. /tmp/process-6d504b.s:60: Error: junk at end of line, first unrecognized character is `"'
  4961. /tmp/process-6d504b.s:61: Error: junk at end of line, first unrecognized character is `"'
  4962. /tmp/process-6d504b.s:62: Error: junk at end of line, first unrecognized character is `"'
  4963. /tmp/process-6d504b.s:63: Error: junk at end of line, first unrecognized character is `"'
  4964. /tmp/process-6d504b.s:64: Error: junk at end of line, first unrecognized character is `"'
  4965. /tmp/process-6d504b.s:65: Error: junk at end of line, first unrecognized character is `"'
  4966. /tmp/process-6d504b.s:66: Error: junk at end of line, first unrecognized character is `"'
  4967. /tmp/process-6d504b.s:67: Error: junk at end of line, first unrecognized character is `"'
  4968. /tmp/process-6d504b.s:68: Error: junk at end of line, first unrecognized character is `"'
  4969. /tmp/process-6d504b.s:69: Error: junk at end of line, first unrecognized character is `"'
  4970. /tmp/process-6d504b.s:70: Error: junk at end of line, first unrecognized character is `"'
  4971. /tmp/process-6d504b.s:71: Error: junk at end of line, first unrecognized character is `"'
  4972. /tmp/process-6d504b.s:72: Error: junk at end of line, first unrecognized character is `"'
  4973. /tmp/process-6d504b.s:73: Error: junk at end of line, first unrecognized character is `"'
  4974. /tmp/process-6d504b.s:74: Error: junk at end of line, first unrecognized character is `"'
  4975. /tmp/process-6d504b.s:75: Error: junk at end of line, first unrecognized character is `"'
  4976. /tmp/process-6d504b.s:76: Error: junk at end of line, first unrecognized character is `"'
  4977. /tmp/process-6d504b.s:77: Error: junk at end of line, first unrecognized character is `"'
  4978. /tmp/process-6d504b.s:78: Error: junk at end of line, first unrecognized character is `"'
  4979. /tmp/process-6d504b.s:79: Error: junk at end of line, first unrecognized character is `"'
  4980. /tmp/process-6d504b.s:80: Error: junk at end of line, first unrecognized character is `"'
  4981. /tmp/process-6d504b.s:81: Error: junk at end of line, first unrecognized character is `"'
  4982. /tmp/process-6d504b.s:82: Error: junk at end of line, first unrecognized character is `"'
  4983. /tmp/process-6d504b.s:83: Error: junk at end of line, first unrecognized character is `"'
  4984. /tmp/process-6d504b.s:84: Error: junk at end of line, first unrecognized character is `"'
  4985. /tmp/process-6d504b.s:85: Error: junk at end of line, first unrecognized character is `"'
  4986. /tmp/process-6d504b.s:86: Error: junk at end of line, first unrecognized character is `"'
  4987. /tmp/process-6d504b.s:87: Error: junk at end of line, first unrecognized character is `"'
  4988. /tmp/process-6d504b.s:88: Error: junk at end of line, first unrecognized character is `"'
  4989. /tmp/process-6d504b.s:89: Error: junk at end of line, first unrecognized character is `"'
  4990. /tmp/process-6d504b.s:90: Error: junk at end of line, first unrecognized character is `"'
  4991. /tmp/process-6d504b.s:91: Error: junk at end of line, first unrecognized character is `"'
  4992. /tmp/process-6d504b.s:92: Error: junk at end of line, first unrecognized character is `"'
  4993. /tmp/process-6d504b.s:93: Error: junk at end of line, first unrecognized character is `"'
  4994. /tmp/process-6d504b.s:94: Error: junk at end of line, first unrecognized character is `"'
  4995. /tmp/process-6d504b.s:95: Error: junk at end of line, first unrecognized character is `"'
  4996. /tmp/process-6d504b.s:96: Error: junk at end of line, first unrecognized character is `"'
  4997. /tmp/process-6d504b.s:97: Error: junk at end of line, first unrecognized character is `"'
  4998. /tmp/process-6d504b.s:98: Error: junk at end of line, first unrecognized character is `"'
  4999. /tmp/process-6d504b.s:99: Error: junk at end of line, first unrecognized character is `"'
  5000. /tmp/process-6d504b.s:100: Error: junk at end of line, first unrecognized character is `"'
  5001. /tmp/process-6d504b.s:101: Error: junk at end of line, first unrecognized character is `"'
  5002. /tmp/process-6d504b.s:102: Error: junk at end of line, first unrecognized character is `"'
  5003. /tmp/process-6d504b.s:103: Error: junk at end of line, first unrecognized character is `"'
  5004. /tmp/process-6d504b.s:104: Error: junk at end of line, first unrecognized character is `"'
  5005. /tmp/process-6d504b.s:105: Error: junk at end of line, first unrecognized character is `"'
  5006. /tmp/process-6d504b.s:106: Error: junk at end of line, first unrecognized character is `"'
  5007. /tmp/process-6d504b.s:107: Error: junk at end of line, first unrecognized character is `"'
  5008. /tmp/process-6d504b.s:108: Error: junk at end of line, first unrecognized character is `"'
  5009. /tmp/process-6d504b.s:109: Error: junk at end of line, first unrecognized character is `"'
  5010. /tmp/process-6d504b.s:110: Error: junk at end of line, first unrecognized character is `"'
  5011. /tmp/process-6d504b.s:111: Error: junk at end of line, first unrecognized character is `"'
  5012. /tmp/process-6d504b.s:112: Error: junk at end of line, first unrecognized character is `"'
  5013. /tmp/process-6d504b.s:113: Error: junk at end of line, first unrecognized character is `"'
  5014. /tmp/process-6d504b.s:114: Error: junk at end of line, first unrecognized character is `"'
  5015. /tmp/process-6d504b.s:115: Error: junk at end of line, first unrecognized character is `"'
  5016. /tmp/process-6d504b.s:116: Error: junk at end of line, first unrecognized character is `"'
  5017. /tmp/process-6d504b.s:117: Error: junk at end of line, first unrecognized character is `"'
  5018. /tmp/process-6d504b.s:118: Error: junk at end of line, first unrecognized character is `"'
  5019. /tmp/process-6d504b.s:119: Error: junk at end of line, first unrecognized character is `"'
  5020. /tmp/process-6d504b.s:120: Error: junk at end of line, first unrecognized character is `"'
  5021. /tmp/process-6d504b.s:121: Error: junk at end of line, first unrecognized character is `"'
  5022. /tmp/process-6d504b.s:122: Error: junk at end of line, first unrecognized character is `"'
  5023. /tmp/process-6d504b.s:123: Error: junk at end of line, first unrecognized character is `"'
  5024. /tmp/process-6d504b.s:124: Error: junk at end of line, first unrecognized character is `"'
  5025. /tmp/process-6d504b.s:125: Error: junk at end of line, first unrecognized character is `"'
  5026. /tmp/process-6d504b.s:126: Error: junk at end of line, first unrecognized character is `"'
  5027. /tmp/process-6d504b.s:127: Error: junk at end of line, first unrecognized character is `"'
  5028. /tmp/process-6d504b.s:128: Error: junk at end of line, first unrecognized character is `"'
  5029. /tmp/process-6d504b.s:129: Error: junk at end of line, first unrecognized character is `"'
  5030. /tmp/process-6d504b.s:130: Error: junk at end of line, first unrecognized character is `"'
  5031. /tmp/process-6d504b.s:131: Error: junk at end of line, first unrecognized character is `"'
  5032. /tmp/process-6d504b.s:132: Error: junk at end of line, first unrecognized character is `"'
  5033. /tmp/process-6d504b.s:133: Error: junk at end of line, first unrecognized character is `"'
  5034. /tmp/process-6d504b.s:134: Error: junk at end of line, first unrecognized character is `"'
  5035. /tmp/process-6d504b.s:135: Error: junk at end of line, first unrecognized character is `"'
  5036. /tmp/process-6d504b.s:136: Error: junk at end of line, first unrecognized character is `"'
  5037. /tmp/process-6d504b.s:137: Error: junk at end of line, first unrecognized character is `"'
  5038. /tmp/process-6d504b.s:138: Error: junk at end of line, first unrecognized character is `"'
  5039. /tmp/process-6d504b.s:139: Error: junk at end of line, first unrecognized character is `"'
  5040. /tmp/process-6d504b.s:140: Error: junk at end of line, first unrecognized character is `"'
  5041. /tmp/process-6d504b.s:141: Error: junk at end of line, first unrecognized character is `"'
  5042. /tmp/process-6d504b.s:142: Error: junk at end of line, first unrecognized character is `"'
  5043. /tmp/process-6d504b.s:143: Error: junk at end of line, first unrecognized character is `"'
  5044. /tmp/process-6d504b.s:144: Error: junk at end of line, first unrecognized character is `"'
  5045. /tmp/process-6d504b.s:145: Error: junk at end of line, first unrecognized character is `"'
  5046. /tmp/process-6d504b.s:146: Error: junk at end of line, first unrecognized character is `"'
  5047. /tmp/process-6d504b.s:147: Error: junk at end of line, first unrecognized character is `"'
  5048. /tmp/process-6d504b.s:148: Error: junk at end of line, first unrecognized character is `"'
  5049. /tmp/process-6d504b.s:149: Error: junk at end of line, first unrecognized character is `"'
  5050. /tmp/process-6d504b.s:150: Error: junk at end of line, first unrecognized character is `"'
  5051. /tmp/process-6d504b.s:151: Error: junk at end of line, first unrecognized character is `"'
  5052. /tmp/process-6d504b.s:152: Error: junk at end of line, first unrecognized character is `"'
  5053. /tmp/process-6d504b.s:153: Error: junk at end of line, first unrecognized character is `"'
  5054. /tmp/process-6d504b.s:154: Error: junk at end of line, first unrecognized character is `"'
  5055. /tmp/process-6d504b.s:155: Error: junk at end of line, first unrecognized character is `"'
  5056. /tmp/process-6d504b.s:156: Error: junk at end of line, first unrecognized character is `"'
  5057. /tmp/process-6d504b.s:157: Error: junk at end of line, first unrecognized character is `"'
  5058. /tmp/process-6d504b.s:158: Error: junk at end of line, first unrecognized character is `"'
  5059. /tmp/process-6d504b.s:159: Error: junk at end of line, first unrecognized character is `"'
  5060. /tmp/process-6d504b.s:160: Error: junk at end of line, first unrecognized character is `"'
  5061. /tmp/process-6d504b.s:161: Error: junk at end of line, first unrecognized character is `"'
  5062. /tmp/process-6d504b.s:162: Error: junk at end of line, first unrecognized character is `"'
  5063. /tmp/process-6d504b.s:163: Error: junk at end of line, first unrecognized character is `"'
  5064. /tmp/process-6d504b.s:164: Error: junk at end of line, first unrecognized character is `"'
  5065. /tmp/process-6d504b.s:165: Error: junk at end of line, first unrecognized character is `"'
  5066. /tmp/process-6d504b.s:166: Error: junk at end of line, first unrecognized character is `"'
  5067. /tmp/process-6d504b.s:167: Error: junk at end of line, first unrecognized character is `"'
  5068. /tmp/process-6d504b.s:173: Error: file number less than one
  5069. /tmp/process-6d504b.s:173: Error: junk at end of line, first unrecognized character is `0'
  5070. /tmp/process-6d504b.s:186: Error: junk at end of line, first unrecognized character is `"'
  5071. /tmp/process-6d504b.s:212: Error: file number less than one
  5072. /tmp/process-6d504b.s:212: Error: junk at end of line, first unrecognized character is `2'
  5073. /tmp/process-6d504b.s:215: Error: junk at end of line, first unrecognized character is `"'
  5074. /tmp/process-6d504b.s:248: Error: file number less than one
  5075. /tmp/process-6d504b.s:248: Error: junk at end of line, first unrecognized character is `1'
  5076. /tmp/process-6d504b.s:255: Error: junk at end of line, first unrecognized character is `"'
  5077. /tmp/process-6d504b.s:262: Error: file number less than one
  5078. /tmp/process-6d504b.s:262: Error: junk at end of line, first unrecognized character is `0'
  5079. /tmp/process-6d504b.s:272: Error: file number less than one
  5080. /tmp/process-6d504b.s:272: Error: junk at end of line, first unrecognized character is `2'
  5081. /tmp/process-6d504b.s:276: Error: file number less than one
  5082. /tmp/process-6d504b.s:276: Error: junk at end of line, first unrecognized character is `1'
  5083. /tmp/process-6d504b.s:283: Error: junk at end of line, first unrecognized character is `"'
  5084. /tmp/process-6d504b.s:290: Error: file number less than one
  5085. /tmp/process-6d504b.s:290: Error: junk at end of line, first unrecognized character is `0'
  5086. /tmp/process-6d504b.s:300: Error: file number less than one
  5087. /tmp/process-6d504b.s:300: Error: junk at end of line, first unrecognized character is `2'
  5088. /tmp/process-6d504b.s:304: Error: file number less than one
  5089. /tmp/process-6d504b.s:304: Error: junk at end of line, first unrecognized character is `1'
  5090. /tmp/process-6d504b.s:317: Error: file number less than one
  5091. /tmp/process-6d504b.s:317: Error: junk at end of line, first unrecognized character is `0'
  5092. /tmp/process-6d504b.s:327: Error: file number less than one
  5093. /tmp/process-6d504b.s:327: Error: junk at end of line, first unrecognized character is `8'
  5094. /tmp/process-6d504b.s:330: Error: file number less than one
  5095. /tmp/process-6d504b.s:330: Error: junk at end of line, first unrecognized character is `1'
  5096. /tmp/process-6d504b.s:337: Error: junk at end of line, first unrecognized character is `"'
  5097. /tmp/process-6d504b.s:344: Error: file number less than one
  5098. /tmp/process-6d504b.s:344: Error: junk at end of line, first unrecognized character is `0'
  5099. /tmp/process-6d504b.s:358: Error: file number less than one
  5100. /tmp/process-6d504b.s:358: Error: junk at end of line, first unrecognized character is `1'
  5101. /tmp/process-6d504b.s:371: Error: file number less than one
  5102. /tmp/process-6d504b.s:371: Error: junk at end of line, first unrecognized character is `0'
  5103. /tmp/process-6d504b.s:386: Error: file number less than one
  5104. /tmp/process-6d504b.s:386: Error: junk at end of line, first unrecognized character is `2'
  5105. /tmp/process-6d504b.s:390: Error: file number less than one
  5106. /tmp/process-6d504b.s:390: Error: junk at end of line, first unrecognized character is `2'
  5107. /tmp/process-6d504b.s:396: Error: junk at end of line, first unrecognized character is `"'
  5108. /tmp/process-6d504b.s:403: Error: file number less than one
  5109. /tmp/process-6d504b.s:403: Error: junk at end of line, first unrecognized character is `0'
  5110. /tmp/process-6d504b.s:418: Error: file number less than one
  5111. /tmp/process-6d504b.s:418: Error: junk at end of line, first unrecognized character is `2'
  5112. /tmp/process-6d504b.s:421: Error: file number less than one
  5113. /tmp/process-6d504b.s:421: Error: junk at end of line, first unrecognized character is `6'
  5114. /tmp/process-6d504b.s:425: Error: file number less than one
  5115. /tmp/process-6d504b.s:425: Error: junk at end of line, first unrecognized character is `6'
  5116. /tmp/process-6d504b.s:429: Error: file number less than one
  5117. /tmp/process-6d504b.s:429: Error: junk at end of line, first unrecognized character is `3'
  5118. /tmp/process-6d504b.s:433: Error: file number less than one
  5119. /tmp/process-6d504b.s:433: Error: junk at end of line, first unrecognized character is `1'
  5120. /tmp/process-6d504b.s:446: Error: file number less than one
  5121. /tmp/process-6d504b.s:446: Error: junk at end of line, first unrecognized character is `0'
  5122. /tmp/process-6d504b.s:468: Error: file number less than one
  5123. /tmp/process-6d504b.s:468: Error: junk at end of line, first unrecognized character is `2'
  5124. /tmp/process-6d504b.s:473: Error: junk at end of line, first unrecognized character is `"'
  5125. /tmp/process-6d504b.s:480: Error: file number less than one
  5126. /tmp/process-6d504b.s:480: Error: junk at end of line, first unrecognized character is `6'
  5127. /tmp/process-6d504b.s:485: Error: file number less than one
  5128. /tmp/process-6d504b.s:485: Error: junk at end of line, first unrecognized character is `1'
  5129. /tmp/process-6d504b.s:487: Error: file number less than one
  5130. /tmp/process-6d504b.s:487: Error: junk at end of line, first unrecognized character is `3'
  5131. /tmp/process-6d504b.s:493: Error: file number less than one
  5132. /tmp/process-6d504b.s:493: Error: junk at end of line, first unrecognized character is `6'
  5133. /tmp/process-6d504b.s:497: Error: file number less than one
  5134. /tmp/process-6d504b.s:497: Error: junk at end of line, first unrecognized character is `6'
  5135. /tmp/process-6d504b.s:502: Error: file number less than one
  5136. /tmp/process-6d504b.s:502: Error: junk at end of line, first unrecognized character is `3'
  5137. /tmp/process-6d504b.s:506: Error: file number less than one
  5138. /tmp/process-6d504b.s:506: Error: junk at end of line, first unrecognized character is `3'
  5139. /tmp/process-6d504b.s:511: Error: file number less than one
  5140. /tmp/process-6d504b.s:511: Error: junk at end of line, first unrecognized character is `1'
  5141. /tmp/process-6d504b.s:513: Error: file number less than one
  5142. /tmp/process-6d504b.s:513: Error: junk at end of line, first unrecognized character is `3'
  5143. /tmp/process-6d504b.s:519: Error: file number less than one
  5144. /tmp/process-6d504b.s:519: Error: junk at end of line, first unrecognized character is `2'
  5145. /tmp/process-6d504b.s:526: Error: file number less than one
  5146. /tmp/process-6d504b.s:526: Error: junk at end of line, first unrecognized character is `2'
  5147. /tmp/process-6d504b.s:532: Error: junk at end of line, first unrecognized character is `"'
  5148. /tmp/process-6d504b.s:533: Error: junk at end of line, first unrecognized character is `"'
  5149. /tmp/process-6d504b.s:540: Error: file number less than one
  5150. /tmp/process-6d504b.s:540: Error: junk at end of line, first unrecognized character is `0'
  5151. /tmp/process-6d504b.s:561: Error: file number less than one
  5152. /tmp/process-6d504b.s:561: Error: junk at end of line, first unrecognized character is `6'
  5153. /tmp/process-6d504b.s:565: Error: file number less than one
  5154. /tmp/process-6d504b.s:565: Error: junk at end of line, first unrecognized character is `6'
  5155. /tmp/process-6d504b.s:575: Error: file number less than one
  5156. /tmp/process-6d504b.s:575: Error: junk at end of line, first unrecognized character is `6'
  5157. /tmp/process-6d504b.s:578: Error: file number less than one
  5158. /tmp/process-6d504b.s:578: Error: junk at end of line, first unrecognized character is `6'
  5159. /tmp/process-6d504b.s:587: Error: file number less than one
  5160. /tmp/process-6d504b.s:587: Error: junk at end of line, first unrecognized character is `0'
  5161. /tmp/process-6d504b.s:593: Error: file number less than one
  5162. /tmp/process-6d504b.s:593: Error: junk at end of line, first unrecognized character is `2'
  5163. /tmp/process-6d504b.s:597: Error: file number less than one
  5164. /tmp/process-6d504b.s:597: Error: junk at end of line, first unrecognized character is `0'
  5165. /tmp/process-6d504b.s:600: Error: file number less than one
  5166. /tmp/process-6d504b.s:600: Error: junk at end of line, first unrecognized character is `2'
  5167. /tmp/process-6d504b.s:605: Error: file number less than one
  5168. /tmp/process-6d504b.s:605: Error: junk at end of line, first unrecognized character is `2'
  5169. /tmp/process-6d504b.s:609: Error: file number less than one
  5170. /tmp/process-6d504b.s:609: Error: junk at end of line, first unrecognized character is `2'
  5171. /tmp/process-6d504b.s:627: Error: file number less than one
  5172. /tmp/process-6d504b.s:627: Error: junk at end of line, first unrecognized character is `6'
  5173. /tmp/process-6d504b.s:630: Error: file number less than one
  5174. /tmp/process-6d504b.s:630: Error: junk at end of line, first unrecognized character is `6'
  5175. /tmp/process-6d504b.s:640: Error: file number less than one
  5176. /tmp/process-6d504b.s:640: Error: junk at end of line, first unrecognized character is `4'
  5177. /tmp/process-6d504b.s:644: Error: file number less than one
  5178. /tmp/process-6d504b.s:644: Error: junk at end of line, first unrecognized character is `4'
  5179. /tmp/process-6d504b.s:649: Error: file number less than one
  5180. /tmp/process-6d504b.s:649: Error: junk at end of line, first unrecognized character is `4'
  5181. /tmp/process-6d504b.s:651: Error: file number less than one
  5182. /tmp/process-6d504b.s:651: Error: junk at end of line, first unrecognized character is `4'
  5183. /tmp/process-6d504b.s:653: Error: file number less than one
  5184. /tmp/process-6d504b.s:653: Error: junk at end of line, first unrecognized character is `4'
  5185. /tmp/process-6d504b.s:658: Error: file number less than one
  5186. /tmp/process-6d504b.s:658: Error: junk at end of line, first unrecognized character is `4'
  5187. /tmp/process-6d504b.s:660: Error: file number less than one
  5188. /tmp/process-6d504b.s:660: Error: junk at end of line, first unrecognized character is `4'
  5189. /tmp/process-6d504b.s:664: Error: file number less than one
  5190. /tmp/process-6d504b.s:664: Error: junk at end of line, first unrecognized character is `4'
  5191. /tmp/process-6d504b.s:669: Error: file number less than one
  5192. /tmp/process-6d504b.s:669: Error: junk at end of line, first unrecognized character is `4'
  5193. /tmp/process-6d504b.s:674: Error: file number less than one
  5194. /tmp/process-6d504b.s:674: Error: junk at end of line, first unrecognized character is `4'
  5195. /tmp/process-6d504b.s:677: Error: file number less than one
  5196. /tmp/process-6d504b.s:677: Error: junk at end of line, first unrecognized character is `3'
  5197. /tmp/process-6d504b.s:680: Error: file number less than one
  5198. /tmp/process-6d504b.s:680: Error: junk at end of line, first unrecognized character is `4'
  5199. /tmp/process-6d504b.s:682: Error: file number less than one
  5200. /tmp/process-6d504b.s:682: Error: junk at end of line, first unrecognized character is `3'
  5201. /tmp/process-6d504b.s:689: Error: file number less than one
  5202. /tmp/process-6d504b.s:689: Error: junk at end of line, first unrecognized character is `3'
  5203. /tmp/process-6d504b.s:698: Error: file number less than one
  5204. /tmp/process-6d504b.s:698: Error: junk at end of line, first unrecognized character is `4'
  5205. /tmp/process-6d504b.s:704: Error: file number less than one
  5206. /tmp/process-6d504b.s:704: Error: junk at end of line, first unrecognized character is `4'
  5207. /tmp/process-6d504b.s:709: Error: file number less than one
  5208. /tmp/process-6d504b.s:709: Error: junk at end of line, first unrecognized character is `4'
  5209. /tmp/process-6d504b.s:714: Error: file number less than one
  5210. /tmp/process-6d504b.s:714: Error: junk at end of line, first unrecognized character is `4'
  5211. /tmp/process-6d504b.s:719: Error: file number less than one
  5212. /tmp/process-6d504b.s:719: Error: junk at end of line, first unrecognized character is `4'
  5213. /tmp/process-6d504b.s:722: Error: file number less than one
  5214. /tmp/process-6d504b.s:722: Error: junk at end of line, first unrecognized character is `3'
  5215. /tmp/process-6d504b.s:725: Error: file number less than one
  5216. /tmp/process-6d504b.s:725: Error: junk at end of line, first unrecognized character is `4'
  5217. /tmp/process-6d504b.s:727: Error: file number less than one
  5218. /tmp/process-6d504b.s:727: Error: junk at end of line, first unrecognized character is `4'
  5219. /tmp/process-6d504b.s:729: Error: file number less than one
  5220. /tmp/process-6d504b.s:729: Error: junk at end of line, first unrecognized character is `3'
  5221. /tmp/process-6d504b.s:731: Error: file number less than one
  5222. /tmp/process-6d504b.s:731: Error: junk at end of line, first unrecognized character is `4'
  5223. /tmp/process-6d504b.s:733: Error: file number less than one
  5224. /tmp/process-6d504b.s:733: Error: junk at end of line, first unrecognized character is `3'
  5225. /tmp/process-6d504b.s:743: Error: file number less than one
  5226. /tmp/process-6d504b.s:743: Error: junk at end of line, first unrecognized character is `6'
  5227. /tmp/process-6d504b.s:746: Error: file number less than one
  5228. /tmp/process-6d504b.s:746: Error: junk at end of line, first unrecognized character is `0'
  5229. /tmp/process-6d504b.s:749: Error: file number less than one
  5230. /tmp/process-6d504b.s:749: Error: junk at end of line, first unrecognized character is `6'
  5231. /tmp/process-6d504b.s:757: Error: file number less than one
  5232. /tmp/process-6d504b.s:757: Error: junk at end of line, first unrecognized character is `3'
  5233. /tmp/process-6d504b.s:762: Error: file number less than one
  5234. /tmp/process-6d504b.s:762: Error: junk at end of line, first unrecognized character is `3'
  5235. /tmp/process-6d504b.s:771: Error: file number less than one
  5236. /tmp/process-6d504b.s:771: Error: junk at end of line, first unrecognized character is `3'
  5237. /tmp/process-6d504b.s:776: Error: file number less than one
  5238. /tmp/process-6d504b.s:776: Error: junk at end of line, first unrecognized character is `3'
  5239. /tmp/process-6d504b.s:784: Error: file number less than one
  5240. /tmp/process-6d504b.s:784: Error: junk at end of line, first unrecognized character is `0'
  5241. /tmp/process-6d504b.s:788: Error: file number less than one
  5242. /tmp/process-6d504b.s:788: Error: junk at end of line, first unrecognized character is `2'
  5243. /tmp/process-6d504b.s:795: Error: file number less than one
  5244. /tmp/process-6d504b.s:795: Error: junk at end of line, first unrecognized character is `2'
  5245. /tmp/process-6d504b.s:808: Error: file number less than one
  5246. /tmp/process-6d504b.s:808: Error: junk at end of line, first unrecognized character is `3'
  5247. /tmp/process-6d504b.s:810: Error: file number less than one
  5248. /tmp/process-6d504b.s:810: Error: junk at end of line, first unrecognized character is `3'
  5249. /tmp/process-6d504b.s:815: Error: file number less than one
  5250. /tmp/process-6d504b.s:815: Error: junk at end of line, first unrecognized character is `4'
  5251. /tmp/process-6d504b.s:819: Error: file number less than one
  5252. /tmp/process-6d504b.s:819: Error: junk at end of line, first unrecognized character is `7'
  5253. /tmp/process-6d504b.s:825: Error: file number less than one
  5254. /tmp/process-6d504b.s:825: Error: junk at end of line, first unrecognized character is `4'
  5255. /tmp/process-6d504b.s:831: Error: file number less than one
  5256. /tmp/process-6d504b.s:831: Error: junk at end of line, first unrecognized character is `5'
  5257. /tmp/process-6d504b.s:839: Error: file number less than one
  5258. /tmp/process-6d504b.s:839: Error: junk at end of line, first unrecognized character is `3'
  5259. /tmp/process-6d504b.s:843: Error: file number less than one
  5260. /tmp/process-6d504b.s:843: Error: junk at end of line, first unrecognized character is `3'
  5261. /tmp/process-6d504b.s:847: Error: file number less than one
  5262. /tmp/process-6d504b.s:847: Error: junk at end of line, first unrecognized character is `2'
  5263. /tmp/process-6d504b.s:853: Error: file number less than one
  5264. /tmp/process-6d504b.s:853: Error: junk at end of line, first unrecognized character is `6'
  5265. /tmp/process-6d504b.s:861: Error: file number less than one
  5266. /tmp/process-6d504b.s:861: Error: junk at end of line, first unrecognized character is `6'
  5267. /tmp/process-6d504b.s:869: Error: junk at end of line, first unrecognized character is `"'
  5268. /tmp/process-6d504b.s:882: Error: file number less than one
  5269. /tmp/process-6d504b.s:882: Error: junk at end of line, first unrecognized character is `7'
  5270. /tmp/process-6d504b.s:887: Error: file number less than one
  5271. /tmp/process-6d504b.s:887: Error: junk at end of line, first unrecognized character is `2'
  5272. /tmp/process-6d504b.s:891: Error: junk at end of line, first unrecognized character is `"'
  5273. /tmp/process-6d504b.s:915: Error: junk at end of line, first unrecognized character is `"'
  5274. /tmp/process-6d504b.s:953: Error: file number less than one
  5275. /tmp/process-6d504b.s:953: Error: junk at end of line, first unrecognized character is `1'
  5276. /tmp/process-6d504b.s:955: Error: file number less than one
  5277. /tmp/process-6d504b.s:955: Error: junk at end of line, first unrecognized character is `2'
  5278. /tmp/process-6d504b.s:957: Error: file number less than one
  5279. /tmp/process-6d504b.s:957: Error: junk at end of line, first unrecognized character is `2'
  5280. /tmp/process-6d504b.s:960: Error: file number less than one
  5281. /tmp/process-6d504b.s:960: Error: junk at end of line, first unrecognized character is `1'
  5282. /tmp/process-6d504b.s:962: Error: file number less than one
  5283. /tmp/process-6d504b.s:962: Error: junk at end of line, first unrecognized character is `2'
  5284. /tmp/process-6d504b.s:965: Error: file number less than one
  5285. /tmp/process-6d504b.s:965: Error: junk at end of line, first unrecognized character is `2'
  5286. /tmp/process-6d504b.s:967: Error: file number less than one
  5287. /tmp/process-6d504b.s:967: Error: junk at end of line, first unrecognized character is `2'
  5288. /tmp/process-6d504b.s:970: Error: file number less than one
  5289. /tmp/process-6d504b.s:970: Error: junk at end of line, first unrecognized character is `1'
  5290. /tmp/process-6d504b.s:972: Error: file number less than one
  5291. /tmp/process-6d504b.s:972: Error: junk at end of line, first unrecognized character is `2'
  5292. /tmp/process-6d504b.s:975: Error: file number less than one
  5293. /tmp/process-6d504b.s:975: Error: junk at end of line, first unrecognized character is `2'
  5294. /tmp/process-6d504b.s:977: Error: file number less than one
  5295. /tmp/process-6d504b.s:977: Error: junk at end of line, first unrecognized character is `2'
  5296. /tmp/process-6d504b.s:1087: Error: file number less than one
  5297. /tmp/process-6d504b.s:1087: Error: junk at end of line, first unrecognized character is `1'
  5298. /tmp/process-6d504b.s:1100: Error: junk at end of line, first unrecognized character is `"'
  5299. /tmp/process-6d504b.s:1101: Error: junk at end of line, first unrecognized character is `"'
  5300. /tmp/process-6d504b.s:1108: Error: file number less than one
  5301. /tmp/process-6d504b.s:1108: Error: junk at end of line, first unrecognized character is `0'
  5302. /tmp/process-6d504b.s:1123: Error: file number less than one
  5303. /tmp/process-6d504b.s:1123: Error: junk at end of line, first unrecognized character is `2'
  5304. /tmp/process-6d504b.s:1126: Error: file number less than one
  5305. /tmp/process-6d504b.s:1126: Error: junk at end of line, first unrecognized character is `2'
  5306. /tmp/process-6d504b.s:1131: Error: file number less than one
  5307. /tmp/process-6d504b.s:1131: Error: junk at end of line, first unrecognized character is `1'
  5308. /tmp/process-6d504b.s:1141: Error: junk at end of line, first unrecognized character is `"'
  5309. /tmp/process-6d504b.s:1148: Error: file number less than one
  5310. /tmp/process-6d504b.s:1148: Error: junk at end of line, first unrecognized character is `0'
  5311. /tmp/process-6d504b.s:1160: Error: file number less than one
  5312. /tmp/process-6d504b.s:1160: Error: junk at end of line, first unrecognized character is `2'
  5313. /tmp/process-6d504b.s:1163: Error: file number less than one
  5314. /tmp/process-6d504b.s:1163: Error: junk at end of line, first unrecognized character is `2'
  5315. /tmp/process-6d504b.s:1173: Error: file number less than one
  5316. /tmp/process-6d504b.s:1173: Error: junk at end of line, first unrecognized character is `2'
  5317. /tmp/process-6d504b.s:1186: Error: file number less than one
  5318. /tmp/process-6d504b.s:1186: Error: junk at end of line, first unrecognized character is `6'
  5319. /tmp/process-6d504b.s:1191: Error: file number less than one
  5320. /tmp/process-6d504b.s:1191: Error: junk at end of line, first unrecognized character is `3'
  5321. /tmp/process-6d504b.s:1194: Error: file number less than one
  5322. /tmp/process-6d504b.s:1194: Error: junk at end of line, first unrecognized character is `3'
  5323. /tmp/process-6d504b.s:1199: Error: file number less than one
  5324. /tmp/process-6d504b.s:1199: Error: junk at end of line, first unrecognized character is `3'
  5325. /tmp/process-6d504b.s:1206: Error: file number less than one
  5326. /tmp/process-6d504b.s:1206: Error: junk at end of line, first unrecognized character is `2'
  5327. /tmp/process-6d504b.s:1210: Error: file number less than one
  5328. /tmp/process-6d504b.s:1210: Error: junk at end of line, first unrecognized character is `2'
  5329. /tmp/process-6d504b.s:1238: Error: file number less than one
  5330. /tmp/process-6d504b.s:1238: Error: junk at end of line, first unrecognized character is `1'
  5331. /tmp/process-6d504b.s:1247: Error: junk at end of line, first unrecognized character is `"'
  5332. /tmp/process-6d504b.s:1248: Error: junk at end of line, first unrecognized character is `"'
  5333. /tmp/process-6d504b.s:1255: Error: file number less than one
  5334. /tmp/process-6d504b.s:1255: Error: junk at end of line, first unrecognized character is `0'
  5335. /tmp/process-6d504b.s:1259: Error: file number less than one
  5336. /tmp/process-6d504b.s:1259: Error: junk at end of line, first unrecognized character is `1'
  5337. /tmp/process-6d504b.s:1271: Error: file number less than one
  5338. /tmp/process-6d504b.s:1271: Error: junk at end of line, first unrecognized character is `0'
  5339. /tmp/process-6d504b.s:1282: Error: file number less than one
  5340. /tmp/process-6d504b.s:1282: Error: junk at end of line, first unrecognized character is `2'
  5341. /tmp/process-6d504b.s:1286: Error: file number less than one
  5342. /tmp/process-6d504b.s:1286: Error: junk at end of line, first unrecognized character is `1'
  5343. /tmp/process-6d504b.s:1299: Error: file number less than one
  5344. /tmp/process-6d504b.s:1299: Error: junk at end of line, first unrecognized character is `0'
  5345. /tmp/process-6d504b.s:1325: Error: file number less than one
  5346. /tmp/process-6d504b.s:1325: Error: junk at end of line, first unrecognized character is `1'
  5347. /tmp/process-6d504b.s:1328: Error: file number less than one
  5348. /tmp/process-6d504b.s:1328: Error: junk at end of line, first unrecognized character is `1'
  5349. /tmp/process-6d504b.s:1334: Error: file number less than one
  5350. /tmp/process-6d504b.s:1334: Error: junk at end of line, first unrecognized character is `6'
  5351. /tmp/process-6d504b.s:1340: Error: file number less than one
  5352. /tmp/process-6d504b.s:1340: Error: junk at end of line, first unrecognized character is `3'
  5353. /tmp/process-6d504b.s:1346: Error: file number less than one
  5354. /tmp/process-6d504b.s:1346: Error: junk at end of line, first unrecognized character is `9'
  5355. /tmp/process-6d504b.s:1352: Error: file number less than one
  5356. /tmp/process-6d504b.s:1352: Error: junk at end of line, first unrecognized character is `2'
  5357. /tmp/process-6d504b.s:1368: Error: file number less than one
  5358. /tmp/process-6d504b.s:1368: Error: junk at end of line, first unrecognized character is `2'
  5359. /tmp/process-6d504b.s:1383: Error: file number less than one
  5360. /tmp/process-6d504b.s:1383: Error: junk at end of line, first unrecognized character is `2'
  5361. /tmp/process-6d504b.s:1400: Error: file number less than one
  5362. /tmp/process-6d504b.s:1400: Error: junk at end of line, first unrecognized character is `0'
  5363. /tmp/process-6d504b.s:1428: Error: junk at end of line, first unrecognized character is `"'
  5364. /tmp/process-6d504b.s:1432: Error: file number less than one
  5365. /tmp/process-6d504b.s:1432: Error: junk at end of line, first unrecognized character is `2'
  5366. /tmp/process-6d504b.s:1438: Error: file number less than one
  5367. /tmp/process-6d504b.s:1438: Error: junk at end of line, first unrecognized character is `2'
  5368. /tmp/process-6d504b.s:1447: Error: file number less than one
  5369. /tmp/process-6d504b.s:1447: Error: junk at end of line, first unrecognized character is `2'
  5370. /tmp/process-6d504b.s:1450: Error: file number less than one
  5371. /tmp/process-6d504b.s:1450: Error: junk at end of line, first unrecognized character is `3'
  5372. /tmp/process-6d504b.s:1454: Error: file number less than one
  5373. /tmp/process-6d504b.s:1454: Error: junk at end of line, first unrecognized character is `2'
  5374. /tmp/process-6d504b.s:1468: Error: file number less than one
  5375. /tmp/process-6d504b.s:1468: Error: junk at end of line, first unrecognized character is `2'
  5376. /tmp/process-6d504b.s:1471: Error: file number less than one
  5377. /tmp/process-6d504b.s:1471: Error: junk at end of line, first unrecognized character is `6'
  5378. /tmp/process-6d504b.s:1495: Error: file number less than one
  5379. /tmp/process-6d504b.s:1495: Error: junk at end of line, first unrecognized character is `1'
  5380. /tmp/process-6d504b.s:1498: Error: file number less than one
  5381. /tmp/process-6d504b.s:1498: Error: junk at end of line, first unrecognized character is `1'
  5382. /tmp/process-6d504b.s:1500: Error: file number less than one
  5383. /tmp/process-6d504b.s:1500: Error: junk at end of line, first unrecognized character is `1'
  5384. /tmp/process-6d504b.s:1503: Error: file number less than one
  5385. /tmp/process-6d504b.s:1503: Error: junk at end of line, first unrecognized character is `2'
  5386. /tmp/process-6d504b.s:1507: Error: file number less than one
  5387. /tmp/process-6d504b.s:1507: Error: junk at end of line, first unrecognized character is `2'
  5388. /tmp/process-6d504b.s:1523: Error: file number less than one
  5389. /tmp/process-6d504b.s:1523: Error: junk at end of line, first unrecognized character is `4'
  5390. /tmp/process-6d504b.s:1529: Error: file number less than one
  5391. /tmp/process-6d504b.s:1529: Error: junk at end of line, first unrecognized character is `2'
  5392. /tmp/process-6d504b.s:1531: Error: file number less than one
  5393. /tmp/process-6d504b.s:1531: Error: junk at end of line, first unrecognized character is `7'
  5394. /tmp/process-6d504b.s:1552: Error: file number less than one
  5395. /tmp/process-6d504b.s:1552: Error: junk at end of line, first unrecognized character is `0'
  5396. /tmp/process-6d504b.s:1561: Error: file number less than one
  5397. /tmp/process-6d504b.s:1561: Error: junk at end of line, first unrecognized character is `7'
  5398. /tmp/process-6d504b.s:1570: Error: file number less than one
  5399. /tmp/process-6d504b.s:1570: Error: junk at end of line, first unrecognized character is `2'
  5400. /tmp/process-6d504b.s:1572: Error: file number less than one
  5401. /tmp/process-6d504b.s:1572: Error: junk at end of line, first unrecognized character is `2'
  5402. /tmp/process-6d504b.s:1581: Error: file number less than one
  5403. /tmp/process-6d504b.s:1581: Error: junk at end of line, first unrecognized character is `2'
  5404. /tmp/process-6d504b.s:1584: Error: file number less than one
  5405. /tmp/process-6d504b.s:1584: Error: junk at end of line, first unrecognized character is `2'
  5406. /tmp/process-6d504b.s:1586: Error: file number less than one
  5407. /tmp/process-6d504b.s:1586: Error: junk at end of line, first unrecognized character is `2'
  5408. /tmp/process-6d504b.s:1588: Error: file number less than one
  5409. /tmp/process-6d504b.s:1588: Error: junk at end of line, first unrecognized character is `2'
  5410. /tmp/process-6d504b.s:1590: Error: file number less than one
  5411. /tmp/process-6d504b.s:1590: Error: junk at end of line, first unrecognized character is `2'
  5412. /tmp/process-6d504b.s:1593: Error: file number less than one
  5413. /tmp/process-6d504b.s:1593: Error: junk at end of line, first unrecognized character is `2'
  5414. /tmp/process-6d504b.s:1614: Error: file number less than one
  5415. /tmp/process-6d504b.s:1614: Error: junk at end of line, first unrecognized character is `3'
  5416. /tmp/process-6d504b.s:1620: Error: file number less than one
  5417. /tmp/process-6d504b.s:1620: Error: junk at end of line, first unrecognized character is `3'
  5418. /tmp/process-6d504b.s:1622: Error: file number less than one
  5419. /tmp/process-6d504b.s:1622: Error: junk at end of line, first unrecognized character is `2'
  5420. /tmp/process-6d504b.s:1667: Error: file number less than one
  5421. /tmp/process-6d504b.s:1667: Error: junk at end of line, first unrecognized character is `2'
  5422. /tmp/process-6d504b.s:1669: Error: file number less than one
  5423. /tmp/process-6d504b.s:1669: Error: junk at end of line, first unrecognized character is `2'
  5424. /tmp/process-6d504b.s:1690: Error: file number less than one
  5425. /tmp/process-6d504b.s:1690: Error: junk at end of line, first unrecognized character is `7'
  5426. /tmp/process-6d504b.s:1700: Error: file number less than one
  5427. /tmp/process-6d504b.s:1700: Error: junk at end of line, first unrecognized character is `2'
  5428. /tmp/process-6d504b.s:1709: Error: junk at end of line, first unrecognized character is `"'
  5429. /tmp/process-6d504b.s:1710: Error: junk at end of line, first unrecognized character is `"'
  5430. /tmp/process-6d504b.s:1717: Error: file number less than one
  5431. /tmp/process-6d504b.s:1717: Error: junk at end of line, first unrecognized character is `0'
  5432. /tmp/process-6d504b.s:1727: Error: file number less than one
  5433. /tmp/process-6d504b.s:1727: Error: junk at end of line, first unrecognized character is `2'
  5434. /tmp/process-6d504b.s:1744: Error: file number less than one
  5435. /tmp/process-6d504b.s:1744: Error: junk at end of line, first unrecognized character is `3'
  5436. /tmp/process-6d504b.s:1750: Error: file number less than one
  5437. /tmp/process-6d504b.s:1750: Error: junk at end of line, first unrecognized character is `2'
  5438. /tmp/process-6d504b.s:1752: Error: file number less than one
  5439. /tmp/process-6d504b.s:1752: Error: junk at end of line, first unrecognized character is `1'
  5440. /tmp/process-6d504b.s:1764: Error: file number less than one
  5441. /tmp/process-6d504b.s:1764: Error: junk at end of line, first unrecognized character is `0'
  5442. /tmp/process-6d504b.s:1768: Error: file number less than one
  5443. /tmp/process-6d504b.s:1768: Error: junk at end of line, first unrecognized character is `3'
  5444. /tmp/process-6d504b.s:1771: Error: file number less than one
  5445. /tmp/process-6d504b.s:1771: Error: junk at end of line, first unrecognized character is `7'
  5446. /tmp/process-6d504b.s:1777: Error: file number less than one
  5447. /tmp/process-6d504b.s:1777: Error: junk at end of line, first unrecognized character is `4'
  5448. /tmp/process-6d504b.s:1802: Error: file number less than one
  5449. /tmp/process-6d504b.s:1802: Error: junk at end of line, first unrecognized character is `1'
  5450. /tmp/process-6d504b.s:1807: Error: file number less than one
  5451. /tmp/process-6d504b.s:1807: Error: junk at end of line, first unrecognized character is `4'
  5452. /tmp/process-6d504b.s:1832: Error: file number less than one
  5453. /tmp/process-6d504b.s:1832: Error: junk at end of line, first unrecognized character is `1'
  5454. /tmp/process-6d504b.s:1844: Error: file number less than one
  5455. /tmp/process-6d504b.s:1844: Error: junk at end of line, first unrecognized character is `0'
  5456. /tmp/process-6d504b.s:1863: Error: file number less than one
  5457. /tmp/process-6d504b.s:1863: Error: junk at end of line, first unrecognized character is `2'
  5458. /tmp/process-6d504b.s:1879: Error: file number less than one
  5459. /tmp/process-6d504b.s:1879: Error: junk at end of line, first unrecognized character is `2'
  5460. /tmp/process-6d504b.s:1896: Error: file number less than one
  5461. /tmp/process-6d504b.s:1896: Error: junk at end of line, first unrecognized character is `3'
  5462. /tmp/process-6d504b.s:1902: Error: file number less than one
  5463. /tmp/process-6d504b.s:1902: Error: junk at end of line, first unrecognized character is `2'
  5464. /tmp/process-6d504b.s:1913: Error: file number less than one
  5465. /tmp/process-6d504b.s:1913: Error: junk at end of line, first unrecognized character is `6'
  5466. /tmp/process-6d504b.s:1965: Error: file number less than one
  5467. /tmp/process-6d504b.s:1965: Error: junk at end of line, first unrecognized character is `3'
  5468. /tmp/process-6d504b.s:1977: Error: file number less than one
  5469. /tmp/process-6d504b.s:1977: Error: junk at end of line, first unrecognized character is `3'
  5470. /tmp/process-6d504b.s:2002: Error: file number less than one
  5471. /tmp/process-6d504b.s:2002: Error: junk at end of line, first unrecognized character is `2'
  5472. /tmp/process-6d504b.s:2005: Error: file number less than one
  5473. /tmp/process-6d504b.s:2005: Error: junk at end of line, first unrecognized character is `2'
  5474. /tmp/process-6d504b.s:2011: Error: file number less than one
  5475. /tmp/process-6d504b.s:2011: Error: junk at end of line, first unrecognized character is `2'
  5476. /tmp/process-6d504b.s:2019: Error: file number less than one
  5477. /tmp/process-6d504b.s:2019: Error: junk at end of line, first unrecognized character is `2'
  5478. /tmp/process-6d504b.s:2025: Error: file number less than one
  5479. /tmp/process-6d504b.s:2025: Error: junk at end of line, first unrecognized character is `2'
  5480. /tmp/process-6d504b.s:2055: Error: file number less than one
  5481. /tmp/process-6d504b.s:2055: Error: junk at end of line, first unrecognized character is `2'
  5482. /tmp/process-6d504b.s:2059: Error: file number less than one
  5483. /tmp/process-6d504b.s:2059: Error: junk at end of line, first unrecognized character is `3'
  5484. /tmp/process-6d504b.s:2062: Error: file number less than one
  5485. /tmp/process-6d504b.s:2062: Error: junk at end of line, first unrecognized character is `7'
  5486. /tmp/process-6d504b.s:2071: Error: file number less than one
  5487. /tmp/process-6d504b.s:2071: Error: junk at end of line, first unrecognized character is `4'
  5488. /tmp/process-6d504b.s:2099: Error: file number less than one
  5489. /tmp/process-6d504b.s:2099: Error: junk at end of line, first unrecognized character is `6'
  5490. /tmp/process-6d504b.s:2109: Error: file number less than one
  5491. /tmp/process-6d504b.s:2109: Error: junk at end of line, first unrecognized character is `4'
  5492. /tmp/process-6d504b.s:2137: Error: file number less than one
  5493. /tmp/process-6d504b.s:2137: Error: junk at end of line, first unrecognized character is `6'
  5494. /tmp/process-6d504b.s:2151: Error: file number less than one
  5495. /tmp/process-6d504b.s:2151: Error: junk at end of line, first unrecognized character is `6'
  5496. /tmp/process-6d504b.s:2160: Error: file number less than one
  5497. /tmp/process-6d504b.s:2160: Error: junk at end of line, first unrecognized character is `0'
  5498. /tmp/process-6d504b.s:2173: Error: file number less than one
  5499. /tmp/process-6d504b.s:2173: Error: junk at end of line, first unrecognized character is `6'
  5500. /tmp/process-6d504b.s:2182: Error: file number less than one
  5501. /tmp/process-6d504b.s:2182: Error: junk at end of line, first unrecognized character is `6'
  5502. /tmp/process-6d504b.s:2186: Error: file number less than one
  5503. /tmp/process-6d504b.s:2186: Error: junk at end of line, first unrecognized character is `6'
  5504. /tmp/process-6d504b.s:2196: Error: file number less than one
  5505. /tmp/process-6d504b.s:2196: Error: junk at end of line, first unrecognized character is `6'
  5506. /tmp/process-6d504b.s:2206: Error: file number less than one
  5507. /tmp/process-6d504b.s:2206: Error: junk at end of line, first unrecognized character is `1'
  5508. /tmp/process-6d504b.s:2209: Error: file number less than one
  5509. /tmp/process-6d504b.s:2209: Error: junk at end of line, first unrecognized character is `1'
  5510. /tmp/process-6d504b.s:2218: Error: file number less than one
  5511. /tmp/process-6d504b.s:2218: Error: junk at end of line, first unrecognized character is `1'
  5512. /tmp/process-6d504b.s:2234: Error: file number less than one
  5513. /tmp/process-6d504b.s:2234: Error: junk at end of line, first unrecognized character is `2'
  5514. /tmp/process-6d504b.s:2238: Error: file number less than one
  5515. /tmp/process-6d504b.s:2238: Error: junk at end of line, first unrecognized character is `9'
  5516. /tmp/process-6d504b.s:2244: Error: file number less than one
  5517. /tmp/process-6d504b.s:2244: Error: junk at end of line, first unrecognized character is `2'
  5518. /tmp/process-6d504b.s:2268: Error: file number less than one
  5519. /tmp/process-6d504b.s:2268: Error: junk at end of line, first unrecognized character is `1'
  5520. /tmp/process-6d504b.s:2281: Error: file number less than one
  5521. /tmp/process-6d504b.s:2281: Error: junk at end of line, first unrecognized character is `0'
  5522. /tmp/process-6d504b.s:2303: Error: file number less than one
  5523. /tmp/process-6d504b.s:2303: Error: junk at end of line, first unrecognized character is `9'
  5524. /tmp/process-6d504b.s:2311: Error: file number less than one
  5525. /tmp/process-6d504b.s:2311: Error: junk at end of line, first unrecognized character is `9'
  5526. /tmp/process-6d504b.s:2322: Error: file number less than one
  5527. /tmp/process-6d504b.s:2322: Error: junk at end of line, first unrecognized character is `2'
  5528. /tmp/process-6d504b.s:2331: Error: file number less than one
  5529. /tmp/process-6d504b.s:2331: Error: junk at end of line, first unrecognized character is `3'
  5530. /tmp/process-6d504b.s:2334: Error: file number less than one
  5531. /tmp/process-6d504b.s:2334: Error: junk at end of line, first unrecognized character is `6'
  5532. /tmp/process-6d504b.s:2354: Error: junk at end of line, first unrecognized character is `"'
  5533. /tmp/process-6d504b.s:2373: Error: junk at end of line, first unrecognized character is `"'
  5534. /tmp/process-6d504b.s:2443: Error: file number less than one
  5535. /tmp/process-6d504b.s:2443: Error: junk at end of line, first unrecognized character is `6'
  5536. /tmp/process-6d504b.s:2451: Error: file number less than one
  5537. /tmp/process-6d504b.s:2451: Error: junk at end of line, first unrecognized character is `1'
  5538. /tmp/process-6d504b.s:2454: Error: file number less than one
  5539. /tmp/process-6d504b.s:2454: Error: junk at end of line, first unrecognized character is `1'
  5540. /tmp/process-6d504b.s:2456: Error: file number less than one
  5541. /tmp/process-6d504b.s:2456: Error: junk at end of line, first unrecognized character is `1'
  5542. /tmp/process-6d504b.s:2458: Error: file number less than one
  5543. /tmp/process-6d504b.s:2458: Error: junk at end of line, first unrecognized character is `1'
  5544. /tmp/process-6d504b.s:2465: Error: file number less than one
  5545. /tmp/process-6d504b.s:2465: Error: junk at end of line, first unrecognized character is `7'
  5546. /tmp/process-6d504b.s:2470: Error: file number less than one
  5547. /tmp/process-6d504b.s:2470: Error: junk at end of line, first unrecognized character is `7'
  5548. /tmp/process-6d504b.s:2477: Error: file number less than one
  5549. /tmp/process-6d504b.s:2477: Error: junk at end of line, first unrecognized character is `3'
  5550. /tmp/process-6d504b.s:2479: Error: file number less than one
  5551. /tmp/process-6d504b.s:2479: Error: junk at end of line, first unrecognized character is `8'
  5552. /tmp/process-6d504b.s:2482: Error: file number less than one
  5553. /tmp/process-6d504b.s:2482: Error: junk at end of line, first unrecognized character is `7'
  5554. /tmp/process-6d504b.s:2490: Error: file number less than one
  5555. /tmp/process-6d504b.s:2490: Error: junk at end of line, first unrecognized character is `2'
  5556. /tmp/process-6d504b.s:2493: Error: file number less than one
  5557. /tmp/process-6d504b.s:2493: Error: junk at end of line, first unrecognized character is `2'
  5558. /tmp/process-6d504b.s:2499: Error: file number less than one
  5559. /tmp/process-6d504b.s:2499: Error: junk at end of line, first unrecognized character is `2'
  5560. /tmp/process-6d504b.s:2515: Error: file number less than one
  5561. /tmp/process-6d504b.s:2515: Error: junk at end of line, first unrecognized character is `1'
  5562. /tmp/process-6d504b.s:2526: Error: file number less than one
  5563. /tmp/process-6d504b.s:2526: Error: junk at end of line, first unrecognized character is `1'
  5564. /tmp/process-6d504b.s:2534: Error: file number less than one
  5565. /tmp/process-6d504b.s:2534: Error: junk at end of line, first unrecognized character is `2'
  5566. /tmp/process-6d504b.s:2538: Error: file number less than one
  5567. /tmp/process-6d504b.s:2538: Error: junk at end of line, first unrecognized character is `2'
  5568. /tmp/process-6d504b.s:2547: Error: junk at end of line, first unrecognized character is `"'
  5569. /tmp/process-6d504b.s:2548: Error: junk at end of line, first unrecognized character is `"'
  5570. /tmp/process-6d504b.s:2555: Error: file number less than one
  5571. /tmp/process-6d504b.s:2555: Error: junk at end of line, first unrecognized character is `0'
  5572. /tmp/process-6d504b.s:2580: Error: file number less than one
  5573. /tmp/process-6d504b.s:2580: Error: junk at end of line, first unrecognized character is `5'
  5574. /tmp/process-6d504b.s:2586: Error: file number less than one
  5575. /tmp/process-6d504b.s:2586: Error: junk at end of line, first unrecognized character is `5'
  5576. /tmp/process-6d504b.s:2589: Error: file number less than one
  5577. /tmp/process-6d504b.s:2589: Error: junk at end of line, first unrecognized character is `5'
  5578. /tmp/process-6d504b.s:2594: Error: junk at end of line, first unrecognized character is `"'
  5579. /tmp/process-6d504b.s:2598: Error: file number less than one
  5580. /tmp/process-6d504b.s:2598: Error: junk at end of line, first unrecognized character is `2'
  5581. /tmp/process-6d504b.s:2600: Error: file number less than one
  5582. /tmp/process-6d504b.s:2600: Error: junk at end of line, first unrecognized character is `6'
  5583. /tmp/process-6d504b.s:2607: Error: file number less than one
  5584. /tmp/process-6d504b.s:2607: Error: junk at end of line, first unrecognized character is `1'
  5585. /tmp/process-6d504b.s:2609: Error: file number less than one
  5586. /tmp/process-6d504b.s:2609: Error: junk at end of line, first unrecognized character is `2'
  5587. /tmp/process-6d504b.s:2624: Error: file number less than one
  5588. /tmp/process-6d504b.s:2624: Error: junk at end of line, first unrecognized character is `0'
  5589. /tmp/process-6d504b.s:2652: Error: file number less than one
  5590. /tmp/process-6d504b.s:2652: Error: junk at end of line, first unrecognized character is `0'
  5591. /tmp/process-6d504b.s:2661: Error: file number less than one
  5592. /tmp/process-6d504b.s:2661: Error: junk at end of line, first unrecognized character is `1'
  5593. /tmp/process-6d504b.s:2674: Error: file number less than one
  5594. /tmp/process-6d504b.s:2674: Error: junk at end of line, first unrecognized character is `0'
  5595. /tmp/process-6d504b.s:2692: Error: file number less than one
  5596. /tmp/process-6d504b.s:2692: Error: junk at end of line, first unrecognized character is `1'
  5597. /tmp/process-6d504b.s:2695: Error: file number less than one
  5598. /tmp/process-6d504b.s:2695: Error: junk at end of line, first unrecognized character is `1'
  5599. /tmp/process-6d504b.s:2699: Error: file number less than one
  5600. /tmp/process-6d504b.s:2699: Error: junk at end of line, first unrecognized character is `2'
  5601. /tmp/process-6d504b.s:2701: Error: file number less than one
  5602. /tmp/process-6d504b.s:2701: Error: junk at end of line, first unrecognized character is `1'
  5603. /tmp/process-6d504b.s:2713: Error: file number less than one
  5604. /tmp/process-6d504b.s:2713: Error: junk at end of line, first unrecognized character is `0'
  5605. /tmp/process-6d504b.s:2732: Error: file number less than one
  5606. /tmp/process-6d504b.s:2732: Error: junk at end of line, first unrecognized character is `6'
  5607. /tmp/process-6d504b.s:2742: Error: file number less than one
  5608. /tmp/process-6d504b.s:2742: Error: junk at end of line, first unrecognized character is `3'
  5609. /tmp/process-6d504b.s:2747: Error: file number less than one
  5610. /tmp/process-6d504b.s:2747: Error: junk at end of line, first unrecognized character is `3'
  5611. /tmp/process-6d504b.s:2750: Error: file number less than one
  5612. /tmp/process-6d504b.s:2750: Error: junk at end of line, first unrecognized character is `3'
  5613. /tmp/process-6d504b.s:2755: Error: file number less than one
  5614. /tmp/process-6d504b.s:2755: Error: junk at end of line, first unrecognized character is `3'
  5615. /tmp/process-6d504b.s:2759: Error: file number less than one
  5616. /tmp/process-6d504b.s:2759: Error: junk at end of line, first unrecognized character is `1'
  5617. /tmp/process-6d504b.s:2768: Error: file number less than one
  5618. /tmp/process-6d504b.s:2768: Error: junk at end of line, first unrecognized character is `1'
  5619. /tmp/process-6d504b.s:2844: Error: file number less than one
  5620. /tmp/process-6d504b.s:2844: Error: junk at end of line, first unrecognized character is `1'
  5621. /tmp/process-6d504b.s:2859: Error: file number less than one
  5622. /tmp/process-6d504b.s:2859: Error: junk at end of line, first unrecognized character is `0'
  5623. /tmp/process-6d504b.s:2876: Error: file number less than one
  5624. /tmp/process-6d504b.s:2876: Error: junk at end of line, first unrecognized character is `6'
  5625. /tmp/process-6d504b.s:2886: Error: file number less than one
  5626. /tmp/process-6d504b.s:2886: Error: junk at end of line, first unrecognized character is `0'
  5627. /tmp/process-6d504b.s:2890: Error: file number less than one
  5628. /tmp/process-6d504b.s:2890: Error: junk at end of line, first unrecognized character is `1'
  5629. /tmp/process-6d504b.s:2894: Error: file number less than one
  5630. /tmp/process-6d504b.s:2894: Error: junk at end of line, first unrecognized character is `1'
  5631. /tmp/process-6d504b.s:2896: Error: file number less than one
  5632. /tmp/process-6d504b.s:2896: Error: junk at end of line, first unrecognized character is `1'
  5633. /tmp/process-6d504b.s:2908: Error: file number less than one
  5634. /tmp/process-6d504b.s:2908: Error: junk at end of line, first unrecognized character is `0'
  5635. /tmp/process-6d504b.s:2918: Error: file number less than one
  5636. /tmp/process-6d504b.s:2918: Error: junk at end of line, first unrecognized character is `7'
  5637. /tmp/process-6d504b.s:2925: Error: file number less than one
  5638. /tmp/process-6d504b.s:2925: Error: junk at end of line, first unrecognized character is `7'
  5639. /tmp/process-6d504b.s:2930: Error: file number less than one
  5640. /tmp/process-6d504b.s:2930: Error: junk at end of line, first unrecognized character is `1'
  5641. /tmp/process-6d504b.s:2943: Error: file number less than one
  5642. /tmp/process-6d504b.s:2943: Error: junk at end of line, first unrecognized character is `0'
  5643. /tmp/process-6d504b.s:2970: Error: file number less than one
  5644. /tmp/process-6d504b.s:2970: Error: junk at end of line, first unrecognized character is `2'
  5645. /tmp/process-6d504b.s:2985: Error: file number less than one
  5646. /tmp/process-6d504b.s:2985: Error: junk at end of line, first unrecognized character is `2'
  5647. /tmp/process-6d504b.s:2992: Error: file number less than one
  5648. /tmp/process-6d504b.s:2992: Error: junk at end of line, first unrecognized character is `1'
  5649. /tmp/process-6d504b.s:3009: Error: file number less than one
  5650. /tmp/process-6d504b.s:3009: Error: junk at end of line, first unrecognized character is `1'
  5651. /tmp/process-6d504b.s:3014: Error: file number less than one
  5652. /tmp/process-6d504b.s:3014: Error: junk at end of line, first unrecognized character is `2'
  5653. /tmp/process-6d504b.s:3022: Error: file number less than one
  5654. /tmp/process-6d504b.s:3022: Error: junk at end of line, first unrecognized character is `9'
  5655. /tmp/process-6d504b.s:3026: Error: file number less than one
  5656. /tmp/process-6d504b.s:3026: Error: junk at end of line, first unrecognized character is `1'
  5657. /tmp/process-6d504b.s:3030: Error: file number less than one
  5658. /tmp/process-6d504b.s:3030: Error: junk at end of line, first unrecognized character is `1'
  5659. /tmp/process-6d504b.s:3033: Error: file number less than one
  5660. /tmp/process-6d504b.s:3033: Error: junk at end of line, first unrecognized character is `1'
  5661. /tmp/process-6d504b.s:3055: Error: file number less than one
  5662. /tmp/process-6d504b.s:3055: Error: junk at end of line, first unrecognized character is `4'
  5663. /tmp/process-6d504b.s:3057: Error: file number less than one
  5664. /tmp/process-6d504b.s:3057: Error: junk at end of line, first unrecognized character is `3'
  5665. /tmp/process-6d504b.s:3063: Error: file number less than one
  5666. /tmp/process-6d504b.s:3063: Error: junk at end of line, first unrecognized character is `8'
  5667. /tmp/process-6d504b.s:3068: Error: file number less than one
  5668. /tmp/process-6d504b.s:3068: Error: junk at end of line, first unrecognized character is `8'
  5669. /tmp/process-6d504b.s:3072: Error: file number less than one
  5670. /tmp/process-6d504b.s:3072: Error: junk at end of line, first unrecognized character is `8'
  5671. /tmp/process-6d504b.s:3075: Error: file number less than one
  5672. /tmp/process-6d504b.s:3075: Error: junk at end of line, first unrecognized character is `8'
  5673. /tmp/process-6d504b.s:3084: Error: file number less than one
  5674. /tmp/process-6d504b.s:3084: Error: junk at end of line, first unrecognized character is `5'
  5675. /tmp/process-6d504b.s:3091: Error: file number less than one
  5676. /tmp/process-6d504b.s:3091: Error: junk at end of line, first unrecognized character is `5'
  5677. /tmp/process-6d504b.s:3100: Error: file number less than one
  5678. /tmp/process-6d504b.s:3100: Error: junk at end of line, first unrecognized character is `5'
  5679. /tmp/process-6d504b.s:3112: Error: file number less than one
  5680. /tmp/process-6d504b.s:3112: Error: junk at end of line, first unrecognized character is `8'
  5681. /tmp/process-6d504b.s:3119: Error: file number less than one
  5682. /tmp/process-6d504b.s:3119: Error: junk at end of line, first unrecognized character is `8'
  5683. /tmp/process-6d504b.s:3123: Error: file number less than one
  5684. /tmp/process-6d504b.s:3123: Error: junk at end of line, first unrecognized character is `8'
  5685. /tmp/process-6d504b.s:3126: Error: file number less than one
  5686. /tmp/process-6d504b.s:3126: Error: junk at end of line, first unrecognized character is `8'
  5687. /tmp/process-6d504b.s:3134: Error: file number less than one
  5688. /tmp/process-6d504b.s:3134: Error: junk at end of line, first unrecognized character is `5'
  5689. /tmp/process-6d504b.s:3141: Error: file number less than one
  5690. /tmp/process-6d504b.s:3141: Error: junk at end of line, first unrecognized character is `5'
  5691. /tmp/process-6d504b.s:3149: Error: file number less than one
  5692. /tmp/process-6d504b.s:3149: Error: junk at end of line, first unrecognized character is `5'
  5693. /tmp/process-6d504b.s:3160: Error: file number less than one
  5694. /tmp/process-6d504b.s:3160: Error: junk at end of line, first unrecognized character is `8'
  5695. /tmp/process-6d504b.s:3166: Error: file number less than one
  5696. /tmp/process-6d504b.s:3166: Error: junk at end of line, first unrecognized character is `8'
  5697. /tmp/process-6d504b.s:3170: Error: file number less than one
  5698. /tmp/process-6d504b.s:3170: Error: junk at end of line, first unrecognized character is `8'
  5699. /tmp/process-6d504b.s:3173: Error: file number less than one
  5700. /tmp/process-6d504b.s:3173: Error: junk at end of line, first unrecognized character is `8'
  5701. /tmp/process-6d504b.s:3181: Error: file number less than one
  5702. /tmp/process-6d504b.s:3181: Error: junk at end of line, first unrecognized character is `5'
  5703. /tmp/process-6d504b.s:3188: Error: file number less than one
  5704. /tmp/process-6d504b.s:3188: Error: junk at end of line, first unrecognized character is `5'
  5705. /tmp/process-6d504b.s:3196: Error: file number less than one
  5706. /tmp/process-6d504b.s:3196: Error: junk at end of line, first unrecognized character is `5'
  5707. /tmp/process-6d504b.s:3207: Error: file number less than one
  5708. /tmp/process-6d504b.s:3207: Error: junk at end of line, first unrecognized character is `8'
  5709. /tmp/process-6d504b.s:3213: Error: file number less than one
  5710. /tmp/process-6d504b.s:3213: Error: junk at end of line, first unrecognized character is `8'
  5711. /tmp/process-6d504b.s:3217: Error: file number less than one
  5712. /tmp/process-6d504b.s:3217: Error: junk at end of line, first unrecognized character is `8'
  5713. /tmp/process-6d504b.s:3220: Error: file number less than one
  5714. /tmp/process-6d504b.s:3220: Error: junk at end of line, first unrecognized character is `8'
  5715. /tmp/process-6d504b.s:3228: Error: file number less than one
  5716. /tmp/process-6d504b.s:3228: Error: junk at end of line, first unrecognized character is `5'
  5717. /tmp/process-6d504b.s:3235: Error: file number less than one
  5718. /tmp/process-6d504b.s:3235: Error: junk at end of line, first unrecognized character is `5'
  5719. /tmp/process-6d504b.s:3243: Error: file number less than one
  5720. /tmp/process-6d504b.s:3243: Error: junk at end of line, first unrecognized character is `5'
  5721. /tmp/process-6d504b.s:3254: Error: file number less than one
  5722. /tmp/process-6d504b.s:3254: Error: junk at end of line, first unrecognized character is `8'
  5723. /tmp/process-6d504b.s:3260: Error: file number less than one
  5724. /tmp/process-6d504b.s:3260: Error: junk at end of line, first unrecognized character is `8'
  5725. /tmp/process-6d504b.s:3264: Error: file number less than one
  5726. /tmp/process-6d504b.s:3264: Error: junk at end of line, first unrecognized character is `8'
  5727. /tmp/process-6d504b.s:3267: Error: file number less than one
  5728. /tmp/process-6d504b.s:3267: Error: junk at end of line, first unrecognized character is `8'
  5729. /tmp/process-6d504b.s:3275: Error: file number less than one
  5730. /tmp/process-6d504b.s:3275: Error: junk at end of line, first unrecognized character is `5'
  5731. /tmp/process-6d504b.s:3282: Error: file number less than one
  5732. /tmp/process-6d504b.s:3282: Error: junk at end of line, first unrecognized character is `5'
  5733. /tmp/process-6d504b.s:3290: Error: file number less than one
  5734. /tmp/process-6d504b.s:3290: Error: junk at end of line, first unrecognized character is `5'
  5735. /tmp/process-6d504b.s:3301: Error: file number less than one
  5736. /tmp/process-6d504b.s:3301: Error: junk at end of line, first unrecognized character is `8'
  5737. /tmp/process-6d504b.s:3307: Error: file number less than one
  5738. /tmp/process-6d504b.s:3307: Error: junk at end of line, first unrecognized character is `8'
  5739. /tmp/process-6d504b.s:3311: Error: file number less than one
  5740. /tmp/process-6d504b.s:3311: Error: junk at end of line, first unrecognized character is `8'
  5741. /tmp/process-6d504b.s:3314: Error: file number less than one
  5742. /tmp/process-6d504b.s:3314: Error: junk at end of line, first unrecognized character is `8'
  5743. /tmp/process-6d504b.s:3322: Error: file number less than one
  5744. /tmp/process-6d504b.s:3322: Error: junk at end of line, first unrecognized character is `5'
  5745. /tmp/process-6d504b.s:3329: Error: file number less than one
  5746. /tmp/process-6d504b.s:3329: Error: junk at end of line, first unrecognized character is `5'
  5747. /tmp/process-6d504b.s:3337: Error: file number less than one
  5748. /tmp/process-6d504b.s:3337: Error: junk at end of line, first unrecognized character is `5'
  5749. /tmp/process-6d504b.s:3348: Error: file number less than one
  5750. /tmp/process-6d504b.s:3348: Error: junk at end of line, first unrecognized character is `8'
  5751. /tmp/process-6d504b.s:3354: Error: file number less than one
  5752. /tmp/process-6d504b.s:3354: Error: junk at end of line, first unrecognized character is `8'
  5753. /tmp/process-6d504b.s:3358: Error: file number less than one
  5754. /tmp/process-6d504b.s:3358: Error: junk at end of line, first unrecognized character is `8'
  5755. /tmp/process-6d504b.s:3361: Error: file number less than one
  5756. /tmp/process-6d504b.s:3361: Error: junk at end of line, first unrecognized character is `8'
  5757. /tmp/process-6d504b.s:3369: Error: file number less than one
  5758. /tmp/process-6d504b.s:3369: Error: junk at end of line, first unrecognized character is `5'
  5759. /tmp/process-6d504b.s:3376: Error: file number less than one
  5760. /tmp/process-6d504b.s:3376: Error: junk at end of line, first unrecognized character is `5'
  5761. /tmp/process-6d504b.s:3384: Error: file number less than one
  5762. /tmp/process-6d504b.s:3384: Error: junk at end of line, first unrecognized character is `5'
  5763. /tmp/process-6d504b.s:3395: Error: file number less than one
  5764. /tmp/process-6d504b.s:3395: Error: junk at end of line, first unrecognized character is `8'
  5765. /tmp/process-6d504b.s:3401: Error: file number less than one
  5766. /tmp/process-6d504b.s:3401: Error: junk at end of line, first unrecognized character is `8'
  5767. /tmp/process-6d504b.s:3405: Error: file number less than one
  5768. /tmp/process-6d504b.s:3405: Error: junk at end of line, first unrecognized character is `8'
  5769. /tmp/process-6d504b.s:3408: Error: file number less than one
  5770. /tmp/process-6d504b.s:3408: Error: junk at end of line, first unrecognized character is `8'
  5771. /tmp/process-6d504b.s:3416: Error: file number less than one
  5772. /tmp/process-6d504b.s:3416: Error: junk at end of line, first unrecognized character is `5'
  5773. /tmp/process-6d504b.s:3423: Error: file number less than one
  5774. /tmp/process-6d504b.s:3423: Error: junk at end of line, first unrecognized character is `5'
  5775. /tmp/process-6d504b.s:3431: Error: file number less than one
  5776. /tmp/process-6d504b.s:3431: Error: junk at end of line, first unrecognized character is `5'
  5777. /tmp/process-6d504b.s:3441: Error: file number less than one
  5778. /tmp/process-6d504b.s:3441: Error: junk at end of line, first unrecognized character is `3'
  5779. /tmp/process-6d504b.s:3446: Error: file number less than one
  5780. /tmp/process-6d504b.s:3446: Error: junk at end of line, first unrecognized character is `1'
  5781. /tmp/process-6d504b.s:3450: Error: file number less than one
  5782. /tmp/process-6d504b.s:3450: Error: junk at end of line, first unrecognized character is `2'
  5783. /tmp/process-6d504b.s:3456: Error: file number less than one
  5784. /tmp/process-6d504b.s:3456: Error: junk at end of line, first unrecognized character is `2'
  5785. /tmp/process-6d504b.s:3462: Error: junk at end of line, first unrecognized character is `"'
  5786. clang-16: error: assembler command failed with exit code 1 (use -v to see invocation)
  5787. make[2]: *** [../scripts/Makefile.build:338: arch/arm64/kernel/process.o] Error 1
  5788. make[1]: *** [/home/heh/Desktop/kernel/Makefile:1181: arch/arm64/kernel] Error 2
  5789. make[1]: Leaving directory '/home/heh/Desktop/kernel/out'
  5790. make: *** [Makefile:146: sub-make] Error 2
  5791. heh@heh-MagicalRox:~/Desktop/kernel$
  5792.  
  5793.  
  5794.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement