Advertisement
Guest User

Untitled

a guest
Dec 11th, 2014
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.20 KB | None | 0 0
  1. make -C crosstool-NG -f ../Makefile _ct-ng
  2. ./bootstrap
  3. Running autoconf...
  4. Done. You may now run:
  5. ./configure
  6. ./configure --prefix=`pwd`
  7. checking build system type... x86_64-apple-darwin14.0.0
  8. checking host system type... x86_64-apple-darwin14.0.0
  9. checking for a BSD-compatible install... /usr/local/bin/ginstall -c
  10. checking for grep that handles long lines and -e... /usr/bin/grep
  11. checking for egrep... /usr/bin/grep -E
  12. checking for a sed that does not truncate output... /usr/local/bin/gsed
  13. checking whether sed understands -r -i -e... yes
  14. checking whether ln -s works... yes
  15. checking for gcc... gcc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking how to run the C preprocessor... gcc -E
  25. checking for ranlib... ranlib
  26. checking for gobjcopy... gobjcopy
  27. checking for absolute path to gobjcopy... /usr/local/bin/gobjcopy
  28. checking for gobjdump... gobjdump
  29. checking for absolute path to gobjdump... /usr/local/bin/gobjdump
  30. checking for greadelf... greadelf
  31. checking for absolute path to greadelf... /usr/local/bin/greadelf
  32. checking for gperf... gperf
  33. checking for absolute path to gperf... /usr/local/bin/gperf
  34. checking for bison... bison
  35. checking for flex... flex
  36. checking for makeinfo... makeinfo
  37. checking for cut... cut
  38. checking for stat... stat
  39. checking for readlink... readlink
  40. checking for wget... wget
  41. checking for tar... tar
  42. checking for gzip... gzip
  43. checking for bzip2... bzip2
  44. checking for patch... /usr/bin/patch
  45. checking for bash >= 3.1... /usr/local/bin/bash
  46. checking for GNU awk... /usr/local/bin/gawk
  47. checking for GNU make >= 3.80... /usr/bin/make
  48. checking whether /usr/bin/make sets $(MAKE)... yes
  49. checking for make 3.81... yes
  50. checking for GNU libtool >= 1.5.26... /usr/local/bin/glibtool
  51. checking for GNU libtoolize >= 1.5.26... /usr/local/bin/glibtoolize
  52. checking for GNU automake >= 1.10... /usr/local/bin/automake
  53. checking for xz... xz
  54. checking for cvs... no
  55. checking for svn... svn
  56. checking for inline... inline
  57. checking for ANSI C header files... yes
  58. checking for sys/types.h... yes
  59. checking for sys/stat.h... yes
  60. checking for stdlib.h... yes
  61. checking for string.h... yes
  62. checking for memory.h... yes
  63. checking for strings.h... yes
  64. checking for inttypes.h... yes
  65. checking for stdint.h... yes
  66. checking for unistd.h... yes
  67. checking for stdlib.h... (cached) yes
  68. checking for GNU libc compatible malloc... yes
  69. checking for stdlib.h... (cached) yes
  70. checking for GNU libc compatible realloc... yes
  71. checking for size_t... yes
  72. checking for working alloca.h... yes
  73. checking for alloca... yes
  74. checking libintl.h usability... no
  75. checking libintl.h presence... no
  76. checking for libintl.h... no
  77. checking ncurses/ncurses.h usability... no
  78. checking ncurses/ncurses.h presence... no
  79. checking for ncurses/ncurses.h... no
  80. checking ncurses/curses.h usability... no
  81. checking ncurses/curses.h presence... no
  82. checking for ncurses/curses.h... no
  83. checking ncursesw/curses.h usability... no
  84. checking ncursesw/curses.h presence... no
  85. checking for ncursesw/curses.h... no
  86. checking ncurses.h usability... yes
  87. checking ncurses.h presence... yes
  88. checking for ncurses.h... yes
  89. checking for library containing initscr... -lncurses
  90. configure: creating ./config.status
  91. config.status: creating Makefile
  92. make MAKELEVEL=0
  93. SED 'ct-ng'
  94. SED 'scripts/crosstool-NG.sh'
  95. SED 'scripts/saveSample.sh'
  96. SED 'scripts/showTuple.sh'
  97. GEN 'config/configure.in'
  98. GEN 'paths.mk'
  99. GEN 'paths.sh'
  100. DEP 'nconf.gui.dep'
  101. DEP 'nconf.dep'
  102. DEP 'lxdialog/yesno.dep'
  103. DEP 'lxdialog/util.dep'
  104. DEP 'lxdialog/textbox.dep'
  105. DEP 'lxdialog/menubox.dep'
  106. DEP 'lxdialog/inputbox.dep'
  107. DEP 'lxdialog/checklist.dep'
  108. DEP 'mconf.dep'
  109. DEP 'conf.dep'
  110. BISON 'zconf.tab.c'
  111. GPERF 'zconf.hash.c'
  112. LEX 'lex.zconf.c'
  113. DEP 'zconf.tab.dep'
  114. CC 'zconf.tab.o'
  115. In file included from zconf.tab.c:2539:
  116. ./confdata.c:662:15: warning: format string is not a string literal
  117. (potentially insecure) [-Wformat-security]
  118. conf_message(_("configuration saved"));
  119. ^~~~~~~~~~~~~~~~~~~~~~~~
  120. ./lkc.h:41:17: note: expanded from macro '_'
  121. #define _(text) gettext(text)
  122. ^~~~~~~~~~~~~
  123. 1 warning generated.
  124. CC 'conf.o'
  125. conf.c:89:10: warning: format string is not a string literal
  126. (potentially insecure) [-Wformat-security]
  127. printf(_("(NEW) "));
  128. ^~~~~~~~~~~
  129. ./lkc.h:41:17: note: expanded from macro '_'
  130. #define _(text) gettext(text)
  131. ^~~~~~~~~~~~~
  132. conf.c:286:12: warning: format string is not a string literal
  133. (potentially insecure) [-Wformat-security]
  134. printf(_(" (NEW)"));
  135. ^~~~~~~~~~~
  136. ./lkc.h:41:17: note: expanded from macro '_'
  137. #define _(text) gettext(text)
  138. ^~~~~~~~~~~~~
  139. conf.c:432:13: warning: format string is not a string literal
  140. (potentially insecure) [-Wformat-security]
  141. ...printf(_("*\n* Restart config...\n*\n"));
  142. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  143. ./lkc.h:41:17: note: expanded from macro '_'
  144. #define _(text) gettext(text)
  145. ^~~~~~~~~~~~~
  146. conf.c:495:20: warning: format string is not a string literal
  147. (potentially insecure) [-Wformat-security]
  148. fprintf(stderr, _("See README for usage info\n"));
  149. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150. ./lkc.h:41:17: note: expanded from macro '_'
  151. #define _(text) gettext(text)
  152. ^~~~~~~~~~~~~
  153. conf.c:571:6: warning: format string is not a string literal
  154. (potentially insecure) [-Wformat-security]
  155. ..._("\n*** The configuration requires explicit update.\n\n"));
  156. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  157. ./lkc.h:41:17: note: expanded from macro '_'
  158. #define _(text) gettext(text)
  159. ^~~~~~~~~~~~~
  160. conf.c:623:20: warning: format string is not a string literal
  161. (potentially insecure) [-Wformat-security]
  162. ..._("\n*** Error during writing of the configuration.\n\n"));
  163. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  164. ./lkc.h:41:17: note: expanded from macro '_'
  165. #define _(text) gettext(text)
  166. ^~~~~~~~~~~~~
  167. conf.c:635:20: warning: format string is not a string literal
  168. (potentially insecure) [-Wformat-security]
  169. ..._("\n*** Error during writing of the configuration.\n\n"));
  170. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  171. ./lkc.h:41:17: note: expanded from macro '_'
  172. #define _(text) gettext(text)
  173. ^~~~~~~~~~~~~
  174. 7 warnings generated.
  175. LD 'conf'
  176. CC 'lxdialog/checklist.o'
  177. CC 'lxdialog/inputbox.o'
  178. CC 'lxdialog/menubox.o'
  179. CC 'lxdialog/textbox.o'
  180. CC 'lxdialog/util.o'
  181. CC 'lxdialog/yesno.o'
  182. CC 'mconf.o'
  183. LD 'mconf'
  184. CC 'nconf.o'
  185. CC 'nconf.gui.o'
  186. LD 'nconf'
  187. SED 'docs/ct-ng.1'
  188. GZIP 'docs/ct-ng.1.gz'
  189. make install MAKELEVEL=0
  190. GEN 'config/configure.in'
  191. GEN 'paths.mk'
  192. GEN 'paths.sh'
  193. MKDIR '/Users/ivo/Desktop/esp-open-sdk/crosstool-NG/bin/'
  194. INST 'ct-ng'
  195. MKDIR '/Users/ivo/Desktop/esp-open-sdk/crosstool-NG/lib/ct-ng.1.20.0/'
  196. INSTDIR 'config/'
  197. INSTDIR 'contrib/'
  198. INSTDIR 'patches/'
  199. INSTDIR 'scripts/'
  200. INST 'steps.mk'
  201. INST 'paths'
  202. INSTDIR 'samples/'
  203. INST 'kconfig/'
  204. MKDIR '/Users/ivo/Desktop/esp-open-sdk/crosstool-NG/share/doc/crosstool-ng/ct-ng.1.20.0/'
  205. INST 'docs/*.txt'
  206. MKDIR '/Users/ivo/Desktop/esp-open-sdk/crosstool-NG/share/man/man1/'
  207. INST 'ct-ng.1.gz'
  208.  
  209. For auto-completion, do not forget to install 'ct-ng.comp' into
  210. your bash completion directory (usually /etc/bash_completion.d)
  211. make -C crosstool-NG -f ../Makefile _toolchain
  212. ./ct-ng xtensa-lx106-elf
  213. MKDIR config.gen
  214. IN config.gen/arch.in
  215. IN config.gen/kernel.in
  216. IN config.gen/cc.in
  217. IN config.gen/binutils.in
  218. IN config.gen/libc.in
  219. IN config.gen/debug.in
  220. CONF config/config.in
  221. #
  222. # configuration saved
  223. #
  224.  
  225. ***********************************************************
  226.  
  227. Initially reported by: Max Filippov <jcmvbkbc@gmail.com>
  228. URL: http://www.esp8266.com/viewtopic.php?f=9&t=224
  229.  
  230. ***********************************************************
  231.  
  232. WARNING! This sample may enable experimental features.
  233. Please be sure to review the configuration prior
  234. to building and using your toolchain!
  235. Now, you have been warned!
  236.  
  237. ***********************************************************
  238.  
  239. Now configured for "xtensa-lx106-elf"
  240. sed -r -i.org s%CT_PREFIX_DIR=.*%CT_PREFIX_DIR="/Users/ivo/Desktop/esp-open-sdk/xtensa-lx106-elf"% .config
  241. sed: illegal option -- r
  242. usage: sed script [-Ealn] [-i extension] [file ...]
  243. sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
  244. make[1]: *** [_toolchain] Error 1
  245. make: *** [/Users/ivo/Desktop/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement