Advertisement
Guest User

RTEMS first make log

a guest
Dec 11th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 96.99 KB | None | 0 0
  1. Making all in make
  2. make[1]: Entering directory `/opt/RTEMS/4.10.2_build/make'
  3. make[1]: Nothing to be done for `all'.
  4. make[1]: Leaving directory `/opt/RTEMS/4.10.2_build/make'
  5. Making all in tools/build
  6. make[1]: Entering directory `/opt/RTEMS/4.10.2_build/tools/build'
  7. make all-am
  8. make[2]: Entering directory `/opt/RTEMS/4.10.2_build/tools/build'
  9. gcc -DHAVE_CONFIG_H -I. -I../../../4.10.2_src/tools/build -g -O2 -MT cklength.o -MD -MP -MF .deps/cklength.Tpo -c -o cklength.o ../../../4.10.2_src/tools/build/cklength.c
  10. mv -f .deps/cklength.Tpo .deps/cklength.Po
  11. gcc -g -O2 -o cklength cklength.o
  12. gcc -DHAVE_CONFIG_H -I. -I../../../4.10.2_src/tools/build -g -O2 -MT eolstrip.o -MD -MP -MF .deps/eolstrip.Tpo -c -o eolstrip.o ../../../4.10.2_src/tools/build/eolstrip.c
  13. mv -f .deps/eolstrip.Tpo .deps/eolstrip.Po
  14. gcc -g -O2 -o eolstrip eolstrip.o
  15. gcc -DHAVE_CONFIG_H -I. -I../../../4.10.2_src/tools/build -g -O2 -MT packhex.o -MD -MP -MF .deps/packhex.Tpo -c -o packhex.o ../../../4.10.2_src/tools/build/packhex.c
  16. mv -f .deps/packhex.Tpo .deps/packhex.Po
  17. gcc -g -O2 -o packhex packhex.o
  18. gcc -DHAVE_CONFIG_H -I. -I../../../4.10.2_src/tools/build -g -O2 -MT unhex.o -MD -MP -MF .deps/unhex.Tpo -c -o unhex.o ../../../4.10.2_src/tools/build/unhex.c
  19. mv -f .deps/unhex.Tpo .deps/unhex.Po
  20. gcc -g -O2 -o unhex unhex.o
  21. gcc -DHAVE_CONFIG_H -I. -I../../../4.10.2_src/tools/build -g -O2 -MT rtems-bin2c.o -MD -MP -MF .deps/rtems-bin2c.Tpo -c -o rtems-bin2c.o ../../../4.10.2_src/tools/build/rtems-bin2c.c
  22. mv -f .deps/rtems-bin2c.Tpo .deps/rtems-bin2c.Po
  23. gcc -g -O2 -o rtems-bin2c rtems-bin2c.o
  24. gcc -DHAVE_CONFIG_H -I. -I../../../4.10.2_src/tools/build -g -O2 -MT binpatch.o -MD -MP -MF .deps/binpatch.Tpo -c -o binpatch.o ../../../4.10.2_src/tools/build/binpatch.c
  25. mv -f .deps/binpatch.Tpo .deps/binpatch.Po
  26. gcc -g -O2 -o binpatch binpatch.o
  27. make[2]: Leaving directory `/opt/RTEMS/4.10.2_build/tools/build'
  28. make[1]: Leaving directory `/opt/RTEMS/4.10.2_build/tools/build'
  29. Making all in tools/cpu
  30. make[1]: Entering directory `/opt/RTEMS/4.10.2_build/tools/cpu'
  31. Making all in generic
  32. make[2]: Entering directory `/opt/RTEMS/4.10.2_build/tools/cpu/generic'
  33. make[2]: Nothing to be done for `all'.
  34. make[2]: Leaving directory `/opt/RTEMS/4.10.2_build/tools/cpu/generic'
  35. make[2]: Entering directory `/opt/RTEMS/4.10.2_build/tools/cpu'
  36. make[2]: Nothing to be done for `all-am'.
  37. make[2]: Leaving directory `/opt/RTEMS/4.10.2_build/tools/cpu'
  38. make[1]: Leaving directory `/opt/RTEMS/4.10.2_build/tools/cpu'
  39. Making all in sparc-rtems4.10.2/c
  40. make[1]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c'
  41. Making all in .
  42. make[2]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c'
  43. Configuring RTEMS_BSP=leon3
  44. checking for gmake... no
  45. checking for make... make
  46. checking build system type... x86_64-unknown-linux-gnu
  47. checking host system type... sparc-unknown-rtems4.10.2
  48. checking rtems target cpu... sparc
  49. checking for a BSD-compatible install... /usr/bin/install -c
  50. checking whether build environment is sane... yes
  51. checking for sparc-rtems4.10.2-strip... no
  52. checking for strip... strip
  53. checking for a thread-safe mkdir -p... /bin/mkdir -p
  54. checking for gawk... gawk
  55. checking whether make sets $(MAKE)... yes
  56. checking whether make supports nested variables... yes
  57. checking whether to enable maintainer-specific portions of Makefiles... no
  58. checking for RTEMS_BSP... leon3
  59. checking whether BSP supports networking... disabled
  60. checking whether CPU supports libposix... yes
  61. configure: setting up make/custom
  62. configure: creating make/leon3.cache
  63. make[3]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3'
  64. make[3]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3'
  65. checking for RTEMS_CPU_MODEL... leon3
  66. checking for RTEMS_BSP_FAMILY... leon3
  67. checking for CPU_CFLAGS... (cached) -mcpu=cypress -msoft-float
  68. checking for CFLAGS_OPTIMIZE_V... (cached) -O2 -g
  69. checking for style of include used by make... GNU
  70. checking for sparc-rtems4.10.2-gcc... sparc-rtems4.10.2-gcc
  71. checking for sparc-rtems4.10.2-gcc... (cached) sparc-rtems4.10.2-gcc
  72. checking whether the C compiler works... yes
  73. checking for C compiler default output file name... a.out
  74. checking for suffix of executables...
  75. checking whether we are cross compiling... yes
  76. checking for suffix of object files... o
  77. checking whether we are using the GNU C compiler... yes
  78. checking whether sparc-rtems4.10.2-gcc accepts -g... yes
  79. checking for sparc-rtems4.10.2-gcc option to accept ISO C89... none needed
  80. checking whether sparc-rtems4.10.2-gcc understands -c and -o together... yes
  81. checking dependency style of sparc-rtems4.10.2-gcc... gcc3
  82. checking how to run the C preprocessor... sparc-rtems4.10.2-gcc -E
  83. checking whether sparc-rtems4.10.2-gcc accepts -isystem... yes
  84. checking whether sparc-rtems4.10.2-gcc accepts --pipe... yes
  85. checking whether sparc-rtems4.10.2-gcc --pipe accepts -specs... yes
  86. checking dependency style of sparc-rtems4.10.2-gcc --pipe... gcc3
  87. checking for sparc-rtems4.10.2-ar... no
  88. checking for sparc-rtems4.10.2-as... no
  89. checking for sparc-rtems4.10.2-ld... no
  90. checking for sparc-rtems4.10.2-ranlib... :
  91. checking whether sparc-rtems4.10.2-gcc --pipe supports function __attribute__((weak))... yes
  92. checking if wanting multiprocessing... no
  93. checking for perl... /usr/bin/perl
  94. checking that generated files are newer than configure... done
  95. configure: creating ./config.status
  96. configure: configuring in ../../cpukit
  97. configure: running /bin/bash '../../../../../4.10.2_src/c/src/../../cpukit/configure' '--prefix=/opt/rtems-4.10' '--host=sparc-rtems4.10.2' '--build=x86_64-unknown-linux-gnu' '--target=sparc-rtems4.10.2' '--enable-posix' '--enable-tests=samples' '--disable-itron' '--disable-networking' '--disable-cxx' '--disable-docs' '--enable-rtemsdebug' '--disable-tests' '--with-target-subdir=sparc-rtems4.10.2' '--exec-prefix=/opt/rtems-4.10/sparc-rtems4.10.2' '--includedir=/opt/rtems-4.10/sparc-rtems4.10.2/include' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=sparc-rtems4.10.2' 'target_alias=sparc-rtems4.10.2' '--with-project-root=../../' '--with-project-top=../../' 'RTEMS_BSP=leon3' 'RTEMS_CPU_MODEL=leon3' 'RTEMS_BSP_FAMILY=leon3' 'CFLAGS=-mcpu=cypress -msoft-float -O2 -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs' '--with-project-root=../../../leon3/' '--includedir=/opt/rtems-4.10/sparc-rtems4.10.2/leon3/lib/include' '--libdir=/opt/rtems-4.10/sparc-rtems4.10.2/leon3/lib' --cache-file=/dev/null --srcdir=../../../../../4.10.2_src/c/src/../../cpukit
  98. checking for gmake... no
  99. checking for make... make
  100. checking build system type... x86_64-unknown-linux-gnu
  101. checking host system type... sparc-unknown-rtems4.10.2
  102. checking rtems target cpu... sparc
  103. checking for a BSD-compatible install... /usr/bin/install -c
  104. checking whether build environment is sane... yes
  105. checking for sparc-rtems4.10.2-strip... no
  106. checking for strip... strip
  107. checking for a thread-safe mkdir -p... /bin/mkdir -p
  108. checking for gawk... gawk
  109. checking whether make sets $(MAKE)... yes
  110. checking whether make supports nested variables... yes
  111. checking whether to enable maintainer-specific portions of Makefiles... no
  112. checking if cpu sparc is supported... yes
  113. checking for style of include used by make... GNU
  114. checking for sparc-rtems4.10.2-gcc... sparc-rtems4.10.2-gcc
  115. checking for sparc-rtems4.10.2-gcc... (cached) sparc-rtems4.10.2-gcc
  116. checking whether the C compiler works... yes
  117. checking for C compiler default output file name... a.out
  118. checking for suffix of executables...
  119. checking whether we are cross compiling... yes
  120. checking for suffix of object files... o
  121. checking whether we are using the GNU C compiler... yes
  122. checking whether sparc-rtems4.10.2-gcc accepts -g... yes
  123. checking for sparc-rtems4.10.2-gcc option to accept ISO C89... none needed
  124. checking whether sparc-rtems4.10.2-gcc understands -c and -o together... yes
  125. checking dependency style of sparc-rtems4.10.2-gcc... gcc3
  126. checking how to run the C preprocessor... sparc-rtems4.10.2-gcc -E
  127. checking whether sparc-rtems4.10.2-gcc accepts --pipe... yes
  128. checking dependency style of sparc-rtems4.10.2-gcc --pipe... gcc3
  129. checking for sparc-rtems4.10.2-ar... no
  130. checking for sparc-rtems4.10.2-ranlib... :
  131. checking for sparc-rtems4.10.2-ranlib... (cached) :
  132. checking for RTEMS newlib... yes
  133. checking for strsep... yes
  134. checking for strcasecmp... yes
  135. checking for snprintf... yes
  136. checking for strdup... yes
  137. checking for strndup... yes
  138. checking for strncasecmp... yes
  139. checking for bcopy... yes
  140. checking for bcmp... yes
  141. checking for isascii... yes
  142. checking for fileno... yes
  143. checking for sleep... yes
  144. checking for usleep... yes
  145. checking for opendir... yes
  146. checking for closedir... yes
  147. checking for readdir... yes
  148. checking for readdir_r... yes
  149. checking for rewinddir... yes
  150. checking for scandir... yes
  151. checking for seekdir... yes
  152. checking for telldir... yes
  153. checking for isatty... yes
  154. checking for creat... yes
  155. checking for __assert... yes
  156. checking for execl... yes
  157. checking for execlp... yes
  158. checking for execle... yes
  159. checking for execv... yes
  160. checking for execvp... yes
  161. checking for execve... yes
  162. checking for regcomp... yes
  163. checking for regexec... yes
  164. checking for regerror... yes
  165. checking for regfree... yes
  166. checking whether flockfile is declared... yes
  167. checking for flockfile... no
  168. checking whether funlockfile is declared... yes
  169. checking for funlockfile... no
  170. checking whether ftrylockfile is declared... yes
  171. checking for ftrylockfile... no
  172. checking for ttyname... yes
  173. checking for getcwd... yes
  174. checking for grep that handles long lines and -e... /bin/grep
  175. checking for egrep... /bin/grep -E
  176. checking for ANSI C header files... yes
  177. checking for sys/types.h... yes
  178. checking for sys/stat.h... yes
  179. checking for stdlib.h... yes
  180. checking for string.h... yes
  181. checking for memory.h... no
  182. checking for strings.h... yes
  183. checking for inttypes.h... yes
  184. checking for stdint.h... yes
  185. checking for unistd.h... yes
  186. checking tar.h usability... yes
  187. checking tar.h presence... yes
  188. checking for tar.h... yes
  189. checking errno.h usability... yes
  190. checking errno.h presence... yes
  191. checking for errno.h... yes
  192. checking sched.h usability... yes
  193. checking sched.h presence... yes
  194. checking for sched.h... yes
  195. checking for stdbool.h that conforms to C99... yes
  196. checking for _Bool... yes
  197. checking for uint8_t... yes
  198. checking for int8_t... yes
  199. checking for uint16_t... yes
  200. checking for int16_t... yes
  201. checking for uint32_t... yes
  202. checking for int32_t... yes
  203. checking for uint64_t... yes
  204. checking for int64_t... yes
  205. checking for uintmax_t... yes
  206. checking for intmax_t... yes
  207. checking for uintptr_t... yes
  208. checking for intptr_t... yes
  209. checking if printf("%" PRIxPTR, uintptr_t) works... yes
  210. checking if printf("%" PRIuPTR, uintptr_t) works... yes
  211. checking if printf("%" PRIdPTR, intptr_t) works... yes
  212. checking if printf("%zu", size_t) works... yes
  213. checking if printf("%zd", ssize_t) works... yes
  214. checking if printf("%ld", off_t) works... no
  215. checking if printf("%lld", off_t) works... yes
  216. checking pthread.h usability... yes
  217. checking pthread.h presence... yes
  218. checking for pthread.h... yes
  219. checking for pthread_rwlock_t... yes
  220. checking for pthread_barrier_t... yes
  221. checking for pthread_spinlock_t... yes
  222. checking whether CPU supports libposix... yes
  223. checking whether CPU supports libitron... disabled
  224. checking whether CPU supports networking... disabled
  225. configure: creating score/include/rtems/score/cpuopts.h
  226. checking for assignable stdio... yes
  227. checking whether sparc-rtems4.10.2-gcc --pipe supports function __attribute__((weak))... yes
  228. checking sys/cdefs.h usability... yes
  229. checking sys/cdefs.h presence... yes
  230. checking for sys/cdefs.h... yes
  231. checking sys/queue.h usability... yes
  232. checking sys/queue.h presence... yes
  233. checking for sys/queue.h... yes
  234. checking whether _POSIX_LOGIN_NAME_MAX is declared... yes
  235. checking whether CHAR_BIT is declared... yes
  236. checking size of mode_t... 4
  237. checking size of off_t... 8
  238. checking whether WORD_BIT is declared... no
  239. checking whether LONG_BIT is declared... no
  240. checking whether sbrk is declared... yes
  241. checking for strlcpy... yes
  242. checking for strlcat... yes
  243. checking for rpcgen... rpcgen
  244. checking for perl... /usr/bin/perl
  245. checking that generated files are newer than configure... done
  246. configure: creating ./config.status
  247. config.status: creating Doxyfile
  248. config.status: creating Makefile
  249. config.status: creating rtems/Makefile
  250. config.status: creating sapi/Makefile
  251. config.status: creating score/Makefile
  252. config.status: creating score/cpu/Makefile
  253. config.status: creating score/cpu/arm/Makefile
  254. config.status: creating score/cpu/bfin/Makefile
  255. config.status: creating score/cpu/avr/Makefile
  256. config.status: creating score/cpu/h8300/Makefile
  257. config.status: creating score/cpu/i386/Makefile
  258. config.status: creating score/cpu/lm32/Makefile
  259. config.status: creating score/cpu/m68k/Makefile
  260. config.status: creating score/cpu/m32c/Makefile
  261. config.status: creating score/cpu/m32r/Makefile
  262. config.status: creating score/cpu/mips/Makefile
  263. config.status: creating score/cpu/powerpc/Makefile
  264. config.status: creating score/cpu/sh/Makefile
  265. config.status: creating score/cpu/sparc/Makefile
  266. config.status: creating score/cpu/no_cpu/Makefile
  267. config.status: creating posix/Makefile
  268. config.status: creating itron/Makefile
  269. config.status: creating libblock/Makefile
  270. config.status: creating libfs/Makefile
  271. config.status: creating libfs/src/nfsclient/Makefile
  272. config.status: creating libgnat/Makefile
  273. config.status: creating libcsupport/Makefile
  274. config.status: creating libnetworking/Makefile
  275. config.status: creating librpc/Makefile
  276. config.status: creating libmisc/Makefile
  277. config.status: creating libi2c/Makefile
  278. config.status: creating libmd/Makefile
  279. config.status: creating zlib/Makefile
  280. config.status: creating httpd/Makefile
  281. config.status: creating ftpd/Makefile
  282. config.status: creating telnetd/Makefile
  283. config.status: creating pppd/Makefile
  284. config.status: creating shttpd/Makefile
  285. config.status: creating mghttpd/Makefile
  286. config.status: creating wrapup/Makefile
  287. config.status: creating config.h
  288. config.status: executing depfiles commands
  289. config.status: executing default-1 commands
  290. config.status: executing preinstall-stamp commands
  291. make[3]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  292. make preinstall
  293. make[4]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  294. Making preinstall in .
  295. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  296. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/include/rtems/bsd/sys/queue.h ./../cpukit/../../../leon3/lib/include/rtems/bsd/sys/queue.h
  297. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/include/rtems/bsd/sys/cdefs.h ./../cpukit/../../../leon3/lib/include/rtems/bsd/sys/cdefs.h
  298. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/uuid/uuid.h ./../cpukit/../../../leon3/lib/include/uuid/uuid.h
  299. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libnetworking/memory.h ./../cpukit/../../../leon3/lib/include/memory.h
  300. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmd/md4.h ./../cpukit/../../../leon3/lib/include/md4.h
  301. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmd/md5.h ./../cpukit/../../../leon3/lib/include/md5.h
  302. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/sys/ioccom.h ./../cpukit/../../../leon3/lib/include/sys/ioccom.h
  303. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/sys/filio.h ./../cpukit/../../../leon3/lib/include/sys/filio.h
  304. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/sys/ioctl.h ./../cpukit/../../../leon3/lib/include/sys/ioctl.h
  305. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/sys/statvfs.h ./../cpukit/../../../leon3/lib/include/sys/statvfs.h
  306. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/sys/sockio.h ./../cpukit/../../../leon3/lib/include/sys/sockio.h
  307. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/sys/ttycom.h ./../cpukit/../../../leon3/lib/include/sys/ttycom.h
  308. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/sys/termios.h ./../cpukit/../../../leon3/lib/include/sys/termios.h
  309. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/sys/utsname.h ./../cpukit/../../../leon3/lib/include/sys/utsname.h
  310. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libnetworking/sys/uio.h ./../cpukit/../../../leon3/lib/include/sys/uio.h
  311. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/include/sys/priority.h ./../cpukit/../../../leon3/lib/include/sys/priority.h
  312. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/include/rtems/bspIo.h ./../cpukit/../../../leon3/lib/include/rtems/bspIo.h
  313. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/include/rtems/userenv.h ./../cpukit/../../../leon3/lib/include/rtems/userenv.h
  314. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/include/rtems/fs.h ./../cpukit/../../../leon3/lib/include/rtems/fs.h
  315. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/include/rtems/pci.h ./../cpukit/../../../leon3/lib/include/rtems/pci.h
  316. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/include/rtems/concat.h ./../cpukit/../../../leon3/lib/include/rtems/concat.h
  317. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/include/rtems/status-checks.h ./../cpukit/../../../leon3/lib/include/rtems/status-checks.h
  318. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/include/rtems/endian.h ./../cpukit/../../../leon3/lib/include/rtems/endian.h
  319. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/include/rtems/irq.h ./../cpukit/../../../leon3/lib/include/rtems/irq.h
  320. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/include/rtems/irq-extension.h ./../cpukit/../../../leon3/lib/include/rtems/irq-extension.h
  321. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/imfs/imfs.h ./../cpukit/../../../leon3/lib/include/rtems/imfs.h
  322. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/pipe/pipe.h ./../cpukit/../../../leon3/lib/include/rtems/pipe.h
  323. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/devfs/devfs.h ./../cpukit/../../../leon3/lib/include/rtems/devfs.h
  324. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/dosfs/dosfs.h ./../cpukit/../../../leon3/lib/include/rtems/dosfs.h
  325. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs.h ./../cpukit/../../../leon3/lib/include/rtems/rtems-rfs.h
  326. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-format.h ./../cpukit/../../../leon3/lib/include/rtems/rtems-rfs-format.h
  327. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-shell.h ./../cpukit/../../../leon3/lib/include/rtems/rtems-rfs-shell.h
  328. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-bitmaps.h
  329. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-block-pos.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-block-pos.h
  330. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-block.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-block.h
  331. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-buffer.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-buffer.h
  332. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-data.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-data.h
  333. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-dir.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-dir.h
  334. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-dir-hash.h
  335. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-file.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-file.h
  336. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-file-system-fwd.h
  337. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-file-system.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-file-system.h
  338. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-group.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-group.h
  339. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-inode.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-inode.h
  340. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-link.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-link.h
  341. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-mutex.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-mutex.h
  342. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-trace.h ./../cpukit/../../../leon3/lib/include/rtems/rfs/rtems-rfs-trace.h
  343. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libblock/include/rtems/bdbuf.h ./../cpukit/../../../leon3/lib/include/rtems/bdbuf.h
  344. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libblock/include/rtems/blkdev.h ./../cpukit/../../../leon3/lib/include/rtems/blkdev.h
  345. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libblock/include/rtems/diskdevs.h ./../cpukit/../../../leon3/lib/include/rtems/diskdevs.h
  346. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libblock/include/rtems/flashdisk.h ./../cpukit/../../../leon3/lib/include/rtems/flashdisk.h
  347. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libblock/include/rtems/ramdisk.h ./../cpukit/../../../leon3/lib/include/rtems/ramdisk.h
  348. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libblock/include/rtems/nvdisk.h ./../cpukit/../../../leon3/lib/include/rtems/nvdisk.h
  349. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libblock/include/rtems/nvdisk-sram.h ./../cpukit/../../../leon3/lib/include/rtems/nvdisk-sram.h
  350. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libblock/include/rtems/ide_part_table.h ./../cpukit/../../../leon3/lib/include/rtems/ide_part_table.h
  351. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libblock/include/rtems/bdpart.h ./../cpukit/../../../leon3/lib/include/rtems/bdpart.h
  352. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/bspcmdline/bspcmdline.h ./../cpukit/../../../leon3/lib/include/rtems/bspcmdline.h
  353. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/capture/capture.h ./../cpukit/../../../leon3/lib/include/rtems/capture.h
  354. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/capture/capture-cli.h ./../cpukit/../../../leon3/lib/include/rtems/capture-cli.h
  355. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/cpuuse/cpuuse.h ./../cpukit/../../../leon3/lib/include/rtems/cpuuse.h
  356. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/devnull/devnull.h ./../cpukit/../../../leon3/lib/include/rtems/devnull.h
  357. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/dumpbuf/dumpbuf.h ./../cpukit/../../../leon3/lib/include/rtems/dumpbuf.h
  358. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/monitor/monitor.h ./../cpukit/../../../leon3/lib/include/rtems/monitor.h
  359. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/fb/fb.h ./../cpukit/../../../leon3/lib/include/rtems/fb.h
  360. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/fb/mw_uid.h ./../cpukit/../../../leon3/lib/include/rtems/mw_uid.h
  361. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/shell/shell.h ./../cpukit/../../../leon3/lib/include/rtems/shell.h
  362. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/shell/shellconfig.h ./../cpukit/../../../leon3/lib/include/rtems/shellconfig.h
  363. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/stringto/stringto.h ./../cpukit/../../../leon3/lib/include/rtems/stringto.h
  364. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libi2c/libi2c.h ./../cpukit/../../../leon3/lib/include/rtems/libi2c.h
  365. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/serdbg/serdbgcnf.h ./../cpukit/../../../leon3/lib/include/rtems/serdbgcnf.h
  366. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/serdbg/serdbg.h ./../cpukit/../../../leon3/lib/include/rtems/serdbg.h
  367. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/serdbg/termios_printk_cnf.h ./../cpukit/../../../leon3/lib/include/rtems/termios_printk_cnf.h
  368. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/serdbg/termios_printk.h ./../cpukit/../../../leon3/lib/include/rtems/termios_printk.h
  369. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/stackchk/stackchk.h ./../cpukit/../../../leon3/lib/include/rtems/stackchk.h
  370. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/untar/untar.h ./../cpukit/../../../leon3/lib/include/rtems/untar.h
  371. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/../../cpukit/libmisc/fsmount/fsmount.h ./../cpukit/../../../leon3/lib/include/rtems/fsmount.h
  372. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  373. Making preinstall in score
  374. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score'
  375. Making preinstall in cpu
  376. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu'
  377. Making preinstall in sparc
  378. make[7]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu/sparc'
  379. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/../../cpukit/score/cpu/sparc/rtems/asm.h ../../../../cpukit/../../../leon3/lib/include/rtems/asm.h
  380. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/../../cpukit/score/cpu/sparc/rtems/score/sparc.h ../../../../cpukit/../../../leon3/lib/include/rtems/score/sparc.h
  381. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/../../cpukit/score/cpu/sparc/rtems/score/cpu.h ../../../../cpukit/../../../leon3/lib/include/rtems/score/cpu.h
  382. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/../../cpukit/score/cpu/sparc/rtems/score/types.h ../../../../cpukit/../../../leon3/lib/include/rtems/score/types.h
  383. make[7]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu/sparc'
  384. make[7]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu'
  385. make[7]: Nothing to be done for `preinstall-am'.
  386. make[7]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu'
  387. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu'
  388. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score'
  389. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/debug.h ../../cpukit/../../../leon3/lib/include/rtems/debug.h
  390. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/system.h ../../cpukit/../../../leon3/lib/include/rtems/system.h
  391. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/seterr.h ../../cpukit/../../../leon3/lib/include/rtems/seterr.h
  392. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/address.h ../../cpukit/../../../leon3/lib/include/rtems/score/address.h
  393. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/apiext.h ../../cpukit/../../../leon3/lib/include/rtems/score/apiext.h
  394. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/apimutex.h ../../cpukit/../../../leon3/lib/include/rtems/score/apimutex.h
  395. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/bitfield.h ../../cpukit/../../../leon3/lib/include/rtems/score/bitfield.h
  396. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/chain.h ../../cpukit/../../../leon3/lib/include/rtems/score/chain.h
  397. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/context.h ../../cpukit/../../../leon3/lib/include/rtems/score/context.h
  398. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/copyrt.h ../../cpukit/../../../leon3/lib/include/rtems/score/copyrt.h
  399. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/corebarrier.h ../../cpukit/../../../leon3/lib/include/rtems/score/corebarrier.h
  400. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/coremsg.h ../../cpukit/../../../leon3/lib/include/rtems/score/coremsg.h
  401. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/coremutex.h ../../cpukit/../../../leon3/lib/include/rtems/score/coremutex.h
  402. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/coresem.h ../../cpukit/../../../leon3/lib/include/rtems/score/coresem.h
  403. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/heap.h ../../cpukit/../../../leon3/lib/include/rtems/score/heap.h
  404. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/protectedheap.h ../../cpukit/../../../leon3/lib/include/rtems/score/protectedheap.h
  405. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/interr.h ../../cpukit/../../../leon3/lib/include/rtems/score/interr.h
  406. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/isr.h ../../cpukit/../../../leon3/lib/include/rtems/score/isr.h
  407. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/object.h ../../cpukit/../../../leon3/lib/include/rtems/score/object.h
  408. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/priority.h ../../cpukit/../../../leon3/lib/include/rtems/score/priority.h
  409. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/stack.h ../../cpukit/../../../leon3/lib/include/rtems/score/stack.h
  410. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/states.h ../../cpukit/../../../leon3/lib/include/rtems/score/states.h
  411. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/sysstate.h ../../cpukit/../../../leon3/lib/include/rtems/score/sysstate.h
  412. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/thread.h ../../cpukit/../../../leon3/lib/include/rtems/score/thread.h
  413. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/threadq.h ../../cpukit/../../../leon3/lib/include/rtems/score/threadq.h
  414. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/threadsync.h ../../cpukit/../../../leon3/lib/include/rtems/score/threadsync.h
  415. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/timespec.h ../../cpukit/../../../leon3/lib/include/rtems/score/timespec.h
  416. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/timestamp.h ../../cpukit/../../../leon3/lib/include/rtems/score/timestamp.h
  417. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/timestamp64.h ../../cpukit/../../../leon3/lib/include/rtems/score/timestamp64.h
  418. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/tod.h ../../cpukit/../../../leon3/lib/include/rtems/score/tod.h
  419. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/tqdata.h ../../cpukit/../../../leon3/lib/include/rtems/score/tqdata.h
  420. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/userext.h ../../cpukit/../../../leon3/lib/include/rtems/score/userext.h
  421. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/watchdog.h ../../cpukit/../../../leon3/lib/include/rtems/score/watchdog.h
  422. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/wkspace.h ../../cpukit/../../../leon3/lib/include/rtems/score/wkspace.h
  423. /usr/bin/install -c -m 644 include/rtems/score/cpuopts.h ../../cpukit/../../../leon3/lib/include/rtems/score/cpuopts.h
  424. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/corespinlock.h ../../cpukit/../../../leon3/lib/include/rtems/score/corespinlock.h
  425. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/include/rtems/score/corerwlock.h ../../cpukit/../../../leon3/lib/include/rtems/score/corerwlock.h
  426. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/address.inl ../../cpukit/../../../leon3/lib/include/rtems/score/address.inl
  427. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/chain.inl ../../cpukit/../../../leon3/lib/include/rtems/score/chain.inl
  428. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/corebarrier.inl ../../cpukit/../../../leon3/lib/include/rtems/score/corebarrier.inl
  429. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/coremsg.inl ../../cpukit/../../../leon3/lib/include/rtems/score/coremsg.inl
  430. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/coremutex.inl ../../cpukit/../../../leon3/lib/include/rtems/score/coremutex.inl
  431. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/coresem.inl ../../cpukit/../../../leon3/lib/include/rtems/score/coresem.inl
  432. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/heap.inl ../../cpukit/../../../leon3/lib/include/rtems/score/heap.inl
  433. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/isr.inl ../../cpukit/../../../leon3/lib/include/rtems/score/isr.inl
  434. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/object.inl ../../cpukit/../../../leon3/lib/include/rtems/score/object.inl
  435. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/priority.inl ../../cpukit/../../../leon3/lib/include/rtems/score/priority.inl
  436. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/stack.inl ../../cpukit/../../../leon3/lib/include/rtems/score/stack.inl
  437. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/states.inl ../../cpukit/../../../leon3/lib/include/rtems/score/states.inl
  438. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/sysstate.inl ../../cpukit/../../../leon3/lib/include/rtems/score/sysstate.inl
  439. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/thread.inl ../../cpukit/../../../leon3/lib/include/rtems/score/thread.inl
  440. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/threadq.inl ../../cpukit/../../../leon3/lib/include/rtems/score/threadq.inl
  441. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/tod.inl ../../cpukit/../../../leon3/lib/include/rtems/score/tod.inl
  442. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/tqdata.inl ../../cpukit/../../../leon3/lib/include/rtems/score/tqdata.inl
  443. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/watchdog.inl ../../cpukit/../../../leon3/lib/include/rtems/score/watchdog.inl
  444. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/wkspace.inl ../../cpukit/../../../leon3/lib/include/rtems/score/wkspace.inl
  445. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/corespinlock.inl ../../cpukit/../../../leon3/lib/include/rtems/score/corespinlock.inl
  446. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/score/inline/rtems/score/corerwlock.inl ../../cpukit/../../../leon3/lib/include/rtems/score/corerwlock.inl
  447. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score'
  448. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score'
  449. Making preinstall in rtems
  450. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/rtems'
  451. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems.h ../../cpukit/../../../leon3/lib/include/rtems.h
  452. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/asr.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/asr.h
  453. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/attr.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/attr.h
  454. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/barrier.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/barrier.h
  455. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/cache.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/cache.h
  456. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/clock.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/clock.h
  457. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/config.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/config.h
  458. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/dpmem.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/dpmem.h
  459. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/event.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/event.h
  460. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/eventset.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/eventset.h
  461. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/intr.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/intr.h
  462. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/message.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/message.h
  463. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/modes.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/modes.h
  464. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/object.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/object.h
  465. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/options.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/options.h
  466. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/part.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/part.h
  467. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/ratemon.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/ratemon.h
  468. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/region.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/region.h
  469. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/rtemsapi.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/rtemsapi.h
  470. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/sem.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/sem.h
  471. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/signal.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/signal.h
  472. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/status.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/status.h
  473. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/support.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/support.h
  474. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/tasks.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/tasks.h
  475. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/timer.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/timer.h
  476. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/include/rtems/rtems/types.h ../../cpukit/../../../leon3/lib/include/rtems/rtems/types.h
  477. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/asr.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/asr.inl
  478. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/attr.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/attr.inl
  479. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/barrier.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/barrier.inl
  480. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/dpmem.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/dpmem.inl
  481. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/event.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/event.inl
  482. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/eventset.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/eventset.inl
  483. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/message.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/message.inl
  484. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/modes.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/modes.inl
  485. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/options.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/options.inl
  486. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/part.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/part.inl
  487. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/ratemon.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/ratemon.inl
  488. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/region.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/region.inl
  489. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/sem.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/sem.inl
  490. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/status.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/status.inl
  491. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/support.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/support.inl
  492. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/tasks.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/tasks.inl
  493. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/rtems/inline/rtems/rtems/timer.inl ../../cpukit/../../../leon3/lib/include/rtems/rtems/timer.inl
  494. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/rtems'
  495. Making preinstall in sapi
  496. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/sapi'
  497. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/sapi/include/confdefs.h ../../cpukit/../../../leon3/lib/include/rtems/confdefs.h
  498. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/sapi/include/rtems/chain.h ../../cpukit/../../../leon3/lib/include/rtems/chain.h
  499. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/sapi/include/rtems/config.h ../../cpukit/../../../leon3/lib/include/rtems/config.h
  500. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/sapi/include/rtems/extension.h ../../cpukit/../../../leon3/lib/include/rtems/extension.h
  501. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/sapi/include/rtems/fatal.h ../../cpukit/../../../leon3/lib/include/rtems/fatal.h
  502. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/sapi/include/rtems/init.h ../../cpukit/../../../leon3/lib/include/rtems/init.h
  503. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/sapi/include/rtems/io.h ../../cpukit/../../../leon3/lib/include/rtems/io.h
  504. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/sapi/include/rtems/mptables.h ../../cpukit/../../../leon3/lib/include/rtems/mptables.h
  505. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/sapi/include/rtems/sptables.h ../../cpukit/../../../leon3/lib/include/rtems/sptables.h
  506. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/sapi/inline/rtems/chain.inl ../../cpukit/../../../leon3/lib/include/rtems/chain.inl
  507. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/sapi/inline/rtems/extension.inl ../../cpukit/../../../leon3/lib/include/rtems/extension.inl
  508. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/sapi'
  509. Making preinstall in posix
  510. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/posix'
  511. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/sigset.h ../../cpukit/../../../leon3/lib/include/rtems/posix/sigset.h
  512. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/aio.h ../../cpukit/../../../leon3/lib/include/aio.h
  513. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/mqueue.h ../../cpukit/../../../leon3/lib/include/mqueue.h
  514. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/semaphore.h ../../cpukit/../../../leon3/lib/include/semaphore.h
  515. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/devctl.h ../../cpukit/../../../leon3/lib/include/devctl.h
  516. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/cancel.h ../../cpukit/../../../leon3/lib/include/rtems/posix/cancel.h
  517. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/cond.h ../../cpukit/../../../leon3/lib/include/rtems/posix/cond.h
  518. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/config.h ../../cpukit/../../../leon3/lib/include/rtems/posix/config.h
  519. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/key.h ../../cpukit/../../../leon3/lib/include/rtems/posix/key.h
  520. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/mqueue.h ../../cpukit/../../../leon3/lib/include/rtems/posix/mqueue.h
  521. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/mutex.h ../../cpukit/../../../leon3/lib/include/rtems/posix/mutex.h
  522. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/posixapi.h ../../cpukit/../../../leon3/lib/include/rtems/posix/posixapi.h
  523. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/priority.h ../../cpukit/../../../leon3/lib/include/rtems/posix/priority.h
  524. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/psignal.h ../../cpukit/../../../leon3/lib/include/rtems/posix/psignal.h
  525. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/pthread.h ../../cpukit/../../../leon3/lib/include/rtems/posix/pthread.h
  526. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/ptimer.h ../../cpukit/../../../leon3/lib/include/rtems/posix/ptimer.h
  527. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/semaphore.h ../../cpukit/../../../leon3/lib/include/rtems/posix/semaphore.h
  528. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/threadsup.h ../../cpukit/../../../leon3/lib/include/rtems/posix/threadsup.h
  529. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/time.h ../../cpukit/../../../leon3/lib/include/rtems/posix/time.h
  530. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/timer.h ../../cpukit/../../../leon3/lib/include/rtems/posix/timer.h
  531. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/barrier.h ../../cpukit/../../../leon3/lib/include/rtems/posix/barrier.h
  532. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/rwlock.h ../../cpukit/../../../leon3/lib/include/rtems/posix/rwlock.h
  533. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/include/rtems/posix/spinlock.h ../../cpukit/../../../leon3/lib/include/rtems/posix/spinlock.h
  534. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/inline/rtems/posix/cond.inl ../../cpukit/../../../leon3/lib/include/rtems/posix/cond.inl
  535. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/inline/rtems/posix/key.inl ../../cpukit/../../../leon3/lib/include/rtems/posix/key.inl
  536. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/inline/rtems/posix/mqueue.inl ../../cpukit/../../../leon3/lib/include/rtems/posix/mqueue.inl
  537. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/inline/rtems/posix/mutex.inl ../../cpukit/../../../leon3/lib/include/rtems/posix/mutex.inl
  538. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/inline/rtems/posix/pthread.inl ../../cpukit/../../../leon3/lib/include/rtems/posix/pthread.inl
  539. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/inline/rtems/posix/priority.inl ../../cpukit/../../../leon3/lib/include/rtems/posix/priority.inl
  540. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/inline/rtems/posix/semaphore.inl ../../cpukit/../../../leon3/lib/include/rtems/posix/semaphore.inl
  541. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/inline/rtems/posix/timer.inl ../../cpukit/../../../leon3/lib/include/rtems/posix/timer.inl
  542. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/inline/rtems/posix/barrier.inl ../../cpukit/../../../leon3/lib/include/rtems/posix/barrier.inl
  543. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/inline/rtems/posix/rwlock.inl ../../cpukit/../../../leon3/lib/include/rtems/posix/rwlock.inl
  544. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/posix/inline/rtems/posix/spinlock.inl ../../cpukit/../../../leon3/lib/include/rtems/posix/spinlock.inl
  545. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/posix'
  546. Making preinstall in itron
  547. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/itron'
  548. make[5]: Nothing to be done for `preinstall'.
  549. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/itron'
  550. Making preinstall in libcsupport
  551. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libcsupport'
  552. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/console.h ../../cpukit/../../../leon3/lib/include/rtems/console.h
  553. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/clockdrv.h ../../cpukit/../../../leon3/lib/include/rtems/clockdrv.h
  554. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/rtems/framebuffer.h ../../cpukit/../../../leon3/lib/include/rtems/framebuffer.h
  555. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/iosupp.h ../../cpukit/../../../leon3/lib/include/rtems/iosupp.h
  556. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/ringbuf.h ../../cpukit/../../../leon3/lib/include/rtems/ringbuf.h
  557. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/rtc.h ../../cpukit/../../../leon3/lib/include/rtems/rtc.h
  558. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/spurious.h ../../cpukit/../../../leon3/lib/include/rtems/spurious.h
  559. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/timerdrv.h ../../cpukit/../../../leon3/lib/include/rtems/timerdrv.h
  560. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/vmeintr.h ../../cpukit/../../../leon3/lib/include/rtems/vmeintr.h
  561. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/motorola/mc68230.h ../../cpukit/../../../leon3/lib/include/rtems/motorola/mc68230.h
  562. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/motorola/mc68681.h ../../cpukit/../../../leon3/lib/include/rtems/motorola/mc68681.h
  563. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/rtems/assoc.h ../../cpukit/../../../leon3/lib/include/rtems/assoc.h
  564. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/rtems/error.h ../../cpukit/../../../leon3/lib/include/rtems/error.h
  565. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/rtems/libcsupport.h ../../cpukit/../../../leon3/lib/include/rtems/libcsupport.h
  566. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/rtems/libio.h ../../cpukit/../../../leon3/lib/include/rtems/libio.h
  567. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/rtems/libio_.h ../../cpukit/../../../leon3/lib/include/rtems/libio_.h
  568. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/rtems/malloc.h ../../cpukit/../../../leon3/lib/include/rtems/malloc.h
  569. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/rtems/termiostypes.h ../../cpukit/../../../leon3/lib/include/rtems/termiostypes.h
  570. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/zilog/z8036.h ../../cpukit/../../../leon3/lib/include/rtems/zilog/z8036.h
  571. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/zilog/z8530.h ../../cpukit/../../../leon3/lib/include/rtems/zilog/z8530.h
  572. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/libcsupport/include/zilog/z8536.h ../../cpukit/../../../leon3/lib/include/rtems/zilog/z8536.h
  573. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libcsupport'
  574. Making preinstall in libblock
  575. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libblock'
  576. make[5]: Nothing to be done for `preinstall'.
  577. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libblock'
  578. Making preinstall in libfs
  579. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libfs'
  580. make[5]: Nothing to be done for `preinstall'.
  581. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libfs'
  582. Making preinstall in libnetworking
  583. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libnetworking'
  584. make[5]: Nothing to be done for `preinstall'.
  585. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libnetworking'
  586. Making preinstall in librpc
  587. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/librpc'
  588. make[5]: Nothing to be done for `preinstall'.
  589. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/librpc'
  590. Making preinstall in libi2c
  591. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libi2c'
  592. make[5]: Nothing to be done for `preinstall'.
  593. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libi2c'
  594. Making preinstall in libmisc
  595. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libmisc'
  596. make[5]: Nothing to be done for `preinstall'.
  597. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libmisc'
  598. Making preinstall in libmd
  599. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libmd'
  600. make[5]: Nothing to be done for `preinstall'.
  601. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libmd'
  602. Making preinstall in libgnat
  603. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libgnat'
  604. make[5]: Nothing to be done for `preinstall'.
  605. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libgnat'
  606. Making preinstall in wrapup
  607. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/wrapup'
  608. make[5]: Nothing to be done for `preinstall'.
  609. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/wrapup'
  610. Making preinstall in zlib
  611. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/zlib'
  612. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/zlib/zlib.h ../../cpukit/../../../leon3/lib/include/zlib.h
  613. /usr/bin/install -c -m 644 ../../../../../../4.10.2_src/c/src/../../cpukit/zlib/zconf.h ../../cpukit/../../../leon3/lib/include/zconf.h
  614. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/zlib'
  615. Making preinstall in httpd
  616. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/httpd'
  617. make[5]: Nothing to be done for `preinstall'.
  618. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/httpd'
  619. Making preinstall in ftpd
  620. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/ftpd'
  621. make[5]: Nothing to be done for `preinstall'.
  622. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/ftpd'
  623. Making preinstall in telnetd
  624. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/telnetd'
  625. make[5]: Nothing to be done for `preinstall'.
  626. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/telnetd'
  627. Making preinstall in pppd
  628. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/pppd'
  629. make[5]: Nothing to be done for `preinstall'.
  630. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/pppd'
  631. Making preinstall in shttpd
  632. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/shttpd'
  633. make[5]: Nothing to be done for `preinstall'.
  634. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/shttpd'
  635. Making preinstall in mghttpd
  636. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/mghttpd'
  637. make[5]: Nothing to be done for `preinstall'.
  638. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/mghttpd'
  639. make[4]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  640. touch preinstall-stamp
  641. make[3]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  642. config.status: creating Makefile
  643. make[3]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3'
  644. make[3]: `make/leon3.cache' is up to date.
  645. make[3]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3'
  646. config.status: creating support/Makefile
  647. config.status: creating libchip/Makefile
  648. config.status: creating optman/Makefile
  649. config.status: creating lib/Makefile
  650. config.status: creating lib/libcpu/Makefile
  651. config.status: creating lib/libbsp/Makefile
  652. config.status: creating ada/Makefile
  653. config.status: creating wrapup/Makefile
  654. config.status: executing depfiles commands
  655. === configuring in make (/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/make)
  656. configure: running /bin/bash ../../../../../4.10.2_src/c/src/make/configure --disable-option-checking '--prefix=/opt/rtems-4.10' '--host=sparc-rtems4.10.2' '--build=x86_64-unknown-linux-gnu' '--target=sparc-rtems4.10.2' '--enable-posix' '--enable-tests=samples' '--disable-itron' '--disable-networking' '--disable-cxx' '--disable-docs' '--enable-rtemsdebug' '--disable-tests' '--with-target-subdir=sparc-rtems4.10.2' '--exec-prefix=/opt/rtems-4.10/sparc-rtems4.10.2' '--includedir=/opt/rtems-4.10/sparc-rtems4.10.2/include' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=sparc-rtems4.10.2' 'target_alias=sparc-rtems4.10.2' '--with-project-root=../../' '--with-project-top=../../' 'RTEMS_BSP=leon3' 'RTEMS_CPU_MODEL=leon3' 'RTEMS_BSP_FAMILY=leon3' 'CFLAGS=-mcpu=cypress -msoft-float -O2 -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs' --cache-file=/dev/null --srcdir=../../../../../4.10.2_src/c/src/make
  657. checking for gmake... no
  658. checking for make... make
  659. checking build system type... x86_64-unknown-linux-gnu
  660. checking host system type... sparc-unknown-rtems4.10.2
  661. checking rtems target cpu... sparc
  662. checking for a BSD-compatible install... /usr/bin/install -c
  663. checking whether build environment is sane... yes
  664. checking for sparc-rtems4.10.2-strip... no
  665. checking for strip... strip
  666. checking for a thread-safe mkdir -p... /bin/mkdir -p
  667. checking for gawk... gawk
  668. checking whether make sets $(MAKE)... yes
  669. checking whether make supports nested variables... yes
  670. checking whether to enable maintainer-specific portions of Makefiles... no
  671. checking for RTEMS_BSP... leon3
  672. checking for cat... /bin/cat
  673. checking for cp... /bin/cp
  674. checking for mv... /bin/mv
  675. checking for ln... /bin/ln
  676. checking whether ln -s works... yes
  677. checking for chmod... /bin/chmod
  678. checking for sort... /usr/bin/sort
  679. checking for touch... /usr/bin/touch
  680. checking for cmp... /usr/bin/cmp
  681. checking for sed... /bin/sed
  682. checking for gm4... no
  683. checking for m4... /usr/bin/m4
  684. checking for bash... /bin/bash
  685. checking for perl... /usr/bin/perl
  686. checking for style of include used by make... GNU
  687. checking for sparc-rtems4.10.2-gcc... sparc-rtems4.10.2-gcc
  688. checking for sparc-rtems4.10.2-gcc... (cached) sparc-rtems4.10.2-gcc
  689. checking whether the C compiler works... yes
  690. checking for C compiler default output file name... a.out
  691. checking for suffix of executables...
  692. checking whether we are cross compiling... yes
  693. checking for suffix of object files... o
  694. checking whether we are using the GNU C compiler... yes
  695. checking whether sparc-rtems4.10.2-gcc accepts -g... yes
  696. checking for sparc-rtems4.10.2-gcc option to accept ISO C89... none needed
  697. checking whether sparc-rtems4.10.2-gcc understands -c and -o together... yes
  698. checking dependency style of sparc-rtems4.10.2-gcc... gcc3
  699. checking how to run the C preprocessor... sparc-rtems4.10.2-gcc -E
  700. checking whether sparc-rtems4.10.2-gcc accepts -isystem... yes
  701. checking whether sparc-rtems4.10.2-gcc accepts --pipe... yes
  702. checking whether sparc-rtems4.10.2-gcc --pipe accepts -specs... yes
  703. checking for sparc-rtems4.10.2-g++... no
  704. checking for sparc-rtems4.10.2-ar... no
  705. checking for sparc-rtems4.10.2-as... no
  706. checking for sparc-rtems4.10.2-ld... no
  707. checking for sparc-rtems4.10.2-ranlib... :
  708. checking for sparc-rtems4.10.2-size... :
  709. checking for sparc-rtems4.10.2-nm... :
  710. checking for sparc-rtems4.10.2-objcopy... :
  711. checking if wanting multiprocessing... no
  712. checking whether BSP supports networking... disabled
  713. checking whether CPU supports libposix... yes
  714. checking whether to build rtems++... no
  715. checking whether CPU supports libitron... disabled
  716. checking that generated files are newer than configure... done
  717. configure: creating ./config.status
  718. config.status: creating Makefile
  719. config.status: creating Makefile.inc
  720. config.status: creating host.cfg
  721. config.status: creating bsp.cfg
  722. config.status: creating target.cfg
  723. config.status: linking ../../../../../4.10.2_src/c/src/make/leaf.cfg to leaf.cfg
  724. config.status: executing depfiles commands
  725. === configuring in lib/libcpu/sparc (/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libcpu/sparc)
  726. configure: running /bin/bash ../../../../../../../4.10.2_src/c/src/lib/libcpu/sparc/configure --disable-option-checking '--prefix=/opt/rtems-4.10' '--host=sparc-rtems4.10.2' '--build=x86_64-unknown-linux-gnu' '--target=sparc-rtems4.10.2' '--enable-posix' '--enable-tests=samples' '--disable-itron' '--disable-networking' '--disable-cxx' '--disable-docs' '--enable-rtemsdebug' '--disable-tests' '--with-target-subdir=sparc-rtems4.10.2' '--exec-prefix=/opt/rtems-4.10/sparc-rtems4.10.2' '--includedir=/opt/rtems-4.10/sparc-rtems4.10.2/include' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=sparc-rtems4.10.2' 'target_alias=sparc-rtems4.10.2' '--with-project-root=../../' '--with-project-top=../../' 'RTEMS_BSP=leon3' 'RTEMS_CPU_MODEL=leon3' 'RTEMS_BSP_FAMILY=leon3' 'CFLAGS=-mcpu=cypress -msoft-float -O2 -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs' --cache-file=/dev/null --srcdir=../../../../../../../4.10.2_src/c/src/lib/libcpu/sparc
  727. checking for gmake... no
  728. checking for make... make
  729. checking build system type... x86_64-unknown-linux-gnu
  730. checking host system type... sparc-unknown-rtems4.10.2
  731. checking rtems target cpu... sparc
  732. checking for a BSD-compatible install... /usr/bin/install -c
  733. checking whether build environment is sane... yes
  734. checking for sparc-rtems4.10.2-strip... no
  735. checking for strip... strip
  736. checking for a thread-safe mkdir -p... /bin/mkdir -p
  737. checking for gawk... gawk
  738. checking whether make sets $(MAKE)... yes
  739. checking whether make supports nested variables... yes
  740. checking whether to enable maintainer-specific portions of Makefiles... no
  741. checking for RTEMS_BSP... leon3
  742. checking for perl... /usr/bin/perl
  743. checking for style of include used by make... GNU
  744. checking for sparc-rtems4.10.2-gcc... sparc-rtems4.10.2-gcc
  745. checking for sparc-rtems4.10.2-gcc... (cached) sparc-rtems4.10.2-gcc
  746. checking whether the C compiler works... yes
  747. checking for C compiler default output file name... a.out
  748. checking for suffix of executables...
  749. checking whether we are cross compiling... yes
  750. checking for suffix of object files... o
  751. checking whether we are using the GNU C compiler... yes
  752. checking whether sparc-rtems4.10.2-gcc accepts -g... yes
  753. checking for sparc-rtems4.10.2-gcc option to accept ISO C89... none needed
  754. checking whether sparc-rtems4.10.2-gcc understands -c and -o together... yes
  755. checking dependency style of sparc-rtems4.10.2-gcc... gcc3
  756. checking how to run the C preprocessor... sparc-rtems4.10.2-gcc -E
  757. checking whether sparc-rtems4.10.2-gcc accepts -isystem... yes
  758. checking whether sparc-rtems4.10.2-gcc accepts --pipe... yes
  759. checking whether sparc-rtems4.10.2-gcc --pipe accepts -specs... yes
  760. checking for sparc-rtems4.10.2-ar... no
  761. checking for sparc-rtems4.10.2-as... no
  762. checking for sparc-rtems4.10.2-ld... no
  763. checking for sparc-rtems4.10.2-ranlib... :
  764. checking dependency style of sparc-rtems4.10.2-gcc --pipe... gcc3
  765. checking for perl... (cached) /usr/bin/perl
  766. checking that generated files are newer than configure... done
  767. configure: creating ./config.status
  768. config.status: creating Makefile
  769. config.status: executing depfiles commands
  770. === configuring in lib/libbsp/sparc (/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libbsp/sparc)
  771. configure: running /bin/bash ../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/configure --disable-option-checking '--prefix=/opt/rtems-4.10' '--host=sparc-rtems4.10.2' '--build=x86_64-unknown-linux-gnu' '--target=sparc-rtems4.10.2' '--enable-posix' '--enable-tests=samples' '--disable-itron' '--disable-networking' '--disable-cxx' '--disable-docs' '--enable-rtemsdebug' '--disable-tests' '--with-target-subdir=sparc-rtems4.10.2' '--exec-prefix=/opt/rtems-4.10/sparc-rtems4.10.2' '--includedir=/opt/rtems-4.10/sparc-rtems4.10.2/include' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=sparc-rtems4.10.2' 'target_alias=sparc-rtems4.10.2' '--with-project-root=../../' '--with-project-top=../../' 'RTEMS_BSP=leon3' 'RTEMS_CPU_MODEL=leon3' 'RTEMS_BSP_FAMILY=leon3' 'CFLAGS=-mcpu=cypress -msoft-float -O2 -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs' --cache-file=/dev/null --srcdir=../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc
  772. checking for gmake... no
  773. checking for make... make
  774. checking build system type... x86_64-unknown-linux-gnu
  775. checking host system type... sparc-unknown-rtems4.10.2
  776. checking rtems target cpu... sparc
  777. checking for a BSD-compatible install... /usr/bin/install -c
  778. checking whether build environment is sane... yes
  779. checking for sparc-rtems4.10.2-strip... no
  780. checking for strip... strip
  781. checking for a thread-safe mkdir -p... /bin/mkdir -p
  782. checking for gawk... gawk
  783. checking whether make sets $(MAKE)... yes
  784. checking whether make supports nested variables... yes
  785. checking whether to enable maintainer-specific portions of Makefiles... no
  786. checking for RTEMS_BSP... leon3
  787. checking for perl... /usr/bin/perl
  788. checking that generated files are newer than configure... done
  789. configure: creating ./config.status
  790. config.status: creating Makefile
  791. === configuring in leon3 (/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libbsp/sparc/leon3)
  792. configure: running /bin/bash ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/configure --disable-option-checking '--prefix=/opt/rtems-4.10' '--host=sparc-rtems4.10.2' '--build=x86_64-unknown-linux-gnu' '--target=sparc-rtems4.10.2' '--enable-posix' '--enable-tests=samples' '--disable-itron' '--disable-networking' '--disable-cxx' '--disable-docs' '--enable-rtemsdebug' '--disable-tests' '--with-target-subdir=sparc-rtems4.10.2' '--exec-prefix=/opt/rtems-4.10/sparc-rtems4.10.2' '--includedir=/opt/rtems-4.10/sparc-rtems4.10.2/include' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=sparc-rtems4.10.2' 'target_alias=sparc-rtems4.10.2' '--with-project-root=../../' '--with-project-top=../../' 'RTEMS_BSP=leon3' 'RTEMS_CPU_MODEL=leon3' 'RTEMS_BSP_FAMILY=leon3' 'CFLAGS=-mcpu=cypress -msoft-float -O2 -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs' --cache-file=/dev/null --srcdir=../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3
  793. checking for gmake... no
  794. checking for make... make
  795. checking build system type... x86_64-unknown-linux-gnu
  796. checking host system type... sparc-unknown-rtems4.10.2
  797. checking rtems target cpu... sparc
  798. checking for a BSD-compatible install... /usr/bin/install -c
  799. checking whether build environment is sane... yes
  800. checking for sparc-rtems4.10.2-strip... no
  801. checking for strip... strip
  802. checking for a thread-safe mkdir -p... /bin/mkdir -p
  803. checking for gawk... gawk
  804. checking whether make sets $(MAKE)... yes
  805. checking whether make supports nested variables... yes
  806. checking for perl... /usr/bin/perl
  807. checking whether to enable maintainer-specific portions of Makefiles... no
  808. checking for RTEMS_BSP... leon3
  809. checking if wanting multiprocessing... no
  810. checking for style of include used by make... GNU
  811. checking for sparc-rtems4.10.2-gcc... sparc-rtems4.10.2-gcc
  812. checking for sparc-rtems4.10.2-gcc... (cached) sparc-rtems4.10.2-gcc
  813. checking whether the C compiler works... yes
  814. checking for C compiler default output file name... a.out
  815. checking for suffix of executables...
  816. checking whether we are cross compiling... yes
  817. checking for suffix of object files... o
  818. checking whether we are using the GNU C compiler... yes
  819. checking whether sparc-rtems4.10.2-gcc accepts -g... yes
  820. checking for sparc-rtems4.10.2-gcc option to accept ISO C89... none needed
  821. checking whether sparc-rtems4.10.2-gcc understands -c and -o together... yes
  822. checking dependency style of sparc-rtems4.10.2-gcc... gcc3
  823. checking how to run the C preprocessor... sparc-rtems4.10.2-gcc -E
  824. checking whether sparc-rtems4.10.2-gcc accepts -isystem... yes
  825. checking whether sparc-rtems4.10.2-gcc accepts --pipe... yes
  826. checking whether sparc-rtems4.10.2-gcc --pipe accepts -specs... yes
  827. checking for sparc-rtems4.10.2-ar... no
  828. checking for sparc-rtems4.10.2-as... no
  829. checking for sparc-rtems4.10.2-ld... no
  830. checking for sparc-rtems4.10.2-ranlib... :
  831. checking dependency style of sparc-rtems4.10.2-gcc --pipe... gcc3
  832. checking whether BSP supports networking... disabled
  833. checking that generated files are newer than configure... done
  834. configure: creating ./config.status
  835. config.status: creating Makefile
  836. config.status: creating include/bspopts.tmp
  837. config.status: creating include/bspopts.h
  838. config.status: executing depfiles commands
  839. config.status: executing bsp-tools commands
  840. configuring in tools
  841. running /bin/bash ../../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/tools/configure '--disable-option-checking' '--prefix=/opt/rtems-4.10' '--enable-posix' '--enable-tests=samples' '--disable-itron' '--disable-networking' '--disable-cxx' '--disable-docs' '--enable-rtemsdebug' '--disable-tests' '--with-target-subdir=sparc-rtems4.10.2' '--exec-prefix=/opt/rtems-4.10/sparc-rtems4.10.2' '--includedir=/opt/rtems-4.10/sparc-rtems4.10.2/include' '--with-project-root=../../' '--with-project-top=../../' 'RTEMS_BSP=leon3' 'RTEMS_CPU_MODEL=leon3' 'RTEMS_BSP_FAMILY=leon3' --cache-file=/dev/null --srcdir=../../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/tools
  842. checking for gmake... no
  843. checking for make... make
  844. checking build system type... x86_64-unknown-linux-gnu
  845. checking host system type... x86_64-unknown-linux-gnu
  846. checking rtems target cpu... x86_64
  847. checking for a BSD-compatible install... /usr/bin/install -c
  848. checking whether build environment is sane... yes
  849. checking for a thread-safe mkdir -p... /bin/mkdir -p
  850. checking for gawk... gawk
  851. checking whether make sets $(MAKE)... yes
  852. checking whether make supports nested variables... yes
  853. checking whether to enable maintainer-specific portions of Makefiles... no
  854. checking for RTEMS_BSP... leon3
  855. checking for bash... /bin/bash
  856. checking for perl... /usr/bin/perl
  857. checking that generated files are newer than configure... done
  858. configure: creating ./config.status
  859. config.status: creating Makefile
  860. config.status: creating runtest
  861. make[2]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c'
  862. Making all in leon3
  863. make[2]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3'
  864. Making all in .
  865. make[3]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3'
  866. make preinstall
  867. make[4]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3'
  868. Making preinstall in .
  869. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3'
  870. make[5]: Nothing to be done for `preinstall-am'.
  871. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3'
  872. Making preinstall in cpukit
  873. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  874. Making preinstall in .
  875. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  876. make[6]: Nothing to be done for `preinstall-am'.
  877. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  878. Making preinstall in score
  879. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score'
  880. Making preinstall in cpu
  881. make[7]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu'
  882. Making preinstall in sparc
  883. make[8]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu/sparc'
  884. make[8]: Nothing to be done for `preinstall'.
  885. make[8]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu/sparc'
  886. make[8]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu'
  887. make[8]: Nothing to be done for `preinstall-am'.
  888. make[8]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu'
  889. make[7]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu'
  890. make[7]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score'
  891. make[7]: Nothing to be done for `preinstall-am'.
  892. make[7]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score'
  893. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score'
  894. Making preinstall in rtems
  895. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/rtems'
  896. make[6]: Nothing to be done for `preinstall'.
  897. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/rtems'
  898. Making preinstall in sapi
  899. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/sapi'
  900. make[6]: Nothing to be done for `preinstall'.
  901. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/sapi'
  902. Making preinstall in posix
  903. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/posix'
  904. make[6]: Nothing to be done for `preinstall'.
  905. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/posix'
  906. Making preinstall in itron
  907. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/itron'
  908. make[6]: Nothing to be done for `preinstall'.
  909. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/itron'
  910. Making preinstall in libcsupport
  911. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libcsupport'
  912. make[6]: Nothing to be done for `preinstall'.
  913. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libcsupport'
  914. Making preinstall in libblock
  915. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libblock'
  916. make[6]: Nothing to be done for `preinstall'.
  917. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libblock'
  918. Making preinstall in libfs
  919. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libfs'
  920. make[6]: Nothing to be done for `preinstall'.
  921. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libfs'
  922. Making preinstall in libnetworking
  923. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libnetworking'
  924. make[6]: Nothing to be done for `preinstall'.
  925. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libnetworking'
  926. Making preinstall in librpc
  927. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/librpc'
  928. make[6]: Nothing to be done for `preinstall'.
  929. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/librpc'
  930. Making preinstall in libi2c
  931. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libi2c'
  932. make[6]: Nothing to be done for `preinstall'.
  933. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libi2c'
  934. Making preinstall in libmisc
  935. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libmisc'
  936. make[6]: Nothing to be done for `preinstall'.
  937. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libmisc'
  938. Making preinstall in libmd
  939. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libmd'
  940. make[6]: Nothing to be done for `preinstall'.
  941. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libmd'
  942. Making preinstall in libgnat
  943. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libgnat'
  944. make[6]: Nothing to be done for `preinstall'.
  945. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/libgnat'
  946. Making preinstall in wrapup
  947. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/wrapup'
  948. make[6]: Nothing to be done for `preinstall'.
  949. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/wrapup'
  950. Making preinstall in zlib
  951. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/zlib'
  952. make[6]: Nothing to be done for `preinstall'.
  953. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/zlib'
  954. Making preinstall in httpd
  955. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/httpd'
  956. make[6]: Nothing to be done for `preinstall'.
  957. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/httpd'
  958. Making preinstall in ftpd
  959. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/ftpd'
  960. make[6]: Nothing to be done for `preinstall'.
  961. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/ftpd'
  962. Making preinstall in telnetd
  963. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/telnetd'
  964. make[6]: Nothing to be done for `preinstall'.
  965. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/telnetd'
  966. Making preinstall in pppd
  967. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/pppd'
  968. make[6]: Nothing to be done for `preinstall'.
  969. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/pppd'
  970. Making preinstall in shttpd
  971. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/shttpd'
  972. make[6]: Nothing to be done for `preinstall'.
  973. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/shttpd'
  974. Making preinstall in mghttpd
  975. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/mghttpd'
  976. make[6]: Nothing to be done for `preinstall'.
  977. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/mghttpd'
  978. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  979. Making preinstall in make
  980. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/make'
  981. make[5]: Nothing to be done for `preinstall'.
  982. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/make'
  983. Making preinstall in lib
  984. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib'
  985. Making preinstall in libcpu
  986. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libcpu'
  987. Making preinstall in sparc
  988. make[7]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libcpu/sparc'
  989. /usr/bin/install -c -m 644 ../../../../../../../4.10.2_src/c/src/lib/libcpu/sparc/../shared/include/cache.h ../../../../.././leon3/lib/include/libcpu/cache.h
  990. make[7]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libcpu/sparc'
  991. make[7]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libcpu'
  992. make[7]: Nothing to be done for `preinstall-am'.
  993. make[7]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libcpu'
  994. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libcpu'
  995. Making preinstall in libbsp
  996. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libbsp'
  997. Making preinstall in sparc
  998. make[7]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libbsp/sparc'
  999. Making preinstall in leon3
  1000. make[8]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libbsp/sparc/leon3'
  1001. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/bsp_specs ../../../../../.././leon3/lib/bsp_specs
  1002. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/include/bsp.h ../../../../../.././leon3/lib/include/bsp.h
  1003. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/include/tm27.h ../../../../../.././leon3/lib/include/tm27.h
  1004. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/debug_defs.h ../../../../../.././leon3/lib/include/debug_defs.h
  1005. /usr/bin/install -c -m 644 include/bspopts.h ../../../../../.././leon3/lib/include/bspopts.h
  1006. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../shared/include/bootcard.h ../../../../../.././leon3/lib/include/bsp/bootcard.h
  1007. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/include/leon.h ../../../../../.././leon3/lib/include/leon.h
  1008. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../shared/include/coverhd.h ../../../../../.././leon3/lib/include/coverhd.h
  1009. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/startup/linkcmds ../../../../../.././leon3/lib/linkcmds
  1010. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../shared/startup/linkcmds.base ../../../../../.././leon3/lib/linkcmds.base
  1011. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/include/amba.h ../../../../../.././leon3/lib/include/amba.h
  1012. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/ambapp.h ../../../../../.././leon3/lib/include/ambapp.h
  1013. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/pci.h ../../../../../.././leon3/lib/include/pci.h
  1014. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/b1553brm.h ../../../../../.././leon3/lib/include/b1553brm.h
  1015. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/b1553brm_pci.h ../../../../../.././leon3/lib/include/b1553brm_pci.h
  1016. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/occan.h ../../../../../.././leon3/lib/include/occan.h
  1017. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/occan_pci.h ../../../../../.././leon3/lib/include/occan_pci.h
  1018. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/grcan.h ../../../../../.././leon3/lib/include/grcan.h
  1019. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/grspw.h ../../../../../.././leon3/lib/include/grspw.h
  1020. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/grspw_pci.h ../../../../../.././leon3/lib/include/grspw_pci.h
  1021. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/apbuart.h ../../../../../.././leon3/lib/include/apbuart.h
  1022. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/apbuart_pci.h ../../../../../.././leon3/lib/include/apbuart_pci.h
  1023. /usr/bin/install -c -m 644 ../../../../../../../../4.10.2_src/c/src/lib/libbsp/sparc/leon3/../../sparc/shared/include/i2cmst.h ../../../../../.././leon3/lib/include/i2cmst.h
  1024. make[8]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libbsp/sparc/leon3'
  1025. make[8]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libbsp/sparc'
  1026. make[8]: Nothing to be done for `preinstall-am'.
  1027. make[8]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libbsp/sparc'
  1028. make[7]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libbsp/sparc'
  1029. make[7]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libbsp'
  1030. make[7]: Nothing to be done for `preinstall-am'.
  1031. make[7]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libbsp'
  1032. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib/libbsp'
  1033. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib'
  1034. make[6]: Nothing to be done for `preinstall-am'.
  1035. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib'
  1036. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/lib'
  1037. Making preinstall in libchip
  1038. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/libchip'
  1039. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/display/disp_hcms29xx.h ../../../leon3/lib/include/libchip/disp_hcms29xx.h
  1040. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/flash/am29lv160.h ../../../leon3/lib/include/libchip/am29lv160.h
  1041. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/ide/ata.h ../../../leon3/lib/include/libchip/ata.h
  1042. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/ide/ide_ctrl_cfg.h ../../../leon3/lib/include/libchip/ide_ctrl_cfg.h
  1043. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/ide/ide_ctrl.h ../../../leon3/lib/include/libchip/ide_ctrl.h
  1044. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/ide/ide_ctrl_io.h ../../../leon3/lib/include/libchip/ide_ctrl_io.h
  1045. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/rtc/rtc.h ../../../leon3/lib/include/libchip/rtc.h
  1046. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/rtc/icm7170.h ../../../leon3/lib/include/libchip/icm7170.h
  1047. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/rtc/m48t08.h ../../../leon3/lib/include/libchip/m48t08.h
  1048. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/rtc/mc146818a.h ../../../leon3/lib/include/libchip/mc146818a.h
  1049. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/rtc/ds1375-rtc.h ../../../leon3/lib/include/libchip/ds1375-rtc.h
  1050. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/i2c/i2c-ds1621.h ../../../leon3/lib/include/libchip/i2c-ds1621.h
  1051. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/i2c/i2c-2b-eeprom.h ../../../leon3/lib/include/libchip/i2c-2b-eeprom.h
  1052. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/i2c/spi-memdrv.h ../../../leon3/lib/include/libchip/spi-memdrv.h
  1053. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/i2c/spi-flash-m25p40.h ../../../leon3/lib/include/libchip/spi-flash-m25p40.h
  1054. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/i2c/spi-fram-fm25l256.h ../../../leon3/lib/include/libchip/spi-fram-fm25l256.h
  1055. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/i2c/spi-sd-card.h ../../../leon3/lib/include/libchip/spi-sd-card.h
  1056. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/serial/mc68681.h ../../../leon3/lib/include/libchip/mc68681.h
  1057. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/serial/ns16550.h ../../../leon3/lib/include/libchip/ns16550.h
  1058. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/serial/z85c30.h ../../../leon3/lib/include/libchip/z85c30.h
  1059. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/serial/serial.h ../../../leon3/lib/include/libchip/serial.h
  1060. /usr/bin/install -c -m 644 ../../../../../4.10.2_src/c/src/libchip/serial/sersupp.h ../../../leon3/lib/include/libchip/sersupp.h
  1061. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/libchip'
  1062. Making preinstall in support
  1063. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/support'
  1064. make[5]: Nothing to be done for `preinstall'.
  1065. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/support'
  1066. Making preinstall in ada
  1067. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/ada'
  1068. make[5]: Nothing to be done for `preinstall'.
  1069. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/ada'
  1070. Making preinstall in wrapup
  1071. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/wrapup'
  1072. make[5]: Nothing to be done for `preinstall'.
  1073. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/wrapup'
  1074. Making preinstall in optman
  1075. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/optman'
  1076. make[5]: Nothing to be done for `preinstall'.
  1077. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/optman'
  1078. make[4]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3'
  1079. touch preinstall-stamp
  1080. ./config.status --file=sparc-rtems4.10.2-leon3.pc:../../../../4.10.2_src/c/src/bsp.pc.in
  1081. config.status: creating sparc-rtems4.10.2-leon3.pc
  1082. make[3]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3'
  1083. Making all in cpukit
  1084. make[3]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  1085. make all-recursive
  1086. make[4]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  1087. Making all in .
  1088. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  1089. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  1090. Making all in score
  1091. make[5]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score'
  1092. Making all in cpu
  1093. make[6]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu'
  1094. Making all in sparc
  1095. make[7]: Entering directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu/sparc'
  1096. sparc-rtems4.10.2-gcc --pipe -DHAVE_CONFIG_H -I../../.. -I../../../../cpukit/../../../leon3/lib/include -mcpu=cypress -msoft-float -O2 -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -MT libscorecpu_a-cpu.o -MD -MP -MF .deps/libscorecpu_a-cpu.Tpo -c -o libscorecpu_a-cpu.o `test -f 'cpu.c' || echo '../../../../../../../../4.10.2_src/c/src/../../cpukit/score/cpu/sparc/'`cpu.c
  1097. mv -f .deps/libscorecpu_a-cpu.Tpo .deps/libscorecpu_a-cpu.Po
  1098. sparc-rtems4.10.2-gcc --pipe -DHAVE_CONFIG_H -I../../.. -I../../../../cpukit/../../../leon3/lib/include -DASM -mcpu=cypress -msoft-float -O2 -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -mcpu=cypress -msoft-float -O2 -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -MT libscorecpu_a-cpu_asm.o -MD -MP -MF .deps/libscorecpu_a-cpu_asm.Tpo -c -o libscorecpu_a-cpu_asm.o `test -f 'cpu_asm.S' || echo '../../../../../../../../4.10.2_src/c/src/../../cpukit/score/cpu/sparc/'`cpu_asm.S
  1099. mv -f .deps/libscorecpu_a-cpu_asm.Tpo .deps/libscorecpu_a-cpu_asm.Po
  1100. rm -f libscorecpu.a
  1101. no cru libscorecpu.a libscorecpu_a-cpu.o libscorecpu_a-cpu_asm.o
  1102. make[7]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu/sparc'
  1103. make[6]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score/cpu'
  1104. make[5]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit/score'
  1105. make[4]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  1106. make[3]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3/cpukit'
  1107. make[2]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c/leon3'
  1108. make[1]: Leaving directory `/opt/RTEMS/4.10.2_build/sparc-rtems4.10.2/c'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement