Advertisement
Guest User

Untitled

a guest
Apr 28th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.47 KB | None | 0 0
  1. ---> Computing dependencies for sdcc29.
  2. ---> Fetching archive for sdcc29
  3. ---> sdcc29-2.9.0_0.darwin_10.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/software/sdcc29
  4. ---> Attempting to fetch sdcc29-2.9.0_0.darwin_10.x86_64.tbz2 from http://packages.macports.org/sdcc29
  5. % Total % Received % Xferd Average Speed Time Time Time Current
  6. Dload Upload Total Spent Left Speed
  7. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  8. ---> Fetching sdcc29
  9. ---> Verifying checksum(s) for sdcc29
  10. ---> Checksumming sdcc-src-2.9.0.tar.bz2
  11. ---> Extracting sdcc29
  12. ---> Extracting sdcc-src-2.9.0.tar.bz2
  13. ---> Configuring sdcc29
  14. checking for gawk... gawk
  15. checking version of the package... 2.9.0
  16. checking for gcc... /usr/bin/clang
  17. checking for C compiler default output file name... a.out
  18. checking whether the C compiler works... yes
  19. checking whether we are cross compiling... no
  20. checking for suffix of executables...
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether /usr/bin/clang accepts -g... yes
  24. checking for /usr/bin/clang option to accept ISO C89... none needed
  25. checking how to run the C preprocessor... /usr/bin/clang -E
  26. checking for a BSD-compatible install... /usr/bin/install -c
  27. checking for ranlib... ranlib
  28. checking for autoconf... autoconf
  29. checking for strip... strip
  30. checking for as... as
  31. checking for cp... cp
  32. checking for flex... flex
  33. checking for bison... bison -y
  34. checking for ccache... no
  35. checking for strerror... yes
  36. checking for vsnprintf... yes
  37. checking for snprintf... yes
  38. checking for vsprintf... yes
  39. checking for mkstemp... yes
  40. checking whether preprocessor accepts -MM or -M... -MM
  41. checking whether /usr/bin/clang accepts -ggdb... no
  42. checking whether /usr/bin/clang accepts -pipe... no
  43. checking return type of signal handlers... void
  44. checking for grep that handles long lines and -e... /usr/bin/grep
  45. checking for egrep... /usr/bin/grep -E
  46. checking for ANSI C header files... yes
  47. checking for sys/types.h... yes
  48. checking for sys/stat.h... yes
  49. checking for stdlib.h... yes
  50. checking for string.h... yes
  51. checking for memory.h... yes
  52. checking for strings.h... yes
  53. checking for inttypes.h... yes
  54. checking for stdint.h... yes
  55. checking for unistd.h... yes
  56. checking size of char... 1
  57. checking size of short... 2
  58. checking size of int... 4
  59. checking size of long... 8
  60. checking whether char is unsigned... no
  61. checking type name for byte... char
  62. checking type name for word... short
  63. checking type name for dword... int
  64. checking whether host machine byte ordering is bigendian... no
  65. checking for lyx... :
  66. checking for latex2html... :
  67. checking for pdflatex... :
  68. checking for pdfopt... :
  69. checking for makeindex... :
  70. configure: creating ./config.status
  71. config.status: creating doc/Makefile
  72. config.status: creating src/avr/Makefile
  73. config.status: creating src/ds390/Makefile
  74. config.status: creating device/lib/ds390/Makefile
  75. config.status: creating src/ds400/Makefile
  76. config.status: creating device/lib/ds400/Makefile
  77. config.status: creating src/hc08/Makefile
  78. config.status: creating as/hc08/Makefile
  79. config.status: creating as/link/hc08/Makefile
  80. config.status: creating device/lib/hc08/Makefile
  81. config.status: creating src/mcs51/Makefile
  82. config.status: creating as/mcs51/Makefile
  83. config.status: creating as/link/mcs51/Makefile
  84. config.status: creating device/lib/mcs51/Makefile
  85. config.status: creating device/lib/small/Makefile
  86. config.status: creating device/lib/medium/Makefile
  87. config.status: creating device/lib/large/Makefile
  88. config.status: creating src/pic/Makefile
  89. config.status: creating src/pic16/Makefile
  90. config.status: creating src/xa51/Makefile
  91. config.status: creating src/z80/Makefile
  92. config.status: creating as/Makefile
  93. config.status: creating as/z80/Makefile
  94. config.status: creating as/link/Makefile
  95. config.status: creating as/link/z80/Makefile
  96. config.status: creating device/lib/z80/Makefile
  97. config.status: creating device/lib/gbz80/Makefile
  98. config.status: creating device/lib/Makefile
  99. config.status: creating main.mk
  100. config.status: creating src/Makefile
  101. config.status: creating device/include/Makefile
  102. config.status: creating as/asranlib/Makefile
  103. config.status: creating support/librarian/Makefile
  104. config.status: creating support/makebin/Makefile
  105. config.status: creating support/regression/Makefile
  106. config.status: creating support/valdiag/Makefile
  107. config.status: creating Makefile
  108. config.status: creating Makefile.common
  109. config.status: creating sdccconf.h
  110. config.status: creating as/link/asxxxx_config.h
  111. === configuring in support/cpp (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/support/cpp)
  112. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/local/libexec/sdcc29' 'CC=/usr/bin/clang' 'CFLAGS=-pipe -O2 -arch x86_64' 'LDFLAGS=-arch x86_64' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=.
  113. checking for gcc... /usr/bin/clang
  114. checking for C compiler default output file name... a.out
  115. checking whether the C compiler works... yes
  116. checking whether we are cross compiling... no
  117. checking for suffix of executables...
  118. checking for suffix of object files... o
  119. checking whether we are using the GNU C compiler... yes
  120. checking whether /usr/bin/clang accepts -g... yes
  121. checking for /usr/bin/clang option to accept ISO C89... none needed
  122. checking whether /usr/bin/clang and cc understand -c and -o together... yes
  123. checking how to run the C preprocessor... /usr/bin/clang -E
  124. checking for inline... inline
  125. checking for built-in _Bool... yes
  126. checking size of short... 2
  127. checking size of int... 4
  128. checking size of long... 8
  129. checking for grep that handles long lines and -e... /usr/bin/grep
  130. checking for egrep... /usr/bin/grep -E
  131. checking execution character set... ASCII
  132. checking whether make sets $(MAKE)... yes
  133. checking whether a default assembler was specified... no
  134. checking whether a default linker was specified... no
  135. checking for gawk... gawk
  136. checking whether ln works... yes
  137. checking whether ln -s works... yes
  138. checking for ranlib... ranlib
  139. checking for a BSD compatible install... /usr/bin/install -c
  140. checking for ANSI C header files... yes
  141. checking whether time.h and sys/time.h may both be included... yes
  142. checking for working stdbool.h... yes
  143. checking whether string.h and strings.h may both be included... yes
  144. checking for sys/wait.h that is POSIX.1 compatible... yes
  145. checking for sys/types.h... yes
  146. checking for sys/stat.h... yes
  147. checking for stdlib.h... yes
  148. checking for string.h... yes
  149. checking for memory.h... yes
  150. checking for strings.h... yes
  151. checking for inttypes.h... yes
  152. checking for stdint.h... yes
  153. checking for unistd.h... yes
  154. checking limits.h usability... yes
  155. checking limits.h presence... yes
  156. checking for limits.h... yes
  157. checking stddef.h usability... yes
  158. checking stddef.h presence... yes
  159. checking for stddef.h... yes
  160. checking for string.h... (cached) yes
  161. checking for strings.h... (cached) yes
  162. checking for stdlib.h... (cached) yes
  163. checking time.h usability... yes
  164. checking time.h presence... yes
  165. checking for time.h... yes
  166. checking fcntl.h usability... yes
  167. checking fcntl.h presence... yes
  168. checking for fcntl.h... yes
  169. checking for unistd.h... (cached) yes
  170. checking sys/file.h usability... yes
  171. checking sys/file.h presence... yes
  172. checking for sys/file.h... yes
  173. checking sys/time.h usability... yes
  174. checking sys/time.h presence... yes
  175. checking for sys/time.h... yes
  176. checking sys/param.h usability... yes
  177. checking sys/param.h presence... yes
  178. checking for sys/param.h... yes
  179. checking for sys/stat.h... (cached) yes
  180. checking direct.h usability... no
  181. checking direct.h presence... no
  182. checking for direct.h... no
  183. checking malloc.h usability... no
  184. checking malloc.h presence... no
  185. checking for malloc.h... no
  186. checking for CHAR_BIT... yes
  187. checking byte ordering... little-endian
  188. checking for mktemp... yes
  189. checking for strip... strip
  190. checking for preprocessor stringizing operator... yes
  191. checking for clock... yes
  192. checking for strsignal... yes
  193. checking for strchr... yes
  194. checking for strrchr... yes
  195. checking for lstat... yes
  196. checking for ssize_t... yes
  197. checking for getpagesize... yes
  198. checking for working mmap from /dev/zero... no
  199. checking for working mmap with MAP_ANON(YMOUS)... yes
  200. checking for working mmap of a file... yes
  201. checking whether getenv is declared... no
  202. checking whether abort is declared... no
  203. checking whether strsignal is declared... no
  204. checking whether errno is declared... no
  205. checking whether malloc is declared... no
  206. checking whether realloc is declared... no
  207. checking whether calloc is declared... no
  208. checking whether free is declared... no
  209. checking whether clock is declared... no
  210. checking if mkdir takes one argument... no
  211. checking what assembler to use... /usr/bin/as
  212. checking what nm to use... nm
  213. checking whether to enable maintainer-specific portions of Makefiles... no
  214. configure: creating ./config.status
  215. config.status: creating Makefile
  216. config.status: creating auto-host.h
  217. config.status: executing default commands
  218. === configuring in support/packihx (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/support/packihx)
  219. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/local/libexec/sdcc29' 'CC=/usr/bin/clang' 'CFLAGS=-pipe -O2 -arch x86_64' 'LDFLAGS=-arch x86_64' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=.
  220. checking for gcc... /usr/bin/clang
  221. checking for C compiler default output file name... a.out
  222. checking whether the C compiler works... yes
  223. checking whether we are cross compiling... no
  224. checking for suffix of executables...
  225. checking for suffix of object files... o
  226. checking whether we are using the GNU C compiler... yes
  227. checking whether /usr/bin/clang accepts -g... yes
  228. checking for /usr/bin/clang option to accept ISO C89... none needed
  229. checking how to run the C preprocessor... /usr/bin/clang -E
  230. checking for grep that handles long lines and -e... /usr/bin/grep
  231. checking for egrep... /usr/bin/grep -E
  232. checking for ANSI C header files... yes
  233. checking for sys/types.h... yes
  234. checking for sys/stat.h... yes
  235. checking for stdlib.h... yes
  236. checking for string.h... yes
  237. checking for memory.h... yes
  238. checking for strings.h... yes
  239. checking for inttypes.h... yes
  240. checking for stdint.h... yes
  241. checking for unistd.h... yes
  242. checking for char... yes
  243. checking size of char... 1
  244. checking for short... yes
  245. checking size of short... 2
  246. checking for int... yes
  247. checking size of int... 4
  248. checking for long... yes
  249. checking size of long... 8
  250. checking for long long... yes
  251. checking size of long long... 8
  252. checking type name for byte... char
  253. checking type name for word... short
  254. configure: creating ./config.status
  255. config.status: creating Makefile
  256. config.status: creating config.h
  257. === configuring in sim/ucsim (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/sim/ucsim)
  258. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/local/libexec/sdcc29' 'CC=/usr/bin/clang' 'CFLAGS=-pipe -O2 -arch x86_64' 'LDFLAGS=-arch x86_64' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=.
  259. checking for gawk... gawk
  260. checking version of the package... 0.5.4
  261. checking for C++ compiler default output file name... a.out
  262. checking whether the C++ compiler works... yes
  263. checking whether we are cross compiling... no
  264. checking for suffix of executables...
  265. checking for suffix of object files... o
  266. checking whether we are using the GNU C++ compiler... yes
  267. checking whether /usr/bin/clang++ accepts -g... yes
  268. checking how to run the C++ preprocessor... /usr/bin/clang++ -E
  269. checking for a BSD-compatible install... /usr/bin/install -c
  270. checking for ranlib... ranlib
  271. checking for strip... strip
  272. checking build system type... i386-apple-darwin10.8.0
  273. checking host system type... i386-apple-darwin10.8.0
  274. checking for gcc... /usr/bin/clang
  275. checking whether we are using the GNU C compiler... yes
  276. checking whether /usr/bin/clang accepts -g... yes
  277. checking for /usr/bin/clang option to accept ISO C89... none needed
  278. checking for ld used by GCC... /usr/bin/ld
  279. checking if the linker (/usr/bin/ld) is GNU ld... no
  280. checking for /usr/bin/ld option to reload object files... -r
  281. checking for BSD-compatible nm... /usr/bin/nm
  282. checking whether ln -s works... yes
  283. checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library
  284. checking command to parse /usr/bin/nm output... ok
  285. checking how to run the C preprocessor... /usr/bin/clang -E
  286. checking for grep that handles long lines and -e... /usr/bin/grep
  287. checking for egrep... /usr/bin/grep -E
  288. checking for ANSI C header files... yes
  289. checking for sys/types.h... yes
  290. checking for sys/stat.h... yes
  291. checking for stdlib.h... yes
  292. checking for string.h... yes
  293. checking for memory.h... yes
  294. checking for strings.h... yes
  295. checking for inttypes.h... yes
  296. checking for stdint.h... yes
  297. checking for unistd.h... yes
  298. checking dlfcn.h usability... yes
  299. checking dlfcn.h presence... yes
  300. checking for dlfcn.h... yes
  301. checking for ranlib... (cached) ranlib
  302. checking for objdir... .libs
  303. checking for /usr/bin/clang option to produce PIC... -fno-common
  304. checking if /usr/bin/clang PIC flag -fno-common works... yes
  305. checking if /usr/bin/clang static flag -static works... no
  306. checking if /usr/bin/clang supports -c -o file.o... yes
  307. checking if /usr/bin/clang supports -c -o file.lo... yes
  308. checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes
  309. checking whether the linker (/usr/bin/ld) supports shared libraries... yes
  310. checking how to hardcode library paths into programs... unsupported
  311. checking whether stripping libraries is possible... no
  312. checking dynamic linker characteristics... darwin10.8.0 dyld
  313. checking if libtool supports shared libraries... yes
  314. checking whether to build shared libraries... yes
  315. checking whether to build static libraries... yes
  316. creating libtool
  317. checking for flex... flex
  318. checking lex output file root... lex.yy
  319. checking lex library... -lfl
  320. checking whether yytext is a pointer... yes
  321. checking for bison... bison -y
  322. checking for bison++... :
  323. checking for ANSI C header files... (cached) yes
  324. checking getopt.h usability... no
  325. checking getopt.h presence... yes
  326. configure: WARNING: getopt.h: present but cannot be compiled
  327. configure: WARNING: getopt.h: check for missing prerequisite headers?
  328. configure: WARNING: getopt.h: see the Autoconf documentation
  329. configure: WARNING: getopt.h: section "Present But Cannot Be Compiled"
  330. configure: WARNING: getopt.h: proceeding with the preprocessor's result
  331. configure: WARNING: getopt.h: in the future, the compiler will take precedence
  332. checking for getopt.h... yes
  333. checking for unistd.h... (cached) yes
  334. checking termios.h usability... yes
  335. checking termios.h presence... yes
  336. checking for termios.h... yes
  337. checking curses.h usability... yes
  338. checking curses.h presence... yes
  339. checking for curses.h... yes
  340. checking sys/socket.h usability... yes
  341. checking sys/socket.h presence... yes
  342. checking for sys/socket.h... yes
  343. checking for dlfcn.h... (cached) yes
  344. checking for dirent.h that defines DIR... yes
  345. checking for library containing opendir... none required
  346. checking which header file defines FD_ macros... <sys/select.h>
  347. checking for socket in -lsocket... no
  348. checking for xdr_short in -lnsl... no
  349. checking for dlopen in -ldl... yes
  350. checking for panel_above in -lpanel... yes
  351. checking for vprintf... yes
  352. checking for _doprnt... no
  353. checking for vsnprintf... yes
  354. checking for _vsnprintf... no
  355. checking for vasprintf... yes
  356. checking for strlen... yes
  357. checking for strcpy... yes
  358. checking for strcat... yes
  359. checking for strstr... yes
  360. checking for strcmp... yes
  361. checking for strerror... yes
  362. checking for strtok... yes
  363. checking for strdup... yes
  364. checking for strchr... yes
  365. checking for memcpy... yes
  366. checking for fgets... yes
  367. checking for yylex... no
  368. checking whether scanf knows %a... no
  369. checking whether getcwd is GNUish... no
  370. checking for type of length pointer parameter of accept... socklen_t
  371. checking whether host machine byte ordering is bigendian... no
  372. checking whether preprocessor accepts -MM or -M... -MM
  373. checking whether /usr/bin/clang++ accepts -ggdb... yes
  374. checking whether /usr/bin/clang++ accepts -gstabs... yes
  375. checking whether /usr/bin/clang++ accepts -pipe... yes
  376. checking whether /usr/bin/clang++ accepts and doesn't ignore -fPIC... yes
  377. checking return type of signal handlers... void
  378. checking for char... yes
  379. checking size of char... 1
  380. checking for short... yes
  381. checking size of short... 2
  382. checking for int... yes
  383. checking size of int... 4
  384. checking for long... yes
  385. checking size of long... 8
  386. checking for long long... yes
  387. checking size of long long... 8
  388. checking type name for byte... char
  389. checking type name for word... short
  390. checking type name for dword... int
  391. configure: creating ./config.status
  392. config.status: creating Makefile
  393. config.status: creating main.mk
  394. config.status: creating packages.mk
  395. config.status: creating sim.src/Makefile
  396. config.status: creating cmd.src/Makefile
  397. config.status: creating s51.src/Makefile
  398. config.status: creating avr.src/Makefile
  399. config.status: creating z80.src/Makefile
  400. config.status: creating hc08.src/Makefile
  401. config.status: creating xa.src/Makefile
  402. config.status: creating gui.src/Makefile
  403. config.status: creating gui.src/serio.src/Makefile
  404. config.status: creating doc/Makefile
  405. config.status: creating ddconfig.h
  406. === configuring in debugger/mcs51 (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/debugger/mcs51)
  407. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/local/libexec/sdcc29' 'CC=/usr/bin/clang' 'CFLAGS=-pipe -O2 -arch x86_64' 'LDFLAGS=-arch x86_64' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=.
  408. checking for gcc... /usr/bin/clang
  409. checking for C compiler default output file name... a.out
  410. checking whether the C compiler works... yes
  411. checking whether we are cross compiling... no
  412. checking for suffix of executables...
  413. checking for suffix of object files... o
  414. checking whether we are using the GNU C compiler... yes
  415. checking whether /usr/bin/clang accepts -g... yes
  416. checking for /usr/bin/clang option to accept ISO C89... none needed
  417. checking how to run the C preprocessor... /usr/bin/clang -E
  418. checking for grep that handles long lines and -e... /usr/bin/grep
  419. checking for egrep... /usr/bin/grep -E
  420. checking for ANSI C header files... yes
  421. checking for sys/types.h... yes
  422. checking for sys/stat.h... yes
  423. checking for stdlib.h... yes
  424. checking for string.h... yes
  425. checking for memory.h... yes
  426. checking for strings.h... yes
  427. checking for inttypes.h... yes
  428. checking for stdint.h... yes
  429. checking for unistd.h... yes
  430. checking readline/readline.h usability... yes
  431. checking readline/readline.h presence... yes
  432. checking for readline/readline.h... yes
  433. checking for GNU Readline library -lreadline.dll... no
  434. checking for GNU Readline library -lreadline... yes
  435. checking for gcc... (cached) /usr/bin/clang
  436. checking whether we are using the GNU C compiler... (cached) yes
  437. checking whether /usr/bin/clang accepts -g... (cached) yes
  438. checking for /usr/bin/clang option to accept ISO C89... (cached) none needed
  439. checking how to run the C preprocessor... /usr/bin/clang -E
  440. checking for a BSD-compatible install... /usr/bin/install -c
  441. checking for ranlib... ranlib
  442. checking for autoconf... autoconf
  443. checking for strip... strip
  444. checking for as... as
  445. checking for cp... cp
  446. checking sys/socket.h usability... yes
  447. checking sys/socket.h presence... yes
  448. checking for sys/socket.h... yes
  449. checking for socket in -lsocket... no
  450. checking for xdr_short in -lnsl... no
  451. checking whether preprocessor accepts -MM or -M... -MM
  452. checking whether /usr/bin/clang accepts -ggdb... no
  453. checking whether /usr/bin/clang accepts -pipe... no
  454. configure: creating ./config.status
  455. config.status: creating Makefile
  456. config.status: creating config.h
  457. === configuring in device/lib/pic (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/device/lib/pic)
  458. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/local/libexec/sdcc29' 'CC=/usr/bin/clang' 'CFLAGS=-pipe -O2 -arch x86_64' 'LDFLAGS=-arch x86_64' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=.
  459. checking for gpasm... gpasm
  460. checking for gplink... gplink
  461. checking for gplib... gplib
  462. checking for rm... rm -f
  463. checking for cp... cp
  464. checking for mv... mv
  465. checking for ls... ls
  466. checking for sed... sed
  467. checking for grep that handles long lines and -e... /usr/bin/grep
  468. checking for egrep... /usr/bin/grep -E
  469. checking for mkdir... mkdir -p
  470. checking for rmdir... rmdir
  471. checking whether make sets $(MAKE)... yes
  472. configure: creating ./config.status
  473. config.status: creating Makefile
  474. config.status: creating Makefile.common
  475. config.status: creating libdev/Makefile
  476. config.status: creating libsdcc/Makefile
  477. config.status: creating libm/Makefile
  478. === configuring in device/lib/pic16 (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/device/lib/pic16)
  479. configure: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/opt/local/libexec/sdcc29' 'CC=/usr/bin/clang' 'CFLAGS=-pipe -O2 -arch x86_64' 'LDFLAGS=-arch x86_64' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=.
  480. checking for a BSD-compatible install... /usr/bin/install -c
  481. checking whether build environment is sane... yes
  482. checking for a thread-safe mkdir -p... ./install-sh -c -d
  483. checking for gawk... gawk
  484. checking whether make sets $(MAKE)... yes
  485. checking for pic16-strip... no
  486. checking for strip... strip
  487. configure: WARNING: using cross tools not prefixed with host triplet
  488. checking for gpasm... /opt/local/bin/gpasm
  489. checking for gplink... /opt/local/bin/gplink
  490. checking for gplib... /opt/local/bin/gplib
  491. checking for style of include used by make... GNU
  492. checking dependency style of '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/device/lib/pic16//../../../bin/sdcc'... none
  493. checking dependency style of '/opt/local/bin/gpasm'... none
  494. configure: creating ./config.status
  495. config.status: creating Makefile
  496. config.status: creating debug/Makefile
  497. config.status: creating libc/Makefile
  498. config.status: creating libdev/Makefile
  499. config.status: creating libio/Makefile
  500. config.status: creating libm/Makefile
  501. config.status: creating libsdcc/Makefile
  502. config.status: creating startup/Makefile
  503. config.status: creating config.h
  504. config.status: executing depfiles commands
  505.  
  506. sdcc 2.9.0 is now configured for
  507.  
  508. Build:
  509. Host:
  510. Source directory: .
  511. C compiler: /usr/bin/clang
  512. CFLAGS: -pipe -O2 -arch x86_64
  513.  
  514. ENABLED Ports:
  515. avr yes
  516. ds390 yes
  517. ds400 yes
  518. gbz80 yes
  519. hc08 yes
  520. mcs51 yes
  521. pic yes
  522. pic16 yes
  523. xa51 yes
  524. z80 yes
  525.  
  526. Disable packihx: 0
  527. Disable ucsim: 0
  528. Disable device lib: 0
  529. Disable sdcpp: 0
  530. Disable sdcdb: 0
  531. Enable documentation: 0
  532. Enable libgc: 0
  533.  
  534. Install paths:
  535. binary files: ${prefix}
  536. include files: ${datarootdir}/sdcc/include
  537. library files: ${datarootdir}/sdcc/lib
  538. documentation: ${datarootdir}/doc/${PACKAGE}
  539.  
  540. prefix: /opt/local/libexec/sdcc29
  541. datadir: ${datarootdir}
  542. datarootdir: ${prefix}/share
  543.  
  544. Search paths (incomplete, see manual for all search paths):
  545. binary files: $SDCC_HOME/bin
  546. include files: /share/sdcc/include
  547. path(argv[0])/../share/sdcc/include
  548. /opt/local/libexec/sdcc29/share/sdcc/include
  549. library files: $SDCC_HOME/share/sdcc/lib/<model>
  550. path(argv[0])/../share/sdcc/lib/<model>
  551. /opt/local/libexec/sdcc29/share/sdcc/lib/<model>
  552.  
  553. ---> Building sdcc29
  554. make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc'
  555. /usr/bin/make -C support/librarian
  556. /usr/bin/make -C as/asranlib
  557. make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/support/librarian'
  558. /usr/bin/clang -Wall -pipe -O2 -arch x86_64 -Wall -I. -I../.. -I./../../support/Util -I. -c sdcclib.c -o sdcclib.o
  559. make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/as/asranlib'
  560. /usr/bin/clang -Wall -pipe -O2 -arch x86_64 -Wall -I./../link -I. -I../.. -I./../../support/Util -I. -c asranlib.c -o asranlib.o
  561. /usr/bin/clang -Wall -pipe -O2 -arch x86_64 -Wall -I./../link -I. -I../.. -I./../../support/Util -I. -c ../../support/Util/dbuf.c -o dbuf.o
  562. /usr/bin/clang -arch x86_64 -o ../../bin/sdcclib sdcclib.o
  563. make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/support/librarian'
  564. for misc in debugger/mcs51 sim/ucsim; do /usr/bin/make -C $misc ; done
  565. make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/debugger/mcs51'
  566. /usr/bin/clang -E -I. -I../../ -I./../.. -I./../../support/Util -DHAVE_CONFIG_H -MM sdcdb.c symtab.c simi.c break.c cmd.c ../../support/Util/NewAlloc.c ../../src/SDCCset.c ../../src/SDCChasht.c ../../src/SDCCerr.c >Makefile.dep
  567. /usr/bin/clang -Wall -pipe -O2 -arch x86_64 -Wall -I./../link -I. -I../.. -I./../../support/Util -I. -c ../../support/Util/dbuf_string.c -o dbuf_string.o
  568. /usr/bin/clang -arch x86_64 -o ../../bin/asranlib asranlib.o dbuf.o dbuf_string.o
  569. make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/as/asranlib'
  570. for lib in support/makebin support/cpp; do /usr/bin/make -C $lib; done
  571. make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/support/makebin'
  572. /usr/bin/clang -Wall -pipe -O2 -arch x86_64 -I. -I../.. -I./../../support/Util -I. -c -o makebin.o makebin.c
  573. make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/debugger/mcs51'
  574. make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/debugger/mcs51'
  575. /usr/bin/clang -I. -I../../ -I./../.. -I./../../support/Util -DHAVE_CONFIG_H -pipe -O2 -arch x86_64 -c -o sdcdb.o sdcdb.c
  576. mkdir -p ../../bin
  577. /usr/bin/clang -arch x86_64 -o ../../bin/makebin makebin.o
  578. sdcdb.c:1601:17: warning: implicit declaration of function 'chdir' is invalid in C99 [-Wimplicit-function-declaration]
  579. chdir(argv[i]);
  580. ^
  581. sdcdb.c:1687:23: warning: implicit declaration of function 'access' is invalid in C99 [-Wimplicit-function-declaration]
  582. if (-1 != access(argv[i], 0)) {
  583. ^
  584. make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/support/makebin'
  585. make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/support/cpp'
  586. gawk -f ./opt-gather.awk ./sdcpp.opt > tmp-optionlist
  587. /bin/sh ./move-if-change tmp-optionlist optionlist
  588. echo timestamp > s-options
  589. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. c-ppoutput.c -o c-ppoutput.o
  590. /usr/bin/clang -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. \
  591. -DGCC_INCLUDE_DIR=\"/include\" -DGPLUSPLUS_INCLUDE_DIR=\"\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/sys-include\" -DTOOL_INCLUDE_DIR=\"/include\" \
  592. -c ./cppdefault.c
  593. /usr/bin/clang -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. \
  594. -DPREFIX=\"/opt/local/libexec/sdcc29\" \
  595. -c ./prefix.c
  596. 2 warnings generated.
  597. /usr/bin/clang -I. -I../../ -I./../.. -I./../../support/Util -DHAVE_CONFIG_H -pipe -O2 -arch x86_64 -c -o symtab.o symtab.c
  598. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. version.c -o version.o
  599. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. c-incpath.c -o c-incpath.o
  600. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/concat.c -o concat.o
  601. /usr/bin/clang -I. -I../../ -I./../.. -I./../../support/Util -DHAVE_CONFIG_H -pipe -O2 -arch x86_64 -c -o simi.o simi.c
  602. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/fopen_unlocked.c -o fopen_unlocked.o
  603. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/getpwd.c -o getpwd.o
  604. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/hashtab.c -o hashtab.o
  605. /usr/bin/clang -I. -I../../ -I./../.. -I./../../support/Util -DHAVE_CONFIG_H -pipe -O2 -arch x86_64 -c -o break.o break.c
  606. break.c:418:7: warning: data argument not used by format string [-Wformat-extra-args]
  607. Dprintf(D_break, ("break: dispatchCB: WARNING rv==0\n", rv));
  608. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  609. ./sdcdb.h:38:52: note: instantiated from:
  610. #define Dprintf(f, fs) {if (f & sdcdbDebug) printf fs ; }
  611. ^
  612. break.c:418:63: note: instantiated from:
  613. Dprintf(D_break, ("break: dispatchCB: WARNING rv==0\n", rv));
  614. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
  615. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/hex.c -o hex.o
  616. 1 warning generated.
  617. /usr/bin/clang -I. -I../../ -I./../.. -I./../../support/Util -DHAVE_CONFIG_H -pipe -O2 -arch x86_64 -c -o cmd.o cmd.c
  618. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/lbasename.c -o lbasename.o
  619. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/md5.c -o md5.o
  620. cmd.c:815:20: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
  621. if ( saddr >= 0 && m->asmLines[i]->addr < saddr)
  622. ~~~~~ ^ ~
  623. cmd.c:819:20: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
  624. if ( eaddr >= 0 && m->asmLines[i]->addr > eaddr)
  625. ~~~~~ ^ ~
  626. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/obstack.c -o obstack.o
  627. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/safe-ctype.c -o safe-ctype.o
  628. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/splay-tree.c -o splay-tree.o
  629. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/vasprintf.c -o vasprintf.o
  630. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/xexit.c -o xexit.o
  631. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/xmalloc.c -o xmalloc.o
  632. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/xmemdup.c -o xmemdup.o
  633. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/xstrdup.c -o xstrdup.o
  634. 2 warnings generated.
  635. /usr/bin/clang -I. -I../../ -I./../.. -I./../../support/Util -DHAVE_CONFIG_H -pipe -O2 -arch x86_64 -c -o NewAlloc.o ../../support/Util/NewAlloc.c
  636. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libiberty/xstrerror.c -o xstrerror.o
  637. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/charset.c -o charset.o
  638. /usr/bin/clang -I. -I../../ -I./../.. -I./../../support/Util -DHAVE_CONFIG_H -pipe -O2 -arch x86_64 -c -o SDCCset.o ../../src/SDCCset.c
  639. /usr/bin/clang -I. -I../../ -I./../.. -I./../../support/Util -DHAVE_CONFIG_H -pipe -O2 -arch x86_64 -c -o SDCChasht.o ../../src/SDCChasht.c
  640. /usr/bin/clang -I. -I../../ -I./../.. -I./../../support/Util -DHAVE_CONFIG_H -pipe -O2 -arch x86_64 -c -o SDCCerr.o ../../src/SDCCerr.c
  641. /usr/bin/clang -arch x86_64 -o ../..//bin/sdcdb sdcdb.o symtab.o simi.o break.o cmd.o NewAlloc.o SDCCset.o SDCChasht.o SDCCerr.o -lreadline
  642. make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/debugger/mcs51'
  643. make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/sim/ucsim'
  644. /usr/bin/make -f main.mk all
  645. make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/sim/ucsim'
  646. /usr/bin/clang++ -E -I. -I. -I./sim.src -I./cmd.src -I./gui.src -MM pobj.cc globals.cc utils.cc error.cc app.cc option.cc ucsim.cc >main.dep
  647. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/directives.c -o directives.o
  648. make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/sim/ucsim'
  649. make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/sim/ucsim'
  650. /usr/bin/clang++ -pipe -O2 -arch x86_64 -gstabs+ -g3 -pipe -I. -Wall -I. -I. -I./sim.src -I./cmd.src -I./gui.src -c pobj.cc -o pobj.o
  651. In file included from pobj.cc:326:
  652. In file included from ./globals.h:35:
  653. In file included from ./appcl.h:39:
  654. In file included from ./sim.src/simcl.h:43:
  655. In file included from ./sim.src/uccl.h:36:
  656. In file included from ./sim.src/hwcl.h:41:
  657. ./sim.src/memcl.h:329:19: warning: 'cl_address_space_list::add' hides overloaded virtual functions [-Woverloaded-virtual]
  658. virtual t_index add(class cl_address_space *mem);
  659. ^
  660. ./pobjcl.h:144:20: note: hidden overloaded virtual function 'cl_list::add' declared here
  661. virtual t_index add(void *item);
  662. ^
  663. ./pobjcl.h:145:20: note: hidden overloaded virtual function 'cl_list::add' declared here
  664. virtual t_index add(class cl_base *item, class cl_base *parent);
  665. ^
  666. In file included from pobj.cc:326:
  667. In file included from ./globals.h:35:
  668. In file included from ./appcl.h:39:
  669. In file included from ./sim.src/simcl.h:43:
  670. ./sim.src/uccl.h:209:16: warning: 'cl_uc::get_name' hides overloaded virtual functions [-Woverloaded-virtual]
  671. virtual bool get_name(t_addr addr, struct name_entry tab[], char *buf);
  672. ^
  673. ./pobjcl.h:61:23: note: hidden overloaded virtual function 'cl_base::get_name' declared here
  674. virtual const char *get_name(void) { return(name); }
  675. ^
  676. ./pobjcl.h:62:23: note: hidden overloaded virtual function 'cl_base::get_name' declared here
  677. virtual const char *get_name(const char *def);
  678. ^
  679. In file included from pobj.cc:326:
  680. In file included from ./globals.h:35:
  681. ./appcl.h:94:15: warning: 'cl_app::init' hides overloaded virtual function [-Woverloaded-virtual]
  682. virtual int init(int argc , char *argv[]);
  683. ^
  684. ./pobjcl.h:60:15: note: hidden overloaded virtual function 'cl_base::init' declared here
  685. virtual int init(void);
  686. ^
  687. 3 warnings generated.
  688. /usr/bin/clang++ -pipe -O2 -arch x86_64 -gstabs+ -g3 -pipe -I. -Wall -I. -I. -I./sim.src -I./cmd.src -I./gui.src -c globals.cc -o globals.o
  689. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/errors.c -o errors.o
  690. /usr/bin/clang++ -pipe -O2 -arch x86_64 -gstabs+ -g3 -pipe -I. -Wall -I. -I. -I./sim.src -I./cmd.src -I./gui.src -c utils.cc -o utils.o
  691. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/expr.c -o expr.o
  692. /usr/bin/clang++ -pipe -O2 -arch x86_64 -gstabs+ -g3 -pipe -I. -Wall -I. -I. -I./sim.src -I./cmd.src -I./gui.src -c error.cc -o error.o
  693. In file included from error.cc:35:
  694. In file included from ./globals.h:35:
  695. In file included from ./appcl.h:39:
  696. In file included from ./sim.src/simcl.h:43:
  697. In file included from ./sim.src/uccl.h:36:
  698. In file included from ./sim.src/hwcl.h:41:
  699. ./sim.src/memcl.h:329:19: warning: 'cl_address_space_list::add' hides overloaded virtual functions [-Woverloaded-virtual]
  700. virtual t_index add(class cl_address_space *mem);
  701. ^
  702. ./pobjcl.h:144:20: note: hidden overloaded virtual function 'cl_list::add' declared here
  703. virtual t_index add(void *item);
  704. ^
  705. ./pobjcl.h:145:20: note: hidden overloaded virtual function 'cl_list::add' declared here
  706. virtual t_index add(class cl_base *item, class cl_base *parent);
  707. ^
  708. In file included from error.cc:35:
  709. In file included from ./globals.h:35:
  710. In file included from ./appcl.h:39:
  711. In file included from ./sim.src/simcl.h:43:
  712. ./sim.src/uccl.h:209:16: warning: 'cl_uc::get_name' hides overloaded virtual functions [-Woverloaded-virtual]
  713. virtual bool get_name(t_addr addr, struct name_entry tab[], char *buf);
  714. ^
  715. ./pobjcl.h:61:23: note: hidden overloaded virtual function 'cl_base::get_name' declared here
  716. virtual const char *get_name(void) { return(name); }
  717. ^
  718. ./pobjcl.h:62:23: note: hidden overloaded virtual function 'cl_base::get_name' declared here
  719. virtual const char *get_name(const char *def);
  720. ^
  721. In file included from error.cc:35:
  722. In file included from ./globals.h:35:
  723. ./appcl.h:94:15: warning: 'cl_app::init' hides overloaded virtual function [-Woverloaded-virtual]
  724. virtual int init(int argc , char *argv[]);
  725. ^
  726. ./pobjcl.h:60:15: note: hidden overloaded virtual function 'cl_base::init' declared here
  727. virtual int init(void);
  728. ^
  729. 3 warnings generated.
  730. /usr/bin/clang++ -pipe -O2 -arch x86_64 -gstabs+ -g3 -pipe -I. -Wall -I. -I. -I./sim.src -I./cmd.src -I./gui.src -c app.cc -o app.o
  731. In file included from app.cc:37:
  732. /usr/local/include/getopt.h:115:12: error: conflicting types for 'getopt'
  733. extern int getopt ();
  734. ^
  735. /usr/include/unistd.h:458:6: note: previous declaration is here
  736. int getopt(int, char * const [], const char *) __DARWIN_ALIAS(getopt);
  737. ^
  738. In file included from app.cc:48:
  739. In file included from ./appcl.h:39:
  740. In file included from ./sim.src/simcl.h:43:
  741. In file included from ./sim.src/uccl.h:36:
  742. In file included from ./sim.src/hwcl.h:41:
  743. ./sim.src/memcl.h:329:19: warning: 'cl_address_space_list::add' hides overloaded virtual functions [-Woverloaded-virtual]
  744. virtual t_index add(class cl_address_space *mem);
  745. ^
  746. ./pobjcl.h:144:20: note: hidden overloaded virtual function 'cl_list::add' declared here
  747. virtual t_index add(void *item);
  748. ^
  749. ./pobjcl.h:145:20: note: hidden overloaded virtual function 'cl_list::add' declared here
  750. virtual t_index add(class cl_base *item, class cl_base *parent);
  751. ^
  752. In file included from app.cc:48:
  753. In file included from ./appcl.h:39:
  754. In file included from ./sim.src/simcl.h:43:
  755. ./sim.src/uccl.h:209:16: warning: 'cl_uc::get_name' hides overloaded virtual functions [-Woverloaded-virtual]
  756. virtual bool get_name(t_addr addr, struct name_entry tab[], char *buf);
  757. ^
  758. ./pobjcl.h:61:23: note: hidden overloaded virtual function 'cl_base::get_name' declared here
  759. virtual const char *get_name(void) { return(name); }
  760. ^
  761. ./pobjcl.h:62:23: note: hidden overloaded virtual function 'cl_base::get_name' declared here
  762. virtual const char *get_name(const char *def);
  763. ^
  764. In file included from app.cc:48:
  765. ./appcl.h:94:15: warning: 'cl_app::init' hides overloaded virtual function [-Woverloaded-virtual]
  766. virtual int init(int argc , char *argv[]);
  767. ^
  768. ./pobjcl.h:60:15: note: hidden overloaded virtual function 'cl_base::init' declared here
  769. virtual int init(void);
  770. ^
  771. 3 warnings and 1 error generated.
  772. make[2]: *** [app.o] Error 1
  773. make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/sim/ucsim'
  774. make[1]: *** [all] Error 2
  775. make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/sim/ucsim'
  776. make: *** [sdcc-misc] Error 2
  777. make: *** Waiting for unfinished jobs....
  778. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/files.c -o files.o
  779. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/identifiers.c -o identifiers.o
  780. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/init.c -o init.o
  781. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/lex.c -o lex.o
  782. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/line-map.c -o line-map.o
  783. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/macro.c -o macro.o
  784. libcpp/macro.c:1660:47: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  785. cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
  786. ^~~~~~~~~~~~~~~~~~
  787. libcpp/macro.c:1673:47: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  788. cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
  789. ^~~~~~~~~~~~~~~~~~
  790. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/mkdeps.c -o mkdeps.o
  791. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/symtab.c -o symtab.o
  792. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. libcpp/traditional.c -o traditional.o
  793. 2 warnings generated.
  794. gawk -f ./opt-functions.awk -f ./opth-gen.awk \
  795. < optionlist > tmp-options.h
  796. /bin/sh ./move-if-change tmp-options.h options.h
  797. echo timestamp > s-options-h
  798. gawk -f ./opt-functions.awk -f ./optc-gen.awk \
  799. -v header_name="config.h system.h options.h" < optionlist > options.c
  800. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. sdcpp.c -o sdcpp.o
  801. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. sdcpp-opts.c -o sdcpp-opts.o
  802. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. opts.c -o opts.o
  803. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. opts-common.c -o opts-common.o
  804. /usr/bin/clang -c -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./libiberty -I. options.c -o options.o
  805. rm -rf libcpp.a
  806. ar rc libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o symtab.o traditional.o
  807. ranlib libcpp.a
  808. mkdir -p ../../bin/
  809. /usr/bin/clang -pipe -O2 -arch x86_64 -Wall -DHAVE_CONFIG_H -arch x86_64 -o ../../bin/sdcpp sdcpp.o sdcpp-opts.o c-ppoutput.o cppdefault.o prefix.o version.o opts.o opts-common.o options.o c-incpath.o \
  810. concat.o fopen_unlocked.o getpwd.o hashtab.o hex.o lbasename.o md5.o obstack.o safe-ctype.o splay-tree.o vasprintf.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o libcpp.a
  811. make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc/support/cpp'
  812. make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc'
  813. shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/work/sdcc" && /usr/bin/make -j2 -w all " returned error 2
  814. Error: Target org.macports.build returned: shell command failed (see log for details)
  815. Warning: the following items did not execute (for sdcc29): org.macports.activate org.macports.build org.macports.destroot org.macports.install
  816. Log for sdcc29 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sdcc29/sdcc29/main.log
  817. Error: Status 1 encountered during processing.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement