Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. dopey: mcuboot (zephyr-updates) mbolivar$ git log --oneline --decorate -n1 | cat
  2. 0f313dd (HEAD -> zephyr-updates, rsalveti/zephyr-updates) zephyr: use SYS_LOG instead of printk
  3.  
  4. dopey: mcuboot (zephyr-updates) mbolivar$ (cd $ZEPHYR_BASE; git log --oneline --decorate -n1 | cat)
  5. 7358cd842 (HEAD -> linaro-fota-demo-dev, linaro-github/linaro-fota-demo-dev) linaro_fota: loop receive until a valid header is found
  6.  
  7. dopey: mcuboot (zephyr-updates) mbolivar$ make BOARD=96b_carbon
  8. make[1]: Entering directory '/home/mbolivar/Linaro/src/zephyr'
  9. make[2]: Entering directory '/home/mbolivar/Linaro/src/mcuboot/outdir/96b_carbon'
  10. Using /home/mbolivar/Linaro/src/zephyr as source for kernel
  11. GEN ./Makefile
  12. CHK include/generated/version.h
  13. CHK misc/generated/configs.c
  14. CHK include/generated/offsets.h
  15. CHK misc/generated/sysgen/prj.mdef
  16. CC ext/lib/crypto/mbedtls/library/memory_buffer_alloc.o
  17. In file included from /home/mbolivar/Linaro/src/zephyr/ext/lib/crypto/mbedtls/library/memory_buffer_alloc.c:33:0:
  18. /home/mbolivar/Linaro/src/zephyr/ext/lib/crypto/mbedtls/include/mbedtls/platform.h:253:18: fatal error: time.h: No such file or directory
  19. compilation terminated.
  20. make[6]: *** [/home/mbolivar/Linaro/src/zephyr/scripts/Makefile.build:183: ext/lib/crypto/mbedtls/library/memory_buffer_alloc.o] Error 1
  21. make[5]: *** [/home/mbolivar/Linaro/src/zephyr/scripts/Makefile.build:356: ext/lib/crypto/mbedtls] Error 2
  22. make[4]: *** [/home/mbolivar/Linaro/src/zephyr/scripts/Makefile.build:356: ext/lib/crypto] Error 2
  23. make[3]: *** [/home/mbolivar/Linaro/src/zephyr/scripts/Makefile.build:356: ext/lib] Error 2
  24. make[2]: *** [/home/mbolivar/Linaro/src/zephyr/Makefile:895: ext] Error 2
  25. make[2]: Leaving directory '/home/mbolivar/Linaro/src/mcuboot/outdir/96b_carbon'
  26. make[1]: *** [Makefile:175: sub-make] Error 2
  27. make[1]: Leaving directory '/home/mbolivar/Linaro/src/zephyr'
  28. make: *** [/home/mbolivar/Linaro/src/zephyr/Makefile.inc:83: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement