Advertisement
Guest User

Untitled

a guest
Jul 11th, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.73 KB | None | 0 0
  1. g++ -D __AVR_ATmega8__ -I /usr/lib/gcc/avr/8.1.0/include -I /usr/lib/gcc/avr/8.1.0/include-fixed -I /usr/lib/gcc/avr/8.1.0/../../../../avr/include lib/main_test.o adc_test.cpp -o tests && ./tests
  2. In file included from /usr/include/c++/8.1.1/bits/localefwd.h:40,
  3. from /usr/include/c++/8.1.1/string:43,
  4. from lib/catch.hpp:267,
  5. from adc_test.cpp:5:
  6. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/c++locale.h:52:23: error: ‘uselocale’ was not declared in this scope
  7. extern "C" __typeof(uselocale) __uselocale;
  8. ^~~~~~~~~
  9. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/c++locale.h:52:23: note: suggested alternative: ‘setlocale’
  10. extern "C" __typeof(uselocale) __uselocale;
  11. ^~~~~~~~~
  12. setlocale
  13. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/c++locale.h: In function ‘int std::__convert_from_v(__locale_struct* const&, char*, int, const char*, ...)’:
  14. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/c++locale.h:75:53: error: ‘__gnu_cxx::__uselocale’ cannot be used as a function
  15. __c_locale __old = __gnu_cxx::__uselocale(__cloc);
  16. ^
  17. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/c++locale.h:100:33: error: ‘__gnu_cxx::__uselocale’ cannot be used as a function
  18. __gnu_cxx::__uselocale(__old);
  19. ^
  20. In file included from /usr/include/pthread.h:24,
  21. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h:35,
  22. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr.h:148,
  23. from /usr/include/c++/8.1.1/ext/atomicity.h:35,
  24. from /usr/include/c++/8.1.1/bits/basic_string.h:39,
  25. from /usr/include/c++/8.1.1/string:52,
  26. from lib/catch.hpp:267,
  27. from adc_test.cpp:5:
  28. /usr/lib/gcc/avr/8.1.0/../../../../avr/include/time.h: At global scope:
  29. /usr/lib/gcc/avr/8.1.0/../../../../avr/include/time.h:116:22: error: conflicting declaration ‘typedef uint32_t time_t’
  30. typedef uint32_t time_t;
  31. ^~~~~~
  32. In file included from /usr/include/sched.h:31,
  33. from /usr/include/pthread.h:23,
  34. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h:35,
  35. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr.h:148,
  36. from /usr/include/c++/8.1.1/ext/atomicity.h:35,
  37. from /usr/include/c++/8.1.1/bits/basic_string.h:39,
  38. from /usr/include/c++/8.1.1/string:52,
  39. from lib/catch.hpp:267,
  40. from adc_test.cpp:5:
  41. /usr/include/bits/types/time_t.h:7:18: note: previous declaration as ‘typedef __time_t time_t’
  42. typedef __time_t time_t;
  43. ^~~~~~
  44. In file included from /usr/include/c++/8.1.1/cstdlib:75,
  45. from /usr/include/c++/8.1.1/ext/string_conversions.h:41,
  46. from /usr/include/c++/8.1.1/bits/basic_string.h:6361,
  47. from /usr/include/c++/8.1.1/string:52,
  48. from lib/catch.hpp:267,
  49. from adc_test.cpp:5:
  50. /usr/include/stdlib.h:62:5: error: conflicting declaration ‘typedef struct div_t div_t’
  51. } div_t;
  52. ^~~~~
  53. In file included from /usr/lib/gcc/avr/8.1.0/../../../../avr/include/time.h:107,
  54. from /usr/include/pthread.h:24,
  55. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h:35,
  56. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr.h:148,
  57. from /usr/include/c++/8.1.1/ext/atomicity.h:35,
  58. from /usr/include/c++/8.1.1/bits/basic_string.h:39,
  59. from /usr/include/c++/8.1.1/string:52,
  60. from lib/catch.hpp:267,
  61. from adc_test.cpp:5:
  62. /usr/lib/gcc/avr/8.1.0/../../../../avr/include/stdlib.h:73:3: note: previous declaration as ‘typedef struct div_t div_t’
  63. } div_t;
  64. ^~~~~
  65. In file included from /usr/include/c++/8.1.1/cstdlib:75,
  66. from /usr/include/c++/8.1.1/ext/string_conversions.h:41,
  67. from /usr/include/c++/8.1.1/bits/basic_string.h:6361,
  68. from /usr/include/c++/8.1.1/string:52,
  69. from lib/catch.hpp:267,
  70. from adc_test.cpp:5:
  71. /usr/include/stdlib.h:70:5: error: conflicting declaration ‘typedef struct ldiv_t ldiv_t’
  72. } ldiv_t;
  73. ^~~~~~
  74. In file included from /usr/lib/gcc/avr/8.1.0/../../../../avr/include/time.h:107,
  75. from /usr/include/pthread.h:24,
  76. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h:35,
  77. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr.h:148,
  78. from /usr/include/c++/8.1.1/ext/atomicity.h:35,
  79. from /usr/include/c++/8.1.1/bits/basic_string.h:39,
  80. from /usr/include/c++/8.1.1/string:52,
  81. from lib/catch.hpp:267,
  82. from adc_test.cpp:5:
  83. /usr/lib/gcc/avr/8.1.0/../../../../avr/include/stdlib.h:79:3: note: previous declaration as ‘typedef struct ldiv_t ldiv_t’
  84. } ldiv_t;
  85. ^~~~~~
  86. In file included from /usr/include/c++/8.1.1/cstdlib:75,
  87. from /usr/include/c++/8.1.1/ext/string_conversions.h:41,
  88. from /usr/include/c++/8.1.1/bits/basic_string.h:6361,
  89. from /usr/include/c++/8.1.1/string:52,
  90. from lib/catch.hpp:267,
  91. from adc_test.cpp:5:
  92. /usr/include/stdlib.h:404:13: error: conflicting declaration of C function ‘void srandom(unsigned int)’
  93. extern void srandom (unsigned int __seed) __THROW;
  94. ^~~~~~~
  95. In file included from /usr/lib/gcc/avr/8.1.0/../../../../avr/include/time.h:107,
  96. from /usr/include/pthread.h:24,
  97. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h:35,
  98. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr.h:148,
  99. from /usr/include/c++/8.1.1/ext/atomicity.h:35,
  100. from /usr/include/c++/8.1.1/bits/basic_string.h:39,
  101. from /usr/include/c++/8.1.1/string:52,
  102. from lib/catch.hpp:267,
  103. from adc_test.cpp:5:
  104. /usr/lib/gcc/avr/8.1.0/../../../../avr/include/stdlib.h:586:13: note: previous declaration ‘void srandom(long unsigned int)’
  105. extern void srandom(unsigned long __seed);
  106. ^~~~~~~
  107. In file included from /usr/include/c++/8.1.1/cstdlib:75,
  108. from /usr/include/c++/8.1.1/ext/string_conversions.h:41,
  109. from /usr/include/c++/8.1.1/bits/basic_string.h:6361,
  110. from /usr/include/c++/8.1.1/string:52,
  111. from lib/catch.hpp:267,
  112. from adc_test.cpp:5:
  113. /usr/include/stdlib.h:434:12: error: conflicting declaration of C function ‘int random_r(random_data*, int32_t*)’
  114. extern int random_r (struct random_data *__restrict __buf,
  115. ^~~~~~~~
  116. In file included from /usr/lib/gcc/avr/8.1.0/../../../../avr/include/time.h:107,
  117. from /usr/include/pthread.h:24,
  118. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h:35,
  119. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr.h:148,
  120. from /usr/include/c++/8.1.1/ext/atomicity.h:35,
  121. from /usr/include/c++/8.1.1/bits/basic_string.h:39,
  122. from /usr/include/c++/8.1.1/string:52,
  123. from lib/catch.hpp:267,
  124. from adc_test.cpp:5:
  125. /usr/lib/gcc/avr/8.1.0/../../../../avr/include/stdlib.h:594:13: note: previous declaration ‘long int random_r(long unsigned int*)’
  126. extern long random_r(unsigned long *__ctx);
  127. ^~~~~~~~
  128. In file included from /usr/include/c++/8.1.1/cstdlib:75,
  129. from /usr/include/c++/8.1.1/ext/string_conversions.h:41,
  130. from /usr/include/c++/8.1.1/bits/basic_string.h:6361,
  131. from /usr/include/c++/8.1.1/string:52,
  132. from lib/catch.hpp:267,
  133. from adc_test.cpp:5:
  134. /usr/include/stdlib.h:459:12: error: conflicting declaration of C function ‘int rand_r(unsigned int*)’
  135. extern int rand_r (unsigned int *__seed) __THROW;
  136. ^~~~~~
  137. In file included from /usr/lib/gcc/avr/8.1.0/../../../../avr/include/time.h:107,
  138. from /usr/include/pthread.h:24,
  139. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h:35,
  140. from /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/gthr.h:148,
  141. from /usr/include/c++/8.1.1/ext/atomicity.h:35,
  142. from /usr/include/c++/8.1.1/bits/basic_string.h:39,
  143. from /usr/include/c++/8.1.1/string:52,
  144. from lib/catch.hpp:267,
  145. from adc_test.cpp:5:
  146. /usr/lib/gcc/avr/8.1.0/../../../../avr/include/stdlib.h:385:12: note: previous declaration ‘int rand_r(long unsigned int*)’
  147. extern int rand_r(unsigned long *__ctx);
  148. ^~~~~~
  149. In file included from /usr/include/c++/8.1.1/cstdio:42,
  150. from /usr/include/c++/8.1.1/ext/string_conversions.h:43,
  151. from /usr/include/c++/8.1.1/bits/basic_string.h:6361,
  152. from /usr/include/c++/8.1.1/string:52,
  153. from lib/catch.hpp:267,
  154. from adc_test.cpp:5:
  155. /usr/lib/gcc/avr/8.1.0/../../../../avr/include/stdio.h:277:23: error: conflicting declaration ‘typedef struct __file FILE’
  156. typedef struct __file FILE;
  157. ^~~~
  158. In file included from /usr/include/wchar.h:46,
  159. from /usr/include/c++/8.1.1/cwchar:44,
  160. from /usr/include/c++/8.1.1/bits/postypes.h:40,
  161. from /usr/include/c++/8.1.1/iosfwd:40,
  162. from lib/catch.hpp:266,
  163. from adc_test.cpp:5:
  164. /usr/include/bits/types/FILE.h:7:25: note: previous declaration as ‘typedef struct _IO_FILE FILE’
  165. typedef struct _IO_FILE FILE;
  166. ^~~~
  167. In file included from /usr/include/c++/8.1.1/ext/string_conversions.h:43,
  168. from /usr/include/c++/8.1.1/bits/basic_string.h:6361,
  169. from /usr/include/c++/8.1.1/string:52,
  170. from lib/catch.hpp:267,
  171. from adc_test.cpp:5:
  172. /usr/include/c++/8.1.1/cstdio:179:11: error: ‘::vsscanf’ has not been declared
  173. using ::vsscanf;
  174. ^~~~~~~
  175. /usr/include/c++/8.1.1/cstdio:189:22: error: ‘__gnu_cxx::vsscanf’ has not been declared
  176. using ::__gnu_cxx::vsscanf;
  177. ^~~~~~~
  178. In file included from lib/catch.hpp:347,
  179. from adc_test.cpp:5:
  180. /usr/include/c++/8.1.1/memory: In function ‘void* std::align(std::size_t, std::size_t, void*&, std::size_t&)’:
  181. /usr/include/c++/8.1.1/memory:116:58: error: cast from ‘void*’ to ‘uintptr_t’ {aka ‘short unsigned int’} loses precision [-fpermissive]
  182. const auto __intptr = reinterpret_cast<uintptr_t>(__ptr);
  183. ^
  184. In file included from /usr/include/c++/8.1.1/system_error:39,
  185. from /usr/include/c++/8.1.1/bits/ios_base.h:46,
  186. from /usr/include/c++/8.1.1/ios:42,
  187. from /usr/include/c++/8.1.1/ostream:38,
  188. from lib/catch.hpp:668,
  189. from adc_test.cpp:5:
  190. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h: At global scope:
  191. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:52:25: error: ‘EBADMSG’ was not declared in this scope
  192. bad_message = EBADMSG,
  193. ^~~~~~~
  194. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:52:25: note: suggested alternative: ‘ENOMSG’
  195. bad_message = EBADMSG,
  196. ^~~~~~~
  197. ENOMSG
  198. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:72:31: error: ‘EIDRM’ was not declared in this scope
  199. identifier_removed = EIDRM,
  200. ^~~~~
  201. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:72:31: note: suggested alternative: ‘EEDR’
  202. identifier_removed = EIDRM,
  203. ^~~~~
  204. EEDR
  205. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:90:21: error: ‘ENOLINK’ was not declared in this scope
  206. no_link = ENOLINK,
  207. ^~~~~~~
  208. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:90:21: note: suggested alternative: ‘EMLINK’
  209. no_link = ENOLINK,
  210. ^~~~~~~
  211. EMLINK
  212. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:96:33: error: ‘ENODATA’ was not declared in this scope
  213. no_message_available = ENODATA,
  214. ^~~~~~~
  215. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:96:33: note: suggested alternative: ‘ENOTTY’
  216. no_message_available = ENODATA,
  217. ^~~~~~~
  218. ENOTTY
  219. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:104:32: error: ‘ENOSR’ was not declared in this scope
  220. no_stream_resources = ENOSR,
  221. ^~~~~
  222. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:104:32: note: suggested alternative: ‘ENOMSG’
  223. no_stream_resources = ENOSR,
  224. ^~~~~
  225. ENOMSG
  226. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:115:26: error: ‘ENOSTR’ was not declared in this scope
  227. not_a_stream = ENOSTR,
  228. ^~~~~~
  229. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:115:26: note: suggested alternative: ‘ENOTTY’
  230. not_a_stream = ENOSTR,
  231. ^~~~~~
  232. ENOTTY
  233. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:122:27: error: ‘ENOTSUP’ was not declared in this scope
  234. not_supported = ENOTSUP,
  235. ^~~~~~~
  236. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:122:27: note: suggested alternative: ‘ENOTTY’
  237. not_supported = ENOTSUP,
  238. ^~~~~~~
  239. ENOTTY
  240. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:126:31: error: ‘ECANCELED’ was not declared in this scope
  241. operation_canceled = ECANCELED,
  242. ^~~~~~~~~
  243. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:135:24: error: ‘EOWNERDEAD’ was not declared in this scope
  244. owner_dead = EOWNERDEAD,
  245. ^~~~~~~~~~
  246. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:135:24: note: suggested alternative: ‘ONE_DAY’
  247. owner_dead = EOWNERDEAD,
  248. ^~~~~~~~~~
  249. ONE_DAY
  250. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:141:28: error: ‘EPROTO’ was not declared in this scope
  251. protocol_error = EPROTO,
  252. ^~~~~~
  253. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:141:28: note: suggested alternative: ‘EROFS’
  254. protocol_error = EPROTO,
  255. ^~~~~~
  256. EROFS
  257. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:151:34: error: ‘ENOTRECOVERABLE’ was not declared in this scope
  258. state_not_recoverable = ENOTRECOVERABLE,
  259. ^~~~~~~~~~~~~~~
  260. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:155:28: error: ‘ETIME’ was not declared in this scope
  261. stream_timeout = ETIME,
  262. ^~~~~
  263. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:155:28: note: suggested alternative: ‘EPIPE’
  264. stream_timeout = ETIME,
  265. ^~~~~
  266. EPIPE
  267. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:159:28: error: ‘ETXTBSY’ was not declared in this scope
  268. text_file_busy = ETXTBSY,
  269. ^~~~~~~
  270. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/error_constants.h:169:28: error: ‘EOVERFLOW’ was not declared in this scope
  271. value_too_large = EOVERFLOW,
  272. ^~~~~~~~~
  273. In file included from /usr/include/c++/8.1.1/bits/locale_facets.h:41,
  274. from /usr/include/c++/8.1.1/bits/basic_ios.h:37,
  275. from /usr/include/c++/8.1.1/ios:44,
  276. from /usr/include/c++/8.1.1/ostream:38,
  277. from lib/catch.hpp:668,
  278. from adc_test.cpp:5:
  279. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:49:35: error: ‘_ISupper’ was not declared in this scope
  280. static const mask upper = _ISupper;
  281. ^~~~~~~~
  282. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:49:35: note: suggested alternative: ‘_ISwupper’
  283. static const mask upper = _ISupper;
  284. ^~~~~~~~
  285. _ISwupper
  286. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:50:32: error: ‘_ISlower’ was not declared in this scope
  287. static const mask lower = _ISlower;
  288. ^~~~~~~~
  289. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:50:32: note: suggested alternative: ‘_ISwlower’
  290. static const mask lower = _ISlower;
  291. ^~~~~~~~
  292. _ISwlower
  293. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:51:32: error: ‘_ISalpha’ was not declared in this scope
  294. static const mask alpha = _ISalpha;
  295. ^~~~~~~~
  296. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:51:32: note: suggested alternative: ‘_ISwalpha’
  297. static const mask alpha = _ISalpha;
  298. ^~~~~~~~
  299. _ISwalpha
  300. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:52:32: error: ‘_ISdigit’ was not declared in this scope
  301. static const mask digit = _ISdigit;
  302. ^~~~~~~~
  303. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:52:32: note: suggested alternative: ‘_ISwdigit’
  304. static const mask digit = _ISdigit;
  305. ^~~~~~~~
  306. _ISwdigit
  307. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:53:33: error: ‘_ISxdigit’ was not declared in this scope
  308. static const mask xdigit = _ISxdigit;
  309. ^~~~~~~~~
  310. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:53:33: note: suggested alternative: ‘_ISwxdigit’
  311. static const mask xdigit = _ISxdigit;
  312. ^~~~~~~~~
  313. _ISwxdigit
  314. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:54:32: error: ‘_ISspace’ was not declared in this scope
  315. static const mask space = _ISspace;
  316. ^~~~~~~~
  317. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:54:32: note: suggested alternative: ‘_ISwspace’
  318. static const mask space = _ISspace;
  319. ^~~~~~~~
  320. _ISwspace
  321. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:55:32: error: ‘_ISprint’ was not declared in this scope
  322. static const mask print = _ISprint;
  323. ^~~~~~~~
  324. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:55:32: note: suggested alternative: ‘_ISwprint’
  325. static const mask print = _ISprint;
  326. ^~~~~~~~
  327. _ISwprint
  328. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:56:32: error: ‘_ISalpha’ was not declared in this scope
  329. static const mask graph = _ISalpha | _ISdigit | _ISpunct;
  330. ^~~~~~~~
  331. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:56:32: note: suggested alternative: ‘_ISwalpha’
  332. static const mask graph = _ISalpha | _ISdigit | _ISpunct;
  333. ^~~~~~~~
  334. _ISwalpha
  335. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:56:43: error: ‘_ISdigit’ was not declared in this scope
  336. static const mask graph = _ISalpha | _ISdigit | _ISpunct;
  337. ^~~~~~~~
  338. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:56:43: note: suggested alternative: ‘_ISwdigit’
  339. static const mask graph = _ISalpha | _ISdigit | _ISpunct;
  340. ^~~~~~~~
  341. _ISwdigit
  342. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:56:54: error: ‘_ISpunct’ was not declared in this scope
  343. static const mask graph = _ISalpha | _ISdigit | _ISpunct;
  344. ^~~~~~~~
  345. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:56:54: note: suggested alternative: ‘_ISwpunct’
  346. static const mask graph = _ISalpha | _ISdigit | _ISpunct;
  347. ^~~~~~~~
  348. _ISwpunct
  349. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:57:32: error: ‘_IScntrl’ was not declared in this scope
  350. static const mask cntrl = _IScntrl;
  351. ^~~~~~~~
  352. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:57:32: note: suggested alternative: ‘_ISwcntrl’
  353. static const mask cntrl = _IScntrl;
  354. ^~~~~~~~
  355. _ISwcntrl
  356. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:58:32: error: ‘_ISpunct’ was not declared in this scope
  357. static const mask punct = _ISpunct;
  358. ^~~~~~~~
  359. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:58:32: note: suggested alternative: ‘_ISwpunct’
  360. static const mask punct = _ISpunct;
  361. ^~~~~~~~
  362. _ISwpunct
  363. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:59:32: error: ‘_ISalpha’ was not declared in this scope
  364. static const mask alnum = _ISalpha | _ISdigit;
  365. ^~~~~~~~
  366. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:59:32: note: suggested alternative: ‘_ISwalpha’
  367. static const mask alnum = _ISalpha | _ISdigit;
  368. ^~~~~~~~
  369. _ISwalpha
  370. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:59:43: error: ‘_ISdigit’ was not declared in this scope
  371. static const mask alnum = _ISalpha | _ISdigit;
  372. ^~~~~~~~
  373. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:59:43: note: suggested alternative: ‘_ISwdigit’
  374. static const mask alnum = _ISalpha | _ISdigit;
  375. ^~~~~~~~
  376. _ISwdigit
  377. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:61:31: error: ‘_ISblank’ was not declared in this scope
  378. static const mask blank = _ISblank;
  379. ^~~~~~~~
  380. /usr/include/c++/8.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h:61:31: note: suggested alternative: ‘_ISwblank’
  381. static const mask blank = _ISblank;
  382. ^~~~~~~~
  383. _ISwblank
  384. adc_test.cpp:8:9: error: expected constructor, destructor, or type conversion before ‘(’ token
  385. SCENERIO("ADC is working properly", "[ADC]") {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement