Advertisement
karapitchu

Untitled

Feb 6th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.31 KB | None | 0 0
  1. Log started at: Tue Feb 5 12:28:52 CET 2019
  2.  
  3. RetroPie-Setup version: 4.4.5 (31f3e58f)
  4. System: Linux odroid 4.14.94-155 #1 SMP PREEMPT Wed Jan 23 05:19:08 -02 2019 armv7l armv7l armv7l GNU/Linux
  5. ~/RetroPie-Setup/tmp/build/snesdev ~/RetroPie-Setup
  6.  
  7. = = = = = = = = = = = = = = = = = = = = =
  8. Getting sources for 'snesdev' : SNESDev (Driver for the RetroPie GPIO-Adapter)
  9. = = = = = = = = = = = = = = = = = = = = =
  10.  
  11. git clone --recursive --depth 1 "https://github.com/petrockblog/SNESDev-RPi.git" "/opt/retropie/supplementary/snesdev"
  12. Cloning into '/opt/retropie/supplementary/snesdev'...
  13. HEAD is now in branch 'master' at commit 'aa4a82fbcd07bedb47ae2c1aaf755a17957699fe'
  14. ~/RetroPie-Setup
  15.  
  16. = = = = = = = = = = = = = = = = = = = = =
  17. Building 'snesdev' : SNESDev (Driver for the RetroPie GPIO-Adapter)
  18. = = = = = = = = = = = = = = = = = = = = =
  19.  
  20. cd src && make all
  21. make[1]: Entering directory '/opt/retropie/supplementary/snesdev/src'
  22. cd ../libs && tar zxvf bcm2835-1.39.tar.gz
  23. bcm2835-1.39/
  24. bcm2835-1.39/config.sub
  25. bcm2835-1.39/ChangeLog
  26. bcm2835-1.39/doc/
  27. bcm2835-1.39/doc/Makefile.am
  28. bcm2835-1.39/doc/Makefile.in
  29. bcm2835-1.39/doc/Doxyfile.in
  30. bcm2835-1.39/aclocal.m4
  31. bcm2835-1.39/configure.ac
  32. bcm2835-1.39/README
  33. bcm2835-1.39/src/
  34. bcm2835-1.39/src/bcm2835.h
  35. bcm2835-1.39/src/Makefile.am
  36. bcm2835-1.39/src/bcm2835.c
  37. bcm2835-1.39/src/test.c
  38. bcm2835-1.39/src/Makefile.in
  39. bcm2835-1.39/INSTALL
  40. bcm2835-1.39/depcomp
  41. bcm2835-1.39/config.h.in
  42. bcm2835-1.39/config.guess
  43. bcm2835-1.39/NEWS
  44. bcm2835-1.39/COPYING
  45. bcm2835-1.39/Makefile.am
  46. bcm2835-1.39/ltmain.sh
  47. bcm2835-1.39/configure
  48. bcm2835-1.39/missing
  49. bcm2835-1.39/install-sh
  50. bcm2835-1.39/Makefile.in
  51. bcm2835-1.39/AUTHORS
  52. bcm2835-1.39/examples/
  53. bcm2835-1.39/examples/blink/
  54. bcm2835-1.39/examples/blink/blink.c
  55. bcm2835-1.39/examples/i2c/
  56. bcm2835-1.39/examples/i2c/i2c.c
  57. bcm2835-1.39/examples/input/
  58. bcm2835-1.39/examples/input/input.c
  59. bcm2835-1.39/examples/gpio/
  60. bcm2835-1.39/examples/gpio/gpio.c
  61. bcm2835-1.39/examples/spin/
  62. bcm2835-1.39/examples/spin/spin.c
  63. bcm2835-1.39/examples/event/
  64. bcm2835-1.39/examples/event/event.c
  65. bcm2835-1.39/examples/spi/
  66. bcm2835-1.39/examples/spi/spi.c
  67. bcm2835-1.39/examples/pwm/
  68. bcm2835-1.39/examples/pwm/pwm.c
  69. bcm2835-1.39/test-driver
  70. cd ../libs/bcm2835-1.39/ && ./configure
  71. checking for a BSD-compatible install... /usr/bin/install -c
  72. checking whether build environment is sane... yes
  73. /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/missing: Unknown `--is-lightweight' option
  74. Try `/opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/missing --help' for more information
  75. configure: WARNING: 'missing' script is too old or missing
  76. checking for a thread-safe mkdir -p... /bin/mkdir -p
  77. checking for gawk... no
  78. checking for mawk... mawk
  79. checking whether make sets $(MAKE)... yes
  80. checking whether make supports nested variables... yes
  81. checking for style of include used by make... GNU
  82. checking for gcc... gcc
  83. checking whether the C compiler works... yes
  84. checking for C compiler default output file name... a.out
  85. checking for suffix of executables...
  86. checking whether we are cross compiling... no
  87. checking for suffix of object files... o
  88. checking whether we are using the GNU C compiler... yes
  89. checking whether gcc accepts -g... yes
  90. checking for gcc option to accept ISO C89... none needed
  91. checking dependency style of gcc... gcc3
  92. checking for clock_gettime in -lrt... yes
  93. checking for doxygen... doxygen
  94. checking for ranlib... ranlib
  95. checking for gcc... (cached) gcc
  96. checking whether we are using the GNU C compiler... (cached) yes
  97. checking whether gcc accepts -g... (cached) yes
  98. checking for gcc option to accept ISO C89... (cached) none needed
  99. checking dependency style of gcc... (cached) gcc3
  100. checking that generated files are newer than configure... done
  101. configure: creating ./config.status
  102. config.status: creating doc/Doxyfile
  103. config.status: creating Makefile
  104. config.status: creating src/Makefile
  105. config.status: creating doc/Makefile
  106. config.status: creating config.h
  107. config.status: executing depfiles commands
  108. cd ../libs/bcm2835-1.39/ && make
  109. make[2]: Entering directory '/opt/retropie/supplementary/snesdev/libs/bcm2835-1.39'
  110. make all-recursive
  111. make[3]: Entering directory '/opt/retropie/supplementary/snesdev/libs/bcm2835-1.39'
  112. Making all in src
  113. make[4]: Entering directory '/opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/src'
  114. gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O3 -MT bcm2835.o -MD -MP -MF .deps/bcm2835.Tpo -c -o bcm2835.o bcm2835.c
  115. bcm2835.c: In function ‘bcm2835_peri_read’:
  116. bcm2835.c:109:2: warning: statement with no effect [-Wunused-value]
  117. *paddr; // Read without assigneing to an unused variable
  118. ^~~~~~
  119. mv -f .deps/bcm2835.Tpo .deps/bcm2835.Po
  120. rm -f libbcm2835.a
  121. ar cru libbcm2835.a bcm2835.o
  122. ar: `u' modifier ignored since `D' is the default (see `U')
  123. ranlib libbcm2835.a
  124. make[4]: Leaving directory '/opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/src'
  125. Making all in doc
  126. make[4]: Entering directory '/opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/doc'
  127. doxygen Doxyfile
  128. warning: Tag `SYMBOL_CACHE_SIZE' at line 320 of file `Doxyfile' has become obsolete.
  129. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  130. warning: Tag `SHOW_DIRECTORIES' at line 529 of file `Doxyfile' has become obsolete.
  131. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  132. warning: Tag `HTML_ALIGN_MEMBERS' at line 921 of file `Doxyfile' has become obsolete.
  133. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  134. warning: Tag `USE_INLINE_TREES' at line 1108 of file `Doxyfile' has become obsolete.
  135. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  136. warning: Tag `XML_SCHEMA' at line 1371 of file `Doxyfile' has become obsolete.
  137. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  138. warning: Tag `XML_DTD' at line 1377 of file `Doxyfile' has become obsolete.
  139. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  140. /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/src/bcm2835.h:1317: warning: unable to resolve reference to `bcm2835PWMClockDivider' for \ref command
  141. /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/src/bcm2835.h:173: warning: unable to resolve reference to `bcm2835PWMClockDivider' for \ref command
  142. Searching for include files...
  143. Searching for example files...
  144. Searching for files in directory /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/examples
  145. Searching for files in directory /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/examples/blink
  146. Searching for files in directory /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/examples/event
  147. Searching for files in directory /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/examples/gpio
  148. Searching for files in directory /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/examples/i2c
  149. Searching for files in directory /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/examples/input
  150. Searching for files in directory /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/examples/pwm
  151. Searching for files in directory /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/examples/spi
  152. Searching for files in directory /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/examples/spin
  153. Searching for images...
  154. Searching for dot files...
  155. Searching for msc files...
  156. Searching for dia files...
  157. Searching for files to exclude
  158. Searching INPUT for files to process...
  159. Searching for files in directory /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/src
  160. Reading and parsing tag files
  161. Parsing files
  162. Preprocessing /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/src/bcm2835.c...
  163. Parsing file /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/src/bcm2835.c...
  164. Preprocessing /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/src/bcm2835.h...
  165. Parsing file /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/src/bcm2835.h...
  166. Preprocessing /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/src/test.c...
  167. Parsing file /opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/src/test.c...
  168. Building group list...
  169. Building directory list...
  170. Building namespace list...
  171. Building file list...
  172. Building class list...
  173. Associating documentation with classes...
  174. Computing nesting relations for classes...
  175. Building example list...
  176. Searching for enumerations...
  177. Searching for documented typedefs...
  178. Searching for members imported via using declarations...
  179. Searching for included using directives...
  180. Searching for documented variables...
  181. Building interface member list...
  182. Building member list...
  183. Searching for friends...
  184. Searching for documented defines...
  185. Computing class inheritance relations...
  186. Computing class usage relations...
  187. Flushing cached template relations that have become invalid...
  188. Computing class relations...
  189. Add enum values to enums...
  190. Searching for member function documentation...
  191. Creating members for template instances...
  192. Building page list...
  193. Search for main page...
  194. Computing page relations...
  195. Determining the scope of groups...
  196. Sorting lists...
  197. Freeing entry tree
  198. Determining which enums are documented
  199. Computing member relations...
  200. Building full member lists recursively...
  201. Adding members to member groups.
  202. Computing member references...
  203. Inheriting documentation...
  204. Generating disk names...
  205. Adding source references...
  206. Adding xrefitems...
  207. Sorting member lists...
  208. Computing dependencies between directories...
  209. Generating citations page...
  210. Counting data structures...
  211. Resolving user defined references...
  212. Finding anchors and sections in the documentation...
  213. Transferring function references...
  214. Combining using relations...
  215. Adding members to index pages...
  216. Generating style sheet...
  217. Generating search indices...
  218. Generating example documentation...
  219. Generating docs for example blink.c...
  220. Generating docs for example event.c...
  221. Generating docs for example i2c.c...
  222. Generating docs for example input.c...
  223. Generating docs for example pwm.c...
  224. Generating docs for example spi.c...
  225. Generating docs for example spin.c...
  226. Generating file sources...
  227. Generating code for file bcm2835.h...
  228. Generating file documentation...
  229. Generating page documentation...
  230. Generating group documentation...
  231. Generating class documentation...
  232. Generating namespace index...
  233. Generating graph info page...
  234. Generating directory documentation...
  235. Generating index page...
  236. Generating page index...
  237. Generating module index...
  238. Generating namespace index...
  239. Generating namespace member index...
  240. Generating annotated compound index...
  241. Generating alphabetical compound index...
  242. Generating hierarchical class index...
  243. Generating member index...
  244. Generating file index...
  245. Generating file member index...
  246. Generating example index...
  247. finalizing index lists...
  248. writing tag file...
  249. lookup cache used 232/65536 hits=265 misses=232
  250. finished...
  251. echo Timestamp > doxyfile.stamp
  252. make[4]: Leaving directory '/opt/retropie/supplementary/snesdev/libs/bcm2835-1.39/doc'
  253. make[4]: Entering directory '/opt/retropie/supplementary/snesdev/libs/bcm2835-1.39'
  254. make[4]: Leaving directory '/opt/retropie/supplementary/snesdev/libs/bcm2835-1.39'
  255. make[3]: Leaving directory '/opt/retropie/supplementary/snesdev/libs/bcm2835-1.39'
  256. make[2]: Leaving directory '/opt/retropie/supplementary/snesdev/libs/bcm2835-1.39'
  257. CC SNESDev.c
  258. SNESDev.c: In function ‘main’:
  259. SNESDev.c:350:7: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
  260. system("shutdown -t 3 -h now");
  261. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  262. CC GPIO.c
  263. CC uinput_kbd.c
  264. uinput_kbd.c: In function ‘uinput_kbd_open’:
  265. uinput_kbd.c:65:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  266. write(kbd->fd, &uinp, sizeof(uinp));
  267. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268. uinput_kbd.c: In function ‘uinput_kbd_write’:
  269. uinput_kbd.c:97:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  270. write(kbd->fd, &event, sizeof(event));
  271. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272. CC btn.c
  273. CC gamepad.c
  274. CC uinput_gamepad.c
  275. uinput_gamepad.c: In function ‘uinput_gpad_open’:
  276. uinput_gamepad.c:100:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  277. write(gpad->fd, &uinp, sizeof(uinp));
  278. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  279. uinput_gamepad.c: In function ‘send_key_event’:
  280. uinput_gamepad.c:53:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  281. write(fd, &event, sizeof(event));
  282. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  283. uinput_gamepad.c: In function ‘uinput_gpad_write’:
  284. uinput_gamepad.c:133:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  285. write(gpad->fd, &event, sizeof(event));
  286. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  287. CC cpuinfo.c
  288. cpuinfo.c: In function ‘get_cpuinfo_revision’:
  289. cpuinfo.c:38:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  290. fgets(buffer, sizeof(buffer) , fp);
  291. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  292. Linking...
  293. ../build/SNESDev.o: In function `main':
  294. SNESDev.c:(.text.startup+0x166): undefined reference to `processPadBtn'
  295. SNESDev.c:(.text.startup+0x176): undefined reference to `processPadBtn'
  296. SNESDev.c:(.text.startup+0x188): undefined reference to `processPadBtn'
  297. SNESDev.c:(.text.startup+0x198): undefined reference to `processPadBtn'
  298. SNESDev.c:(.text.startup+0x1aa): undefined reference to `processPadBtn'
  299. ../build/SNESDev.o:SNESDev.c:(.text.startup+0x1bc): more undefined references to `processPadBtn' follow
  300. collect2: error: ld returned 1 exit status
  301. Makefile:20: recipe for target 'all' failed
  302. make[1]: *** [all] Error 1
  303. make[1]: Leaving directory '/opt/retropie/supplementary/snesdev/src'
  304. Makefile:16: recipe for target 'all' failed
  305. make: *** [all] Error 2
  306. Could not successfully build snesdev - SNESDev (Driver for the RetroPie GPIO-Adapter) (/opt/retropie/supplementary/snesdev/src/SNESDev not found).
  307.  
  308. Log ended at: Tue Feb 5 12:29:03 CET 2019
  309. Total running time: 0 hours, 0 mins, 11 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement