Advertisement
Guest User

Untitled

a guest
Apr 1st, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. jimmy@jimmy-ubuntu:~/projects/zephyrjs/zjs/soletta/soletta-basic (master)% make -C ../BUILD zephyr BOARD=quark_se_devboard
  2. make: Entering directory `/home/jimmy/projects/zephyrjs/zjs/soletta/BUILD'
  3. make -C /home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage MAKEFILE_TOPDIR=/home/jimmy/projects/zephyrjs/zjs/soletta/BUILD/ WORKING_TOPDIR=/home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic BUILD_DIR=/home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage FBP_SOURCES=""
  4. make[1]: Entering directory `/home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage'
  5. Using /home/jimmy/projects/zephyrjs/zjs/zephyr/boards/quark_se_devboard/quark_se_devboard_defconfig as base
  6. Merging /home/jimmy/projects/zephyrjs/zjs/zephyr/kernel/configs/micro.config
  7. Merging prj.conf
  8. make[2]: Entering directory `/home/jimmy/projects/zephyrjs/zjs/zephyr'
  9. make[3]: Entering directory `/home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage/outdir'
  10. GEN ./Makefile
  11. #
  12. # configuration written to .config
  13. #
  14. make[3]: Leaving directory `/home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage/outdir'
  15. make[2]: Leaving directory `/home/jimmy/projects/zephyrjs/zjs/zephyr'
  16. make[2]: Entering directory `/home/jimmy/projects/zephyrjs/zjs/zephyr'
  17. make[3]: Entering directory `/home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage/outdir'
  18. GEN ./Makefile
  19. scripts/kconfig/conf --silentoldconfig Kconfig
  20. make[3]: Leaving directory `/home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage/outdir'
  21. make[3]: Entering directory `/home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage/outdir'
  22. Using /home/jimmy/projects/zephyrjs/zjs/zephyr as source for kernel
  23. GEN ./Makefile
  24. CHK include/generated/version.h
  25. make -C /home/jimmy/projects/zephyrjs/zjs/soletta CFLAGS="-c -g -std=c99 -fno-asynchronous-unwind-tables -fno-omit-frame-pointer -Wall -Wno-format-zero-length -Wno-main -ffreestanding -Os -fno-stack-protector -march=lakemont -mtune=lakemont -msoft-float -miamcu -ffunction-sections -fdata-sections -mpreferred-stack-boundary=2 -mno-sse -Wno-unused-but-set-variable -fno-reorder-functions -fno-defer-pop -Wno-pointer-sign -fno-strict-overflow -Werror=implicit-int -DKERNEL -I/home/jimmy/projects/zephyrjs/zjs/zephyr/arch/x86/include -I/home/jimmy/projects/zephyrjs/zjs/zephyr/arch/x86/soc/quark_se -I/home/jimmy/projects/zephyrjs/zjs/zephyr/boards/quark_se_devboard -I/home/jimmy/projects/zephyrjs/zjs/zephyr/include -I/home/jimmy/projects/zephyrjs/zjs/zephyr/include -I/home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage/outdir/include/generated -I/home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage/outdir/misc/generated/sysgen -include /home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage/outdir/include/generated/autoconf.h -I/home/jimmy/projects/zephyrjs/zjs/soletta/build/soletta_sysroot/usr/include/soletta -I/opt/zephyr-sdk/sysroots/iamcu-poky-elfiamcu/usr/i586-default-elfiamcu/include -Wno-missing-include-dirs" LDFLAGS="-nostartfiles -nodefaultlibs -nostdlib -static -L /opt/zephyr-sdk/sysroots/iamcu-poky-elfiamcu/usr/lib/i586-poky-elfiamcu/5.2.1 -L /opt/zephyr-sdk/sysroots/iamcu-poky-elfiamcu/usr/i586-default-elfiamcu/lib/" alldefconfig
  26. make[5]: Entering directory `/home/jimmy/projects/zephyrjs/zjs/soletta'
  27. make[5]: *** No rule to make target `alldefconfig'. Stop.
  28. make[5]: Leaving directory `/home/jimmy/projects/zephyrjs/zjs/soletta'
  29. make[4]: *** [all] Error 2
  30. make[3]: *** [/home/jimmy/projects/zephyrjs/zjs/soletta/build/soletta_sysroot/usr/lib/libsoletta.a] Error 2
  31. make[3]: Leaving directory `/home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage/outdir'
  32. make[2]: *** [sub-make] Error 2
  33. make[2]: Leaving directory `/home/jimmy/projects/zephyrjs/zjs/zephyr'
  34. make[1]: *** [all] Error 2
  35. make[1]: Leaving directory `/home/jimmy/projects/zephyrjs/zjs/soletta/soletta-basic/zephyr_stage'
  36. make: *** [zephyr] Error 2
  37. make: Leaving directory `/home/jimmy/projects/zephyrjs/zjs/soletta/BUILD'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement