Facebook
From Pittconnect, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 149
  1.  
  2.  DietPi Team     : MichaIng (lead), Daniel Knight (founder), Joulinar (support)
  3.  Image by        : DietPi Core Team (pre-image: Armbian)
  4.  Web             : https://dietpi.com | https://twitter.com/DietPi_
  5.  Patreon Legends : Camry2731
  6.  Contribute      : https://dietpi.com/contribute.html
  7.  DietPi Hosting  : Powered by https://myvirtualserver.com
  8.  
  9.  dietpi-launcher : All the DietPi programs in one place
  10.  dietpi-config   : Feature rich configuration tool for your device
  11.  dietpi-software : Select optimised software for installation
  12.  htop            : Resource monitor
  13.  cpu             : Shows CPU information and stats
  14.  
  15. root@Rajpi:~# cd wasp-os/
  16. root@Rajpi:~/wasp-os# make -j `nproc` BOARD=pinetime all
  17. rm -f bootloader/_build-pinetime_nrf52832//pinetime_nrf52832_bootloader-*-nosd.hex
  18. make -C bootloader/ BOARD=pinetime_nrf52832 all genhex
  19. make -C micropython/mpy-cross
  20. make[1]: Entering directory '/root/wasp-os/bootloader'
  21. make[1]: Entering directory '/root/wasp-os/micropython/mpy-cross'
  22. Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
  23. make[1]: Leaving directory '/root/wasp-os/micropython/mpy-cross'
  24. rm -f micropython/ports/nrf/build-pinetime-s132/frozen_content.c
  25. make -C micropython/ports/nrf \
  26.         BOARD=pinetime SD=s132 \
  27.         MICROPY_VFS_LFS2=1 \
  28.         FROZEN_MANIFEST=/root/wasp-os/wasp/boards/pinetime/manifest.py \
  29.         USER_C_MODULES=/root/wasp-os/wasp/modules
  30. make[1]: Entering directory '/root/wasp-os/micropython/ports/nrf'
  31. Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
  32. Including User C Module from /root/wasp-os/wasp/modules/bma42x-upy
  33. CC main.c
  34. CC boards.c
  35. In file included from src/main.c:36:0:
  36. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  37.  # include_next <stdint.h>
  38.                 ^~~~~~~~~~
  39. compilation terminated.
  40. In file included from src/boards.h:29:0,
  41.                  from src/boards.c:25:
  42. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  43.  # include_next <stdint.h>
  44.                 ^~~~~~~~~~
  45. compilation terminated.
  46. make[1]: *** [Makefile:368: _build-pinetime_nrf52832/main.o] Error 1
  47. make[1]: *** Waiting for unfinished jobs....
  48. make[1]: *** [Makefile:368: _build-pinetime_nrf52832/boards.o] Error 1
  49. make[1]: Leaving directory '/root/wasp-os/bootloader'
  50. make: *** [Makefile:38: bootloader] Error 2
  51. make: *** Waiting for unfinished jobs....
  52. GEN build-pinetime-s132/genhdr/qstr.i.last
  53. ../../py/objclosure.c:27:10: fatal error: string.h: No such file or directory
  54.  #include <string.h>
  55.           ^~~~~~~~~~
  56. compilation terminated.
  57. /root/wasp-os/wasp/modules/bma42x-upy/bma42x.c:25:10: fatal error: stdio.h: No such file or directory
  58.  #include <stdio.h>
  59.           ^~~~~~~~~
  60. compilation terminated.
  61. ../../py/objcomplex.c:27:10: fatal error: stdlib.h: No such file or directory
  62.  #include <stdlib.h>
  63.           ^~~~~~~~~~
  64. compilation terminated.
  65. In file included from ../../py/mpstate.h:29:0,
  66.                  from ../../py/runtime.h:29,
  67.                  from ../../extmod/moduasyncio.c:27:
  68. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  69.  # include_next <stdint.h>
  70.                 ^~~~~~~~~~
  71. compilation terminated.
  72. In file included from ../../lib/libm/kf_sin.c:25:0:
  73. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  74.  #include <math.h>
  75.           ^~~~~~~~
  76. compilation terminated.
  77. ../../extmod/moductypes.c:27:10: fatal error: assert.h: No such file or directory
  78.  #include <assert.h>
  79.           ^~~~~~~~~~
  80. compilation terminated.
  81. In file included from /root/wasp-os/wasp/modules/bma42x-upy/BMA423-Sensor-API/bma4_defs.h:50:0,
  82.                  from /root/wasp-os/wasp/modules/bma42x-upy/BMA423-Sensor-API/bma4.h:60,
  83.                  from /root/wasp-os/wasp/modules/bma42x-upy/BMA423-Sensor-API/bma4.c:52:
  84. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  85.  # include_next <stdint.h>
  86.                 ^~~~~~~~~~
  87. In file included from ../../lib/libm/kf_cos.c:25:0:
  88. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  89.  #include <math.h>
  90.           ^~~~~~~~
  91. compilation terminated.
  92. compilation terminated.
  93. ../../py/objdeque.c:27:10: fatal error: unistd.h: No such file or directory
  94.  #include <unistd.h> // for ssize_t
  95.           ^~~~~~~~~~
  96. compilation terminated.
  97. In file included from ../../lib/libm/libm.h:19:0,
  98.                  from ../../lib/libm/kf_tan.c:25:
  99. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  100.  # include_next <stdint.h>
  101.                 ^~~~~~~~~~
  102. compilation terminated.
  103. ../../py/objdict.c:28:10: fatal error: string.h: No such file or directory
  104.  #include <string.h>
  105.           ^~~~~~~~~~
  106. compilation terminated.
  107. ../../extmod/modujson.c:27:10: fatal error: stdio.h: No such file or directory
  108.  #include <stdio.h>
  109.           ^~~~~~~~~
  110. compilation terminated.
  111. ../../py/objenumerate.c:27:10: fatal error: stdlib.h: No such file or directory
  112.  #include <stdlib.h>
  113.           ^~~~~~~~~~
  114. In file included from ../../lib/libm/ef_rem_pio2.c:32:0:
  115. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  116.  #include <math.h>
  117.           ^~~~~~~~
  118. compilation terminated.
  119. compilation terminated.
  120. In file included from /root/wasp-os/wasp/modules/bma42x-upy/BMA423-Sensor-API/bma4_defs.h:50:0,
  121.                  from /root/wasp-os/wasp/modules/bma42x-upy/BMA423-Sensor-API/bma4.h:60,
  122.                  from /root/wasp-os/wasp/modules/bma42x-upy/BMA423-Sensor-API/bma423.h:51,
  123.                  from /root/wasp-os/wasp/modules/bma42x-upy/BMA423-Sensor-API/bma423.c:43:
  124. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  125.  # include_next <stdint.h>
  126.                 ^~~~~~~~~~
  127. compilation terminated.
  128. In file included from ../../lib/libm/sf_sin.c:25:0:
  129. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  130.  #include <math.h>
  131.           ^~~~~~~~
  132. compilation terminated.
  133. ../../extmod/modure.c:27:10: fatal error: stdio.h: No such file or directory
  134.  #include <stdio.h>
  135.           ^~~~~~~~~
  136. compilation terminated.
  137. In file included from ../../lib/libm/sf_cos.c:25:0:
  138. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  139.  #include <math.h>
  140.           ^~~~~~~~
  141. ../../py/objexcept.c:28:10: fatal error: string.h: No such file or directory
  142.  #include <string.h>
  143.           ^~~~~~~~~~
  144. compilation terminated.
  145. compilation terminated.
  146. In file included from /root/wasp-os/wasp/modules/bma42x-upy/BMA423-Sensor-API/bma4_defs.h:50:0,
  147.                  from /root/wasp-os/wasp/modules/bma42x-upy/BMA423-Sensor-API/bma4.h:60,
  148.                  from /root/wasp-os/wasp/modules/bma42x-upy/BMA42X-Sensor-API/bma42x.h:51,
  149.                  from /root/wasp-os/wasp/modules/bma42x-upy/BMA42X-Sensor-API/bma42x.c:43:
  150. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  151.  # include_next <stdint.h>
  152.                 ^~~~~~~~~~
  153. compilation terminated.
  154. ../../extmod/moduzlib.c:27:10: fatal error: stdio.h: No such file or directory
  155.  #include <stdio.h>
  156.           ^~~~~~~~~
  157. compilation terminated.
  158. In file included from ../../lib/libm/sf_tan.c:25:0:
  159. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  160.  #include <math.h>
  161.           ^~~~~~~~
  162. compilation terminated.
  163. In file included from ../../py/mpstate.h:29:0,
  164.                  from ../../py/runtime.h:29,
  165.                  from ../../py/objfilter.c:27:
  166. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  167.  # include_next <stdint.h>
  168.                 ^~~~~~~~~~
  169. compilation terminated.
  170. In file included from ../../lib/littlefs/lfs2.h:10:0,
  171.                  from ../../lib/littlefs/lfs2.c:7:
  172. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  173.  # include_next <stdint.h>
  174.                 ^~~~~~~~~~
  175. compilation terminated.
  176. In file included from ../../py/objlist.h:29:0,
  177.                  from ../../extmod/moduheapq.c:27:
  178. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  179.  #include <assert.h>
  180.           ^~~~~~~~~~
  181. compilation terminated.
  182. ../../py/objfloat.c:27:10: fatal error: stdlib.h: No such file or directory
  183.  #include <stdlib.h>
  184.           ^~~~~~~~~~
  185. compilation terminated.
  186. In file included from ../../lib/libm/sf_frexp.c:25:0:
  187. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  188.  #include <math.h>
  189.           ^~~~~~~~
  190. compilation terminated.
  191. ../../extmod/modutimeq.c:28:10: fatal error: string.h: No such file or directory
  192.  #include <string.h>
  193.           ^~~~~~~~~~
  194. compilation terminated.
  195. ../../py/objfun.c:28:10: fatal error: string.h: No such file or directory
  196.  #include <string.h>
  197.           ^~~~~~~~~~
  198. compilation terminated.
  199. In file included from ../../lib/libm/sf_modf.c:25:0:
  200. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  201.  #include <math.h>
  202.           ^~~~~~~~
  203. ../../extmod/moduhashlib.c:27:10: fatal error: assert.h: No such file or directory
  204.  #include <assert.h>
  205.           ^~~~~~~~~~
  206. compilation terminated.
  207. compilation terminated.
  208. In file included from ../../lib/littlefs/lfs2_util.h:23:0,
  209.                  from ../../lib/littlefs/lfs2_util.c:7:
  210. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  211.  # include_next <stdint.h>
  212.                 ^~~~~~~~~~
  213. compilation terminated.
  214. ../../py/objgenerator.c:28:10: fatal error: stdlib.h: No such file or directory
  215.  #include <stdlib.h>
  216.           ^~~~~~~~~~
  217. compilation terminated.
  218. In file included from ../../lib/libm/sf_ldexp.c:25:0:
  219. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  220.  #include <math.h>
  221.           ^~~~~~~~
  222. compilation terminated.
  223. In file included from ../../py/mpstate.h:29:0,
  224.                  from ../../py/mpstate.c:27:
  225. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  226.  # include_next <stdint.h>
  227.                 ^~~~~~~~~~
  228. compilation terminated.
  229. In file included from ../../lib/libm/libm.h:19:0,
  230.                  from ../../lib/libm/asinfacosf.c:22:
  231. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  232.  # include_next <stdint.h>
  233.                 ^~~~~~~~~~
  234. In file included from ../../py/mpconfig.h:62:0,
  235.                  from ../../extmod/moducryptolib.c:28:
  236. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  237.  #include <alloca.h>
  238.           ^~~~~~~~~~
  239. compilation terminated.
  240. compilation terminated.
  241. ../../py/malloc.c:27:10: fatal error: stdio.h: No such file or directory
  242.  #include <stdio.h>
  243.           ^~~~~~~~~
  244. compilation terminated.
  245. ../../py/objgetitemiter.c:27:10: fatal error: stdlib.h: No such file or directory
  246.  #include <stdlib.h>
  247.           ^~~~~~~~~~
  248. compilation terminated.
  249. In file included from ../../lib/libm/libm.h:19:0,
  250.                  from ../../lib/libm/acoshf.c:7:
  251. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  252.  # include_next <stdint.h>
  253.                 ^~~~~~~~~~
  254. compilation terminated.
  255. ../../py/gc.c:28:10: fatal error: assert.h: No such file or directory
  256.  #include <assert.h>
  257.           ^~~~~~~~~~
  258. compilation terminated.
  259. ../../extmod/modubinascii.c:27:10: fatal error: stdio.h: No such file or directory
  260.  #include <stdio.h>
  261.           ^~~~~~~~~
  262. compilation terminated.
  263. In file included from ../../lib/libm/libm.h:19:0,
  264.                  from ../../lib/libm/asinhf.c:7:
  265. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  266.  # include_next <stdint.h>
  267.                 ^~~~~~~~~~
  268. compilation terminated.
  269. ../../py/pystack.c:27:10: fatal error: stdio.h: No such file or directory
  270.  #include <stdio.h>
  271.           ^~~~~~~~~
  272. compilation terminated.
  273. ../../py/objint.c:27:10: fatal error: stdlib.h: No such file or directory
  274.  #include <stdlib.h>
  275.           ^~~~~~~~~~
  276. compilation terminated.
  277. In file included from ../../extmod/virtpin.h:29:0,
  278.                  from ../../extmod/virtpin.c:27:
  279. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  280.  #include <assert.h>
  281.           ^~~~~~~~~~
  282. compilation terminated.
  283. In file included from ../../lib/libm/libm.h:19:0,
  284.                  from ../../lib/libm/atanf.c:23:
  285. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  286.  # include_next <stdint.h>
  287.                 ^~~~~~~~~~
  288. compilation terminated.
  289. ../../py/qstr.c:27:10: fatal error: assert.h: No such file or directory
  290.  #include <assert.h>
  291.           ^~~~~~~~~~
  292. compilation terminated.
  293. In file included from ../../lib/libm/libm.h:19:0,
  294.                  from ../../lib/libm/atan2f.c:22:
  295. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  296.  # include_next <stdint.h>
  297.                 ^~~~~~~~~~
  298. compilation terminated.
  299. ../../py/vstr.c:28:10: fatal error: stdio.h: No such file or directory
  300.  #include <stdio.h>
  301.           ^~~~~~~~~
  302. ../../py/objint_longlong.c:28:10: fatal error: stdlib.h: No such file or directory
  303.  #include <stdlib.h>
  304.           ^~~~~~~~~~
  305. compilation terminated.
  306. compilation terminated.
  307. In file included from ../../py/mpstate.h:29:0,
  308.                  from ../../py/runtime.h:29,
  309.                  from ../../extmod/machine_mem.c:27:
  310. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  311.  # include_next <stdint.h>
  312.                 ^~~~~~~~~~
  313. compilation terminated.
  314. In file included from ../../lib/libm/libm.h:19:0,
  315.                  from ../../lib/libm/atanhf.c:7:
  316. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  317.  # include_next <stdint.h>
  318.                 ^~~~~~~~~~
  319. ../../py/mpprint.c:27:10: fatal error: assert.h: No such file or directory
  320.  #include <assert.h>
  321.           ^~~~~~~~~~
  322. compilation terminated.
  323. compilation terminated.
  324. ../../py/objint_mpz.c:27:10: fatal error: string.h: No such file or directory
  325.  #include <string.h>
  326.           ^~~~~~~~~~
  327. compilation terminated.
  328. In file included from ../../py/mpconfig.h:62:0,
  329.                  from ../../extmod/machine_pinbase.c:27:
  330. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  331.  #include <alloca.h>
  332.           ^~~~~~~~~~
  333. compilation terminated.
  334. In file included from ../../lib/libm/libm.h:19:0,
  335.                  from ../../lib/libm/log1pf.c:19:
  336. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  337.  # include_next <stdint.h>
  338.                 ^~~~~~~~~~
  339. compilation terminated.
  340. In file included from ../../py/unicode.c:27:0:
  341. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  342.  # include_next <stdint.h>
  343.                 ^~~~~~~~~~
  344. compilation terminated.
  345. ../../py/objlist.c:27:10: fatal error: string.h: No such file or directory
  346.  #include <string.h>
  347.           ^~~~~~~~~~
  348. compilation terminated.
  349. In file included from ../../lib/libm/sf_erf.c:25:0:
  350. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  351.  #include <math.h>
  352.           ^~~~~~~~
  353. compilation terminated.
  354. ../../py/mpz.c:27:10: fatal error: string.h: No such file or directory
  355.  #include <string.h>
  356.           ^~~~~~~~~~
  357. compilation terminated.
  358. In file included from ../../py/mpconfig.h:62:0,
  359.                  from ../../extmod/machine_signal.c:27:
  360. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  361.  #include <alloca.h>
  362.           ^~~~~~~~~~
  363. compilation terminated.
  364. ../../py/objmap.c:27:10: fatal error: stdlib.h: No such file or directory
  365.  #include <stdlib.h>
  366.           ^~~~~~~~~~
  367. ../../py/reader.c:27:10: fatal error: stdio.h: No such file or directory
  368.  #include <stdio.h>
  369.           ^~~~~~~~~
  370. compilation terminated.
  371. compilation terminated.
  372. In file included from ../../py/mpstate.h:29:0,
  373.                  from ../../py/runtime.h:29,
  374.                  from ../../extmod/machine_pulse.c:27:
  375. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  376.  # include_next <stdint.h>
  377.                 ^~~~~~~~~~
  378. compilation terminated.
  379. In file included from ../../lib/libm/erf_lgamma.c:26:0:
  380. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  381.  #include <math.h>
  382.           ^~~~~~~~
  383. compilation terminated.
  384. ../../py/objmodule.c:28:10: fatal error: stdlib.h: No such file or directory
  385.  #include <stdlib.h>
  386.           ^~~~~~~~~~
  387. compilation terminated.
  388. In file included from ../../lib/libm/wf_lgamma.c:26:0:
  389. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  390.  #include <math.h>
  391.           ^~~~~~~~
  392. compilation terminated.
  393. ../../py/lexer.c:27:10: fatal error: stdio.h: No such file or directory
  394.  #include <stdio.h>
  395.           ^~~~~~~~~
  396. compilation terminated.
  397. ../../extmod/machine_i2c.c:27:10: fatal error: stdio.h: No such file or directory
  398.  #include <stdio.h>
  399.           ^~~~~~~~~
  400. compilation terminated.
  401. ../../lib/libm/wf_tgamma.c:25:10: fatal error: math.h: No such file or directory
  402.  #include "math.h"
  403.           ^~~~~~~~
  404. compilation terminated.
  405. ../../py/objobject.c:27:10: fatal error: stdlib.h: No such file or directory
  406.  #include <stdlib.h>
  407.           ^~~~~~~~~~
  408. compilation terminated.
  409. In file included from ../../py/parse.c:28:0:
  410. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  411.  # include_next <stdint.h>
  412.                 ^~~~~~~~~~
  413. compilation terminated.
  414. ../../extmod/machine_spi.c:27:10: fatal error: stdio.h: No such file or directory
  415.  #include <stdio.h>
  416.           ^~~~~~~~~
  417. compilation terminated.
  418. In file included from ../../lib/libm/libm.h:19:0,
  419.                  from ../../lib/libm/roundf.c:7:
  420. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  421.  # include_next <stdint.h>
  422.                 ^~~~~~~~~~
  423. compilation terminated.
  424. ../../py/scope.c:27:10: fatal error: assert.h: No such file or directory
  425.  #include <assert.h>
  426.           ^~~~~~~~~~
  427. compilation terminated.
  428. ../../py/objpolyiter.c:27:10: fatal error: stdlib.h: No such file or directory
  429.  #include <stdlib.h>
  430.           ^~~~~~~~~~
  431. compilation terminated.
  432. In file included from ../../py/binary.h:30:0,
  433.                  from ../../extmod/modbluetooth.c:28:
  434. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  435.  #include <assert.h>
  436.           ^~~~~~~~~~
  437. compilation terminated.
  438. In file included from ../../lib/libc/string0.c:27:0:
  439. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  440.  # include_next <stdint.h>
  441.                 ^~~~~~~~~~
  442. compilation terminated.
  443. In file included from ../../py/compile.c:28:0:
  444. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  445.  # include_next <stdint.h>
  446.                 ^~~~~~~~~~
  447. compilation terminated.
  448. ../../py/objproperty.c:27:10: fatal error: stdlib.h: No such file or directory
  449.  #include <stdlib.h>
  450.           ^~~~~~~~~~
  451. compilation terminated.
  452. ../../extmod/modussl_axtls.c:27:10: fatal error: stdio.h: No such file or directory
  453.  #include <stdio.h>
  454.           ^~~~~~~~~
  455. compilation terminated.
  456. ../../py/emitcommon.c:27:10: fatal error: assert.h: No such file or directory
  457.  #include <assert.h>
  458.           ^~~~~~~~~~
  459. ../../py/objnone.c:27:10: fatal error: stdlib.h: No such file or directory
  460.  #include <stdlib.h>
  461.           ^~~~~~~~~~
  462. compilation terminated.
  463. compilation terminated.
  464. ../../lib/mp-readline/readline.c:27:10: fatal error: stdio.h: No such file or directory
  465.  #include <stdio.h>
  466.           ^~~~~~~~~
  467. compilation terminated.
  468. In file included from ../../py/mpconfig.h:62:0,
  469.                  from ../../extmod/modussl_mbedtls.c:28:
  470. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  471.  #include <alloca.h>
  472.           ^~~~~~~~~~
  473. compilation terminated.
  474. ../../lib/utils/pyexec.c:27:10: fatal error: stdlib.h: No such file or directory
  475.  #include <stdlib.h>
  476.           ^~~~~~~~~~
  477. compilation terminated.
  478. ../../py/objnamedtuple.c:28:10: fatal error: string.h: No such file or directory
  479.  #include <string.h>
  480.           ^~~~~~~~~~
  481. compilation terminated.
  482. ../../extmod/modurandom.c:27:10: fatal error: assert.h: No such file or directory
  483.  #include <assert.h>
  484.           ^~~~~~~~~~
  485. compilation terminated.
  486. In file included from ../../py/emitbc.c:28:0:
  487. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  488.  # include_next <stdint.h>
  489.                 ^~~~~~~~~~
  490. compilation terminated.
  491. ../../lib/utils/sys_stdio_mphal.c:27:10: fatal error: stdio.h: No such file or directory
  492.  #include <stdio.h>
  493.           ^~~~~~~~~
  494. compilation terminated.
  495. ../../py/objrange.c:27:10: fatal error: stdlib.h: No such file or directory
  496.  #include <stdlib.h>
  497.           ^~~~~~~~~~
  498. compilation terminated.
  499. ../../py/asmbase.c:27:10: fatal error: assert.h: No such file or directory
  500.  #include <assert.h>
  501.           ^~~~~~~~~~
  502. In file included from ../../py/mpconfig.h:62:0,
  503.                  from ../../extmod/moduselect.c:28:
  504. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  505.  #include <alloca.h>
  506.           ^~~~~~~~~~
  507. compilation terminated.
  508. compilation terminated.
  509. ../../py/objreversed.c:27:10: fatal error: stdlib.h: No such file or directory
  510.  #include <stdlib.h>
  511.           ^~~~~~~~~~
  512. compilation terminated.
  513. In file included from ../../lib/utils/interrupt_char.c:27:0:
  514. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  515.  #include <assert.h>
  516.           ^~~~~~~~~~
  517. compilation terminated.
  518. In file included from ../../py/asmx64.c:27:0:
  519. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  520.  # include_next <stdint.h>
  521.                 ^~~~~~~~~~
  522. compilation terminated.
  523. ../../extmod/moduwebsocket.c:27:10: fatal error: stdio.h: No such file or directory
  524.  #include <stdio.h>
  525.           ^~~~~~~~~
  526. compilation terminated.
  527. ../../py/objset.c:28:10: fatal error: string.h: No such file or directory
  528.  #include <string.h>
  529.           ^~~~~~~~~~
  530. In file included from ../../lib/timeutils/timeutils.c:28:0:
  531. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  532.  #include <assert.h>
  533.           ^~~~~~~~~~
  534. compilation terminated.
  535. compilation terminated.
  536. ../../extmod/modwebrepl.c:27:10: fatal error: stdio.h: No such file or directory
  537.  #include <stdio.h>
  538.           ^~~~~~~~~
  539. compilation terminated.
  540. In file included from ../../py/mpconfig.h:62:0,
  541.                  from ../../py/emitnx64.c:3:
  542. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  543.  #include <alloca.h>
  544.           ^~~~~~~~~~
  545. compilation terminated.
  546. ../../py/objsingleton.c:27:10: fatal error: stdlib.h: No such file or directory
  547.  #include <stdlib.h>
  548.           ^~~~~~~~~~
  549. modules/machine/modmachine.c:27:10: fatal error: stdio.h: No such file or directory
  550.  #include <stdio.h>
  551.           ^~~~~~~~~
  552. compilation terminated.
  553. compilation terminated.
  554. ../../extmod/modframebuf.c:27:10: fatal error: stdio.h: No such file or directory
  555.  #include <stdio.h>
  556.           ^~~~~~~~~
  557. compilation terminated.
  558. In file included from ../../py/asmx86.c:27:0:
  559. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  560.  # include_next <stdint.h>
  561.                 ^~~~~~~~~~
  562. compilation terminated.
  563. ../../py/objslice.c:27:10: fatal error: stdlib.h: No such file or directory
  564.  #include <stdlib.h>
  565.           ^~~~~~~~~~
  566. modules/machine/uart.c:30:10: fatal error: string.h: No such file or directory
  567.  #include <string.h>
  568.           ^~~~~~~~~~
  569. compilation terminated.
  570. compilation terminated.
  571. In file included from ../../extmod/vfs.c:27:0:
  572. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  573.  # include_next <stdint.h>
  574.                 ^~~~~~~~~~
  575. compilation terminated.
  576. In file included from ../../py/mpconfig.h:62:0,
  577.                  from ../../py/emitnx86.c:3:
  578. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  579.  #include <alloca.h>
  580.           ^~~~~~~~~~
  581. compilation terminated.
  582. ../../py/objstr.c:28:10: fatal error: string.h: No such file or directory
  583.  #include <string.h>
  584.           ^~~~~~~~~~
  585. compilation terminated.
  586. modules/machine/spi.c:29:10: fatal error: stdio.h: No such file or directory
  587.  #include <stdio.h>
  588.           ^~~~~~~~~
  589. compilation terminated.
  590. In file included from ../../py/mpstate.h:29:0,
  591.                  from ../../py/runtime.h:29,
  592.                  from ../../extmod/vfs_blockdev.c:27:
  593. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  594.  # include_next <stdint.h>
  595.                 ^~~~~~~~~~
  596. compilation terminated.
  597. ../../py/objstrunicode.c:28:10: fatal error: string.h: No such file or directory
  598.  #include <string.h>
  599.           ^~~~~~~~~~
  600. compilation terminated.
  601. ../../py/asmthumb.c:27:10: fatal error: stdio.h: No such file or directory
  602.  #include <stdio.h>
  603.           ^~~~~~~~~
  604. compilation terminated.
  605. modules/machine/i2c.c:27:10: fatal error: stdio.h: No such file or directory
  606.  #include <stdio.h>
  607.           ^~~~~~~~~
  608. compilation terminated.
  609. ../../extmod/vfs_reader.c:27:10: fatal error: stdio.h: No such file or directory
  610.  #include <stdio.h>
  611.           ^~~~~~~~~
  612. compilation terminated.
  613. ../../py/objstringio.c:28:10: fatal error: stdio.h: No such file or directory
  614.  #include <stdio.h>
  615.           ^~~~~~~~~
  616. compilation terminated.
  617. In file included from ../../py/mpconfig.h:62:0,
  618.                  from ../../py/emitnthumb.c:3:
  619. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  620.  #include <alloca.h>
  621.           ^~~~~~~~~~
  622. compilation terminated.
  623. modules/machine/adc.c:27:10: fatal error: stdio.h: No such file or directory
  624.  #include <stdio.h>
  625.           ^~~~~~~~~
  626. compilation terminated.
  627. In file included from ../../py/mpstate.h:29:0,
  628.                  from ../../py/runtime.h:29,
  629.                  from ../../extmod/vfs_posix.c:27:
  630. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  631.  # include_next <stdint.h>
  632.                 ^~~~~~~~~~
  633. compilation terminated.
  634. ../../py/objtuple.c:28:10: fatal error: string.h: No such file or directory
  635.  #include <string.h>
  636.           ^~~~~~~~~~
  637. compilation terminated.
  638. In file included from ../../py/emitinlinethumb.c:27:0:
  639. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  640.  # include_next <stdint.h>
  641.                 ^~~~~~~~~~
  642. compilation terminated.
  643. modules/machine/pin.c:29:10: fatal error: stdio.h: No such file or directory
  644.  #include <stdio.h>
  645.           ^~~~~~~~~
  646. compilation terminated.
  647. In file included from ../../py/mphal.h:29:0,
  648.                  from ../../extmod/vfs_posix_file.c:27:
  649. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  650.  # include_next <stdint.h>
  651.                 ^~~~~~~~~~
  652. compilation terminated.
  653. ../../py/objtype.c:28:10: fatal error: stdio.h: No such file or directory
  654.  #include <stdio.h>
  655.           ^~~~~~~~~
  656. compilation terminated.
  657. ../../py/asmarm.c:28:10: fatal error: stdio.h: No such file or directory
  658.  #include <stdio.h>
  659.           ^~~~~~~~~
  660. compilation terminated.
  661. In file included from modules/machine/timer.c:27:0:
  662. ../../py/nlr.h:33:10: fatal error: assert.h: No such file or directory
  663.  #include <assert.h>
  664.           ^~~~~~~~~~
  665. compilation terminated.
  666. In file included from ../../py/mpconfig.h:62:0,
  667.                  from ../../extmod/vfs_fat.c:28:
  668. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  669.  #include <alloca.h>
  670.           ^~~~~~~~~~
  671. compilation terminated.
  672. ../../py/objzip.c:27:10: fatal error: stdlib.h: No such file or directory
  673.  #include <stdlib.h>
  674.           ^~~~~~~~~~
  675. compilation terminated.
  676. In file included from ../../py/mpconfig.h:62:0,
  677.                  from ../../py/emitnarm.c:3:
  678. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  679.  #include <alloca.h>
  680.           ^~~~~~~~~~
  681. compilation terminated.
  682. In file included from modules/machine/rtcounter.c:28:0:
  683. ../../py/nlr.h:33:10: fatal error: assert.h: No such file or directory
  684.  #include <assert.h>
  685.           ^~~~~~~~~~
  686. compilation terminated.
  687. In file included from ../../py/mpconfig.h:62:0,
  688.                  from ../../extmod/vfs_fat_diskio.c:30:
  689. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  690.  #include <alloca.h>
  691.           ^~~~~~~~~~
  692. compilation terminated.
  693. modules/machine/pwm.c:27:10: fatal error: stdio.h: No such file or directory
  694.  #include <stdio.h>
  695.           ^~~~~~~~~
  696. compilation terminated.
  697. In file included from ../../py/opmethods.c:27:0:
  698. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  699.  #include <assert.h>
  700.           ^~~~~~~~~~
  701. compilation terminated.
  702. ../../py/asmxtensa.c:27:10: fatal error: stdio.h: No such file or directory
  703.  #include <stdio.h>
  704.           ^~~~~~~~~
  705. compilation terminated.
  706. In file included from ../../py/mpconfig.h:62:0,
  707.                  from ../../extmod/vfs_fat_file.c:27:
  708. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  709.  #include <alloca.h>
  710.           ^~~~~~~~~~
  711. compilation terminated.
  712. modules/machine/temp.c:27:10: fatal error: stdio.h: No such file or directory
  713.  #include <stdio.h>
  714.           ^~~~~~~~~
  715. compilation terminated.
  716. ../../py/sequence.c:28:10: fatal error: string.h: No such file or directory
  717.  #include <string.h>
  718.           ^~~~~~~~~~
  719. compilation terminated.
  720. In file included from ../../py/mpconfig.h:62:0,
  721.                  from ../../py/emitnxtensa.c:3:
  722. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  723.  #include <alloca.h>
  724.           ^~~~~~~~~~
  725. compilation terminated.
  726. In file included from ../../py/mpstate.h:29:0,
  727.                  from ../../py/runtime.h:29,
  728.                  from ../../extmod/vfs_lfs.c:27:
  729. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  730.  # include_next <stdint.h>
  731.                 ^~~~~~~~~~
  732. compilation terminated.
  733. In file included from modules/uos/moduos.c:27:0:
  734. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  735.  # include_next <stdint.h>
  736.                 ^~~~~~~~~~
  737. compilation terminated.
  738. ../../py/stream.c:28:10: fatal error: string.h: No such file or directory
  739.  #include <string.h>
  740.           ^~~~~~~~~~
  741. compilation terminated.
  742. In file included from ../../py/emitinlinextensa.c:27:0:
  743. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  744.  # include_next <stdint.h>
  745.                 ^~~~~~~~~~
  746. compilation terminated.
  747. modules/uos/microbitfs.c:28:10: fatal error: string.h: No such file or directory
  748.  #include <string.h>
  749.           ^~~~~~~~~~
  750. compilation terminated.
  751. In file included from ../../py/mpconfig.h:62:0,
  752.                  from ../../extmod/utime_mphal.c:28:
  753. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  754.  #include <alloca.h>
  755.           ^~~~~~~~~~
  756. compilation terminated.
  757. In file included from ../../py/binary.c:28:0:
  758. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  759.  # include_next <stdint.h>
  760.                 ^~~~~~~~~~
  761. compilation terminated.
  762. In file included from ../../py/mpconfig.h:62:0,
  763.                  from ../../py/emitnxtensawin.c:3:
  764. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  765.  #include <alloca.h>
  766.           ^~~~~~~~~~
  767. compilation terminated.
  768. modules/utime/modutime.c:27:10: fatal error: stdio.h: No such file or directory
  769.  #include <stdio.h>
  770.           ^~~~~~~~~
  771. compilation terminated.
  772. ../../py/builtinimport.c:28:10: fatal error: stdio.h: No such file or directory
  773.  #include <stdio.h>
  774.           ^~~~~~~~~
  775. compilation terminated.
  776. ../../extmod/uos_dupterm.c:28:10: fatal error: string.h: No such file or directory
  777.  #include <string.h>
  778.           ^~~~~~~~~~
  779. compilation terminated.
  780. In file included from ../../py/mpconfig.h:62:0,
  781.                  from ../../py/formatfloat.c:27:
  782. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  783.  #include <alloca.h>
  784.           ^~~~~~~~~~
  785. compilation terminated.
  786. In file included from ../../py/builtin.h:29:0,
  787.                  from modules/board/modboard.c:27:
  788. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  789.  #include <assert.h>
  790.           ^~~~~~~~~~
  791. compilation terminated.
  792. In file included from ../../py/builtinevex.c:27:0:
  793. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  794.  # include_next <stdint.h>
  795.                 ^~~~~~~~~~
  796. compilation terminated.
  797. In file included from ../../py/mpstate.h:29:0,
  798.                  from ../../py/runtime.h:29,
  799.                  from ../../lib/embed/abort_.c:1:
  800. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  801.  # include_next <stdint.h>
  802.                 ^~~~~~~~~~
  803. compilation terminated.
  804. In file included from ../../py/mpconfig.h:62:0,
  805.                  from ../../py/parsenumbase.c:27:
  806. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  807.  #include <alloca.h>
  808.           ^~~~~~~~~~
  809. compilation terminated.
  810. In file included from ../../py/mpstate.h:29:0,
  811.                  from ../../py/runtime.h:29,
  812.                  from modules/board/led.c:28:
  813. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  814.  # include_next <stdint.h>
  815.                 ^~~~~~~~~~
  816. compilation terminated.
  817. ../../py/builtinhelp.c:27:10: fatal error: stdio.h: No such file or directory
  818.  #include <stdio.h>
  819.           ^~~~~~~~~
  820. compilation terminated.
  821. In file included from ../../py/mpconfig.h:62:0,
  822.                  from ../../lib/utils/printf.c:27:
  823. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  824.  #include <alloca.h>
  825.           ^~~~~~~~~~
  826. compilation terminated.
  827. In file included from ../../py/builtin.h:29:0,
  828.                  from ../../py/modarray.c:27:
  829. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  830.  #include <assert.h>
  831.           ^~~~~~~~~~
  832. compilation terminated.
  833. ../../py/parsenum.c:28:10: fatal error: stdlib.h: No such file or directory
  834.  #include <stdlib.h>
  835.           ^~~~~~~~~~
  836. compilation terminated.
  837. In file included from modules/ubluepy/modubluepy.c:27:0:
  838. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  839.  #include <assert.h>
  840.           ^~~~~~~~~~
  841. compilation terminated.
  842. In file included from ../../py/emitglue.c:29:0:
  843. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  844.  # include_next <stdint.h>
  845.                 ^~~~~~~~~~
  846. compilation terminated.
  847. ../../py/modbuiltins.c:27:10: fatal error: stdio.h: No such file or directory
  848.  #include <stdio.h>
  849.           ^~~~~~~~~
  850. compilation terminated.
  851. modules/ubluepy/ubluepy_peripheral.c:27:10: fatal error: string.h: No such file or directory
  852.  #include <string.h>
  853.           ^~~~~~~~~~
  854. compilation terminated.
  855. In file included from main.c:28:0:
  856. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  857.  # include_next <stdint.h>
  858.                 ^~~~~~~~~~
  859. compilation terminated.
  860. In file included from ../../py/persistentcode.c:27:0:
  861. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  862.  # include_next <stdint.h>
  863.                 ^~~~~~~~~~
  864. compilation terminated.
  865. In file included from ../../py/builtin.h:29:0,
  866.                  from ../../py/modcollections.c:27:
  867. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  868.  #include <assert.h>
  869.           ^~~~~~~~~~
  870. compilation terminated.
  871. In file included from modules/ubluepy/ubluepy_service.c:27:0:
  872. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  873.  #include <assert.h>
  874.           ^~~~~~~~~~
  875. compilation terminated.
  876. mphalport.c:27:10: fatal error: string.h: No such file or directory
  877.  #include <string.h>
  878.           ^~~~~~~~~~
  879. compilation terminated.
  880. In file included from ../../py/mpstate.h:29:0,
  881.                  from ../../py/modgc.c:27:
  882. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  883.  # include_next <stdint.h>
  884.                 ^~~~~~~~~~
  885. compilation terminated.
  886. ../../py/runtime.c:29:10: fatal error: stdio.h: No such file or directory
  887.  #include <stdio.h>
  888.           ^~~~~~~~~
  889. compilation terminated.
  890. In file included from modules/ubluepy/ubluepy_characteristic.c:27:0:
  891. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  892.  #include <assert.h>
  893.           ^~~~~~~~~~
  894. compilation terminated.
  895. In file included from ../../py/builtin.h:29:0,
  896.                  from help.c:28:
  897. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  898.  #include <assert.h>
  899.           ^~~~~~~~~~
  900. compilation terminated.
  901. In file included from ../../py/mpstate.h:29:0,
  902.                  from ../../py/runtime.h:29,
  903.                  from ../../py/runtime_utils.c:28:
  904. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  905.  # include_next <stdint.h>
  906.                 ^~~~~~~~~~
  907. ../../py/modio.c:27:10: fatal error: assert.h: No such file or directory
  908.  #include <assert.h>
  909.           ^~~~~~~~~~
  910. compilation terminated.
  911. compilation terminated.
  912. In file included from modules/ubluepy/ubluepy_uuid.c:27:0:
  913. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  914.  #include <assert.h>
  915.           ^~~~~~~~~~
  916. compilation terminated.
  917. ../../py/scheduler.c:27:10: fatal error: stdio.h: No such file or directory
  918.  #include <stdio.h>
  919.           ^~~~~~~~~
  920. gccollect.c:27:10: fatal error: stdio.h: No such file or directory
  921.  #include <stdio.h>
  922.           ^~~~~~~~~
  923. compilation terminated.
  924. compilation terminated.
  925. In file included from ../../py/builtin.h:29:0,
  926.                  from ../../py/modmath.c:27:
  927. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  928.  #include <assert.h>
  929.           ^~~~~~~~~~
  930. compilation terminated.
  931. In file included from modules/ubluepy/ubluepy_delegate.c:27:0:
  932. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  933.  #include <assert.h>
  934.           ^~~~~~~~~~
  935. compilation terminated.
  936. pin_named_pins.c:27:10: fatal error: stdio.h: No such file or directory
  937.  #include <stdio.h>
  938.           ^~~~~~~~~
  939. compilation terminated.
  940. ../../py/nativeglue.c:28:10: fatal error: stdio.h: No such file or directory
  941.  #include <stdio.h>
  942.           ^~~~~~~~~
  943. compilation terminated.
  944. In file included from modules/ubluepy/ubluepy_constants.c:27:0:
  945. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  946.  #include <assert.h>
  947.           ^~~~~~~~~~
  948. compilation terminated.
  949. In file included from ../../py/builtin.h:29:0,
  950.                  from ../../py/modcmath.c:27:
  951. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  952.  #include <assert.h>
  953.           ^~~~~~~~~~
  954. compilation terminated.
  955. In file included from ../../py/mpstate.h:29:0,
  956.                  from ../../py/runtime.h:29,
  957.                  from fatfs_port.c:27:
  958. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  959.  # include_next <stdint.h>
  960.                 ^~~~~~~~~~
  961. compilation terminated.
  962. In file included from ../../py/pairheap.c:27:0:
  963. ../../py/pairheap.h:38:10: fatal error: assert.h: No such file or directory
  964.  #include <assert.h>
  965.           ^~~~~~~~~~
  966. compilation terminated.
  967. In file included from modules/ubluepy/ubluepy_descriptor.c:27:0:
  968. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  969.  #include <assert.h>
  970.           ^~~~~~~~~~
  971. ../../py/modmicropython.c:27:10: fatal error: stdio.h: No such file or directory
  972.  #include <stdio.h>
  973.           ^~~~~~~~~
  974. compilation terminated.
  975. compilation terminated.
  976. In file included from ../../py/mpconfig.h:62:0,
  977.                  from drivers/flash.c:27:
  978. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  979.  #include <alloca.h>
  980.           ^~~~~~~~~~
  981. compilation terminated.
  982. modules/ubluepy/ubluepy_scanner.c:27:10: fatal error: string.h: No such file or directory
  983.  #include <string.h>
  984.           ^~~~~~~~~~
  985. compilation terminated.
  986. ../../py/modstruct.c:28:10: fatal error: assert.h: No such file or directory
  987.  #include <assert.h>
  988.           ^~~~~~~~~~
  989. compilation terminated.
  990. In file included from ../../py/ringbuf.h:30:0,
  991.                  from ../../py/ringbuf.c:26:
  992. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  993.  # include_next <stdint.h>
  994.                 ^~~~~~~~~~
  995. compilation terminated.
  996. In file included from ../../py/mpconfig.h:62:0,
  997.                  from drivers/rng.c:28:
  998. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  999.  #include <alloca.h>
  1000.           ^~~~~~~~~~
  1001. compilation terminated.
  1002. modules/ubluepy/ubluepy_scan_entry.c:27:10: fatal error: string.h: No such file or directory
  1003.  #include <string.h>
  1004.           ^~~~~~~~~~
  1005. compilation terminated.
  1006. In file included from ../../py/builtin.h:29:0,
  1007.                  from ../../py/modsys.c:28:
  1008. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  1009.  #include <assert.h>
  1010.           ^~~~~~~~~~
  1011. compilation terminated.
  1012. In file included from ../../py/mpstate.h:29:0,
  1013.                  from ../../py/runtime.h:29,
  1014.                  from ../../py/stackctrl.c:27:
  1015. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  1016.  # include_next <stdint.h>
  1017.                 ^~~~~~~~~~
  1018. compilation terminated.
  1019. In file included from ../../py/mphal.h:29:0,
  1020.                  from drivers/softpwm.c:27:
  1021. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  1022.  # include_next <stdint.h>
  1023.                 ^~~~~~~~~~
  1024. compilation terminated.
  1025. ../../py/moduerrno.c:27:10: fatal error: assert.h: No such file or directory
  1026.  #include <assert.h>
  1027.           ^~~~~~~~~~
  1028. compilation terminated.
  1029. In file included from ../../py/mphal.h:29:0,
  1030.                  from modules/music/modmusic.c:27:
  1031. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  1032.  # include_next <stdint.h>
  1033.                 ^~~~~~~~~~
  1034. ../../py/argcheck.c:27:10: fatal error: stdlib.h: No such file or directory
  1035.  #include <stdlib.h>
  1036.           ^~~~~~~~~~
  1037. compilation terminated.
  1038. compilation terminated.
  1039. In file included from ../../py/mphal.h:29:0,
  1040.                  from drivers/ticker.c:27:
  1041. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  1042.  # include_next <stdint.h>
  1043.                 ^~~~~~~~~~
  1044. compilation terminated.
  1045. ../../py/modthread.c:27:10: fatal error: stdio.h: No such file or directory
  1046.  #include <stdio.h>
  1047.           ^~~~~~~~~
  1048. compilation terminated.
  1049. ../../py/warning.c:29:10: fatal error: stdio.h: No such file or directory
  1050.  #include <stdio.h>
  1051.           ^~~~~~~~~
  1052. compilation terminated.
  1053. In file included from ../../py/mphal.h:29:0,
  1054.                  from modules/music/musictunes.c:32:
  1055. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  1056.  # include_next <stdint.h>
  1057.                 ^~~~~~~~~~
  1058. compilation terminated.
  1059. In file included from ../../py/mphal.h:29:0,
  1060.                  from drivers/wdt.c:27:
  1061. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  1062.  # include_next <stdint.h>
  1063.                 ^~~~~~~~~~
  1064. compilation terminated.
  1065. ../../py/vm.c:28:10: fatal error: stdio.h: No such file or directory
  1066.  #include <stdio.h>
  1067.           ^~~~~~~~~
  1068. compilation terminated.
  1069. modules/ble/modble.c:27:10: fatal error: stdio.h: No such file or directory
  1070.  #include <stdio.h>
  1071.           ^~~~~~~~~
  1072. compilation terminated.
  1073. In file included from ../../py/emitglue.h:29:0,
  1074.                  from ../../py/profile.h:30,
  1075.                  from ../../py/profile.c:27:
  1076. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  1077.  #include <assert.h>
  1078.           ^~~~~~~~~~
  1079. compilation terminated.
  1080. drivers/bluetooth/ble_drv.c:29:10: fatal error: stdio.h: No such file or directory
  1081.  #include <stdio.h>
  1082.           ^~~~~~~~~
  1083. compilation terminated.
  1084. ../../py/bc.c:29:10: fatal error: string.h: No such file or directory
  1085.  #include <string.h>
  1086.           ^~~~~~~~~~
  1087. compilation terminated.
  1088. In file included from ../../py/map.c:27:0:
  1089. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  1090.  # include_next <stdint.h>
  1091.                 ^~~~~~~~~~
  1092. compilation terminated.
  1093. In file included from ../../py/mpconfig.h:62:0:
  1094. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  1095.  #include <alloca.h>
  1096.           ^~~~~~~~~~
  1097. compilation terminated.
  1098. drivers/bluetooth/ble_uart.c:29:10: fatal error: string.h: No such file or directory
  1099.  #include <string.h>
  1100.           ^~~~~~~~~~
  1101. compilation terminated.
  1102. ../../py/showbc.c:27:10: fatal error: stdio.h: No such file or directory
  1103.  #include <stdio.h>
  1104.           ^~~~~~~~~
  1105. compilation terminated.
  1106. In file included from ../../py/obj.c:27:0:
  1107. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  1108.  # include_next <stdint.h>
  1109.                 ^~~~~~~~~~
  1110. compilation terminated.
  1111. mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  1112.  #include <alloca.h>
  1113.           ^~~~~~~~~~
  1114. compilation terminated.
  1115. In file included from device/startup_nrf52832.c:27:0:
  1116. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  1117.  # include_next <stdint.h>
  1118.                 ^~~~~~~~~~
  1119. compilation terminated.
  1120. ../../py/objarray.c:28:10: fatal error: string.h: No such file or directory
  1121.  #include <string.h>
  1122.           ^~~~~~~~~~
  1123. compilation terminated.
  1124. ../../py/repl.c:27:10: fatal error: string.h: No such file or directory
  1125.  #include <string.h>
  1126.           ^~~~~~~~~~
  1127. compilation terminated.
  1128. In file included from ../../lib/libm/libm.h:19:0,
  1129.                  from ../../lib/libm/math.c:27:
  1130. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  1131.  # include_next <stdint.h>
  1132.                 ^~~~~~~~~~
  1133. compilation terminated.
  1134. In file included from ../../py/objtuple.h:29:0,
  1135.                  from ../../py/objattrtuple.c:27:
  1136. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  1137.  #include <assert.h>
  1138.           ^~~~~~~~~~
  1139. compilation terminated.
  1140. In file included from ../../py/mpconfig.h:62:0,
  1141.                  from ../../py/smallint.h:29,
  1142.                  from ../../py/smallint.c:27:
  1143. ./mpconfigport.h:350:10: fatal error: alloca.h: No such file or directory
  1144.  #include <alloca.h>
  1145.           ^~~~~~~~~~
  1146. compilation terminated.
  1147. In file included from ../../lib/libm/libm.h:19:0,
  1148.                  from ../../lib/libm/fmodf.c:7:
  1149. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  1150.  # include_next <stdint.h>
  1151.                 ^~~~~~~~~~
  1152. compilation terminated.
  1153. ../../py/objbool.c:27:10: fatal error: stdlib.h: No such file or directory
  1154.  #include <stdlib.h>
  1155.           ^~~~~~~~~~
  1156. compilation terminated.
  1157. ../../py/frozenmod.c:28:10: fatal error: string.h: No such file or directory
  1158.  #include <string.h>
  1159.           ^~~~~~~~~~
  1160. compilation terminated.
  1161. In file included from ../../lib/libm/libm.h:19:0,
  1162.                  from ../../lib/libm/nearbyintf.c:3:
  1163. /usr/lib/gcc/arm-none-eabi/7.3.1/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
  1164.  # include_next <stdint.h>
  1165.                 ^~~~~~~~~~
  1166. compilation terminated.
  1167. ../../py/objboundmeth.c:27:10: fatal error: string.h: No such file or directory
  1168.  #include <string.h>
  1169.           ^~~~~~~~~~
  1170. compilation terminated.
  1171. In file included from ../../lib/libm/ef_sqrt.c:25:0:
  1172. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  1173.  #include <math.h>
  1174.           ^~~~~~~~
  1175. compilation terminated.
  1176. In file included from ../../py/objcell.c:27:0:
  1177. ../../py/obj.h:29:10: fatal error: assert.h: No such file or directory
  1178.  #include <assert.h>
  1179.           ^~~~~~~~~~
  1180. compilation terminated.
  1181. Traceback (most recent call last):
  1182.   File "../../py/makeqstrdefs.py", line 188, in <module>
  1183.     preprocess()
  1184.   File "../../py/makeqstrdefs.py", line 62, in preprocess
  1185.     for output in p.imap(pp(flags), chunks):
  1186.   File "/usr/lib/python3.7/multiprocessing/pool.py", line 748, in next
  1187.     raise value
  1188.   File "/usr/lib/python3.7/multiprocessing/pool.py", line 121, in worker
  1189.     result = (True, func(*args, **kwds))
  1190.   File "../../py/makeqstrdefs.py", line 46, in run
  1191.     return subprocess.check_output(args.pp + flags + files)
  1192.   File "/usr/lib/python3.7/subprocess.py", line 395, in check_output
  1193. In file included from ../../lib/libm/kf_rem_pio2.c:25:0:
  1194. ../../lib/libm/fdlibm.h:23:10: fatal error: math.h: No such file or directory
  1195.  #include <math.h>
  1196.           ^~~~~~~~
  1197. compilation terminated.
  1198.     **kwargs).stdout
  1199.   File "/usr/lib/python3.7/subprocess.py", line 487, in run
  1200.     output=stdout, stderr=stderr)
  1201. subprocess.CalledProcessError: Command '['arm-none-eabi-gcc', '-E', '-DBLUETOOTH_SD_DEBUG=1', '-DBLUETOOTH_SD=132', '-flto', '-mthumb', '-mabi=aapcs', '-fsingle-precision-constant', '-Wdouble-promotion', '-mtune=cortex-m4', '-mcpu=cortex-m4', '-mfpu=fpv4-sp-d16', '-mfloat-abi=hard', '-Idrivers/bluetooth/s132_nrf52_6.1.1/s132_nrf52_6.1.1_API/include', '-Idrivers/bluetooth/s132_nrf52_6.1.1/s132_nrf52_6.1.1_API/include/nrf52', '-I.', '-I../..', '-Ibuild-pinetime-s132', '-I./../../lib/cmsis/inc', '-I./modules/machine', '-I./modules/ubluepy', '-I./modules/music', '-I./modules/ble', '-I./modules/board', '-I../../lib/mp-readline', '-I./drivers/bluetooth', '-I./drivers', '-I../../lib/nrfx/', '-I../../lib/nrfx/drivers', '-I../../lib/nrfx/drivers/include', '-I../../lib/nrfx/mdk', '-I../../lib/nrfx/hal', '-I../../lib/nrfx/drivers/src/', '-Wall', '-Werror', '-g', '-ansi', '-std=c11', '-nostdlib', '-DNRF52832_XXAA', '-DNRF52', '-DNRF52832', '-DCONFIG_GPIO_AS_PINRESET', '-I/root/wasp-os/wasp/modules/bma42x-upy/BMA423-Sensor-API', '-I/root/wasp-os/wasp/modules/bma42x-upy/BMA42X-Sensor-API', '-DMODULE_BMA42X_ENABLED=1', '-DFFCONF_H="lib/oofatfs/ffconf.h"', '-DMICROPY_VFS_LFS2=1', '-DLFS2_NO_MALLOC', '-DLFS2_NO_DEBUG', '-DLFS2_NO_WARN', '-DLFS2_NO_ERROR', '-DLFS2_NO_ASSERT', '-fno-strict-aliasing', '-Iboards/pinetime', '-DNRF5_HAL_H=<nrf52_hal.h>', '-Os', '-DNDEBUG', '-DMICROPY_MODULE_FROZEN_STR', '-DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool', '-DMICROPY_MODULE_FROZEN_MPY', '-DNO_QSTR', '/root/wasp-os/wasp/modules/bma42x-upy/bma42x.c', '/root/wasp-os/wasp/modules/bma42x-upy/BMA423-Sensor-API/bma4.c', '/root/wasp-os/wasp/modules/bma42x-upy/BMA423-Sensor-API/bma423.c', '/root/wasp-os/wasp/modules/bma42x-upy/BMA42X-Sensor-API/bma42x.c', '../../lib/littlefs/lfs2.c', '../../lib/littlefs/lfs2_util.c', '../../py/mpstate.c', '../../py/malloc.c', '../../py/gc.c', '../../py/pystack.c', '../../py/qstr.c', '../../py/vstr.c', '../../py/mpprint.c', '../../py/unicode.c', '../../py/mpz.c', '../../py/reader.c', '../../py/lexer.c', '../../py/parse.c', '../../py/scope.c', '../../py/compile.c', '../../py/emitcommon.c', '../../py/emitbc.c', '../../py/asmbase.c', '../../py/asmx64.c', '../../py/emitnx64.c', '../../py/asmx86.c', '../../py/emitnx86.c', '../../py/asmthumb.c', '../../py/emitnthumb.c', '../../py/emitinlinethumb.c', '../../py/asmarm.c', '../../py/emitnarm.c', '../../py/asmxtensa.c', '../../py/emitnxtensa.c', '../../py/emitinlinextensa.c', '../../py/emitnxtensawin.c', '../../py/formatfloat.c', '../../py/parsenumbase.c', '../../py/parsenum.c', '../../py/emitglue.c', '../../py/persistentcode.c', '../../py/runtime.c', '../../py/runtime_utils.c', '../../py/scheduler.c', '../../py/nativeglue.c', '../../py/pairheap.c', '../../py/ringbuf.c', '../../py/stackctrl.c', '../../py/argcheck.c', '../../py/warning.c', '../../py/profile.c', '../../py/map.c', '../../py/obj.c', '../../py/objarray.c', '../../py/objattrtuple.c', '../../py/objbool.c', '../../py/objboundmeth.c', '../../py/objcell.c']' returned non-zero exit status 1.
  1202. make[1]: *** [../../py/mkrules.mk:105: build-pinetime-s132/genhdr/qstr.i.last] Error 1
  1203. make[1]: *** Deleting file 'build-pinetime-s132/genhdr/qstr.i.last'
  1204. make[1]: Leaving directory '/root/wasp-os/micropython/ports/nrf'
  1205. make: *** [Makefile:64: micropython] Error 2
  1206.  
  1207.  
  1208.  
  1209. root@Rajpi:~/wasp-os# sudo apt-get install gcc-arm-none-eabi
  1210. Reading package lists... Done
  1211. Building dependency tree
  1212. Reading state information... Done
  1213. gcc-arm-none-eabi is already the newest version (15:7-2018-q2-6).
  1214. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  1215.