Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.75 KB | None | 0 0
  1. linking NXhactool.elf
  2. ConvertUTF.o: In function `ConvertUTF32toUTF16':
  3. D:/NXhactool/Source/hactool/ConvertUTF.c:65: multiple definition of `ConvertUTF32toUTF16'
  4. HacMain.o:D:/NXhactool/Source/hactool/ConvertUTF.c:65: first defined here
  5. ConvertUTF.o: In function `ConvertUTF16toUTF32':
  6. D:/NXhactool/Source/hactool/ConvertUTF.c:114: multiple definition of `ConvertUTF16toUTF32'
  7. HacMain.o:D:/NXhactool/Source/hactool/ConvertUTF.c:114: first defined here
  8. ConvertUTF.o: In function `ConvertUTF16toUTF8':
  9. D:/NXhactool/Source/hactool/ConvertUTF.c:218: multiple definition of `ConvertUTF16toUTF8'
  10. HacMain.o:D:/NXhactool/Source/hactool/ConvertUTF.c:218: first defined here
  11. ConvertUTF.o: In function `isLegalUTF8Sequence':
  12. D:/NXhactool/Source/hactool/ConvertUTF.c:327: multiple definition of `isLegalUTF8Sequence'
  13. HacMain.o:D:/NXhactool/Source/hactool/ConvertUTF.c:327: first defined here
  14. ConvertUTF.o: In function `ConvertUTF8toUTF16':
  15. D:/NXhactool/Source/hactool/ConvertUTF.c:338: multiple definition of `ConvertUTF8toUTF16'
  16. HacMain.o:D:/NXhactool/Source/hactool/ConvertUTF.c:338: first defined here
  17. ConvertUTF.o: In function `ConvertUTF32toUTF8':
  18. D:/NXhactool/Source/hactool/ConvertUTF.c:411: multiple definition of `ConvertUTF32toUTF8'
  19. HacMain.o:D:/NXhactool/Source/hactool/ConvertUTF.c:411: first defined here
  20. ConvertUTF.o: In function `ConvertUTF8toUTF32':
  21. D:/NXhactool/Source/hactool/ConvertUTF.c:466: multiple definition of `ConvertUTF8toUTF32'
  22. HacMain.o:D:/NXhactool/Source/hactool/ConvertUTF.c:466: first defined here
  23. cJSON.o: In function `cJSON_GetErrorPtr':
  24. D:/NXhactool/Source/hactool/cJSON.c:73: multiple definition of `cJSON_GetErrorPtr'
  25. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:73: first defined here
  26. cJSON.o: In function `cJSON_IsString':
  27. D:/NXhactool/Source/hactool/cJSON.c:2762: multiple definition of `cJSON_GetStringValue'
  28. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2762: first defined here
  29. cJSON.o: In function `cJSON_Version':
  30. D:/NXhactool/Source/hactool/cJSON.c:90: multiple definition of `cJSON_Version'
  31. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:90: first defined here
  32. cJSON.o: In function `cJSON_InitHooks':
  33. D:/NXhactool/Source/hactool/cJSON.c:176: multiple definition of `cJSON_InitHooks'
  34. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:176: first defined here
  35. cJSON.o: In function `cJSON_Delete':
  36. D:/NXhactool/Source/hactool/cJSON.c:218: multiple definition of `cJSON_Delete'
  37. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:218: first defined here
  38. cJSON.o: In function `cJSON_SetNumberHelper':
  39. D:/NXhactool/Source/hactool/cJSON.c:346: multiple definition of `cJSON_SetNumberHelper'
  40. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:346: first defined here
  41. cJSON.o: In function `cJSON_ParseWithOpts':
  42. D:/NXhactool/Source/hactool/cJSON.c:1002: multiple definition of `cJSON_ParseWithOpts'
  43. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1002: first defined here
  44. cJSON.o: In function `cJSON_Parse':
  45. D:/NXhactool/Source/hactool/cJSON.c:1083: multiple definition of `cJSON_Parse'
  46. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1083: first defined here
  47. cJSON.o: In function `cJSON_Print':
  48. D:/NXhactool/Source/hactool/cJSON.c:1155: multiple definition of `cJSON_Print'
  49. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1155: first defined here
  50. cJSON.o: In function `cJSON_PrintUnformatted':
  51. D:/NXhactool/Source/hactool/cJSON.c:1160: multiple definition of `cJSON_PrintUnformatted'
  52. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1160: first defined here
  53. cJSON.o: In function `cJSON_PrintBuffered':
  54. D:/NXhactool/Source/hactool/cJSON.c:1164: multiple definition of `cJSON_PrintBuffered'
  55. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1164: first defined here
  56. cJSON.o: In function `cJSON_PrintPreallocated':
  57. D:/NXhactool/Source/hactool/cJSON.c:1194: multiple definition of `cJSON_PrintPreallocated'
  58. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1194: first defined here
  59. cJSON.o: In function `cJSON_GetArraySize':
  60. D:/NXhactool/Source/hactool/cJSON.c:1726: multiple definition of `cJSON_GetArraySize'
  61. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1726: first defined here
  62. cJSON.o: In function `cJSON_GetArrayItem':
  63. D:/NXhactool/Source/hactool/cJSON.c:1765: multiple definition of `cJSON_GetArrayItem'
  64. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1765: first defined here
  65. cJSON.o: In function `cJSON_GetObjectItem':
  66. D:/NXhactool/Source/hactool/cJSON.c:1803: multiple definition of `cJSON_GetObjectItem'
  67. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1803: first defined here
  68. cJSON.o: In function `cJSON_GetObjectItemCaseSensitive':
  69. D:/NXhactool/Source/hactool/cJSON.c:1808: multiple definition of `cJSON_GetObjectItemCaseSensitive'
  70. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1808: first defined here
  71. cJSON.o: In function `cJSON_HasObjectItem':
  72. D:/NXhactool/Source/hactool/cJSON.c:1812: multiple definition of `cJSON_HasObjectItem'
  73. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1812: first defined here
  74. cJSON.o: In function `add_item_to_array':
  75. D:/NXhactool/Source/hactool/cJSON.c:1849: multiple definition of `cJSON_AddItemToArray'
  76. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1849: first defined here
  77. cJSON.o: In function `cJSON_AddItemToObject':
  78. D:/NXhactool/Source/hactool/cJSON.c:1935: multiple definition of `cJSON_AddItemToObject'
  79. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1935: first defined here
  80. cJSON.o: In function `cJSON_AddItemToObjectCS':
  81. D:/NXhactool/Source/hactool/cJSON.c:1941: multiple definition of `cJSON_AddItemToObjectCS'
  82. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1941: first defined here
  83. cJSON.o: In function `cJSON_AddItemReferenceToArray':
  84. D:/NXhactool/Source/hactool/cJSON.c:1946: multiple definition of `cJSON_AddItemReferenceToArray'
  85. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1946: first defined here
  86. cJSON.o: In function `cJSON_AddItemReferenceToObject':
  87. D:/NXhactool/Source/hactool/cJSON.c:1956: multiple definition of `cJSON_AddItemReferenceToObject'
  88. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1956: first defined here
  89. cJSON.o: In function `cJSON_AddNullToObject':
  90. D:/NXhactool/Source/hactool/cJSON.c:1965: multiple definition of `cJSON_AddNullToObject'
  91. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1965: first defined here
  92. cJSON.o: In function `cJSON_AddTrueToObject':
  93. D:/NXhactool/Source/hactool/cJSON.c:1977: multiple definition of `cJSON_AddTrueToObject'
  94. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1977: first defined here
  95. cJSON.o: In function `cJSON_AddFalseToObject':
  96. D:/NXhactool/Source/hactool/cJSON.c:1989: multiple definition of `cJSON_AddFalseToObject'
  97. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:1989: first defined here
  98. cJSON.o: In function `cJSON_AddBoolToObject':
  99. D:/NXhactool/Source/hactool/cJSON.c:2001: multiple definition of `cJSON_AddBoolToObject'
  100. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2001: first defined here
  101. cJSON.o: In function `cJSON_AddObjectToObject':
  102. D:/NXhactool/Source/hactool/cJSON.c:2049: multiple definition of `cJSON_AddObjectToObject'
  103. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2049: first defined here
  104. cJSON.o: In function `cJSON_AddArrayToObject':
  105. D:/NXhactool/Source/hactool/cJSON.c:2061: multiple definition of `cJSON_AddArrayToObject'
  106. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2061: first defined here
  107. cJSON.o: In function `cJSON_DetachItemViaPointer':
  108. D:/NXhactool/Source/hactool/cJSON.c:2074: multiple definition of `cJSON_DetachItemViaPointer'
  109. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2074: first defined here
  110. cJSON.o: In function `cJSON_DetachItemFromArray':
  111. D:/NXhactool/Source/hactool/cJSON.c:2103: multiple definition of `cJSON_DetachItemFromArray'
  112. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2103: first defined here
  113. cJSON.o: In function `cJSON_DeleteItemFromArray':
  114. D:/NXhactool/Source/hactool/cJSON.c:2113: multiple definition of `cJSON_DeleteItemFromArray'
  115. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2113: first defined here
  116. cJSON.o: In function `cJSON_DetachItemFromObject':
  117. D:/NXhactool/Source/hactool/cJSON.c:2118: multiple definition of `cJSON_DetachItemFromObject'
  118. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2118: first defined here
  119. cJSON.o: In function `cJSON_DetachItemFromObjectCaseSensitive':
  120. D:/NXhactool/Source/hactool/cJSON.c:2125: multiple definition of `cJSON_DetachItemFromObjectCaseSensitive'
  121. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2125: first defined here
  122. cJSON.o: In function `cJSON_DeleteItemFromObject':
  123. D:/NXhactool/Source/hactool/cJSON.c:2132: multiple definition of `cJSON_DeleteItemFromObject'
  124. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2132: first defined here
  125. cJSON.o: In function `cJSON_DeleteItemFromObjectCaseSensitive':
  126. D:/NXhactool/Source/hactool/cJSON.c:2137: multiple definition of `cJSON_DeleteItemFromObjectCaseSensitive'
  127. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2137: first defined here
  128. cJSON.o: In function `cJSON_InsertItemInArray':
  129. D:/NXhactool/Source/hactool/cJSON.c:2146: multiple definition of `cJSON_InsertItemInArray'
  130. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2146: first defined here
  131. cJSON.o: In function `cJSON_ReplaceItemViaPointer':
  132. D:/NXhactool/Source/hactool/cJSON.c:2173: multiple definition of `cJSON_ReplaceItemViaPointer'
  133. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2173: first defined here
  134. cJSON.o: In function `cJSON_ReplaceItemInArray':
  135. D:/NXhactool/Source/hactool/cJSON.c:2208: multiple definition of `cJSON_ReplaceItemInArray'
  136. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2208: first defined here
  137. cJSON.o: In function `replace_item_in_object':
  138. D:/NXhactool/Source/hactool/cJSON.c:2218: multiple definition of `cJSON_ReplaceItemInObject'
  139. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2218: first defined here
  140. cJSON.o: In function `replace_item_in_object':
  141. D:/NXhactool/Source/hactool/cJSON.c:2218: multiple definition of `cJSON_ReplaceItemInObjectCaseSensitive'
  142. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2218: first defined here
  143. cJSON.o: In function `cJSON_CreateNull':
  144. D:/NXhactool/Source/hactool/cJSON.c:2249: multiple definition of `cJSON_CreateNull'
  145. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2249: first defined here
  146. cJSON.o: In function `cJSON_CreateTrue':
  147. D:/NXhactool/Source/hactool/cJSON.c:2260: multiple definition of `cJSON_CreateTrue'
  148. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2260: first defined here
  149. cJSON.o: In function `cJSON_CreateFalse':
  150. D:/NXhactool/Source/hactool/cJSON.c:2271: multiple definition of `cJSON_CreateFalse'
  151. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2271: first defined here
  152. cJSON.o: In function `cJSON_CreateBool':
  153. D:/NXhactool/Source/hactool/cJSON.c:2281: multiple definition of `cJSON_CreateBool'
  154. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2281: first defined here
  155. cJSON.o: In function `cJSON_CreateNumber':
  156. D:/NXhactool/Source/hactool/cJSON.c:2292: multiple definition of `cJSON_CreateNumber'
  157. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2292: first defined here
  158. cJSON.o: In function `cJSON_AddNumberToObject':
  159. D:/NXhactool/Source/hactool/cJSON.c:2013: multiple definition of `cJSON_AddNumberToObject'
  160. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2013: first defined here
  161. cJSON.o: In function `cJSON_CreateString':
  162. D:/NXhactool/Source/hactool/cJSON.c:2318: multiple definition of `cJSON_CreateString'
  163. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2318: first defined here
  164. cJSON.o: In function `cJSON_AddStringToObject':
  165. D:/NXhactool/Source/hactool/cJSON.c:2025: multiple definition of `cJSON_AddStringToObject'
  166. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2025: first defined here
  167. cJSON.o: In function `cJSON_CreateStringReference':
  168. D:/NXhactool/Source/hactool/cJSON.c:2335: multiple definition of `cJSON_CreateStringReference'
  169. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2335: first defined here
  170. cJSON.o: In function `cJSON_CreateObjectReference':
  171. D:/NXhactool/Source/hactool/cJSON.c:2347: multiple definition of `cJSON_CreateObjectReference'
  172. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2347: first defined here
  173. cJSON.o: In function `cJSON_CreateArrayReference':
  174. D:/NXhactool/Source/hactool/cJSON.c:2357: multiple definition of `cJSON_CreateArrayReference'
  175. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2357: first defined here
  176. cJSON.o: In function `cJSON_CreateRaw':
  177. D:/NXhactool/Source/hactool/cJSON.c:2368: multiple definition of `cJSON_CreateRaw'
  178. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2368: first defined here
  179. cJSON.o: In function `cJSON_AddRawToObject':
  180. D:/NXhactool/Source/hactool/cJSON.c:2037: multiple definition of `cJSON_AddRawToObject'
  181. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2037: first defined here
  182. cJSON.o: In function `cJSON_CreateArray':
  183. D:/NXhactool/Source/hactool/cJSON.c:2386: multiple definition of `cJSON_CreateArray'
  184. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2386: first defined here
  185. cJSON.o: In function `cJSON_CreateObject':
  186. D:/NXhactool/Source/hactool/cJSON.c:2397: multiple definition of `cJSON_CreateObject'
  187. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2397: first defined here
  188. cJSON.o: In function `cJSON_CreateIntArray':
  189. D:/NXhactool/Source/hactool/cJSON.c:2408: multiple definition of `cJSON_CreateIntArray'
  190. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2408: first defined here
  191. cJSON.o: In function `cJSON_CreateFloatArray':
  192. D:/NXhactool/Source/hactool/cJSON.c:2443: multiple definition of `cJSON_CreateFloatArray'
  193. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2443: first defined here
  194. cJSON.o: In function `cJSON_CreateDoubleArray':
  195. D:/NXhactool/Source/hactool/cJSON.c:2479: multiple definition of `cJSON_CreateDoubleArray'
  196. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2479: first defined here
  197. cJSON.o: In function `cJSON_CreateStringArray':
  198. D:/NXhactool/Source/hactool/cJSON.c:2515: multiple definition of `cJSON_CreateStringArray'
  199. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2515: first defined here
  200. cJSON.o: In function `cJSON_Duplicate':
  201. D:/NXhactool/Source/hactool/cJSON.c:2552: multiple definition of `cJSON_Duplicate'
  202. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2552: first defined here
  203. cJSON.o: In function `cJSON_Minify':
  204. D:/NXhactool/Source/hactool/cJSON.c:2634: multiple definition of `cJSON_Minify'
  205. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2634: first defined here
  206. cJSON.o: In function `cJSON_IsInvalid':
  207. D:/NXhactool/Source/hactool/cJSON.c:2702: multiple definition of `cJSON_IsInvalid'
  208. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2702: first defined here
  209. cJSON.o: In function `cJSON_IsFalse':
  210. D:/NXhactool/Source/hactool/cJSON.c:2712: multiple definition of `cJSON_IsFalse'
  211. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2712: first defined here
  212. cJSON.o: In function `cJSON_IsTrue':
  213. D:/NXhactool/Source/hactool/cJSON.c:2722: multiple definition of `cJSON_IsTrue'
  214. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2722: first defined here
  215. cJSON.o: In function `cJSON_IsBool':
  216. D:/NXhactool/Source/hactool/cJSON.c:2733: multiple definition of `cJSON_IsBool'
  217. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2733: first defined here
  218. cJSON.o: In function `cJSON_IsNull':
  219. D:/NXhactool/Source/hactool/cJSON.c:2742: multiple definition of `cJSON_IsNull'
  220. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2742: first defined here
  221. cJSON.o: In function `cJSON_IsNumber':
  222. D:/NXhactool/Source/hactool/cJSON.c:2752: multiple definition of `cJSON_IsNumber'
  223. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2752: first defined here
  224. cJSON.o: In function `cJSON_IsString':
  225. D:/NXhactool/Source/hactool/cJSON.c:2762: multiple definition of `cJSON_IsString'
  226. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2762: first defined here
  227. cJSON.o: In function `cJSON_IsArray':
  228. D:/NXhactool/Source/hactool/cJSON.c:2772: multiple definition of `cJSON_IsArray'
  229. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2772: first defined here
  230. cJSON.o: In function `cJSON_IsObject':
  231. D:/NXhactool/Source/hactool/cJSON.c:2782: multiple definition of `cJSON_IsObject'
  232. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2782: first defined here
  233. cJSON.o: In function `cJSON_IsRaw':
  234. D:/NXhactool/Source/hactool/cJSON.c:2792: multiple definition of `cJSON_IsRaw'
  235. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2792: first defined here
  236. cJSON.o: In function `cJSON_Compare':
  237. D:/NXhactool/Source/hactool/cJSON.c:2802: multiple definition of `cJSON_Compare'
  238. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2802: first defined here
  239. cJSON.o: In function `cJSON_malloc':
  240. D:/NXhactool/Source/hactool/cJSON.c:2927: multiple definition of `cJSON_malloc'
  241. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2927: first defined here
  242. cJSON.o: In function `cJSON_free':
  243. D:/NXhactool/Source/hactool/cJSON.c:2932: multiple definition of `cJSON_free'
  244. HacMain.o:D:/NXhactool/Source/hactool/cJSON.c:2932: first defined here
  245. npdm.o:D:/NXhactool/Source/hactool/npdm.c:9: multiple definition of `svc_names'
  246. HacMain.o:D:/NXhactool/Source/hactool/npdm.c:9: first defined here
  247. collect2.exe: error: ld returned 1 exit status
  248. make[1]: *** [/opt/devkitpro/libnx/switch_rules:80: /d/NXhactool/Release/NXhactool.elf] Error 1
  249. make: *** [Makefile:155: build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement