Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. recipe
  2.  
  3. DESCRIPTION = "ttdriver"
  4. SECTION = "examples"
  5. LICENSE = "CLOSED"
  6. PR = "r0"
  7.  
  8. S = "${WORKDIR}/ttdriver"
  9. SRC_URI = "file:///home/lukas/yocto/openembedded-core/ttdriver.zip"
  10.  
  11.  
  12. ''''''''''''''''''Makefile''''''''''''''''''''#
  13.  
  14.  
  15. obj-m :=ttdriver.o
  16. SRC := $(shell pwd)/ttdriver.c
  17.  
  18. all:
  19. $(MAKE) -C $(KERNEL_SRC) M=$(SRC)
  20.  
  21. modules_install:
  22. $(MAKE) INSTALL_MOD_DIR=kernel/drivers/ttdriver -C $(KERNEL_SRC) M=$(SRC) modules_install
  23.  
  24. clean:
  25. rm -f *.o *~ core .depend .*.cmd *.ko *.mod.c
  26. rm -f Module.markers Module.symvers modules.order
  27. rm -rf .tmp_versions Modules.symvers
  28.  
  29.  
  30.  
  31. ''''''''''''''''''''''''''''''Log''''''''''''''''''''''''''''''''''''''''''''#
  32. + base_do_compile
  33. | + '[' -e Makefile -o -e makefile -o -e GNUmakefile ']'
  34. | + oe_runmake
  35. | + oe_runmake_call
  36. | + bbnote make -j 4 -e MAKEFLAGS=
  37. | + echo 'NOTE: make -j 4 -e MAKEFLAGS='
  38. | NOTE: make -j 4 -e MAKEFLAGS=
  39. | + make -j 4 -e MAKEFLAGS=
  40. | make -C M=/home/lukas/yocto/openembedded-core/build/tmp-glibc/work/cortexa9-vfp-neon-oe-linux-gnueabi/aitqkd-ttm/1.0-r0/ttdriver/ttdriver.c
  41. |
  42. | make -C M=/home/lukas/yocto/openembedded-core/build/tmp-glibc/work/cortexa9-vfp-neon-oe-linux-gnueabi/aitqkd-ttm/1.0-r0/ttdriver/ttdriver.c
  43. | make[1]: *** M=/home/lukas/yocto/openembedded-core/build/tmp-glibc/work/cortexa9-vfp-neon-oe-linux-gnueabi/aitqkd-ttm/1.0-r0/ttdriver/ttdriver.c: No such file or directory. Stop.
  44. |
  45. | make[1]: *** M=/home/lukas/yocto/openembedded-core/build/tmp-glibc/work/cortexa9-vfp-neon-oe-linux-gnueabi/aitqkd-ttm/1.0-r0/ttdriver/ttdriver.c: No such file or directory. Stop.
  46. | Makefile:5: recipe for target 'all' failed
  47. | make: *** [all] Error 2
  48. | + die 'oe_runmake failed'
  49. | + bbfatal 'oe_runmake failed'
  50. | + echo 'ERROR: oe_runmake failed'
  51. | ERROR: oe_runmake failed
  52. | + exit 1
  53. | + bb_exit_handler
  54. | + ret=1
  55. | + case $ret in
  56. | + case $BASH_VERSION in
  57. | + echo 'WARNING: /home/lukas/yocto/openembedded-core/build/tmp-glibc/work/cortexa9-vfp-neon-oe-linux-gnueabi/aitqkd-ttm/1.0-r0/temp/run.do_compile.6749:1 exit 1 from
  58. | exit' 1
  59. | WARNING: /home/lukas/yocto/openembedded-core/build/tmp-glibc/work/cortexa9-vfp-neon-oe-linux-gnueabi/aitqkd-ttm/1.0-r0/temp/run.do_compile.6749:1 exit 1 from
  60. | exit 1
  61. | + exit 1
  62. |
  63. | Makefile:5: recipe for target 'all' failed
  64. | make: *** [all] Error 2
  65. | + die 'oe_runmake failed'
  66. | + bbfatal 'oe_runmake failed'
  67. | + echo 'ERROR: oe_runmake failed'
  68. | ERROR: oe_runmake failed
  69. | + exit 1
  70. | + bb_exit_handler
  71. | + ret=1
  72. | + case $ret in
  73. | + case $BASH_VERSION in
  74. | + echo 'WARNING: /home/lukas/yocto/openembedded-core/build/tmp-glibc/work/cortexa9-vfp-neon-oe-linux-gnueabi/aitqkd-ttm/1.0-r0/temp/run.do_compile.6749:1 exit 1 from
  75. | exit' 1
  76. | WARNING: /home/lukas/yocto/openembedded-core/build/tmp-glibc/work/cortexa9-vfp-neon-oe-linux-gnueabi/aitqkd-ttm/1.0-r0/temp/run.do_compile.6749:1 exit 1 from
  77. | exit 1
  78. | + exit 1
  79. | ERROR: Function failed: do_compile (log file is located at /home/lukas/yocto/openembedded-core/build/tmp-glibc/work/cortexa9-vfp-neon-oe-linux-gnueabi/aitqkd-ttm/1.0-r0/temp/log.do_compile.6749)
  80. ERROR: Task 6 (/home/lukas/yocto/openembedded-core/meta-qkd/recipes-qkd/aitqkd-ttm/aitqkd-ttm.bb, do_compile) failed with exit code '1'
  81. NOTE: Tasks Summary: Attempted 378 tasks of which 372 didn't need to be rerun and 1 failed.
  82. No currently running tasks (378 of 385)
  83.  
  84. Summary: 1 task failed:
  85. /home/lukas/yocto/openembedded-core/meta-qkd/recipes-qkd/aitqkd-ttm/aitqkd-ttm.bb, do_compile
  86. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement