Advertisement
Guest User

Untitled

a guest
Mar 11th, 2022
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.31 KB | None | 0 0
  1. [ 10%] Building CXX object Source/Core/Common/CMakeFiles/common.dir/x64ABI.cpp.o
  2. In file included from /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:9,
  3. from /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:14,
  4. from /home/tomman/workbench/dolphin/Source/Core/Common/x64ABI.cpp:7:
  5. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘u64 Gen::OpArg::Imm64() const’:
  6. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  7. ##__VA_ARGS__)
  8. ^
  9. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
  10. GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
  11. ^~~~~~~~~~~~~~~
  12. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:37:12: note: in expansion of macro ‘PanicYesNoFmt’
  13. if (!PanicYesNoFmt("An error occurred.\n\n" \
  14. ^~~~~~~~~~~~~
  15. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:49:7: note: in expansion of macro ‘ASSERT’
  16. ASSERT(_a_); \
  17. ^~~~~~
  18. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:128:5: note: in expansion of macro ‘DEBUG_ASSERT’
  19. DEBUG_ASSERT(scale == SCALE_IMM64);
  20. ^~~~~~~~~~~~
  21. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘u32 Gen::OpArg::Imm32() const’:
  22. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  23. ##__VA_ARGS__)
  24. ^
  25. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
  26. GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
  27. ^~~~~~~~~~~~~~~
  28. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:37:12: note: in expansion of macro ‘PanicYesNoFmt’
  29. if (!PanicYesNoFmt("An error occurred.\n\n" \
  30. ^~~~~~~~~~~~~
  31. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:49:7: note: in expansion of macro ‘ASSERT’
  32. ASSERT(_a_); \
  33. ^~~~~~
  34. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:133:5: note: in expansion of macro ‘DEBUG_ASSERT’
  35. DEBUG_ASSERT(scale == SCALE_IMM32);
  36. ^~~~~~~~~~~~
  37. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘u16 Gen::OpArg::Imm16() const’:
  38. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  39. ##__VA_ARGS__)
  40. ^
  41. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
  42. GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
  43. ^~~~~~~~~~~~~~~
  44. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:37:12: note: in expansion of macro ‘PanicYesNoFmt’
  45. if (!PanicYesNoFmt("An error occurred.\n\n" \
  46. ^~~~~~~~~~~~~
  47. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:49:7: note: in expansion of macro ‘ASSERT’
  48. ASSERT(_a_); \
  49. ^~~~~~
  50. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:138:5: note: in expansion of macro ‘DEBUG_ASSERT’
  51. DEBUG_ASSERT(scale == SCALE_IMM16);
  52. ^~~~~~~~~~~~
  53. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘u8 Gen::OpArg::Imm8() const’:
  54. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  55. ##__VA_ARGS__)
  56. ^
  57. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
  58. GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
  59. ^~~~~~~~~~~~~~~
  60. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:37:12: note: in expansion of macro ‘PanicYesNoFmt’
  61. if (!PanicYesNoFmt("An error occurred.\n\n" \
  62. ^~~~~~~~~~~~~
  63. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:49:7: note: in expansion of macro ‘ASSERT’
  64. ASSERT(_a_); \
  65. ^~~~~~
  66. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:143:5: note: in expansion of macro ‘DEBUG_ASSERT’
  67. DEBUG_ASSERT(scale == SCALE_IMM8);
  68. ^~~~~~~~~~~~
  69. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘s64 Gen::OpArg::SImm64() const’:
  70. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  71. ##__VA_ARGS__)
  72. ^
  73. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
  74. GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
  75. ^~~~~~~~~~~~~~~
  76. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:37:12: note: in expansion of macro ‘PanicYesNoFmt’
  77. if (!PanicYesNoFmt("An error occurred.\n\n" \
  78. ^~~~~~~~~~~~~
  79. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:49:7: note: in expansion of macro ‘ASSERT’
  80. ASSERT(_a_); \
  81. ^~~~~~
  82. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:149:5: note: in expansion of macro ‘DEBUG_ASSERT’
  83. DEBUG_ASSERT(scale == SCALE_IMM64);
  84. ^~~~~~~~~~~~
  85. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘s32 Gen::OpArg::SImm32() const’:
  86. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  87. ##__VA_ARGS__)
  88. ^
  89.  
  90. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
  91. GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
  92. ^~~~~~~~~~~~~~~
  93. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:37:12: note: in expansion of macro ‘PanicYesNoFmt’
  94. if (!PanicYesNoFmt("An error occurred.\n\n" \
  95. ^~~~~~~~~~~~~
  96. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:49:7: note: in expansion of macro ‘ASSERT’
  97. ASSERT(_a_); \
  98. ^~~~~~
  99. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:154:5: note: in expansion of macro ‘DEBUG_ASSERT’
  100. DEBUG_ASSERT(scale == SCALE_IMM32);
  101. ^~~~~~~~~~~~
  102. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘s16 Gen::OpArg::SImm16() const’:
  103. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  104. ##__VA_ARGS__)
  105. ^
  106. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
  107. GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
  108. ^~~~~~~~~~~~~~~
  109. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:37:12: note: in expansion of macro ‘PanicYesNoFmt’
  110. if (!PanicYesNoFmt("An error occurred.\n\n" \
  111. ^~~~~~~~~~~~~
  112. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:49:7: note: in expansion of macro ‘ASSERT’
  113. ASSERT(_a_); \
  114. ^~~~~~
  115. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:159:5: note: in expansion of macro ‘DEBUG_ASSERT’
  116. DEBUG_ASSERT(scale == SCALE_IMM16);
  117. ^~~~~~~~~~~~
  118. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘s8 Gen::OpArg::SImm8() const’:
  119. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  120. ##__VA_ARGS__)
  121. ^
  122. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
  123. GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
  124. ^~~~~~~~~~~~~~~
  125. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:37:12: note: in expansion of macro ‘PanicYesNoFmt’
  126. if (!PanicYesNoFmt("An error occurred.\n\n" \
  127. ^~~~~~~~~~~~~
  128. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:49:7: note: in expansion of macro ‘ASSERT’
  129. ASSERT(_a_); \
  130. ^~~~~~
  131. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:164:5: note: in expansion of macro ‘DEBUG_ASSERT’
  132. DEBUG_ASSERT(scale == SCALE_IMM8);
  133. ^~~~~~~~~~~~
  134. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘Gen::OpArg Gen::OpArg::AsImm64() const’:
  135. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  136. ##__VA_ARGS__)
  137. ^
  138. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
  139. GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
  140. ^~~~~~~~~~~~~~~
  141. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:37:12: note: in expansion of macro ‘PanicYesNoFmt’
  142. if (!PanicYesNoFmt("An error occurred.\n\n" \
  143. ^~~~~~~~~~~~~
  144. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:49:7: note: in expansion of macro ‘ASSERT’
  145. ASSERT(_a_); \
  146. ^~~~~~
  147. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:170:5: note: in expansion of macro ‘DEBUG_ASSERT’
  148. DEBUG_ASSERT(IsImm());
  149. ^~~~~~~~~~~~
  150. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘Gen::OpArg Gen::OpArg::AsImm32() const’:
  151. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  152. ##__VA_ARGS__)
  153. ^
  154. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
  155. GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
  156. ^~~~~~~~~~~~~~~
  157. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:37:12: note: in expansion of macro ‘PanicYesNoFmt’
  158. if (!PanicYesNoFmt("An error occurred.\n\n" \
  159. ^~~~~~~~~~~~~
  160. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:49:7: note: in expansion of macro ‘ASSERT’
  161. ASSERT(_a_); \
  162. ^~~~~~
  163. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:175:5: note: in expansion of macro ‘DEBUG_ASSERT’
  164. DEBUG_ASSERT(IsImm());
  165. ^~~~~~~~~~~~
  166. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘Gen::OpArg Gen::OpArg::AsImm16() const’:
  167. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  168. ##__VA_ARGS__)
  169. ^
  170. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
  171. GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
  172. ^~~~~~~~~~~~~~~
  173. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:37:12: note: in expansion of macro ‘PanicYesNoFmt’
  174. if (!PanicYesNoFmt("An error occurred.\n\n" \
  175. ^~~~~~~~~~~~~
  176. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:49:7: note: in expansion of macro ‘ASSERT’
  177. ASSERT(_a_); \
  178. ^~~~~~
  179. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:180:5: note: in expansion of macro ‘DEBUG_ASSERT’
  180. DEBUG_ASSERT(IsImm());
  181. ^~~~~~~~~~~~
  182. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘Gen::OpArg Gen::OpArg::AsImm8() const’:
  183. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  184. ##__VA_ARGS__)
  185. ^
  186. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
  187. GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
  188. ^~~~~~~~~~~~~~~
  189. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:37:12: note: in expansion of macro ‘PanicYesNoFmt’
  190. if (!PanicYesNoFmt("An error occurred.\n\n" \
  191. ^~~~~~~~~~~~~
  192. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:49:7: note: in expansion of macro ‘ASSERT’
  193. ASSERT(_a_); \
  194. ^~~~~~
  195. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:185:5: note: in expansion of macro ‘DEBUG_ASSERT’
  196. DEBUG_ASSERT(IsImm());
  197. ^~~~~~~~~~~~
  198. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h: In member function ‘void Gen::OpArg::AddMemOffset(int)’:
  199. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
  200. ##__VA_ARGS__)
  201. ^
  202. /home/tomman/workbench/dolphin/Source/Core/Common/MsgHandler.h:126:3: note: in expansion of macro ‘GenericAlertFmt’
  203. GenericAlertFmt(true, Common::MsgType::Warning, log_type, format, ##__VA_ARGS__)
  204. ^~~~~~~~~~~~~~~
  205. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:16:12: note: in expansion of macro ‘PanicYesNoFmtAssert’
  206. if (!PanicYesNoFmtAssert(_t_, \
  207. ^~~~~~~~~~~~~~~~~~~
  208. /home/tomman/workbench/dolphin/Source/Core/Common/Assert.h:29:7: note: in expansion of macro ‘ASSERT_MSG’
  209. ASSERT_MSG(_t_, _a_, _fmt_, ##__VA_ARGS__); \
  210. ^~~~~~~~~~
  211. /home/tomman/workbench/dolphin/Source/Core/Common/x64Emitter.h:224:5: note: in expansion of macro ‘DEBUG_ASSERT_MSG’
  212. DEBUG_ASSERT_MSG(DYNA_REC, scale == SCALE_RIP || (scale <= SCALE_ATREG && scale > SCALE_NONE),
  213. ^~~~~~~~~~~~~~~~
  214. make[2]: *** [Source/Core/Common/CMakeFiles/common.dir/build.make:732: Source/Core/Common/CMakeFiles/common.dir/x64ABI.cpp.o] Error 1
  215. make[1]: *** [CMakeFiles/Makefile2:1762: Source/Core/Common/CMakeFiles/common.dir/all] Error 2
  216. make: *** [Makefile:171: all] Error 2
  217.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement