Advertisement
jdubin

Untitled

Jun 25th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.43 KB | None | 0 0
  1. pi@raspberrypi:~$ unzip keenerd-rtl-sdr-c1fcf2d.zip
  2. Archive: keenerd-rtl-sdr-c1fcf2d.zip
  3. c1fcf2d2feb36a533dee96921eb3e3bc0fa89d01
  4. creating: keenerd-rtl-sdr-c1fcf2d/
  5. inflating: keenerd-rtl-sdr-c1fcf2d/.gitignore
  6. inflating: keenerd-rtl-sdr-c1fcf2d/AUTHORS
  7. inflating: keenerd-rtl-sdr-c1fcf2d/CMakeLists.txt
  8. inflating: keenerd-rtl-sdr-c1fcf2d/COPYING
  9. inflating: keenerd-rtl-sdr-c1fcf2d/Doxyfile.in
  10. inflating: keenerd-rtl-sdr-c1fcf2d/Makefile.am
  11. inflating: keenerd-rtl-sdr-c1fcf2d/README
  12. creating: keenerd-rtl-sdr-c1fcf2d/cmake/
  13. creating: keenerd-rtl-sdr-c1fcf2d/cmake/Modules/
  14. inflating: keenerd-rtl-sdr-c1fcf2d/cmake/Modules/FindLibUSB.cmake
  15. inflating: keenerd-rtl-sdr-c1fcf2d/cmake/Modules/FindThreads.cmake
  16. inflating: keenerd-rtl-sdr-c1fcf2d/cmake/cmake_uninstall.cmake.in
  17. inflating: keenerd-rtl-sdr-c1fcf2d/configure.ac
  18. inflating: keenerd-rtl-sdr-c1fcf2d/git-version-gen
  19. creating: keenerd-rtl-sdr-c1fcf2d/include/
  20. inflating: keenerd-rtl-sdr-c1fcf2d/include/CMakeLists.txt
  21. inflating: keenerd-rtl-sdr-c1fcf2d/include/Makefile.am
  22. inflating: keenerd-rtl-sdr-c1fcf2d/include/reg_field.h
  23. inflating: keenerd-rtl-sdr-c1fcf2d/include/rtl-sdr.h
  24. inflating: keenerd-rtl-sdr-c1fcf2d/include/rtl-sdr_export.h
  25. inflating: keenerd-rtl-sdr-c1fcf2d/include/rtlsdr_i2c.h
  26. inflating: keenerd-rtl-sdr-c1fcf2d/include/tuner_e4k.h
  27. inflating: keenerd-rtl-sdr-c1fcf2d/include/tuner_fc0012.h
  28. inflating: keenerd-rtl-sdr-c1fcf2d/include/tuner_fc0013.h
  29. inflating: keenerd-rtl-sdr-c1fcf2d/include/tuner_fc2580.h
  30. inflating: keenerd-rtl-sdr-c1fcf2d/librtlsdr.pc.in
  31. creating: keenerd-rtl-sdr-c1fcf2d/m4/
  32. inflating: keenerd-rtl-sdr-c1fcf2d/m4/.gitignore
  33. inflating: keenerd-rtl-sdr-c1fcf2d/rtl-sdr.rules
  34. creating: keenerd-rtl-sdr-c1fcf2d/src/
  35. inflating: keenerd-rtl-sdr-c1fcf2d/src/CMakeLists.txt
  36. inflating: keenerd-rtl-sdr-c1fcf2d/src/Makefile.am
  37. inflating: keenerd-rtl-sdr-c1fcf2d/src/librtlsdr.c
  38. inflating: keenerd-rtl-sdr-c1fcf2d/src/rtl_fm.c
  39. inflating: keenerd-rtl-sdr-c1fcf2d/src/rtl_sdr.c
  40. inflating: keenerd-rtl-sdr-c1fcf2d/src/rtl_tcp.c
  41. inflating: keenerd-rtl-sdr-c1fcf2d/src/rtl_test.c
  42. inflating: keenerd-rtl-sdr-c1fcf2d/src/tuner_e4k.c
  43. inflating: keenerd-rtl-sdr-c1fcf2d/src/tuner_fc0012.c
  44. inflating: keenerd-rtl-sdr-c1fcf2d/src/tuner_fc0013.c
  45. inflating: keenerd-rtl-sdr-c1fcf2d/src/tuner_fc2580.c
  46. pi@raspberrypi:~$ cd keenerd-rtl-sdr-c1fcf2d
  47. pi@raspberrypi:~/keenerd-rtl-sdr-c1fcf2d$ autoreconf -i
  48. libtoolize: putting auxiliary files in `.'.
  49. libtoolize: copying file `./ltmain.sh'
  50. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  51. libtoolize: copying file `m4/libtool.m4'
  52. libtoolize: copying file `m4/ltoptions.m4'
  53. libtoolize: copying file `m4/ltsugar.m4'
  54. libtoolize: copying file `m4/ltversion.m4'
  55. libtoolize: copying file `m4/lt~obsolete.m4'
  56. configure.ac:14: installing `./config.guess'
  57. configure.ac:14: installing `./config.sub'
  58. configure.ac:5: installing `./install-sh'
  59. configure.ac:5: installing `./missing'
  60. src/Makefile.am: installing `./depcomp'
  61. pi@raspberrypi:~/keenerd-rtl-sdr-c1fcf2d$ ./configure
  62. checking for a BSD-compatible install... /usr/bin/install -c
  63. checking whether build environment is sane... yes
  64. checking for a thread-safe mkdir -p... /bin/mkdir -p
  65. checking for gawk... no
  66. checking for mawk... mawk
  67. checking whether make sets $(MAKE)... yes
  68. checking whether make sets $(MAKE)... (cached) yes
  69. checking for gcc... gcc
  70. checking whether the C compiler works... yes
  71. checking for C compiler default output file name... a.out
  72. checking for suffix of executables...
  73. checking whether we are cross compiling... no
  74. checking for suffix of object files... o
  75. checking whether we are using the GNU C compiler... yes
  76. checking whether gcc accepts -g... yes
  77. checking for gcc option to accept ISO C89... none needed
  78. checking for style of include used by make... GNU
  79. checking dependency style of gcc... gcc3
  80. checking build system type... armv6l-unknown-linux-gnueabi
  81. checking host system type... armv6l-unknown-linux-gnueabi
  82. checking for a sed that does not truncate output... /bin/sed
  83. checking for grep that handles long lines and -e... /bin/grep
  84. checking for egrep... /bin/grep -E
  85. checking for fgrep... /bin/grep -F
  86. checking for ld used by gcc... /usr/bin/ld
  87. checking if the linker (/usr/bin/ld) is GNU ld... yes
  88. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  89. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  90. checking whether ln -s works... yes
  91. checking the maximum length of command line arguments... 1572864
  92. checking whether the shell understands some XSI constructs... yes
  93. checking whether the shell understands "+="... yes
  94. checking for /usr/bin/ld option to reload object files... -r
  95. checking for objdump... objdump
  96. checking how to recognize dependent libraries... pass_all
  97. checking for ar... ar
  98. checking for strip... strip
  99. checking for ranlib... ranlib
  100. checking command to parse /usr/bin/nm -B output from gcc object... ok
  101. checking how to run the C preprocessor... gcc -E
  102. checking for ANSI C header files... yes
  103. checking for sys/types.h... yes
  104. checking for sys/stat.h... yes
  105. checking for stdlib.h... yes
  106. checking for string.h... yes
  107. checking for memory.h... yes
  108. checking for strings.h... yes
  109. checking for inttypes.h... yes
  110. checking for stdint.h... yes
  111. checking for unistd.h... yes
  112. checking for dlfcn.h... yes
  113. checking for objdir... .libs
  114. checking if gcc supports -fno-rtti -fno-exceptions... no
  115. checking for gcc option to produce PIC... -fPIC -DPIC
  116. checking if gcc PIC flag -fPIC -DPIC works... yes
  117. checking if gcc static flag -static works... yes
  118. checking if gcc supports -c -o file.o... yes
  119. checking if gcc supports -c -o file.o... (cached) yes
  120. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  121. checking whether -lc should be explicitly linked in... no
  122. checking dynamic linker characteristics... GNU/Linux ld.so
  123. checking how to hardcode library paths into programs... immediate
  124. checking whether stripping libraries is possible... yes
  125. checking if libtool supports shared libraries... yes
  126. checking whether to build shared libraries... yes
  127. checking whether to build static libraries... yes
  128. checking for pkg-config... /usr/bin/pkg-config
  129. checking pkg-config is at least version 0.9.0... yes
  130. checking for LIBUSB... yes
  131. checking for doxygen... false
  132. checking for ANSI C header files... (cached) yes
  133. checking for sys/types.h... (cached) yes
  134. checking if gcc supports -fvisibility=hidden... yes
  135. checking whether compiler understands -Wall... yes
  136. configure: creating ./config.status
  137. config.status: creating librtlsdr.pc
  138. config.status: creating include/Makefile
  139. config.status: creating src/Makefile
  140. config.status: creating Makefile
  141. config.status: creating Doxyfile
  142. config.status: creating config.h
  143. config.status: executing depfiles commands
  144. config.status: executing libtool commands
  145. pi@raspberrypi:~/keenerd-rtl-sdr-c1fcf2d$ make
  146. echo UNKNOWN > .version-t && mv .version-t .version
  147. make all-recursive
  148. make[1]: Entering directory `/home/pi/keenerd-rtl-sdr-c1fcf2d'
  149. Making all in include
  150. make[2]: Entering directory `/home/pi/keenerd-rtl-sdr-c1fcf2d/include'
  151. make[2]: Nothing to be done for `all'.
  152. make[2]: Leaving directory `/home/pi/keenerd-rtl-sdr-c1fcf2d/include'
  153. Making all in src
  154. make[2]: Entering directory `/home/pi/keenerd-rtl-sdr-c1fcf2d/src'
  155. CC librtlsdr.lo
  156. CC tuner_e4k.lo
  157. CC tuner_fc0012.lo
  158. CC tuner_fc0013.lo
  159. CC tuner_fc2580.lo
  160. CCLD librtlsdr.la
  161. CC rtl_sdr.o
  162. CCLD rtl_sdr
  163. CC rtl_tcp.o
  164. rtl_tcp.c: In function âmainâ:
  165. rtl_tcp.c:457: warning: pointer targets in passing argument 3 of âacceptâ differ in signedness
  166. /usr/include/sys/socket.h:214: note: expected âsocklen_t * __restrict__â but argument is of type âint *â
  167. CCLD rtl_tcp
  168. CC rtl_test.o
  169. CCLD rtl_test
  170. CC rtl_fm.o
  171. rtl_fm.c: In function ârtlsdr_callbackâ:
  172. rtl_fm.c:417: warning: assignment from incompatible pointer type
  173. rtl_fm.c: In function âdemod_thread_fnâ:
  174. rtl_fm.c:431: warning: assignment from incompatible pointer type
  175. CCLD rtl_fm
  176. rtl_fm.o: In function `polar_discriminant':
  177. /home/pi/keenerd-rtl-sdr-c1fcf2d/src/rtl_fm.c:259: undefined reference to `atan2'
  178. collect2: ld returned 1 exit status
  179. make[2]: *** [rtl_fm] Error 1
  180. make[2]: Leaving directory `/home/pi/keenerd-rtl-sdr-c1fcf2d/src'
  181. make[1]: *** [all-recursive] Error 1
  182. make[1]: Leaving directory `/home/pi/keenerd-rtl-sdr-c1fcf2d'
  183. make: *** [all] Error 2
  184. pi@raspberrypi:~/keenerd-rtl-sdr-c1fcf2d$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement