Advertisement
Guest User

hd44780-i2c.c compilation

a guest
Sep 11th, 2016
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.08 KB | None | 0 0
  1. Using username "root".
  2. Welcome to Ubuntu 16.04.1 LTS (GNU/Linux 3.14.65-73 aarch64)
  3.  
  4. * Documentation: https://help.ubuntu.com
  5. * Management: https://landscape.canonical.com
  6. * Support: https://ubuntu.com/advantage
  7. Last login: Sun Sep 11 14:40:29 2016 from 192.168.178.21
  8. root@odroid64:~# ls
  9. lcdproc-0.5.7
  10. root@odroid64:~# cd
  11. root@odroid64:~# cd lcdproc-0.5.7
  12. root@odroid64:~/lcdproc-0.5.7# sudo sh ./configure --enable-drivers=hd44780
  13. checking for a BSD-compatible install... /usr/bin/install -c
  14. checking whether build environment is sane... yes
  15. checking for a thread-safe mkdir -p... /bin/mkdir -p
  16. checking for gawk... no
  17. checking for mawk... mawk
  18. checking whether make sets $(MAKE)... yes
  19. checking whether make supports nested variables... yes
  20. checking build system type... aarch64-unknown-linux-gnu
  21. checking host system type... aarch64-unknown-linux-gnu
  22. checking whether to enable debugging... no
  23. checking for gcc... gcc
  24. checking whether the C compiler works... yes
  25. checking for C compiler default output file name... a.out
  26. checking for suffix of executables...
  27. checking whether we are cross compiling... no
  28. checking for suffix of object files... o
  29. checking whether we are using the GNU C compiler... yes
  30. checking whether gcc accepts -g... yes
  31. checking for gcc option to accept ISO C89... none needed
  32. checking whether gcc understands -c and -o together... yes
  33. checking for style of include used by make... GNU
  34. checking dependency style of gcc... gcc3
  35. checking how to run the C preprocessor... gcc -E
  36. checking for ranlib... ranlib
  37. checking for xmlto... no
  38. checking CFLAGS for gcc -Wno-unused-function... -Wno-unused-function
  39. checking CFLAGS for gcc -ftrampolines... no, unknown
  40. checking for gethostbyname... yes
  41. checking for connect... yes
  42. checking for inet_aton... yes
  43. checking for kstat_open in -lkstat... no
  44. checking for nanosleep in -lposix4... no
  45. checking for getloadavg... yes
  46. checking for swapctl... no
  47. checking for grep that handles long lines and -e... /bin/grep
  48. checking for egrep... /bin/grep -E
  49. checking for ANSI C header files... yes
  50. checking for sys/types.h... yes
  51. checking for sys/stat.h... yes
  52. checking for stdlib.h... yes
  53. checking for string.h... yes
  54. checking for memory.h... yes
  55. checking for strings.h... yes
  56. checking for inttypes.h... yes
  57. checking for stdint.h... yes
  58. checking for unistd.h... yes
  59. checking procfs.h usability... no
  60. checking procfs.h presence... no
  61. checking for procfs.h... no
  62. checking sys/procfs.h usability... yes
  63. checking sys/procfs.h presence... yes
  64. checking for sys/procfs.h... yes
  65. checking sys/loadavg.h usability... no
  66. checking sys/loadavg.h presence... no
  67. checking for sys/loadavg.h... no
  68. checking utmpx.h usability... yes
  69. checking utmpx.h presence... yes
  70. checking for utmpx.h... yes
  71. checking for kvm_open in -lkvm... no
  72. checking for kvm_open in -lkvm with -lelf... no
  73. checking sched.h usability... yes
  74. checking sched.h presence... yes
  75. checking for sched.h... yes
  76. checking for sys/types.h... (cached) yes
  77. checking machine/pio.h usability... no
  78. checking machine/pio.h presence... no
  79. checking for machine/pio.h... no
  80. checking machine/sysarch.h usability... no
  81. checking machine/sysarch.h presence... no
  82. checking for machine/sysarch.h... no
  83. checking sys/cpuvar.h usability... no
  84. checking sys/cpuvar.h presence... no
  85. checking for sys/cpuvar.h... no
  86. checking machine/apm_bios.h usability... no
  87. checking machine/apm_bios.h presence... no
  88. checking for machine/apm_bios.h... no
  89. checking for System V IPC headers... yes
  90. checking for union semun... no
  91. checking for machine/cpufunc.h... no
  92. checking for sched_setscheduler... yes
  93. checking for sched_setscheduler in -lposix4... no
  94. checking for sched_setscheduler in -lrt... yes
  95. checking for i386_get_ioperm in -li386... no
  96. checking for i386_get_ioperm in -lc... no
  97. checking for iopl... no
  98. checking for ioperm... no
  99. checking sys/io.h usability... no
  100. checking sys/io.h presence... no
  101. checking for sys/io.h... no
  102. checking for a parallel port... no
  103. configure: WARNING: Cannot talk to the parallel port, disabling drivers that use it.
  104. checking linux/i2c-dev.h usability... yes
  105. checking linux/i2c-dev.h presence... yes
  106. checking for linux/i2c-dev.h... yes
  107. checking dev/iicbus/iic.h usability... no
  108. checking dev/iicbus/iic.h presence... no
  109. checking for dev/iicbus/iic.h... no
  110. checking linux/spi/spidev.h usability... yes
  111. checking linux/spi/spidev.h presence... yes
  112. checking for linux/spi/spidev.h... yes
  113. checking for dirent.h that defines DIR... yes
  114. checking for library containing opendir... none required
  115. checking for ANSI C header files... (cached) yes
  116. checking fcntl.h usability... yes
  117. checking fcntl.h presence... yes
  118. checking for fcntl.h... yes
  119. checking sys/ioctl.h usability... yes
  120. checking sys/ioctl.h presence... yes
  121. checking for sys/ioctl.h... yes
  122. checking sys/time.h usability... yes
  123. checking sys/time.h presence... yes
  124. checking for sys/time.h... yes
  125. checking for unistd.h... (cached) yes
  126. checking for sys/io.h... (cached) no
  127. checking errno.h usability... yes
  128. checking errno.h presence... yes
  129. checking for errno.h... yes
  130. checking limits.h usability... yes
  131. checking limits.h presence... yes
  132. checking for limits.h... yes
  133. checking kvm.h usability... no
  134. checking kvm.h presence... no
  135. checking for kvm.h... no
  136. checking sys/param.h usability... yes
  137. checking sys/param.h presence... yes
  138. checking for sys/param.h... yes
  139. checking sys/dkstat.h usability... no
  140. checking sys/dkstat.h presence... no
  141. checking for sys/dkstat.h... no
  142. checking stdbool.h usability... yes
  143. checking stdbool.h presence... yes
  144. checking for stdbool.h... yes
  145. checking for sys/sysctl.h... yes
  146. checking for sys/pcpu.h... no
  147. checking for SA_RESTART... yes
  148. checking for an ANSI C-conforming const... yes
  149. checking for inline... inline
  150. checking for size_t... yes
  151. checking whether time.h and sys/time.h may both be included... yes
  152. checking whether struct tm is in sys/time.h or time.h... time.h
  153. checking for uid_t in sys/types.h... yes
  154. checking whether gcc needs -traditional... no
  155. checking return type of signal handlers... void
  156. checking for select... yes
  157. checking for socket... yes
  158. checking for strdup... yes
  159. checking for strerror... yes
  160. checking for strtol... yes
  161. checking for uname... yes
  162. checking for cfmakeraw... yes
  163. checking for snprintf... yes
  164. checking for getopt... yes
  165. checking for your mounted filesystem table... /etc/mtab
  166. checking for fcntl.h... (cached) yes
  167. checking sys/dustat.h usability... no
  168. checking sys/dustat.h presence... no
  169. checking for sys/dustat.h... no
  170. checking for sys/param.h... (cached) yes
  171. checking sys/statfs.h usability... yes
  172. checking sys/statfs.h presence... yes
  173. checking for sys/statfs.h... yes
  174. checking sys/fstyp.h usability... no
  175. checking sys/fstyp.h presence... no
  176. checking for sys/fstyp.h... no
  177. checking mnttab.h usability... no
  178. checking mnttab.h presence... no
  179. checking for mnttab.h... no
  180. checking mntent.h usability... yes
  181. checking mntent.h presence... yes
  182. checking for mntent.h... yes
  183. checking utime.h usability... yes
  184. checking utime.h presence... yes
  185. checking for utime.h... yes
  186. checking sys/statvfs.h usability... yes
  187. checking sys/statvfs.h presence... yes
  188. checking for sys/statvfs.h... yes
  189. checking sys/vfs.h usability... yes
  190. checking sys/vfs.h presence... yes
  191. checking for sys/vfs.h... yes
  192. checking sys/filsys.h usability... no
  193. checking sys/filsys.h presence... no
  194. checking for sys/filsys.h... no
  195. checking sys/fs_types.h usability... no
  196. checking sys/fs_types.h presence... no
  197. checking for sys/fs_types.h... no
  198. checking for sys/mount.h... yes
  199. checking for getmntinfo... no
  200. configure: checking how to get filesystem space usage...
  201. checking for statvfs... yes
  202. checking module extension... .so
  203. checking for dlopen in -ldl... yes
  204. checking for shl_load in -ldld... no
  205. checking if libusb support has been enabled... yes
  206. checking for pkg-config... no
  207. checking for LIBUSB... no
  208. checking if libusb-1-0 support has been enabled... yes
  209. checking for LIBUSB_1_0... no
  210. checking if libftdi support has been enabled... yes
  211. checking for LIBFTDI... no
  212. checking if X11 support has been enabled... yes
  213. checking for LIBX11... no
  214. checking if libhid support has been enabled... yes
  215. checking for LIBHID... no
  216. checking if PNG support has been enabled... yes
  217. checking for libpng-config... no
  218. checking whether libpng is present and sane... no
  219. checking if freetype support has been enabled... yes
  220. checking for freetype-config... no
  221. checking for FreeType -- version >= 7.0.1... no
  222. configure: WARNING:
  223.  
  224. The freetype-config script installed by FreeType 2 could not be found.
  225. If FreeType 2 was installed in PREFIX, make sure PREFIX/bin is in
  226. your path, or set the FT2_CONFIG environment variable to the
  227. full path to freetype-config.
  228.  
  229. checking if ethlcd support has been enabled... yes
  230. checking for doxygen... no
  231. configure: checking which drivers to compile...
  232. ---------------------------------------
  233. LCDd will be compiled with the drivers:
  234. - hd44780
  235. ---------------------------------------
  236. checking that generated files are newer than configure... done
  237. configure: creating ./config.status
  238. config.status: creating Makefile
  239. config.status: creating shared/Makefile
  240. config.status: creating server/Makefile
  241. config.status: creating server/commands/Makefile
  242. config.status: creating server/drivers/Makefile
  243. config.status: creating clients/Makefile
  244. config.status: creating clients/lcdproc/Makefile
  245. config.status: creating clients/lcdexec/Makefile
  246. config.status: creating clients/lcdvc/Makefile
  247. config.status: creating clients/examples/Makefile
  248. config.status: creating clients/metar/Makefile
  249. config.status: creating docs/Makefile
  250. config.status: creating docs/Doxyfile
  251. config.status: creating docs/lcdproc-dev/Makefile
  252. config.status: creating docs/lcdproc-user/Makefile
  253. config.status: creating docs/lcdproc-user/drivers/Makefile
  254. config.status: creating scripts/Makefile
  255. config.status: creating scripts/init-LCDd.LSB
  256. config.status: creating scripts/init-lcdproc.LSB
  257. config.status: creating scripts/init-lcdexec.LSB
  258. config.status: creating scripts/init-lcdvc.LSB
  259. config.status: creating scripts/init-LCDd.debian
  260. config.status: creating scripts/init-lcdproc.debian
  261. config.status: creating scripts/init-lcdexec.debian
  262. config.status: creating scripts/init-lcdvc.debian
  263. config.status: creating scripts/init-LCDd.rpm
  264. config.status: creating scripts/init-lcdproc.rpm
  265. config.status: creating config.h
  266. config.status: executing depfiles commands
  267. root@odroid64:~/lcdproc-0.5.7# sudo make
  268. make all-recursive
  269. make[1]: Entering directory '/root/lcdproc-0.5.7'
  270. Making all in shared
  271. make[2]: Entering directory '/root/lcdproc-0.5.7/shared'
  272. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O3 -Wno-unused-function -MT LL.o -MD -MP -MF .deps/LL.Tpo -c -o LL.o LL.c
  273. mv -f .deps/LL.Tpo .deps/LL.Po
  274. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O3 -Wno-unused-function -MT sockets.o -MD -MP -MF .deps/sockets.Tpo -c -o sockets.o sockets.c
  275. mv -f .deps/sockets.Tpo .deps/sockets.Po
  276. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O3 -Wno-unused-function -MT str.o -MD -MP -MF .deps/str.Tpo -c -o str.o str.c
  277. mv -f .deps/str.Tpo .deps/str.Po
  278. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O3 -Wno-unused-function -MT configfile.o -MD -MP -MF .deps/configfile.Tpo -c -o configfile.o configfile.c
  279. configfile.c: In function ‘process_config’:
  280. configfile.c:500:13: warning: variable ‘k’ set but not used [-Wunused-but-set-variable]
  281. ConfigKey *k;
  282. ^
  283. mv -f .deps/configfile.Tpo .deps/configfile.Po
  284. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O3 -Wno-unused-function -MT report.o -MD -MP -MF .deps/report.Tpo -c -o report.o report.c
  285. mv -f .deps/report.Tpo .deps/report.Po
  286. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O3 -Wno-unused-function -MT snprintf.o -MD -MP -MF .deps/snprintf.Tpo -c -o snprintf.o snprintf.c
  287. mv -f .deps/snprintf.Tpo .deps/snprintf.Po
  288. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O3 -Wno-unused-function -MT sring.o -MD -MP -MF .deps/sring.Tpo -c -o sring.o sring.c
  289. mv -f .deps/sring.Tpo .deps/sring.Po
  290. rm -f libLCDstuff.a
  291. ar cru libLCDstuff.a LL.o sockets.o str.o configfile.o report.o snprintf.o sring.o
  292. ar: `u' modifier ignored since `D' is the default (see `U')
  293. ranlib libLCDstuff.a
  294. make[2]: Leaving directory '/root/lcdproc-0.5.7/shared'
  295. Making all in clients
  296. make[2]: Entering directory '/root/lcdproc-0.5.7/clients'
  297. Making all in examples
  298. make[3]: Entering directory '/root/lcdproc-0.5.7/clients/examples'
  299. make[3]: Nothing to be done for 'all'.
  300. make[3]: Leaving directory '/root/lcdproc-0.5.7/clients/examples'
  301. Making all in lcdexec
  302. make[3]: Entering directory '/root/lcdproc-0.5.7/clients/lcdexec'
  303. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT lcdexec.o -MD -MP -MF .deps/lcdexec.Tpo -c -o lcdexec.o lcdexec.c
  304. mv -f .deps/lcdexec.Tpo .deps/lcdexec.Po
  305. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT menu.o -MD -MP -MF .deps/menu.Tpo -c -o menu.o menu.c
  306. mv -f .deps/menu.Tpo .deps/menu.Po
  307. gcc -Wall -O3 -Wno-unused-function -o lcdexec lcdexec.o menu.o ../../shared/libLCDstuff.a -ldl
  308. make[3]: Leaving directory '/root/lcdproc-0.5.7/clients/lcdexec'
  309. Making all in lcdproc
  310. make[3]: Entering directory '/root/lcdproc-0.5.7/clients/lcdproc'
  311. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
  312. mv -f .deps/main.Tpo .deps/main.Po
  313. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT mode.o -MD -MP -MF .deps/mode.Tpo -c -o mode.o mode.c
  314. mv -f .deps/mode.Tpo .deps/mode.Po
  315. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT batt.o -MD -MP -MF .deps/batt.Tpo -c -o batt.o batt.c
  316. mv -f .deps/batt.Tpo .deps/batt.Po
  317. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT chrono.o -MD -MP -MF .deps/chrono.Tpo -c -o chrono.o chrono.c
  318. mv -f .deps/chrono.Tpo .deps/chrono.Po
  319. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT cpu.o -MD -MP -MF .deps/cpu.Tpo -c -o cpu.o cpu.c
  320. mv -f .deps/cpu.Tpo .deps/cpu.Po
  321. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT cpu_smp.o -MD -MP -MF .deps/cpu_smp.Tpo -c -o cpu_smp.o cpu_smp.c
  322. mv -f .deps/cpu_smp.Tpo .deps/cpu_smp.Po
  323. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT disk.o -MD -MP -MF .deps/disk.Tpo -c -o disk.o disk.c
  324. mv -f .deps/disk.Tpo .deps/disk.Po
  325. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c
  326. mv -f .deps/load.Tpo .deps/load.Po
  327. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT mem.o -MD -MP -MF .deps/mem.Tpo -c -o mem.o mem.c
  328. mv -f .deps/mem.Tpo .deps/mem.Po
  329. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT eyebox.o -MD -MP -MF .deps/eyebox.Tpo -c -o eyebox.o eyebox.c
  330. mv -f .deps/eyebox.Tpo .deps/eyebox.Po
  331. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT machine_Linux.o -MD -MP -MF .deps/machine_Linux.Tpo -c -o machine_Linux.o machine_Linux.c
  332. machine_Linux.c: In function ‘machine_get_fs’:
  333. machine_Linux.c:259:13: warning: variable ‘y’ set but not used [-Wunused-but-set-variable]
  334. int x = 0, y;
  335. ^
  336. machine_Linux.c: In function ‘machine_get_iface_stats’:
  337. machine_Linux.c:577:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  338. fgets(buffer, sizeof(buffer), file);
  339. ^
  340. machine_Linux.c:578:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  341. fgets(buffer, sizeof(buffer), file);
  342. ^
  343. mv -f .deps/machine_Linux.Tpo .deps/machine_Linux.Po
  344. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT machine_OpenBSD.o -MD -MP -MF .deps/machine_OpenBSD.Tpo -c -o machine_OpenBSD.o machine_OpenBSD.c
  345. mv -f .deps/machine_OpenBSD.Tpo .deps/machine_OpenBSD.Po
  346. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT machine_FreeBSD.o -MD -MP -MF .deps/machine_FreeBSD.Tpo -c -o machine_FreeBSD.o machine_FreeBSD.c
  347. mv -f .deps/machine_FreeBSD.Tpo .deps/machine_FreeBSD.Po
  348. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT machine_NetBSD.o -MD -MP -MF .deps/machine_NetBSD.Tpo -c -o machine_NetBSD.o machine_NetBSD.c
  349. mv -f .deps/machine_NetBSD.Tpo .deps/machine_NetBSD.Po
  350. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT machine_Darwin.o -MD -MP -MF .deps/machine_Darwin.Tpo -c -o machine_Darwin.o machine_Darwin.c
  351. mv -f .deps/machine_Darwin.Tpo .deps/machine_Darwin.Po
  352. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT machine_SunOS.o -MD -MP -MF .deps/machine_SunOS.Tpo -c -o machine_SunOS.o machine_SunOS.c
  353. mv -f .deps/machine_SunOS.Tpo .deps/machine_SunOS.Po
  354. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
  355. mv -f .deps/util.Tpo .deps/util.Po
  356. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT iface.o -MD -MP -MF .deps/iface.Tpo -c -o iface.o iface.c
  357. mv -f .deps/iface.Tpo .deps/iface.Po
  358. gcc -Wall -O3 -Wno-unused-function -o lcdproc main.o mode.o batt.o chrono.o cpu.o cpu_smp.o disk.o load.o mem.o eyebox.o machine_Linux.o machine_OpenBSD.o machine_FreeBSD.o machine_NetBSD.o machine_Darwin.o machine_SunOS.o util.o iface.o ../../shared/libLCDstuff.a -ldl
  359. make[3]: Leaving directory '/root/lcdproc-0.5.7/clients/lcdproc'
  360. Making all in lcdvc
  361. make[3]: Entering directory '/root/lcdproc-0.5.7/clients/lcdvc'
  362. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT lcdvc.o -MD -MP -MF .deps/lcdvc.Tpo -c -o lcdvc.o lcdvc.c
  363. mv -f .deps/lcdvc.Tpo .deps/lcdvc.Po
  364. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT lcd_link.o -MD -MP -MF .deps/lcd_link.Tpo -c -o lcd_link.o lcd_link.c
  365. mv -f .deps/lcd_link.Tpo .deps/lcd_link.Po
  366. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../shared -DSYSCONFDIR=\"/usr/local/etc\" -DPIDFILEDIR=\"/var/run\" -Wall -O3 -Wno-unused-function -MT vc_link.o -MD -MP -MF .deps/vc_link.Tpo -c -o vc_link.o vc_link.c
  367. mv -f .deps/vc_link.Tpo .deps/vc_link.Po
  368. gcc -Wall -O3 -Wno-unused-function -o lcdvc lcdvc.o lcd_link.o vc_link.o ../../shared/libLCDstuff.a -ldl
  369. make[3]: Leaving directory '/root/lcdproc-0.5.7/clients/lcdvc'
  370. Making all in metar
  371. make[3]: Entering directory '/root/lcdproc-0.5.7/clients/metar'
  372. make[3]: Nothing to be done for 'all'.
  373. make[3]: Leaving directory '/root/lcdproc-0.5.7/clients/metar'
  374. make[3]: Entering directory '/root/lcdproc-0.5.7/clients'
  375. make[3]: Nothing to be done for 'all-am'.
  376. make[3]: Leaving directory '/root/lcdproc-0.5.7/clients'
  377. make[2]: Leaving directory '/root/lcdproc-0.5.7/clients'
  378. Making all in server
  379. make[2]: Entering directory '/root/lcdproc-0.5.7/server'
  380. Making all in drivers
  381. make[3]: Entering directory '/root/lcdproc-0.5.7/server/drivers'
  382. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -fPIC -Wall -O3 -Wno-unused-function -MT lcd_lib.o -MD -MP -MF .deps/lcd_lib.Tpo -c -o lcd_lib.o lcd_lib.c
  383. mv -f .deps/lcd_lib.Tpo .deps/lcd_lib.Po
  384. rm -f libLCD.a
  385. ar cru libLCD.a lcd_lib.o
  386. ar: `u' modifier ignored since `D' is the default (see `U')
  387. ranlib libLCD.a
  388. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -fPIC -Wall -O3 -Wno-unused-function -MT adv_bignum.o -MD -MP -MF .deps/adv_bignum.Tpo -c -o adv_bignum.o adv_bignum.c
  389. mv -f .deps/adv_bignum.Tpo .deps/adv_bignum.Po
  390. rm -f libbignum.a
  391. ar cru libbignum.a adv_bignum.o
  392. ar: `u' modifier ignored since `D' is the default (see `U')
  393. ranlib libbignum.a
  394. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -fPIC -Wall -O3 -Wno-unused-function -MT hd44780-hd44780.o -MD -MP -MF .deps/hd44780-hd44780.Tpo -c -o hd44780-hd44780.o `test -f 'hd44780.c' || echo './'`hd44780.c
  395. mv -f .deps/hd44780-hd44780.Tpo .deps/hd44780-hd44780.Po
  396. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -fPIC -Wall -O3 -Wno-unused-function -MT hd44780-hd44780-serial.o -MD -MP -MF .deps/hd44780-hd44780-serial.Tpo -c -o hd44780-hd44780-serial.o `test -f 'hd44780-serial.c' || echo './'`hd44780-serial.c
  397. hd44780-serial.c: In function ‘serial_HD44780_senddata’:
  398. hd44780-serial.c:286:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  399. write(p->fd, &esc_ch, 1);
  400. ^
  401. hd44780-serial.c:288:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  402. write(p->fd, &ch, 1);
  403. ^
  404. hd44780-serial.c:291:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  405. write(p->fd, &SERIAL_IF.instruction_escape, 1);
  406. ^
  407. hd44780-serial.c:292:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  408. write(p->fd, &ch, 1);
  409. ^
  410. hd44780-serial.c: In function ‘serial_HD44780_backlight’:
  411. hd44780-serial.c:311:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  412. write(p->fd, &send, 1);
  413. ^
  414. hd44780-serial.c:319:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  415. write(p->fd, &send, 1);
  416. ^
  417. hd44780-serial.c:326:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  418. write(p->fd, &send, 1);
  419. ^
  420. hd44780-serial.c: In function ‘serial_HD44780_scankeypad’:
  421. hd44780-serial.c:342:2: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  422. read(p->fd, &buffer, 1);
  423. ^
  424. hd44780-serial.c: In function ‘serial_HD44780_close’:
  425. hd44780-serial.c:385:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  426. write(p->fd, &SERIAL_IF.end_code, 1);
  427. ^
  428. mv -f .deps/hd44780-hd44780-serial.Tpo .deps/hd44780-hd44780-serial.Po
  429. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -fPIC -Wall -O3 -Wno-unused-function -MT hd44780-hd44780-lis2.o -MD -MP -MF .deps/hd44780-hd44780-lis2.Tpo -c -o hd44780-hd44780-lis2.o `test -f 'hd44780-lis2.c' || echo './'`hd44780-lis2.c
  430. hd44780-lis2.c: In function ‘lis2_HD44780_senddata’:
  431. hd44780-lis2.c:209:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  432. write(p->fd, &ch, 1);
  433. ^
  434. hd44780-lis2.c:246:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  435. write(p->fd, &ch, 1);
  436. ^
  437. hd44780-lis2.c: In function ‘writeChar’:
  438. hd44780-lis2.c:409:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  439. write(fd, &code, 1);
  440. ^
  441. mv -f .deps/hd44780-hd44780-lis2.Tpo .deps/hd44780-hd44780-lis2.Po
  442. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -fPIC -Wall -O3 -Wno-unused-function -MT hd44780-hd44780-usblcd.o -MD -MP -MF .deps/hd44780-hd44780-usblcd.Tpo -c -o hd44780-hd44780-usblcd.o `test -f 'hd44780-usblcd.c' || echo './'`hd44780-usblcd.c
  443. hd44780-usblcd.c: In function ‘usblcd_HD44780_senddata’:
  444. hd44780-usblcd.c:136:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  445. write(p->fd, &ch, 1);
  446. ^
  447. hd44780-usblcd.c:137:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  448. write(p->fd, &ch, 1);
  449. ^
  450. hd44780-usblcd.c:140:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  451. write(p->fd, &instr_byte, 1);
  452. ^
  453. hd44780-usblcd.c:141:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  454. write(p->fd, &ch, 1);
  455. ^
  456. hd44780-usblcd.c: In function ‘usblcd_HD44780_backlight’:
  457. hd44780-usblcd.c:157:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  458. write(p->fd, &instr_byte, 1);
  459. ^
  460. hd44780-usblcd.c:160:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  461. write(p->fd, &bl_off, 1);
  462. ^
  463. hd44780-usblcd.c:162:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  464. write(p->fd, &bl_on, 1);
  465. ^
  466. mv -f .deps/hd44780-hd44780-usblcd.Tpo .deps/hd44780-hd44780-usblcd.Po
  467. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -fPIC -Wall -O3 -Wno-unused-function -MT hd44780-hd44780-ethlcd.o -MD -MP -MF .deps/hd44780-hd44780-ethlcd.Tpo -c -o hd44780-hd44780-ethlcd.o `test -f 'hd44780-ethlcd.c' || echo './'`hd44780-ethlcd.c
  468. mv -f .deps/hd44780-hd44780-ethlcd.Tpo .deps/hd44780-hd44780-ethlcd.Po
  469. gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -fPIC -Wall -O3 -Wno-unused-function -MT hd44780-hd44780-i2c.o -MD -MP -MF .deps/hd44780-hd44780-i2c.Tpo -c -o hd44780-hd44780-i2c.o `test -f 'hd44780-i2c.c' || echo './'`hd44780-i2c.c
  470. hd44780-i2c.c:5:1: error: expected identifier or ‘(’ before ‘<’ token
  471. <!DOCTYPE html>
  472. ^
  473. hd44780-i2c.c:8:19: warning: character constant too long for its type
  474. <meta charset='utf-8'>
  475. ^
  476. hd44780-i2c.c:26:5: error: stray ‘\302’ in program
  477. <title>lcdproc/hd44780-i2c.c at master · wilberforce/lcdproc</title>
  478. ^
  479. hd44780-i2c.c:26:5: error: stray ‘\267’ in program
  480. hd44780-i2c.c:115:28: warning: missing terminating ' character
  481. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/wilberf
  482. ^
  483. hd44780-i2c.c:115:3: error: missing terminating ' character
  484. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/wilberf
  485. ^
  486. hd44780-i2c.c:232:34: warning: missing terminating ' character
  487. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/l
  488. ^
  489. hd44780-i2c.c:232:9: error: missing terminating ' character
  490. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/l
  491. ^
  492. hd44780-i2c.c:268:34: warning: missing terminating ' character
  493. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/n
  494. ^
  495. hd44780-i2c.c:268:9: error: missing terminating ' character
  496. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/n
  497. ^
  498. hd44780-i2c.c:299:81: error: stray ‘@’ in program
  499. <span class="description">Be notified when participating or @mentioned.
  500. ^
  501. hd44780-i2c.c:345:30: warning: missing terminating ' character
  502. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/wilbe
  503. ^
  504. hd44780-i2c.c:345:5: error: missing terminating ' character
  505. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/wilbe
  506. ^
  507. hd44780-i2c.c:358:30: warning: missing terminating ' character
  508. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/wilbe
  509. ^
  510. hd44780-i2c.c:358:5: error: missing terminating ' character
  511. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/wilbe
  512. ^
  513. hd44780-i2c.c:375:36: warning: missing terminating ' character
  514. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="
  515. ^
  516. hd44780-i2c.c:375:11: error: missing terminating ' character
  517. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="
  518. ^
  519. hd44780-i2c.c:460:46: error: invalid suffix "b7ea2f30e11eb6c0438e6dfbef862" on integer constant
  520. <!-- blob contrib key: blob_contributors:v21:148b7ea2f30e11eb6c0438e6dfbef862 -
  521. ^
  522. hd44780-i2c.c:557:11: error: invalid suffix "b7" on integer constant
  523. 59261b7
  524. ^
  525. hd44780-i2c.c:603:34: warning: missing terminating ' character
  526. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/w
  527. ^
  528. hd44780-i2c.c:603:9: error: missing terminating ' character
  529. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/w
  530. ^
  531. hd44780-i2c.c:608:41: warning: missing terminating ' character
  532. </form> <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" act
  533. ^
  534. hd44780-i2c.c:608:1: error: missing terminating ' character
  535. </form> <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" act
  536. ^
  537. hd44780-i2c.c:922:70: error: stray ‘#’ in program
  538. <td id="LC74" class="blob-code blob-code-inner js-file-line">#<span clas
  539. ^
  540. hd44780-i2c.c:922:151: error: expected identifier or ‘(’ before ‘<’ token
  541. "pl-k">include</span> <span class="pl-s"><span class="pl-pds">&quot;</span>hd44
  542. ^
  543. hd44780-i2c.c:922:198: error: expected identifier or ‘(’ before ‘<’ token
  544. class="pl-pds">&quot;</span>hd44780-i2c.h<span class="pl-pds">&quot;</span></sp
  545. ^
  546. hd44780-i2c.c:926:70: error: stray ‘#’ in program
  547. <td id="LC75" class="blob-code blob-code-inner js-file-line">#<span clas
  548. ^
  549. hd44780-i2c.c:926:151: error: expected identifier or ‘(’ before ‘<’ token
  550. "pl-k">include</span> <span class="pl-s"><span class="pl-pds">&quot;</span>hd44
  551. ^
  552. hd44780-i2c.c:926:198: error: expected identifier or ‘(’ before ‘<’ token
  553. class="pl-pds">&quot;</span>hd44780-low.h<span class="pl-pds">&quot;</span></sp
  554. ^
  555. hd44780-i2c.c:935:70: error: stray ‘#’ in program
  556. <td id="LC77" class="blob-code blob-code-inner js-file-line">#<span clas
  557. ^
  558. hd44780-i2c.c:935:151: error: expected identifier or ‘(’ before ‘<’ token
  559. "pl-k">include</span> <span class="pl-s"><span class="pl-pds">&quot;</span>repo
  560. ^
  561. hd44780-i2c.c:935:193: error: expected identifier or ‘(’ before ‘<’ token
  562. span class="pl-pds">&quot;</span>report.h<span class="pl-pds">&quot;</span></sp
  563. ^
  564. hd44780-i2c.c:939:70: error: stray ‘#’ in program
  565. <td id="LC78" class="blob-code blob-code-inner js-file-line">#<span clas
  566. ^
  567. hd44780-i2c.c:943:70: error: stray ‘#’ in program
  568. <td id="LC79" class="blob-code blob-code-inner js-file-line"># <span cla
  569. ^
  570. hd44780-i2c.c:943:152: error: expected identifier or ‘(’ before ‘<’ token
  571. "pl-k">include</span> <span class="pl-s"><span class="pl-pds">&quot;</span>conf
  572. ^
  573. hd44780-i2c.c:943:194: error: expected identifier or ‘(’ before ‘<’ token
  574. span class="pl-pds">&quot;</span>config.h<span class="pl-pds">&quot;</span></sp
  575. ^
  576. hd44780-i2c.c:947:70: error: stray ‘#’ in program
  577. <td id="LC80" class="blob-code blob-code-inner js-file-line">#<span clas
  578. ^
  579. hd44780-i2c.c:951:70: error: stray ‘#’ in program
  580. <td id="LC81" class="blob-code blob-code-inner js-file-line">#<span clas
  581. ^
  582. hd44780-i2c.c:951:149: error: expected identifier or ‘(’ before ‘<’ token
  583. s="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&lt;</span>stdi
  584. ^
  585. hd44780-i2c.c:951:188: error: expected identifier or ‘(’ before ‘<’ token
  586. -s"><span class="pl-pds">&lt;</span>stdio.h<span class="pl-pds">&gt;</span></sp
  587. ^
  588. hd44780-i2c.c:955:70: error: stray ‘#’ in program
  589. <td id="LC82" class="blob-code blob-code-inner js-file-line">#<span clas
  590. ^
  591. hd44780-i2c.c:955:149: error: expected identifier or ‘(’ before ‘<’ token
  592. s="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&lt;</span>stri
  593. ^
  594. hd44780-i2c.c:955:189: error: expected identifier or ‘(’ before ‘<’ token
  595. s"><span class="pl-pds">&lt;</span>string.h<span class="pl-pds">&gt;</span></sp
  596. ^
  597. hd44780-i2c.c:959:70: error: stray ‘#’ in program
  598. <td id="LC83" class="blob-code blob-code-inner js-file-line">#<span clas
  599. ^
  600. hd44780-i2c.c:959:149: error: expected identifier or ‘(’ before ‘<’ token
  601. s="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&lt;</span>errn
  602. ^
  603. hd44780-i2c.c:959:188: error: expected identifier or ‘(’ before ‘<’ token
  604. -s"><span class="pl-pds">&lt;</span>errno.h<span class="pl-pds">&gt;</span></sp
  605. ^
  606. hd44780-i2c.c:963:70: error: stray ‘#’ in program
  607. <td id="LC84" class="blob-code blob-code-inner js-file-line">#<span clas
  608. ^
  609. hd44780-i2c.c:963:149: error: expected identifier or ‘(’ before ‘<’ token
  610. s="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&lt;</span>unis
  611. ^
  612. hd44780-i2c.c:963:189: error: expected identifier or ‘(’ before ‘<’ token
  613. s"><span class="pl-pds">&lt;</span>unistd.h<span class="pl-pds">&gt;</span></sp
  614. ^
  615. hd44780-i2c.c:967:70: error: stray ‘#’ in program
  616. <td id="LC85" class="blob-code blob-code-inner js-file-line">#<span clas
  617. ^
  618. hd44780-i2c.c:967:149: error: expected identifier or ‘(’ before ‘<’ token
  619. s="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&lt;</span>fcnt
  620. ^
  621. hd44780-i2c.c:967:188: error: expected identifier or ‘(’ before ‘<’ token
  622. -s"><span class="pl-pds">&lt;</span>fcntl.h<span class="pl-pds">&gt;</span></sp
  623. ^
  624. hd44780-i2c.c:971:70: error: stray ‘#’ in program
  625. <td id="LC86" class="blob-code blob-code-inner js-file-line">#<span clas
  626. ^
  627. hd44780-i2c.c:971:149: error: expected identifier or ‘(’ before ‘<’ token
  628. s="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&lt;</span>sys/
  629. ^
  630. hd44780-i2c.c:971:192: error: expected identifier or ‘(’ before ‘<’ token
  631. <span class="pl-pds">&lt;</span>sys/ioctl.h<span class="pl-pds">&gt;</span></sp
  632. ^
  633. hd44780-i2c.c:980:70: error: stray ‘#’ in program
  634. <td id="LC88" class="blob-code blob-code-inner js-file-line">#<span clas
  635. ^
  636. hd44780-i2c.c:984:70: error: stray ‘#’ in program
  637. <td id="LC89" class="blob-code blob-code-inner js-file-line">#<span clas
  638. ^
  639. hd44780-i2c.c:984:149: error: expected identifier or ‘(’ before ‘<’ token
  640. s="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&lt;</span>dev/
  641. ^
  642. hd44780-i2c.c:984:197: error: expected identifier or ‘(’ before ‘<’ token
  643. class="pl-pds">&lt;</span>dev/iicbus/iic.h<span class="pl-pds">&gt;</span></sp
  644. ^
  645. hd44780-i2c.c:988:70: error: stray ‘#’ in program
  646. <td id="LC90" class="blob-code blob-code-inner js-file-line">#<span clas
  647. ^
  648. hd44780-i2c.c:992:70: error: stray ‘#’ in program
  649. <td id="LC91" class="blob-code blob-code-inner js-file-line">#<span clas
  650. ^
  651. hd44780-i2c.c:992:149: error: expected identifier or ‘(’ before ‘<’ token
  652. s="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&lt;</span>linu
  653. ^
  654. hd44780-i2c.c:992:196: error: expected identifier or ‘(’ before ‘<’ token
  655. n class="pl-pds">&lt;</span>linux/i2c-dev.h<span class="pl-pds">&gt;</span></sp
  656. ^
  657. hd44780-i2c.c:1000:70: error: stray ‘#’ in program
  658. <td id="LC93" class="blob-code blob-code-inner js-file-line">#<span clas
  659. ^
  660. hd44780-i2c.c:1004:70: error: stray ‘#’ in program
  661. <td id="LC94" class="blob-code blob-code-inner js-file-line">#<span clas
  662. ^
  663. hd44780-i2c.c:1008:70: error: stray ‘#’ in program
  664. <td id="LC95" class="blob-code blob-code-inner js-file-line">#<span clas
  665. ^
  666. hd44780-i2c.c:1012:70: error: stray ‘#’ in program
  667. <td id="LC96" class="blob-code blob-code-inner js-file-line">#<span clas
  668. ^
  669. hd44780-i2c.c:1051:386: error: expected identifier or ‘(’ before ‘<’ token
  670. gs, <span class="pl-k">unsigned</span> <span class="pl-k">char</span> ch);</td>
  671. ^
  672. hd44780-i2c.c:1055:240: error: expected identifier or ‘(’ before ‘<’ token
  673. <span class="pl-k">unsigned</span> <span class="pl-k">char</span> state);</td>
  674. ^
  675. hd44780-i2c.c:1059:163: error: expected identifier or ‘(’ before ‘<’ token
  676. >void</span> <span class="pl-en">i2c_HD44780_close</span>(PrivateData *p);</td>
  677. ^
  678. hd44780-i2c.c:1068:71: error: stray ‘#’ in program
  679. <td id="LC109" class="blob-code blob-code-inner js-file-line">#<span clas
  680. ^
  681. hd44780-i2c.c:1072:71: error: stray ‘#’ in program
  682. <td id="LC110" class="blob-code blob-code-inner js-file-line">#<span clas
  683. ^
  684. hd44780-i2c.c:1076:71: error: stray ‘#’ in program
  685. <td id="LC111" class="blob-code blob-code-inner js-file-line">#<span clas
  686. ^
  687. hd44780-i2c.c:1080:71: error: stray ‘#’ in program
  688. <td id="LC112" class="blob-code blob-code-inner js-file-line">#<span clas
  689. ^
  690. hd44780-i2c.c:1084:71: error: stray ‘#’ in program
  691. <td id="LC113" class="blob-code blob-code-inner js-file-line">#<span clas
  692. ^
  693. hd44780-i2c.c:1088:71: error: stray ‘#’ in program
  694. <td id="LC114" class="blob-code blob-code-inner js-file-line">#<span clas
  695. ^
  696. hd44780-i2c.c:1092:71: error: stray ‘#’ in program
  697. <td id="LC115" class="blob-code blob-code-inner js-file-line">#<span clas
  698. ^
  699. hd44780-i2c.c:1096:71: error: stray ‘#’ in program
  700. <td id="LC116" class="blob-code blob-code-inner js-file-line">#<span clas
  701. ^
  702. hd44780-i2c.c:1100:71: error: stray ‘#’ in program
  703. <td id="LC117" class="blob-code blob-code-inner js-file-line">#<span clas
  704. ^
  705. hd44780-i2c.c:1113:71: error: stray ‘#’ in program
  706. <td id="LC120" class="blob-code blob-code-inner js-file-line">#<span clas
  707. ^
  708. hd44780-i2c.c:1117:71: error: stray ‘#’ in program
  709. <td id="LC121" class="blob-code blob-code-inner js-file-line">#<span clas
  710. ^
  711. hd44780-i2c.c:1150:71: error: stray ‘#’ in program
  712. <td id="LC129" class="blob-code blob-code-inner js-file-line">#<span clas
  713. ^
  714. hd44780-i2c.c:1162:71: error: stray ‘#’ in program
  715. <td id="LC132" class="blob-code blob-code-inner js-file-line">#<span clas
  716. ^
  717. hd44780-i2c.c:1208:71: error: stray ‘#’ in program
  718. <td id="LC143" class="blob-code blob-code-inner js-file-line">#<span clas
  719. ^
  720. hd44780-i2c.c:1237:71: error: stray ‘#’ in program
  721. <td id="LC150" class="blob-code blob-code-inner js-file-line">#<span clas
  722. ^
  723. hd44780-i2c.c:1245:71: error: stray ‘#’ in program
  724. <td id="LC152" class="blob-code blob-code-inner js-file-line">#endif</td>
  725. ^
  726. hd44780-i2c.c:1249:299: error: invalid suffix "x" on integer constant
  727. 44780: I2C: i2c write data <span class="pl-c1">%u</span> to address 0x<span cla
  728. ^
  729. hd44780-i2c.c:1249:322: error: invalid suffix "X" on integer constant
  730. ata <span class="pl-c1">%u</span> to address 0x<span class="pl-c1">%02X</span>
  731. ^
  732. hd44780-i2c.c:1274:71: error: stray ‘#’ in program
  733. <td id="LC159" class="blob-code blob-code-inner js-file-line">#<span clas
  734. ^
  735. hd44780-i2c.c:1377:212: error: stray ‘#’ in program
  736. ss="pl-pds">&quot;</span>HD44780: I2C: Init using D4 and D5, and or&#39;d lines
  737. ^
  738. hd44780-i2c.c:1381:200: error: invalid suffix "x" on integer constant
  739. s"><span class="pl-pds">&quot;</span>HD44780: I2C: Pin RS mapped to 0x<span cla
  740. ^
  741. hd44780-i2c.c:1381:223: error: invalid suffix "X" on integer constant
  742. >&quot;</span>HD44780: I2C: Pin RS mapped to 0x<span class="pl-c1">%02X</span><
  743. ^
  744. hd44780-i2c.c:1385:200: error: invalid suffix "x" on integer constant
  745. s"><span class="pl-pds">&quot;</span>HD44780: I2C: Pin RW mapped to 0x<span cla
  746. ^
  747. hd44780-i2c.c:1385:223: error: invalid suffix "X" on integer constant
  748. >&quot;</span>HD44780: I2C: Pin RW mapped to 0x<span class="pl-c1">%02X</span><
  749. ^
  750. hd44780-i2c.c:1389:200: error: invalid suffix "x" on integer constant
  751. s"><span class="pl-pds">&quot;</span>HD44780: I2C: Pin EN mapped to 0x<span cla
  752. ^
  753. hd44780-i2c.c:1389:223: error: invalid suffix "X" on integer constant
  754. >&quot;</span>HD44780: I2C: Pin EN mapped to 0x<span class="pl-c1">%02X</span><
  755. ^
  756. hd44780-i2c.c:1393:200: error: invalid suffix "x" on integer constant
  757. s"><span class="pl-pds">&quot;</span>HD44780: I2C: Pin BL mapped to 0x<span cla
  758. ^
  759. hd44780-i2c.c:1393:223: error: invalid suffix "X" on integer constant
  760. >&quot;</span>HD44780: I2C: Pin BL mapped to 0x<span class="pl-c1">%02X</span><
  761. ^
  762. hd44780-i2c.c:1397:200: error: invalid suffix "x" on integer constant
  763. s"><span class="pl-pds">&quot;</span>HD44780: I2C: Pin D4 mapped to 0x<span cla
  764. ^
  765. hd44780-i2c.c:1397:223: error: invalid suffix "X" on integer constant
  766. >&quot;</span>HD44780: I2C: Pin D4 mapped to 0x<span class="pl-c1">%02X</span><
  767. ^
  768. hd44780-i2c.c:1401:200: error: invalid suffix "x" on integer constant
  769. s"><span class="pl-pds">&quot;</span>HD44780: I2C: Pin D5 mapped to 0x<span cla
  770. ^
  771. hd44780-i2c.c:1401:223: error: invalid suffix "X" on integer constant
  772. >&quot;</span>HD44780: I2C: Pin D5 mapped to 0x<span class="pl-c1">%02X</span><
  773. ^
  774. hd44780-i2c.c:1405:200: error: invalid suffix "x" on integer constant
  775. s"><span class="pl-pds">&quot;</span>HD44780: I2C: Pin D6 mapped to 0x<span cla
  776. ^
  777. hd44780-i2c.c:1405:223: error: invalid suffix "X" on integer constant
  778. >&quot;</span>HD44780: I2C: Pin D6 mapped to 0x<span class="pl-c1">%02X</span><
  779. ^
  780. hd44780-i2c.c:1409:200: error: invalid suffix "x" on integer constant
  781. s"><span class="pl-pds">&quot;</span>HD44780: I2C: Pin D7 mapped to 0x<span cla
  782. ^
  783. hd44780-i2c.c:1409:223: error: invalid suffix "X" on integer constant
  784. >&quot;</span>HD44780: I2C: Pin D7 mapped to 0x<span class="pl-c1">%02X</span><
  785. ^
  786. hd44780-i2c.c:1425:71: error: stray ‘#’ in program
  787. <td id="LC196" class="blob-code blob-code-inner js-file-line">#<span clas
  788. ^
  789. hd44780-i2c.c:1437:71: error: stray ‘#’ in program
  790. <td id="LC199" class="blob-code blob-code-inner js-file-line">#<span clas
  791. ^
  792. hd44780-i2c.c:1472:193: error: stray ‘#’ in program
  793. class="pl-c1">1</span>] = <span class="pl-s"><span class="pl-pds">&#39;</span>
  794. ^
  795. hd44780-i2c.c:1472:9: error: stray ‘\’ in program
  796. <td id="LC207" class="blob-code blob-code-inner js-file-line"> device[<
  797. ^
  798. hd44780-i2c.c:1472:256: error: stray ‘#’ in program
  799. ds">&#39;</span><span class="pl-cce">\0</span><span class="pl-pds">&#39;</span>
  800. ^
  801. hd44780-i2c.c:1476:196: error: stray ‘#’ in program
  802. pl-s"><span class="pl-pds">&quot;</span>HD44780: I2C: Using device &#39;<span c
  803. ^
  804. hd44780-i2c.c:1476:230: error: stray ‘#’ in program
  805. /span>HD44780: I2C: Using device &#39;<span class="pl-c1">%s</span>&#39; and ad
  806. ^
  807. hd44780-i2c.c:1476:247: error: invalid suffix "x" on integer constant
  808. C: Using device &#39;<span class="pl-c1">%s</span>&#39; and address 0x<span cla
  809. ^
  810. hd44780-i2c.c:1476:270: error: invalid suffix "X" on integer constant
  811. pan class="pl-c1">%s</span>&#39; and address 0x<span class="pl-c1">%02X</span>
  812. ^
  813. hd44780-i2c.c:1501:200: error: stray ‘#’ in program
  814. s"><span class="pl-pds">&quot;</span>HD44780: I2C: open i2c device &#39;<span c
  815. ^
  816. hd44780-i2c.c:1501:234: error: stray ‘#’ in program
  817. an>HD44780: I2C: open i2c device &#39;<span class="pl-c1">%s</span>&#39; failed
  818. ^
  819. hd44780-i2c.c:1522:71: error: stray ‘#’ in program
  820. <td id="LC219" class="blob-code blob-code-inner js-file-line">#<span clas
  821. ^
  822. hd44780-i2c.c:1558:198: error: invalid suffix "x" on integer constant
  823. l-s"><span class="pl-pds">&quot;</span>HD44780: I2C: set address to 0x<span cla
  824. ^
  825. hd44780-i2c.c:1558:221: error: invalid suffix "X" on integer constant
  826. s">&quot;</span>HD44780: I2C: set address to 0x<span class="pl-c1">%02X</span>:
  827. ^
  828. hd44780-i2c.c:1570:71: error: stray ‘#’ in program
  829. <td id="LC231" class="blob-code blob-code-inner js-file-line">#<span clas
  830. ^
  831. hd44780-i2c.c:1578:199: error: stray ‘#’ in program
  832. -s"><span class="pl-pds">&quot;</span>HD44780: I2C: set address to &#39;<span c
  833. ^
  834. hd44780-i2c.c:1578:233: error: stray ‘#’ in program
  835. pan>HD44780: I2C: set address to &#39;<span class="pl-c1">%i</span>&#39;: <span
  836. ^
  837. hd44780-i2c.c:1590:71: error: stray ‘#’ in program
  838. <td id="LC236" class="blob-code blob-code-inner js-file-line">#<span clas
  839. ^
  840. hd44780-i2c.c:1919:71: error: stray ‘#’ in program
  841. <td id="LC315" class="blob-code blob-code-inner js-file-line">#<span clas
  842. ^
  843. hd44780-i2c.c:1927:71: error: stray ‘#’ in program
  844. <td id="LC317" class="blob-code blob-code-inner js-file-line">#<span clas
  845. ^
  846. hd44780-i2c.c:2200:28: warning: missing terminating ' character
  847. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="" class=
  848. ^
  849. hd44780-i2c.c:2200:3: error: missing terminating ' character
  850. <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="" class=
  851. ^
  852. hd44780-i2c.c:2250:14: warning: missing terminating ' character
  853. You can't perform that action at this time.
  854. ^
  855. hd44780-i2c.c:2250:7: error: missing terminating ' character
  856. You can't perform that action at this time.
  857. ^
  858. Makefile:1331: recipe for target 'hd44780-hd44780-i2c.o' failed
  859. make[3]: *** [hd44780-hd44780-i2c.o] Error 1
  860. make[3]: Leaving directory '/root/lcdproc-0.5.7/server/drivers'
  861. Makefile:474: recipe for target 'all-recursive' failed
  862. make[2]: *** [all-recursive] Error 1
  863. make[2]: Leaving directory '/root/lcdproc-0.5.7/server'
  864. Makefile:453: recipe for target 'all-recursive' failed
  865. make[1]: *** [all-recursive] Error 1
  866. make[1]: Leaving directory '/root/lcdproc-0.5.7'
  867. Makefile:372: recipe for target 'all' failed
  868. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement