Advertisement
Guest User

Untitled

a guest
Mar 8th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.99 KB | None | 0 0
  1. stulluk@sertac-mint ~/android-lircd $ NDK_BASE=/D/android-ndk-r10d ./build.sh
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for arm-linux-androideabi-strip... no
  5. checking for strip... strip
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether make supports nested variables... yes
  10. checking for arm-linux-androideabi-gcc... /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... yes
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm accepts -g... yes
  18. checking for /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm option to accept ISO C89... none needed
  19. checking whether /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm understands -c and -o together... yes
  20. checking for style of include used by make... GNU
  21. checking dependency style of /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm... gcc3
  22. checking whether make sets $(MAKE)... (cached) yes
  23. checking for mknod... /bin/mknod
  24. checking for mkfifo... /usr/bin/mkfifo
  25. checking for depmod... /sbin/depmod
  26. checking whether ln -s works... yes
  27. checking build system type... x86_64-unknown-linux-gnu
  28. checking host system type... arm-unknown-linux-androideabi
  29. checking how to print strings... printf
  30. checking for a sed that does not truncate output... /bin/sed
  31. checking for grep that handles long lines and -e... /bin/grep
  32. checking for egrep... /bin/grep -E
  33. checking for fgrep... /bin/grep -F
  34. checking for ld used by /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm... /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld
  35. checking if the linker (/D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld) is GNU ld... yes
  36. checking for BSD- or MS-compatible name lister (nm)... no
  37. checking for arm-linux-androideabi-dumpbin... no
  38. checking for arm-linux-androideabi-link... no
  39. checking for dumpbin... no
  40. checking for link... link -dump
  41. configure: WARNING: using cross tools not prefixed with host triplet
  42. checking the name lister (nm) interface... BSD nm
  43. checking the maximum length of command line arguments... 1572864
  44. checking whether the shell understands some XSI constructs... yes
  45. checking whether the shell understands "+="... yes
  46. checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
  47. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  48. checking for /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld option to reload object files... -r
  49. checking for arm-linux-androideabi-objdump... no
  50. checking for objdump... objdump
  51. checking how to recognize dependent libraries... pass_all
  52. checking for arm-linux-androideabi-dlltool... no
  53. checking for dlltool... no
  54. checking how to associate runtime and link libraries... printf %s\n
  55. checking for arm-linux-androideabi-ar... no
  56. checking for ar... ar
  57. checking for archiver @FILE support... @
  58. checking for arm-linux-androideabi-strip... strip
  59. checking for arm-linux-androideabi-ranlib... no
  60. checking for ranlib... ranlib
  61. checking command to parse nm output from /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm object... ok
  62. checking for sysroot... no
  63. checking for arm-linux-androideabi-mt... no
  64. checking for mt... mt
  65. checking if mt is a manifest tool... no
  66. checking how to run the C preprocessor... /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm -E
  67. checking for ANSI C header files... yes
  68. checking for sys/types.h... yes
  69. checking for sys/stat.h... yes
  70. checking for stdlib.h... yes
  71. checking for string.h... yes
  72. checking for memory.h... yes
  73. checking for strings.h... yes
  74. checking for inttypes.h... yes
  75. checking for stdint.h... yes
  76. checking for unistd.h... yes
  77. checking for dlfcn.h... yes
  78. checking for objdir... .libs
  79. checking if /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm supports -fno-rtti -fno-exceptions... no
  80. checking for /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm option to produce PIC... -fPIC -DPIC
  81. checking if /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm PIC flag -fPIC -DPIC works... yes
  82. checking if /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm static flag -static works... yes
  83. checking if /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm supports -c -o file.o... yes
  84. checking if /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm supports -c -o file.o... (cached) yes
  85. checking whether the /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm linker (/D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld) supports shared libraries... yes
  86. checking whether -lc should be explicitly linked in... no
  87. checking dynamic linker characteristics... GNU/Linux ld.so
  88. checking how to hardcode library paths into programs... immediate
  89. checking whether stripping libraries is possible... yes
  90. checking if libtool supports shared libraries... yes
  91. checking whether to build shared libraries... yes
  92. checking whether to build static libraries... yes
  93. checking for python... /usr/bin/python
  94. checking for python version... 2.7
  95. checking for python platform... linux2
  96. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  97. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  98. checking for ANSI C header files... (cached) yes
  99. checking whether time.h and sys/time.h may both be included... yes
  100. checking fcntl.h usability... yes
  101. checking fcntl.h presence... yes
  102. checking for fcntl.h... yes
  103. checking limits.h usability... yes
  104. checking limits.h presence... yes
  105. checking for limits.h... yes
  106. checking sys/ioctl.h usability... yes
  107. checking sys/ioctl.h presence... yes
  108. checking for sys/ioctl.h... yes
  109. checking sys/time.h usability... yes
  110. checking sys/time.h presence... yes
  111. checking for sys/time.h... yes
  112. checking syslog.h usability... yes
  113. checking syslog.h presence... yes
  114. checking for syslog.h... yes
  115. checking for unistd.h... (cached) yes
  116. checking for an ANSI C-conforming const... yes
  117. checking for inline... inline
  118. checking for off_t... yes
  119. checking for pid_t... yes
  120. checking for size_t... yes
  121. checking whether struct tm is in sys/time.h or time.h... time.h
  122. checking return type of signal handlers... void
  123. checking for vprintf... yes
  124. checking for _doprnt... no
  125. checking for gethostname... yes
  126. checking for gettimeofday... yes
  127. checking for mkfifo... no
  128. checking for select... yes
  129. checking for socket... yes
  130. checking for strdup... yes
  131. checking for strerror... yes
  132. checking for strtoul... yes
  133. checking for snprintf... yes
  134. checking for strsep... yes
  135. checking for vsyslog... yes
  136. checking for forkpty... no
  137. checking for forkpty in -lutil... no
  138. checking vga.h usability... no
  139. checking vga.h presence... no
  140. checking for vga.h... no
  141. checking for X... disabled
  142. checking for getopt_long... yes
  143. checking for mktemp... yes
  144. checking for Linux kernel sources... /E/i3android-interra/lichee/linux-3.4/
  145. checking for which drivers can be installed on this system...
  146. checking for caraca_init in -lcaraca_client... no
  147. checking usb.h usability... no
  148. checking usb.h presence... no
  149. checking for usb.h... no
  150. checking ftdi.h usability... no
  151. checking ftdi.h presence... no
  152. checking for ftdi.h... no
  153. checking iguanaIR.h usability... no
  154. checking iguanaIR.h presence... no
  155. checking for iguanaIR.h... no
  156. checking for ir_strerror in -lirman... no
  157. checking for ir_strerror in -lirman_sw... no
  158. checking portaudio.h usability... no
  159. checking portaudio.h presence... no
  160. checking for portaudio.h... no
  161. checking alsa/asoundlib.h usability... no
  162. checking alsa/asoundlib.h presence... no
  163. checking for alsa/asoundlib.h... no
  164. checking scsi/sg.h usability... no
  165. checking scsi/sg.h presence... no
  166. checking for scsi/sg.h... no
  167. checking linux/input.h usability... yes
  168. checking linux/input.h presence... yes
  169. checking for linux/input.h... yes
  170. checking linux/types.h usability... yes
  171. checking linux/types.h presence... yes
  172. checking for linux/types.h... yes
  173. checking for linux/hiddev.h... no
  174. checking sys/soundcard.h usability... no
  175. checking sys/soundcard.h presence... no
  176. checking for sys/soundcard.h... no
  177. checking linux/i2c-dev.h usability... no
  178. checking linux/i2c-dev.h presence... no
  179. checking for linux/i2c-dev.h... no
  180. checking for daemon... yes
  181. checking that generated files are newer than configure... done
  182. configure: creating ./config.status
  183. config.status: creating Makefile
  184. config.status: creating drivers/Makefile
  185. config.status: creating drivers/lirc_atiusb/Makefile
  186. config.status: creating drivers/lirc_bt829/Makefile
  187. config.status: creating drivers/lirc_dev/Makefile
  188. config.status: creating drivers/lirc_gpio/Makefile
  189. config.status: creating drivers/lirc_i2c/Makefile
  190. config.status: creating drivers/lirc_igorplugusb/Makefile
  191. config.status: creating drivers/lirc_ttusbir/Makefile
  192. config.status: creating drivers/lirc_imon/Makefile
  193. config.status: creating drivers/lirc_parallel/Makefile
  194. config.status: creating drivers/lirc_sasem/Makefile
  195. config.status: creating drivers/lirc_serial/Makefile
  196. config.status: creating drivers/lirc_sir/Makefile
  197. config.status: creating drivers/lirc_wpc8769l/Makefile
  198. config.status: creating daemons/Makefile
  199. config.status: creating tools/Makefile
  200. config.status: creating doc/Makefile
  201. config.status: creating doc/man/Makefile
  202. config.status: creating config.h
  203. config.status: config.h is unchanged
  204. config.status: executing depfiles commands
  205. config.status: executing libtool commands
  206.  
  207. Your hardware does not require a special LIRC kernel module.
  208.  
  209. Now enter 'make' and 'make install' to compile and install the package.
  210.  
  211. make all-recursive
  212. make[1]: Entering directory `/home/stulluk/android-lircd'
  213. Making all in drivers
  214. make[2]: Entering directory `/home/stulluk/android-lircd/drivers'
  215. make[3]: Entering directory `/home/stulluk/android-lircd/drivers'
  216. make[3]: Nothing to be done for `all-am'.
  217. make[3]: Leaving directory `/home/stulluk/android-lircd/drivers'
  218. make[2]: Leaving directory `/home/stulluk/android-lircd/drivers'
  219. Making all in daemons
  220. make[2]: Entering directory `/home/stulluk/android-lircd/daemons'
  221. make all-am
  222. make[3]: Entering directory `/home/stulluk/android-lircd/daemons'
  223. /D/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/D/android-ndk-r10d/platforms/android-8/arch-arm -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -g -Wall -MT irrecord.o -MD -MP -MF .deps/irrecord.Tpo -c -o irrecord.o irrecord.c
  224. In file included from irrecord.c:55:0:
  225. input_map.h:22:26: fatal error: linux/uinput.h: No such file or directory
  226. compilation terminated.
  227. make[3]: *** [irrecord.o] Error 1
  228. make[3]: Leaving directory `/home/stulluk/android-lircd/daemons'
  229. make[2]: *** [all] Error 2
  230. make[2]: Leaving directory `/home/stulluk/android-lircd/daemons'
  231. make[1]: *** [all-recursive] Error 1
  232. make[1]: Leaving directory `/home/stulluk/android-lircd'
  233. make: *** [all] Error 2
  234. stulluk@sertac-mint ~/android-lircd $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement