Advertisement
hocarm

ESP8266_Setup_log

Oct 17th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 110.03 KB | None | 0 0
  1. hocarm@sc:~/esp8266.vn$ sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf \
  2. >     flex bison texinfo gawk ncurses-dev libexpat-dev python sed
  3. [sudo] password for hocarm:
  4. Reading package lists... Done
  5. Building dependency tree      
  6. Reading state information... Done
  7. Note, selecting 'libncurses5-dev' instead of 'ncurses-dev'
  8. Note, selecting 'libexpat1-dev' instead of 'libexpat-dev'
  9. autoconf is already the newest version (2.69-9).
  10. automake is already the newest version (1:1.15-4ubuntu1).
  11. automake set to manually installed.
  12. bison is already the newest version (2:3.0.4.dfsg-1).
  13. flex is already the newest version (2.6.0-11).
  14. g++ is already the newest version (4:5.3.1-1ubuntu1).
  15. g++ set to manually installed.
  16. gcc is already the newest version (4:5.3.1-1ubuntu1).
  17. gcc set to manually installed.
  18. libncurses5-dev is already the newest version (6.0+20160213-1ubuntu1).
  19. libtool is already the newest version (2.4.6-0.1).
  20. make is already the newest version (4.1-6).
  21. make set to manually installed.
  22. python is already the newest version (2.7.11-1).
  23. python set to manually installed.
  24. sed is already the newest version (4.2.2-7).
  25. texinfo is already the newest version (6.1.0.dfsg.1-5).
  26. libexpat1-dev is already the newest version (2.1.0-7ubuntu0.16.04.2).
  27. libexpat1-dev set to manually installed.
  28. The following packages were automatically installed and are no longer required:
  29.   linux-image-4.4.0-21-generic linux-image-extra-4.4.0-21-generic
  30. Use 'sudo apt autoremove' to remove them.
  31. Suggested packages:
  32.   gawk-doc
  33. The following NEW packages will be installed:
  34.   gawk gperf unrar
  35. 0 upgraded, 3 newly installed, 0 to remove and 528 not upgraded.
  36. Need to get 623 kB of archives.
  37. After this operation, 2.153 kB of additional disk space will be used.
  38. Do you want to continue? [Y/n] y
  39. Get:1 http://vn.archive.ubuntu.com/ubuntu xenial/main amd64 gawk amd64 1:4.1.3+dfsg-0.1 [398 kB]
  40. Get:2 http://vn.archive.ubuntu.com/ubuntu xenial/universe amd64 gperf amd64 3.0.4-2 [102 kB]
  41. Get:3 http://vn.archive.ubuntu.com/ubuntu xenial/multiverse amd64 unrar amd64 1:5.3.2-1 [123 kB]
  42. Fetched 623 kB in 4s (139 kB/s)
  43. Selecting previously unselected package gawk.
  44. (Reading database ... 355048 files and directories currently installed.)
  45. Preparing to unpack .../gawk_1%3a4.1.3+dfsg-0.1_amd64.deb ...
  46. Unpacking gawk (1:4.1.3+dfsg-0.1) ...
  47. Selecting previously unselected package gperf.
  48. Preparing to unpack .../gperf_3.0.4-2_amd64.deb ...
  49. Unpacking gperf (3.0.4-2) ...
  50. Selecting previously unselected package unrar.
  51. Preparing to unpack .../unrar_1%3a5.3.2-1_amd64.deb ...
  52. Unpacking unrar (1:5.3.2-1) ...
  53. Processing triggers for man-db (2.7.5-1) ...
  54. Processing triggers for doc-base (0.10.7) ...
  55. Processing 1 added doc-base file...
  56. Registering documents with scrollkeeper...
  57. Processing triggers for install-info (6.1.0.dfsg.1-5) ...
  58. Setting up gawk (1:4.1.3+dfsg-0.1) ...
  59. Setting up gperf (3.0.4-2) ...
  60. Setting up unrar (1:5.3.2-1) ...
  61. update-alternatives: using /usr/bin/unrar-nonfree to provide /usr/bin/unrar (unrar) in auto mode
  62. hocarm@sc:~/esp8266.vn$ cd esp-open-sdk
  63. bash: cd: esp-open-sdk: No such file or directory
  64. hocarm@sc:~/esp8266.vn$ cd
  65. hocarm@sc:~$ cd esp-open-sdk
  66. hocarm@sc:~/esp-open-sdk$ unset LD_LIBRARY_PATH
  67. hocarm@sc:~/esp-open-sdk$ make
  68. Makefile:180: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  69. Makefile:169: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  70. You cloned without --recursive, fetching submodules for you.
  71. git submodule update --init --recursive
  72. Submodule 'crosstool-NG' (https://github.com/jcmvbkbc/crosstool-NG) registered for path 'crosstool-NG'
  73. Submodule 'esp-open-lwip' (https://github.com/pfalcon/esp-open-lwip) registered for path 'esp-open-lwip'
  74. Submodule 'esptool' (https://github.com/themadinventor/esptool) registered for path 'esptool'
  75. Submodule 'lx106-hal' (https://github.com/tommie/lx106-hal) registered for path 'lx106-hal'
  76. Cloning into 'crosstool-NG'...
  77. remote: Counting objects: 29056, done.
  78. remote: Compressing objects: 100% (48/48), done.
  79. remote: Total 29056 (delta 13), reused 0 (delta 0), pack-reused 29008
  80. Receiving objects: 100% (29056/29056), 16.07 MiB | 348.00 KiB/s, done.
  81. Resolving deltas: 100% (16755/16755), done.
  82. Checking connectivity... done.
  83. Submodule path 'crosstool-NG': checked out 'ecfc19a597d76c0eea65148b08d7ccb505cdcac6'
  84. Cloning into 'esp-open-lwip'...
  85. remote: Counting objects: 236, done.
  86. remote: Total 236 (delta 0), reused 0 (delta 0), pack-reused 236
  87. Receiving objects: 100% (236/236), 478.25 KiB | 126.00 KiB/s, done.
  88. Resolving deltas: 100% (82/82), done.
  89. Checking connectivity... done.
  90. Submodule path 'esp-open-lwip': checked out '8c39d2179a273553466043f388772abb6251a4ca'
  91. Cloning into 'esptool'...
  92. remote: Counting objects: 898, done.
  93. remote: Compressing objects: 100% (34/34), done.
  94. remote: Total 898 (delta 15), reused 0 (delta 0), pack-reused 864
  95. Receiving objects: 100% (898/898), 4.30 MiB | 373.00 KiB/s, done.
  96. Resolving deltas: 100% (514/514), done.
  97. Checking connectivity... done.
  98. Submodule path 'esptool': checked out '4deca7033e17d9b8d3b947a2d8f7ec3700d7d276'
  99. Cloning into 'lx106-hal'...
  100. remote: Counting objects: 122, done.
  101. remote: Total 122 (delta 0), reused 0 (delta 0), pack-reused 122
  102. Receiving objects: 100% (122/122), 179.61 KiB | 72.00 KiB/s, done.
  103. Resolving deltas: 100% (51/51), done.
  104. Checking connectivity... done.
  105. Submodule path 'lx106-hal': checked out 'e4bcc63c9c016e4f8848e7e8f512438ca857531d'
  106. make -C crosstool-NG -f ../Makefile _ct-ng
  107. make[1]: Entering directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  108. ../Makefile:180: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  109. ../Makefile:169: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  110. ./bootstrap
  111. Running autoconf...
  112. Done. You may now run:
  113.     ./configure
  114. ./configure --prefix=`pwd`
  115. checking build system type... x86_64-pc-linux-gnu
  116. checking host system type... x86_64-pc-linux-gnu
  117. checking for a BSD-compatible install... /usr/bin/install -c
  118. checking for grep that handles long lines and -e... /bin/grep
  119. checking for egrep... /bin/grep -E
  120. checking for a sed that does not truncate output... /bin/sed
  121. checking whether sed understands -r -i -e... yes
  122. checking whether ln -s works... yes
  123. checking for gcc... gcc
  124. checking whether the C compiler works... yes
  125. checking for C compiler default output file name... a.out
  126. checking for suffix of executables...
  127. checking whether we are cross compiling... no
  128. checking for suffix of object files... o
  129. checking whether we are using the GNU C compiler... yes
  130. checking whether gcc accepts -g... yes
  131. checking for gcc option to accept ISO C89... none needed
  132. checking how to run the C preprocessor... gcc -E
  133. checking for ranlib... ranlib
  134. checking for gobjcopy... no
  135. checking for objcopy... objcopy
  136. checking for absolute path to objcopy... /usr/bin/objcopy
  137. checking for gobjdump... no
  138. checking for objdump... objdump
  139. checking for absolute path to objdump... /usr/bin/objdump
  140. checking for greadelf... no
  141. checking for readelf... readelf
  142. checking for absolute path to readelf... /usr/bin/readelf
  143. checking for gperf... gperf
  144. checking for absolute path to gperf... /usr/bin/gperf
  145. checking for bison... bison
  146. checking for flex... flex
  147. checking for makeinfo... makeinfo
  148. checking for cut... cut
  149. checking for stat... stat
  150. checking for readlink... readlink
  151. checking for wget... wget
  152. checking for tar... tar
  153. checking for gzip... gzip
  154. checking for bzip2... bzip2
  155. checking for help2man... no
  156. configure: error: missing required tool: help2man
  157. ../Makefile:136: recipe for target '_ct-ng' failed
  158. make[1]: *** [_ct-ng] Error 1
  159. make[1]: Leaving directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  160. Makefile:133: recipe for target 'crosstool-NG/ct-ng' failed
  161. make: *** [crosstool-NG/ct-ng] Error 2
  162. hocarm@sc:~/esp-open-sdk$ sudo pacman -S git gperf help2man
  163. sudo: pacman: command not found
  164. hocarm@sc:~/esp-open-sdk$ cd
  165. hocarm@sc:~$ sudo pacman -S git gperf help2man
  166. sudo: pacman: command not found
  167. hocarm@sc:~$ sudo apt-get update
  168. Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
  169. Hit:2 http://dl.google.com/linux/chrome/deb stable Release                    
  170. Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [94,5 kB]    
  171. Hit:5 http://vn.archive.ubuntu.com/ubuntu xenial InRelease                    
  172. Hit:6 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu xenial InRelease
  173. Hit:7 http://packages.ros.org/ros/ubuntu xenial InRelease                      
  174. Get:8 http://vn.archive.ubuntu.com/ubuntu xenial-updates InRelease [95,7 kB]  
  175. Hit:9 http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu xenial InRelease
  176. Hit:10 http://ppa.launchpad.net/numix/ppa/ubuntu xenial InRelease              
  177. Hit:11 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease      
  178. Hit:12 http://vn.archive.ubuntu.com/ubuntu xenial-backports InRelease
  179. Fetched 190 kB in 3s (60,2 kB/s)
  180. Reading package lists... Done
  181. hocarm@sc:~$ sudo apt-get install help2man
  182. Reading package lists... Done
  183. Building dependency tree      
  184. Reading state information... Done
  185. The following packages were automatically installed and are no longer required:
  186.   linux-image-4.4.0-21-generic linux-image-extra-4.4.0-21-generic
  187. Use 'sudo apt autoremove' to remove them.
  188. The following NEW packages will be installed:
  189.   help2man
  190. 0 upgraded, 1 newly installed, 0 to remove and 528 not upgraded.
  191. Need to get 111 kB of archives.
  192. After this operation, 430 kB of additional disk space will be used.
  193. Get:1 http://vn.archive.ubuntu.com/ubuntu xenial/universe amd64 help2man amd64 1.47.3 [111 kB]
  194. Fetched 111 kB in 1s (60,0 kB/s)  
  195. Selecting previously unselected package help2man.
  196. (Reading database ... 355214 files and directories currently installed.)
  197. Preparing to unpack .../help2man_1.47.3_amd64.deb ...
  198. Unpacking help2man (1.47.3) ...
  199. Processing triggers for install-info (6.1.0.dfsg.1-5) ...
  200. Processing triggers for man-db (2.7.5-1) ...
  201. Setting up help2man (1.47.3) ...
  202. hocarm@sc:~$ cd esp-open-sdk
  203. hocarm@sc:~/esp-open-sdk$ make
  204. Makefile:180: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  205. Makefile:169: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  206. make -C crosstool-NG -f ../Makefile _ct-ng
  207. make[1]: Entering directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  208. ../Makefile:180: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  209. ../Makefile:169: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  210. ./bootstrap
  211. Running autoconf...
  212. Done. You may now run:
  213.     ./configure
  214. ./configure --prefix=`pwd`
  215. checking build system type... x86_64-pc-linux-gnu
  216. checking host system type... x86_64-pc-linux-gnu
  217. checking for a BSD-compatible install... /usr/bin/install -c
  218. checking for grep that handles long lines and -e... /bin/grep
  219. checking for egrep... /bin/grep -E
  220. checking for a sed that does not truncate output... /bin/sed
  221. checking whether sed understands -r -i -e... yes
  222. checking whether ln -s works... yes
  223. checking for gcc... gcc
  224. checking whether the C compiler works... yes
  225. checking for C compiler default output file name... a.out
  226. checking for suffix of executables...
  227. checking whether we are cross compiling... no
  228. checking for suffix of object files... o
  229. checking whether we are using the GNU C compiler... yes
  230. checking whether gcc accepts -g... yes
  231. checking for gcc option to accept ISO C89... none needed
  232. checking how to run the C preprocessor... gcc -E
  233. checking for ranlib... ranlib
  234. checking for gobjcopy... no
  235. checking for objcopy... objcopy
  236. checking for absolute path to objcopy... /usr/bin/objcopy
  237. checking for gobjdump... no
  238. checking for objdump... objdump
  239. checking for absolute path to objdump... /usr/bin/objdump
  240. checking for greadelf... no
  241. checking for readelf... readelf
  242. checking for absolute path to readelf... /usr/bin/readelf
  243. checking for gperf... gperf
  244. checking for absolute path to gperf... /usr/bin/gperf
  245. checking for bison... bison
  246. checking for flex... flex
  247. checking for makeinfo... makeinfo
  248. checking for cut... cut
  249. checking for stat... stat
  250. checking for readlink... readlink
  251. checking for wget... wget
  252. checking for tar... tar
  253. checking for gzip... gzip
  254. checking for bzip2... bzip2
  255. checking for help2man... help2man
  256. checking for gpatch... no
  257. checking for patch... patch
  258. checking for absolute path to patch... /usr/bin/patch
  259. checking for bash >= 3.1... /bin/bash
  260. checking for GNU awk... /usr/bin/gawk
  261. checking for GNU make >= 3.80... /usr/bin/make
  262. checking whether /usr/bin/make sets $(MAKE)... yes
  263. checking for make 3.81... no
  264. checking for GNU libtool >= 1.5.26... no
  265. configure: error: could not find GNU libtool >= 1.5.26
  266. ../Makefile:136: recipe for target '_ct-ng' failed
  267. make[1]: *** [_ct-ng] Error 1
  268. make[1]: Leaving directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  269. Makefile:133: recipe for target 'crosstool-NG/ct-ng' failed
  270. make: *** [crosstool-NG/ct-ng] Error 2
  271. hocarm@sc:~/esp-open-sdk$
  272. hocarm@sc:~/esp-open-sdk$ ./configure --prefix=/usr
  273. bash: ./configure: No such file or directory
  274. hocarm@sc:~/esp-open-sdk$ apt-get install libtool-bin
  275. E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
  276. E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
  277. hocarm@sc:~/esp-open-sdk$ cd
  278. hocarm@sc:~$ sudo apt-get install libtool-bin
  279. Reading package lists... Done
  280. Building dependency tree      
  281. Reading state information... Done
  282. The following packages were automatically installed and are no longer required:
  283.   linux-image-4.4.0-21-generic linux-image-extra-4.4.0-21-generic
  284. Use 'sudo apt autoremove' to remove them.
  285. The following NEW packages will be installed:
  286.   libtool-bin
  287. 0 upgraded, 1 newly installed, 0 to remove and 528 not upgraded.
  288. Need to get 79,2 kB of archives.
  289. After this operation, 395 kB of additional disk space will be used.
  290. Get:1 http://vn.archive.ubuntu.com/ubuntu xenial/main amd64 libtool-bin amd64 2.4.6-0.1 [79,2 kB]
  291. Fetched 79,2 kB in 2s (27,2 kB/s)      
  292. Selecting previously unselected package libtool-bin.
  293. (Reading database ... 355253 files and directories currently installed.)
  294. Preparing to unpack .../libtool-bin_2.4.6-0.1_amd64.deb ...
  295. Unpacking libtool-bin (2.4.6-0.1) ...
  296. Processing triggers for man-db (2.7.5-1) ...
  297. Setting up libtool-bin (2.4.6-0.1) ...
  298. hocarm@sc:~$ cd esp-open-sdk
  299. hocarm@sc:~/esp-open-sdk$ unset LD_LIBRARY_PATH
  300. hocarm@sc:~/esp-open-sdk$ make
  301. Makefile:180: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  302. Makefile:169: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  303. make -C crosstool-NG -f ../Makefile _ct-ng
  304. make[1]: Entering directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  305. ../Makefile:180: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  306. ../Makefile:169: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  307. ./bootstrap
  308. Running autoconf...
  309. Done. You may now run:
  310.     ./configure
  311. ./configure --prefix=`pwd`
  312. checking build system type... x86_64-pc-linux-gnu
  313. checking host system type... x86_64-pc-linux-gnu
  314. checking for a BSD-compatible install... /usr/bin/install -c
  315. checking for grep that handles long lines and -e... /bin/grep
  316. checking for egrep... /bin/grep -E
  317. checking for a sed that does not truncate output... /bin/sed
  318. checking whether sed understands -r -i -e... yes
  319. checking whether ln -s works... yes
  320. checking for gcc... gcc
  321. checking whether the C compiler works... yes
  322. checking for C compiler default output file name... a.out
  323. checking for suffix of executables...
  324. checking whether we are cross compiling... no
  325. checking for suffix of object files... o
  326. checking whether we are using the GNU C compiler... yes
  327. checking whether gcc accepts -g... yes
  328. checking for gcc option to accept ISO C89... none needed
  329. checking how to run the C preprocessor... gcc -E
  330. checking for ranlib... ranlib
  331. checking for gobjcopy... no
  332. checking for objcopy... objcopy
  333. checking for absolute path to objcopy... /usr/bin/objcopy
  334. checking for gobjdump... no
  335. checking for objdump... objdump
  336. checking for absolute path to objdump... /usr/bin/objdump
  337. checking for greadelf... no
  338. checking for readelf... readelf
  339. checking for absolute path to readelf... /usr/bin/readelf
  340. checking for gperf... gperf
  341. checking for absolute path to gperf... /usr/bin/gperf
  342. checking for bison... bison
  343. checking for flex... flex
  344. checking for makeinfo... makeinfo
  345. checking for cut... cut
  346. checking for stat... stat
  347. checking for readlink... readlink
  348. checking for wget... wget
  349. checking for tar... tar
  350. checking for gzip... gzip
  351. checking for bzip2... bzip2
  352. checking for help2man... help2man
  353. checking for gpatch... no
  354. checking for patch... patch
  355. checking for absolute path to patch... /usr/bin/patch
  356. checking for bash >= 3.1... /bin/bash
  357. checking for GNU awk... /usr/bin/gawk
  358. checking for GNU make >= 3.80... /usr/bin/make
  359. checking whether /usr/bin/make sets $(MAKE)... yes
  360. checking for make 3.81... no
  361. checking for GNU libtool >= 1.5.26... /usr/bin/libtool
  362. checking for GNU libtoolize >= 1.5.26... /usr/bin/libtoolize
  363. checking for GNU automake >= 1.10... /usr/bin/automake
  364. checking for xz... xz
  365. checking for cvs... no
  366. checking for svn... svn
  367. checking for inline... inline
  368. checking for ANSI C header files... yes
  369. checking for sys/types.h... yes
  370. checking for sys/stat.h... yes
  371. checking for stdlib.h... yes
  372. checking for string.h... yes
  373. checking for memory.h... yes
  374. checking for strings.h... yes
  375. checking for inttypes.h... yes
  376. checking for stdint.h... yes
  377. checking for unistd.h... yes
  378. checking for stdlib.h... (cached) yes
  379. checking for GNU libc compatible malloc... yes
  380. checking for stdlib.h... (cached) yes
  381. checking for GNU libc compatible realloc... yes
  382. checking for size_t... yes
  383. checking for working alloca.h... yes
  384. checking for alloca... yes
  385. checking libintl.h usability... yes
  386. checking libintl.h presence... yes
  387. checking for libintl.h... yes
  388. checking whether gettext is declared... yes
  389. checking for library containing bindtextdomain... none required
  390. checking ncurses/ncurses.h usability... no
  391. checking ncurses/ncurses.h presence... no
  392. checking for ncurses/ncurses.h... no
  393. checking ncurses/curses.h usability... no
  394. checking ncurses/curses.h presence... no
  395. checking for ncurses/curses.h... no
  396. checking ncursesw/curses.h usability... no
  397. checking ncursesw/curses.h presence... no
  398. checking for ncursesw/curses.h... no
  399. checking ncurses.h usability... yes
  400. checking ncurses.h presence... yes
  401. checking for ncurses.h... yes
  402. checking for library containing initscr... -lncurses
  403. checking for library containing tgetent... none required
  404. configure: creating ./config.status
  405. config.status: creating Makefile
  406. make MAKELEVEL=0
  407. make: Entering directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  408.   SED    'ct-ng'
  409.   SED    'scripts/crosstool-NG.sh'
  410.   SED    'scripts/saveSample.sh'
  411.   SED    'scripts/showTuple.sh'
  412.   GEN    'config/configure.in'
  413.   GEN    'paths.mk'
  414.   GEN    'paths.sh'
  415.   DEP    'nconf.gui.dep'
  416.   DEP    'nconf.dep'
  417.   DEP    'lxdialog/yesno.dep'
  418.   DEP    'lxdialog/util.dep'
  419.   DEP    'lxdialog/textbox.dep'
  420.   DEP    'lxdialog/menubox.dep'
  421.   DEP    'lxdialog/inputbox.dep'
  422.   DEP    'lxdialog/checklist.dep'
  423.   DEP    'mconf.dep'
  424.   DEP    'conf.dep'
  425.   BISON  'zconf.tab.c'
  426.   GPERF  'zconf.hash.c'
  427.   LEX    'zconf.lex.c'
  428.   DEP    'zconf.tab.dep'
  429.   CC     'zconf.tab.o'
  430.   CC     'conf.o'
  431.   LD     'conf'
  432.   CC     'lxdialog/checklist.o'
  433.   CC     'lxdialog/inputbox.o'
  434.   CC     'lxdialog/menubox.o'
  435.   CC     'lxdialog/textbox.o'
  436.   CC     'lxdialog/util.o'
  437.   CC     'lxdialog/yesno.o'
  438.   CC     'mconf.o'
  439.   LD     'mconf'
  440.   CC     'nconf.o'
  441.   CC     'nconf.gui.o'
  442.   LD     'nconf'
  443.   SED    'docs/ct-ng.1'
  444.   GZIP   'docs/ct-ng.1.gz'
  445. make: Leaving directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  446. make install MAKELEVEL=0
  447. make: Entering directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  448.   GEN    'config/configure.in'
  449.   GEN    'paths.mk'
  450.   GEN    'paths.sh'
  451.   MKDIR   '/home/hocarm/esp-open-sdk/crosstool-NG/bin/'
  452.   INST    'ct-ng'
  453.   MKDIR   '/home/hocarm/esp-open-sdk/crosstool-NG/lib/crosstool-ng-1.22.0-55-gecfc19a/'
  454.   INSTDIR 'config/'
  455.   INSTDIR 'contrib/'
  456.   INSTDIR 'patches/'
  457.   INSTDIR 'scripts/'
  458.   INST    'steps.mk'
  459.   INST    'paths'
  460.   INSTDIR 'samples/'
  461.   INST    'kconfig/'
  462.   MKDIR   '/home/hocarm/esp-open-sdk/crosstool-NG/share/doc/crosstool-ng/crosstool-ng-1.22.0-55-gecfc19a/'
  463.   INST    'docs/*.txt'
  464.   MKDIR   '/home/hocarm/esp-open-sdk/crosstool-NG/share/man/man1/'
  465.   INST    'ct-ng.1.gz'
  466.  
  467. For auto-completion, do not forget to install 'ct-ng.comp' into
  468. your bash completion directory (usually /etc/bash_completion.d)
  469. make: Leaving directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  470. make[1]: Leaving directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  471. cp -f 1000-mforce-l32.patch crosstool-NG/local-patches/gcc/4.8.5/
  472. make -C crosstool-NG -f ../Makefile _toolchain
  473. make[1]: Entering directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  474. ../Makefile:180: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  475. ../Makefile:169: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  476. ./ct-ng xtensa-lx106-elf
  477. make[2]: Entering directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  478.   MKDIR config.gen
  479.   IN    config.gen/arch.in
  480.   IN    config.gen/kernel.in
  481.   IN    config.gen/cc.in
  482.   IN    config.gen/binutils.in
  483.   IN    config.gen/libc.in
  484.   IN    config.gen/debug.in
  485.   CONF  config/config.in
  486. #
  487. # configuration written to .config
  488. #
  489.  
  490. ***********************************************************
  491.  
  492. Initially reported by: Max Filippov <jcmvbkbc@gmail.com>
  493. URL: http://www.esp8266.com/viewtopic.php?f=9&t=224
  494.  
  495. ***********************************************************
  496.  
  497. WARNING! This sample may enable experimental features.
  498.          Please be sure to review the configuration prior
  499.          to building and using your toolchain!
  500. Now, you have been warned!
  501.  
  502. ***********************************************************
  503.  
  504. Now configured for "xtensa-lx106-elf"
  505. make[2]: Leaving directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  506. sed -r -i.org s%CT_PREFIX_DIR=.*%CT_PREFIX_DIR="/home/hocarm/esp-open-sdk/xtensa-lx106-elf"% .config
  507. sed -r -i s%CT_INSTALL_DIR_RO=y%"#"CT_INSTALL_DIR_RO=y% .config
  508. cat ../crosstool-config-overrides >> .config
  509. ./ct-ng build
  510. make[2]: Entering directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  511. [INFO ]  Performing some trivial sanity checks
  512. [INFO ]  Build started 20161018.095424
  513. [INFO ]  Building environment variables
  514. [INFO ]  =================================================================
  515. [INFO ]  Retrieving needed toolchain components' tarballs
  516. [INFO ]  Retrieving needed toolchain components' tarballs: done in 595.51s (at 09:56)
  517. [INFO ]  =================================================================
  518. [INFO ]  Extracting and patching toolchain components
  519. [INFO ]  Extracting and patching toolchain components: done in 60.57s (at 10:57)
  520. [INFO ]  =================================================================
  521. [INFO ]  Installing ncurses for build
  522. [INFO ]  Installing ncurses for build: done in 46.37s (at 11:43)
  523. [INFO ]  =================================================================
  524. [INFO ]  Installing GMP for host
  525. [INFO ]  Installing GMP for host: done in 48.05s (at 12:31)
  526. [INFO ]  =================================================================
  527. [INFO ]  Installing MPFR for host
  528. [INFO ]  Installing MPFR for host: done in 40.11s (at 13:12)
  529. [INFO ]  =================================================================
  530. [INFO ]  Installing ISL for host
  531. [INFO ]  Installing ISL for host: done in 42.18s (at 13:54)
  532. [INFO ]  =================================================================
  533. [INFO ]  Installing CLooG for host
  534. [INFO ]  Installing CLooG for host: done in 7.34s (at 14:01)
  535. [INFO ]  =================================================================
  536. [INFO ]  Installing MPC for host
  537. [INFO ]  Installing MPC for host: done in 17.11s (at 14:18)
  538. [INFO ]  =================================================================
  539. [INFO ]  Installing expat for host
  540. [INFO ]  Installing expat for host: done in 7.84s (at 14:26)
  541. [INFO ]  =================================================================
  542. [INFO ]  Installing binutils for host
  543. [INFO ]  Installing binutils for host: done in 80.24s (at 15:46)
  544. [INFO ]  =================================================================
  545. [INFO ]  Installing C library headers & start files
  546. [INFO ]  Installing C library headers & start files: done in 0.02s (at 15:46)
  547. [INFO ]  =================================================================
  548. [INFO ]  Installing pass-2 core C gcc compiler
  549. [INFO ]  Installing pass-2 core C gcc compiler: done in 312.43s (at 20:59)
  550. [INFO ]  =================================================================
  551. [INFO ]  Installing C library
  552. [INFO ]  Installing C library: done in 43.49s (at 21:42)
  553. [INFO ]  =================================================================
  554. [INFO ]  Installing final gcc compiler
  555. [INFO ]  Installing final gcc compiler: done in 381.51s (at 28:04)
  556. [INFO ]  =================================================================
  557. [INFO ]  Installing cross-gdb
  558. [INFO ]  Installing cross-gdb: done in 193.44s (at 31:17)
  559. [INFO ]  =================================================================
  560. [INFO ]  Cleaning-up the toolchain's directory
  561. [INFO ]    Stripping all toolchain executables
  562. [INFO ]  Cleaning-up the toolchain's directory: done in 3.10s (at 31:20)
  563. [INFO ]  Build completed at 20161018.102544
  564. [INFO ]  (elapsed: 31:20.54)
  565. [INFO ]  Finishing installation (may take a few seconds)...
  566. [31:20] / make[2]: Leaving directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  567. make[1]: Leaving directory '/home/hocarm/esp-open-sdk/crosstool-NG'
  568. cp esptool/esptool.py /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/
  569. Creating irom version of libc...
  570. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-objcopy --rename-section .text=.irom0.text \
  571.     --rename-section .literal=.irom0.literal /home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/lib/libc.a /home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/lib/libcirom.a;
  572. wget --content-disposition "http://bbs.espressif.com/download/file.php?id=1469"
  573. --2016-10-18 10:25:49--  http://bbs.espressif.com/download/file.php?id=1469
  574. Resolving bbs.espressif.com (bbs.espressif.com)... 119.9.92.91
  575. Connecting to bbs.espressif.com (bbs.espressif.com)|119.9.92.91|:80... connected.
  576. HTTP request sent, awaiting response... 200 OK
  577. Length: 3251308 (3,1M) [application/octet-stream]
  578. Saving to: ‘ESP8266_NONOS_SDK_V1.5.4_16_05_20.zip’
  579.  
  580. ESP8266_NONOS_SDK_V 100%[===================>]   3,10M   371KB/s    in 12s    
  581.  
  582. 2016-10-18 10:26:02 (273 KB/s) - ‘ESP8266_NONOS_SDK_V1.5.4_16_05_20.zip’ saved [3251308/3251308]
  583.  
  584. unzip -q -o ESP8266_NONOS_SDK_V1.5.4_16_05_20.zip
  585. mv ESP8266_NONOS_SDK ESP8266_NONOS_SDK_V1.5.4_16_05_20
  586. mv License ESP8266_NONOS_SDK_V1.5.4_16_05_20
  587. mv: cannot stat 'License': No such file or directory
  588. Makefile:180: recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir' failed
  589. make: [ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir] Error 1 (ignored)
  590. touch ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir
  591. ln -snf ESP8266_NONOS_SDK_V1.5.4_16_05_20 sdk
  592. echo -e "#undef ESP_SDK_VERSION\n#define ESP_SDK_VERSION 010504" >>ESP8266_NONOS_SDK_V1.5.4_16_05_20/include/esp_sdk_ver.h
  593. patch -b -N -d ESP8266_NONOS_SDK_V1.5.4_16_05_20 -p1 < c_types-c99.patch
  594. patching file include/c_types.h
  595. Hunk #2 succeeded at 84 with fuzz 1 (offset 2 lines).
  596. cd ESP8266_NONOS_SDK_V1.5.4_16_05_20/lib; mkdir -p tmp; cd tmp; /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-ar x ../libcrypto.a; cd ..; /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-ar rs libwpa.a tmp/*.o
  597. Installing vendor SDK headers into toolchain sysroot
  598. Installing vendor SDK libs into toolchain sysroot
  599. Installing vendor SDK linker scripts into toolchain sysroot
  600. make -C lx106-hal -f ../Makefile _libhal
  601. make[1]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal'
  602. ../Makefile:180: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  603. ../Makefile:169: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
  604. autoreconf -i
  605. configure.ac:20: installing 'build-aux/ar-lib'
  606. configure.ac:19: installing 'build-aux/compile'
  607. configure.ac:14: installing 'build-aux/config.guess'
  608. configure.ac:14: installing 'build-aux/config.sub'
  609. configure.ac:10: installing 'build-aux/install-sh'
  610. configure.ac:10: installing 'build-aux/missing'
  611. src/Makefile.am: installing 'build-aux/depcomp'
  612. PATH=/home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin:/opt/ros/kinetic/bin:/home/hocarm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin ./configure --host=xtensa-lx106-elf --prefix=/home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr
  613. checking for a BSD-compatible install... /usr/bin/install -c
  614. checking whether build environment is sane... yes
  615. checking for xtensa-lx106-elf-strip... xtensa-lx106-elf-strip
  616. checking for a thread-safe mkdir -p... /bin/mkdir -p
  617. checking for gawk... gawk
  618. checking whether make sets $(MAKE)... yes
  619. checking whether make supports nested variables... yes
  620. checking build system type... x86_64-pc-linux-gnu
  621. checking host system type... xtensa-lx106-elf
  622. checking for style of include used by make... GNU
  623. checking for xtensa-lx106-elf-gcc... xtensa-lx106-elf-gcc
  624. checking whether the C compiler works... yes
  625. checking for C compiler default output file name... a.out
  626. checking for suffix of executables...
  627. checking whether we are cross compiling... yes
  628. checking for suffix of object files... o
  629. checking whether we are using the GNU C compiler... yes
  630. checking whether xtensa-lx106-elf-gcc accepts -g... yes
  631. checking for xtensa-lx106-elf-gcc option to accept ISO C89... none needed
  632. checking whether xtensa-lx106-elf-gcc understands -c and -o together... yes
  633. checking dependency style of xtensa-lx106-elf-gcc... gcc3
  634. checking dependency style of xtensa-lx106-elf-gcc... gcc3
  635. checking for xtensa-lx106-elf-ar... xtensa-lx106-elf-ar
  636. checking the archiver (xtensa-lx106-elf-ar) interface... ar
  637. checking for xtensa-lx106-elf-gcc... (cached) xtensa-lx106-elf-gcc
  638. checking whether we are using the GNU C compiler... (cached) yes
  639. checking whether xtensa-lx106-elf-gcc accepts -g... (cached) yes
  640. checking for xtensa-lx106-elf-gcc option to accept ISO C89... (cached) none needed
  641. checking whether xtensa-lx106-elf-gcc understands -c and -o together... (cached) yes
  642. checking dependency style of xtensa-lx106-elf-gcc... (cached) gcc3
  643. checking for xtensa-lx106-elf-ranlib... xtensa-lx106-elf-ranlib
  644. checking for call0 ABI... yes
  645. checking that generated files are newer than configure... done
  646. configure: creating ./config.status
  647. config.status: creating Makefile
  648. config.status: creating include/Makefile
  649. config.status: creating src/Makefile
  650. config.status: creating src/config.h
  651. config.status: executing depfiles commands
  652. PATH=/home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin:/opt/ros/kinetic/bin:/home/hocarm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin make
  653. make[2]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal'
  654. Making all in include
  655. make[3]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal/include'
  656. make[3]: Nothing to be done for 'all'.
  657. make[3]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal/include'
  658. Making all in src
  659. make[3]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal/src'
  660. sort "state.c" | uniq | gawk -F '[()]' ' \
  661.     /__SPLIT__.*_nw/ && !/__SPLIT__get_intpending_nw/ { next; } \
  662.     /^#.* defined\(__SPLIT__(\w+)\)/ { \
  663.         tag = $2; \
  664.         sub(/__SPLIT__/, "", tag); \
  665.         srcbase = "state"; \
  666.         srcsuffix = ".c"; \
  667.         print srcbase "--" tag srcsuffix ": state.c Makefile"; \
  668.         print "\techo \"#define " $2 "\" >\"$@.splittmp\""; \
  669.         print "\techo \"#include \\\"state.c\\\"\" >>\"$@.splittmp\""; \
  670.         print "\tmv \"$@.splittmp\" \"$@\""; \
  671.         print "libhal.a: " srcbase "--" tag ".$(OBJEXT)"; \
  672.         print "libhal_a_OBJECTS += " srcbase "--" tag ".$(OBJEXT)"; \
  673.     }' >"state.c-split.mk.splittmp"
  674. mv "state.c-split.mk.splittmp" "state.c-split.mk"
  675. sort "state_asm.S" | uniq | gawk -F '[()]' ' \
  676.     /__SPLIT__.*_nw/ && !/__SPLIT__get_intpending_nw/ { next; } \
  677.     /^#.* defined\(__SPLIT__(\w+)\)/ { \
  678.         tag = $2; \
  679.         sub(/__SPLIT__/, "", tag); \
  680.         srcbase = "state_asm"; \
  681.         srcsuffix = ".S"; \
  682.         print srcbase "--" tag srcsuffix ": state_asm.S Makefile"; \
  683.         print "\techo \"#define " $2 "\" >\"$@.splittmp\""; \
  684.         print "\techo \"#include \\\"state_asm.S\\\"\" >>\"$@.splittmp\""; \
  685.         print "\tmv \"$@.splittmp\" \"$@\""; \
  686.         print "libhal.a: " srcbase "--" tag ".$(OBJEXT)"; \
  687.         print "libhal_a_OBJECTS += " srcbase "--" tag ".$(OBJEXT)"; \
  688.     }' >"state_asm.S-split.mk.splittmp"
  689. mv "state_asm.S-split.mk.splittmp" "state_asm.S-split.mk"
  690. sort "mem_ecc_parity.S" | uniq | gawk -F '[()]' ' \
  691.     /__SPLIT__.*_nw/ && !/__SPLIT__get_intpending_nw/ { next; } \
  692.     /^#.* defined\(__SPLIT__(\w+)\)/ { \
  693.         tag = $2; \
  694.         sub(/__SPLIT__/, "", tag); \
  695.         srcbase = "mem_ecc_parity"; \
  696.         srcsuffix = ".S"; \
  697.         print srcbase "--" tag srcsuffix ": mem_ecc_parity.S Makefile"; \
  698.         print "\techo \"#define " $2 "\" >\"$@.splittmp\""; \
  699.         print "\techo \"#include \\\"mem_ecc_parity.S\\\"\" >>\"$@.splittmp\""; \
  700.         print "\tmv \"$@.splittmp\" \"$@\""; \
  701.         print "libhal.a: " srcbase "--" tag ".$(OBJEXT)"; \
  702.         print "libhal_a_OBJECTS += " srcbase "--" tag ".$(OBJEXT)"; \
  703.     }' >"mem_ecc_parity.S-split.mk.splittmp"
  704. mv "mem_ecc_parity.S-split.mk.splittmp" "mem_ecc_parity.S-split.mk"
  705. sort "interrupts.c" | uniq | gawk -F '[()]' ' \
  706.     /__SPLIT__.*_nw/ && !/__SPLIT__get_intpending_nw/ { next; } \
  707.     /^#.* defined\(__SPLIT__(\w+)\)/ { \
  708.         tag = $2; \
  709.         sub(/__SPLIT__/, "", tag); \
  710.         srcbase = "interrupts"; \
  711.         srcsuffix = ".c"; \
  712.         print srcbase "--" tag srcsuffix ": interrupts.c Makefile"; \
  713.         print "\techo \"#define " $2 "\" >\"$@.splittmp\""; \
  714.         print "\techo \"#include \\\"interrupts.c\\\"\" >>\"$@.splittmp\""; \
  715.         print "\tmv \"$@.splittmp\" \"$@\""; \
  716.         print "libhal.a: " srcbase "--" tag ".$(OBJEXT)"; \
  717.         print "libhal_a_OBJECTS += " srcbase "--" tag ".$(OBJEXT)"; \
  718.     }' >"interrupts.c-split.mk.splittmp"
  719. mv "interrupts.c-split.mk.splittmp" "interrupts.c-split.mk"
  720. sort "int_asm.S" | uniq | gawk -F '[()]' ' \
  721.     /__SPLIT__.*_nw/ && !/__SPLIT__get_intpending_nw/ { next; } \
  722.     /^#.* defined\(__SPLIT__(\w+)\)/ { \
  723.         tag = $2; \
  724.         sub(/__SPLIT__/, "", tag); \
  725.         srcbase = "int_asm"; \
  726.         srcsuffix = ".S"; \
  727.         print srcbase "--" tag srcsuffix ": int_asm.S Makefile"; \
  728.         print "\techo \"#define " $2 "\" >\"$@.splittmp\""; \
  729.         print "\techo \"#include \\\"int_asm.S\\\"\" >>\"$@.splittmp\""; \
  730.         print "\tmv \"$@.splittmp\" \"$@\""; \
  731.         print "libhal.a: " srcbase "--" tag ".$(OBJEXT)"; \
  732.         print "libhal_a_OBJECTS += " srcbase "--" tag ".$(OBJEXT)"; \
  733.     }' >"int_asm.S-split.mk.splittmp"
  734. mv "int_asm.S-split.mk.splittmp" "int_asm.S-split.mk"
  735. sort "cache_asm.S" | uniq | gawk -F '[()]' ' \
  736.     /__SPLIT__.*_nw/ && !/__SPLIT__get_intpending_nw/ { next; } \
  737.     /^#.* defined\(__SPLIT__(\w+)\)/ { \
  738.         tag = $2; \
  739.         sub(/__SPLIT__/, "", tag); \
  740.         srcbase = "cache_asm"; \
  741.         srcsuffix = ".S"; \
  742.         print srcbase "--" tag srcsuffix ": cache_asm.S Makefile"; \
  743.         print "\techo \"#define " $2 "\" >\"$@.splittmp\""; \
  744.         print "\techo \"#include \\\"cache_asm.S\\\"\" >>\"$@.splittmp\""; \
  745.         print "\tmv \"$@.splittmp\" \"$@\""; \
  746.         print "libhal.a: " srcbase "--" tag ".$(OBJEXT)"; \
  747.         print "libhal_a_OBJECTS += " srcbase "--" tag ".$(OBJEXT)"; \
  748.     }' >"cache_asm.S-split.mk.splittmp"
  749. mv "cache_asm.S-split.mk.splittmp" "cache_asm.S-split.mk"
  750. make  all-am
  751. make[4]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal/src'
  752. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT attribute.o -MD -MP -MF .deps/attribute.Tpo -c -o attribute.o attribute.c
  753. mv -f .deps/attribute.Tpo .deps/attribute.Po
  754. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c
  755. mv -f .deps/cache.Tpo .deps/cache.Po
  756. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT clock.o -MD -MP -MF .deps/clock.Tpo -c -o clock.o clock.S
  757. mv -f .deps/clock.Tpo .deps/clock.Po
  758. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT coherence.o -MD -MP -MF .deps/coherence.Tpo -c -o coherence.o coherence.c
  759. mv -f .deps/coherence.Tpo .deps/coherence.Po
  760. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c
  761. mv -f .deps/debug.Tpo .deps/debug.Po
  762. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT debug_hndlr.o -MD -MP -MF .deps/debug_hndlr.Tpo -c -o debug_hndlr.o debug_hndlr.S
  763. mv -f .deps/debug_hndlr.Tpo .deps/debug_hndlr.Po
  764. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT disass.o -MD -MP -MF .deps/disass.Tpo -c -o disass.o disass.c
  765. mv -f .deps/disass.Tpo .deps/disass.Po
  766. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT memcopy.o -MD -MP -MF .deps/memcopy.Tpo -c -o memcopy.o memcopy.S
  767. mv -f .deps/memcopy.Tpo .deps/memcopy.Po
  768. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c
  769. mv -f .deps/misc.Tpo .deps/misc.Po
  770. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT mmu.o -MD -MP -MF .deps/mmu.Tpo -c -o mmu.o mmu.c
  771. mv -f .deps/mmu.Tpo .deps/mmu.Po
  772. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT mp_asm.o -MD -MP -MF .deps/mp_asm.Tpo -c -o mp_asm.o mp_asm.S
  773. mv -f .deps/mp_asm.Tpo .deps/mp_asm.Po
  774. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT syscache_asm.o -MD -MP -MF .deps/syscache_asm.Tpo -c -o syscache_asm.o syscache_asm.S
  775. mv -f .deps/syscache_asm.Tpo .deps/syscache_asm.Po
  776. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT windowspill_asm.o -MD -MP -MF .deps/windowspill_asm.Tpo -c -o windowspill_asm.o windowspill_asm.S
  777. mv -f .deps/windowspill_asm.Tpo .deps/windowspill_asm.Po
  778. echo "#define __SPLIT__cache_coherence_off" >"cache_asm--cache_coherence_off.S.splittmp"
  779. echo "#include \"cache_asm.S\"" >>"cache_asm--cache_coherence_off.S.splittmp"
  780. mv "cache_asm--cache_coherence_off.S.splittmp" "cache_asm--cache_coherence_off.S"
  781. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--cache_coherence_off.o -MD -MP -MF .deps/cache_asm--cache_coherence_off.Tpo -c -o cache_asm--cache_coherence_off.o cache_asm--cache_coherence_off.S
  782. mv -f .deps/cache_asm--cache_coherence_off.Tpo .deps/cache_asm--cache_coherence_off.Po
  783. echo "#define __SPLIT__cache_coherence_on" >"cache_asm--cache_coherence_on.S.splittmp"
  784. echo "#include \"cache_asm.S\"" >>"cache_asm--cache_coherence_on.S.splittmp"
  785. mv "cache_asm--cache_coherence_on.S.splittmp" "cache_asm--cache_coherence_on.S"
  786. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--cache_coherence_on.o -MD -MP -MF .deps/cache_asm--cache_coherence_on.Tpo -c -o cache_asm--cache_coherence_on.o cache_asm--cache_coherence_on.S
  787. mv -f .deps/cache_asm--cache_coherence_on.Tpo .deps/cache_asm--cache_coherence_on.Po
  788. echo "#define __SPLIT__dcache_all_invalidate" >"cache_asm--dcache_all_invalidate.S.splittmp"
  789. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_all_invalidate.S.splittmp"
  790. mv "cache_asm--dcache_all_invalidate.S.splittmp" "cache_asm--dcache_all_invalidate.S"
  791. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_all_invalidate.o -MD -MP -MF .deps/cache_asm--dcache_all_invalidate.Tpo -c -o cache_asm--dcache_all_invalidate.o cache_asm--dcache_all_invalidate.S
  792. mv -f .deps/cache_asm--dcache_all_invalidate.Tpo .deps/cache_asm--dcache_all_invalidate.Po
  793. echo "#define __SPLIT__dcache_all_unlock" >"cache_asm--dcache_all_unlock.S.splittmp"
  794. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_all_unlock.S.splittmp"
  795. mv "cache_asm--dcache_all_unlock.S.splittmp" "cache_asm--dcache_all_unlock.S"
  796. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_all_unlock.o -MD -MP -MF .deps/cache_asm--dcache_all_unlock.Tpo -c -o cache_asm--dcache_all_unlock.o cache_asm--dcache_all_unlock.S
  797. mv -f .deps/cache_asm--dcache_all_unlock.Tpo .deps/cache_asm--dcache_all_unlock.Po
  798. echo "#define __SPLIT__dcache_all_writeback" >"cache_asm--dcache_all_writeback.S.splittmp"
  799. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_all_writeback.S.splittmp"
  800. mv "cache_asm--dcache_all_writeback.S.splittmp" "cache_asm--dcache_all_writeback.S"
  801. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_all_writeback.o -MD -MP -MF .deps/cache_asm--dcache_all_writeback.Tpo -c -o cache_asm--dcache_all_writeback.o cache_asm--dcache_all_writeback.S
  802. mv -f .deps/cache_asm--dcache_all_writeback.Tpo .deps/cache_asm--dcache_all_writeback.Po
  803. echo "#define __SPLIT__dcache_all_writeback_inv" >"cache_asm--dcache_all_writeback_inv.S.splittmp"
  804. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_all_writeback_inv.S.splittmp"
  805. mv "cache_asm--dcache_all_writeback_inv.S.splittmp" "cache_asm--dcache_all_writeback_inv.S"
  806. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_all_writeback_inv.o -MD -MP -MF .deps/cache_asm--dcache_all_writeback_inv.Tpo -c -o cache_asm--dcache_all_writeback_inv.o cache_asm--dcache_all_writeback_inv.S
  807. mv -f .deps/cache_asm--dcache_all_writeback_inv.Tpo .deps/cache_asm--dcache_all_writeback_inv.Po
  808. echo "#define __SPLIT__dcache_is_enabled" >"cache_asm--dcache_is_enabled.S.splittmp"
  809. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_is_enabled.S.splittmp"
  810. mv "cache_asm--dcache_is_enabled.S.splittmp" "cache_asm--dcache_is_enabled.S"
  811. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_is_enabled.o -MD -MP -MF .deps/cache_asm--dcache_is_enabled.Tpo -c -o cache_asm--dcache_is_enabled.o cache_asm--dcache_is_enabled.S
  812. mv -f .deps/cache_asm--dcache_is_enabled.Tpo .deps/cache_asm--dcache_is_enabled.Po
  813. echo "#define __SPLIT__dcache_line_invalidate" >"cache_asm--dcache_line_invalidate.S.splittmp"
  814. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_line_invalidate.S.splittmp"
  815. mv "cache_asm--dcache_line_invalidate.S.splittmp" "cache_asm--dcache_line_invalidate.S"
  816. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_line_invalidate.o -MD -MP -MF .deps/cache_asm--dcache_line_invalidate.Tpo -c -o cache_asm--dcache_line_invalidate.o cache_asm--dcache_line_invalidate.S
  817. mv -f .deps/cache_asm--dcache_line_invalidate.Tpo .deps/cache_asm--dcache_line_invalidate.Po
  818. echo "#define __SPLIT__dcache_line_lock" >"cache_asm--dcache_line_lock.S.splittmp"
  819. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_line_lock.S.splittmp"
  820. mv "cache_asm--dcache_line_lock.S.splittmp" "cache_asm--dcache_line_lock.S"
  821. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_line_lock.o -MD -MP -MF .deps/cache_asm--dcache_line_lock.Tpo -c -o cache_asm--dcache_line_lock.o cache_asm--dcache_line_lock.S
  822. mv -f .deps/cache_asm--dcache_line_lock.Tpo .deps/cache_asm--dcache_line_lock.Po
  823. echo "#define __SPLIT__dcache_line_unlock" >"cache_asm--dcache_line_unlock.S.splittmp"
  824. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_line_unlock.S.splittmp"
  825. mv "cache_asm--dcache_line_unlock.S.splittmp" "cache_asm--dcache_line_unlock.S"
  826. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_line_unlock.o -MD -MP -MF .deps/cache_asm--dcache_line_unlock.Tpo -c -o cache_asm--dcache_line_unlock.o cache_asm--dcache_line_unlock.S
  827. mv -f .deps/cache_asm--dcache_line_unlock.Tpo .deps/cache_asm--dcache_line_unlock.Po
  828. echo "#define __SPLIT__dcache_line_writeback" >"cache_asm--dcache_line_writeback.S.splittmp"
  829. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_line_writeback.S.splittmp"
  830. mv "cache_asm--dcache_line_writeback.S.splittmp" "cache_asm--dcache_line_writeback.S"
  831. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_line_writeback.o -MD -MP -MF .deps/cache_asm--dcache_line_writeback.Tpo -c -o cache_asm--dcache_line_writeback.o cache_asm--dcache_line_writeback.S
  832. mv -f .deps/cache_asm--dcache_line_writeback.Tpo .deps/cache_asm--dcache_line_writeback.Po
  833. echo "#define __SPLIT__dcache_line_writeback_inv" >"cache_asm--dcache_line_writeback_inv.S.splittmp"
  834. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_line_writeback_inv.S.splittmp"
  835. mv "cache_asm--dcache_line_writeback_inv.S.splittmp" "cache_asm--dcache_line_writeback_inv.S"
  836. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_line_writeback_inv.o -MD -MP -MF .deps/cache_asm--dcache_line_writeback_inv.Tpo -c -o cache_asm--dcache_line_writeback_inv.o cache_asm--dcache_line_writeback_inv.S
  837. mv -f .deps/cache_asm--dcache_line_writeback_inv.Tpo .deps/cache_asm--dcache_line_writeback_inv.Po
  838. echo "#define __SPLIT__dcache_region_invalidate" >"cache_asm--dcache_region_invalidate.S.splittmp"
  839. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_region_invalidate.S.splittmp"
  840. mv "cache_asm--dcache_region_invalidate.S.splittmp" "cache_asm--dcache_region_invalidate.S"
  841. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_region_invalidate.o -MD -MP -MF .deps/cache_asm--dcache_region_invalidate.Tpo -c -o cache_asm--dcache_region_invalidate.o cache_asm--dcache_region_invalidate.S
  842. mv -f .deps/cache_asm--dcache_region_invalidate.Tpo .deps/cache_asm--dcache_region_invalidate.Po
  843. echo "#define __SPLIT__dcache_region_lock" >"cache_asm--dcache_region_lock.S.splittmp"
  844. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_region_lock.S.splittmp"
  845. mv "cache_asm--dcache_region_lock.S.splittmp" "cache_asm--dcache_region_lock.S"
  846. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_region_lock.o -MD -MP -MF .deps/cache_asm--dcache_region_lock.Tpo -c -o cache_asm--dcache_region_lock.o cache_asm--dcache_region_lock.S
  847. mv -f .deps/cache_asm--dcache_region_lock.Tpo .deps/cache_asm--dcache_region_lock.Po
  848. echo "#define __SPLIT__dcache_region_unlock" >"cache_asm--dcache_region_unlock.S.splittmp"
  849. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_region_unlock.S.splittmp"
  850. mv "cache_asm--dcache_region_unlock.S.splittmp" "cache_asm--dcache_region_unlock.S"
  851. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_region_unlock.o -MD -MP -MF .deps/cache_asm--dcache_region_unlock.Tpo -c -o cache_asm--dcache_region_unlock.o cache_asm--dcache_region_unlock.S
  852. mv -f .deps/cache_asm--dcache_region_unlock.Tpo .deps/cache_asm--dcache_region_unlock.Po
  853. echo "#define __SPLIT__dcache_region_writeback" >"cache_asm--dcache_region_writeback.S.splittmp"
  854. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_region_writeback.S.splittmp"
  855. mv "cache_asm--dcache_region_writeback.S.splittmp" "cache_asm--dcache_region_writeback.S"
  856. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_region_writeback.o -MD -MP -MF .deps/cache_asm--dcache_region_writeback.Tpo -c -o cache_asm--dcache_region_writeback.o cache_asm--dcache_region_writeback.S
  857. mv -f .deps/cache_asm--dcache_region_writeback.Tpo .deps/cache_asm--dcache_region_writeback.Po
  858. echo "#define __SPLIT__dcache_region_writeback_inv" >"cache_asm--dcache_region_writeback_inv.S.splittmp"
  859. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_region_writeback_inv.S.splittmp"
  860. mv "cache_asm--dcache_region_writeback_inv.S.splittmp" "cache_asm--dcache_region_writeback_inv.S"
  861. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_region_writeback_inv.o -MD -MP -MF .deps/cache_asm--dcache_region_writeback_inv.Tpo -c -o cache_asm--dcache_region_writeback_inv.o cache_asm--dcache_region_writeback_inv.S
  862. mv -f .deps/cache_asm--dcache_region_writeback_inv.Tpo .deps/cache_asm--dcache_region_writeback_inv.Po
  863. echo "#define __SPLIT__dcache_sync" >"cache_asm--dcache_sync.S.splittmp"
  864. echo "#include \"cache_asm.S\"" >>"cache_asm--dcache_sync.S.splittmp"
  865. mv "cache_asm--dcache_sync.S.splittmp" "cache_asm--dcache_sync.S"
  866. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--dcache_sync.o -MD -MP -MF .deps/cache_asm--dcache_sync.Tpo -c -o cache_asm--dcache_sync.o cache_asm--dcache_sync.S
  867. mv -f .deps/cache_asm--dcache_sync.Tpo .deps/cache_asm--dcache_sync.Po
  868. echo "#define __SPLIT__get_cache_prefetch" >"cache_asm--get_cache_prefetch.S.splittmp"
  869. echo "#include \"cache_asm.S\"" >>"cache_asm--get_cache_prefetch.S.splittmp"
  870. mv "cache_asm--get_cache_prefetch.S.splittmp" "cache_asm--get_cache_prefetch.S"
  871. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--get_cache_prefetch.o -MD -MP -MF .deps/cache_asm--get_cache_prefetch.Tpo -c -o cache_asm--get_cache_prefetch.o cache_asm--get_cache_prefetch.S
  872. mv -f .deps/cache_asm--get_cache_prefetch.Tpo .deps/cache_asm--get_cache_prefetch.Po
  873. echo "#define __SPLIT__get_icacheattr" >"cache_asm--get_icacheattr.S.splittmp"
  874. echo "#include \"cache_asm.S\"" >>"cache_asm--get_icacheattr.S.splittmp"
  875. mv "cache_asm--get_icacheattr.S.splittmp" "cache_asm--get_icacheattr.S"
  876. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--get_icacheattr.o -MD -MP -MF .deps/cache_asm--get_icacheattr.Tpo -c -o cache_asm--get_icacheattr.o cache_asm--get_icacheattr.S
  877. mv -f .deps/cache_asm--get_icacheattr.Tpo .deps/cache_asm--get_icacheattr.Po
  878. echo "#define __SPLIT__hw_configid0" >"cache_asm--hw_configid0.S.splittmp"
  879. echo "#include \"cache_asm.S\"" >>"cache_asm--hw_configid0.S.splittmp"
  880. mv "cache_asm--hw_configid0.S.splittmp" "cache_asm--hw_configid0.S"
  881. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--hw_configid0.o -MD -MP -MF .deps/cache_asm--hw_configid0.Tpo -c -o cache_asm--hw_configid0.o cache_asm--hw_configid0.S
  882. mv -f .deps/cache_asm--hw_configid0.Tpo .deps/cache_asm--hw_configid0.Po
  883. echo "#define __SPLIT__hw_configid1" >"cache_asm--hw_configid1.S.splittmp"
  884. echo "#include \"cache_asm.S\"" >>"cache_asm--hw_configid1.S.splittmp"
  885. mv "cache_asm--hw_configid1.S.splittmp" "cache_asm--hw_configid1.S"
  886. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--hw_configid1.o -MD -MP -MF .deps/cache_asm--hw_configid1.Tpo -c -o cache_asm--hw_configid1.o cache_asm--hw_configid1.S
  887. mv -f .deps/cache_asm--hw_configid1.Tpo .deps/cache_asm--hw_configid1.Po
  888. echo "#define __SPLIT__icache_all_unlock" >"cache_asm--icache_all_unlock.S.splittmp"
  889. echo "#include \"cache_asm.S\"" >>"cache_asm--icache_all_unlock.S.splittmp"
  890. mv "cache_asm--icache_all_unlock.S.splittmp" "cache_asm--icache_all_unlock.S"
  891. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--icache_all_unlock.o -MD -MP -MF .deps/cache_asm--icache_all_unlock.Tpo -c -o cache_asm--icache_all_unlock.o cache_asm--icache_all_unlock.S
  892. mv -f .deps/cache_asm--icache_all_unlock.Tpo .deps/cache_asm--icache_all_unlock.Po
  893. echo "#define __SPLIT__icache_line_invalidate" >"cache_asm--icache_line_invalidate.S.splittmp"
  894. echo "#include \"cache_asm.S\"" >>"cache_asm--icache_line_invalidate.S.splittmp"
  895. mv "cache_asm--icache_line_invalidate.S.splittmp" "cache_asm--icache_line_invalidate.S"
  896. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--icache_line_invalidate.o -MD -MP -MF .deps/cache_asm--icache_line_invalidate.Tpo -c -o cache_asm--icache_line_invalidate.o cache_asm--icache_line_invalidate.S
  897. mv -f .deps/cache_asm--icache_line_invalidate.Tpo .deps/cache_asm--icache_line_invalidate.Po
  898. echo "#define __SPLIT__icache_line_lock" >"cache_asm--icache_line_lock.S.splittmp"
  899. echo "#include \"cache_asm.S\"" >>"cache_asm--icache_line_lock.S.splittmp"
  900. mv "cache_asm--icache_line_lock.S.splittmp" "cache_asm--icache_line_lock.S"
  901. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--icache_line_lock.o -MD -MP -MF .deps/cache_asm--icache_line_lock.Tpo -c -o cache_asm--icache_line_lock.o cache_asm--icache_line_lock.S
  902. mv -f .deps/cache_asm--icache_line_lock.Tpo .deps/cache_asm--icache_line_lock.Po
  903. echo "#define __SPLIT__icache_line_unlock" >"cache_asm--icache_line_unlock.S.splittmp"
  904. echo "#include \"cache_asm.S\"" >>"cache_asm--icache_line_unlock.S.splittmp"
  905. mv "cache_asm--icache_line_unlock.S.splittmp" "cache_asm--icache_line_unlock.S"
  906. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--icache_line_unlock.o -MD -MP -MF .deps/cache_asm--icache_line_unlock.Tpo -c -o cache_asm--icache_line_unlock.o cache_asm--icache_line_unlock.S
  907. mv -f .deps/cache_asm--icache_line_unlock.Tpo .deps/cache_asm--icache_line_unlock.Po
  908. echo "#define __SPLIT__icache_region_invalidate" >"cache_asm--icache_region_invalidate.S.splittmp"
  909. echo "#include \"cache_asm.S\"" >>"cache_asm--icache_region_invalidate.S.splittmp"
  910. mv "cache_asm--icache_region_invalidate.S.splittmp" "cache_asm--icache_region_invalidate.S"
  911. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--icache_region_invalidate.o -MD -MP -MF .deps/cache_asm--icache_region_invalidate.Tpo -c -o cache_asm--icache_region_invalidate.o cache_asm--icache_region_invalidate.S
  912. mv -f .deps/cache_asm--icache_region_invalidate.Tpo .deps/cache_asm--icache_region_invalidate.Po
  913. echo "#define __SPLIT__icache_region_lock" >"cache_asm--icache_region_lock.S.splittmp"
  914. echo "#include \"cache_asm.S\"" >>"cache_asm--icache_region_lock.S.splittmp"
  915. mv "cache_asm--icache_region_lock.S.splittmp" "cache_asm--icache_region_lock.S"
  916. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--icache_region_lock.o -MD -MP -MF .deps/cache_asm--icache_region_lock.Tpo -c -o cache_asm--icache_region_lock.o cache_asm--icache_region_lock.S
  917. mv -f .deps/cache_asm--icache_region_lock.Tpo .deps/cache_asm--icache_region_lock.Po
  918. echo "#define __SPLIT__icache_region_unlock" >"cache_asm--icache_region_unlock.S.splittmp"
  919. echo "#include \"cache_asm.S\"" >>"cache_asm--icache_region_unlock.S.splittmp"
  920. mv "cache_asm--icache_region_unlock.S.splittmp" "cache_asm--icache_region_unlock.S"
  921. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--icache_region_unlock.o -MD -MP -MF .deps/cache_asm--icache_region_unlock.Tpo -c -o cache_asm--icache_region_unlock.o cache_asm--icache_region_unlock.S
  922. mv -f .deps/cache_asm--icache_region_unlock.Tpo .deps/cache_asm--icache_region_unlock.Po
  923. echo "#define __SPLIT__icache_sync" >"cache_asm--icache_sync.S.splittmp"
  924. echo "#include \"cache_asm.S\"" >>"cache_asm--icache_sync.S.splittmp"
  925. mv "cache_asm--icache_sync.S.splittmp" "cache_asm--icache_sync.S"
  926. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--icache_sync.o -MD -MP -MF .deps/cache_asm--icache_sync.Tpo -c -o cache_asm--icache_sync.o cache_asm--icache_sync.S
  927. mv -f .deps/cache_asm--icache_sync.Tpo .deps/cache_asm--icache_sync.Po
  928. echo "#define __SPLIT__release_major" >"cache_asm--release_major.S.splittmp"
  929. echo "#include \"cache_asm.S\"" >>"cache_asm--release_major.S.splittmp"
  930. mv "cache_asm--release_major.S.splittmp" "cache_asm--release_major.S"
  931. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--release_major.o -MD -MP -MF .deps/cache_asm--release_major.Tpo -c -o cache_asm--release_major.o cache_asm--release_major.S
  932. mv -f .deps/cache_asm--release_major.Tpo .deps/cache_asm--release_major.Po
  933. echo "#define __SPLIT__release_minor" >"cache_asm--release_minor.S.splittmp"
  934. echo "#include \"cache_asm.S\"" >>"cache_asm--release_minor.S.splittmp"
  935. mv "cache_asm--release_minor.S.splittmp" "cache_asm--release_minor.S"
  936. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--release_minor.o -MD -MP -MF .deps/cache_asm--release_minor.Tpo -c -o cache_asm--release_minor.o cache_asm--release_minor.S
  937. mv -f .deps/cache_asm--release_minor.Tpo .deps/cache_asm--release_minor.Po
  938. echo "#define __SPLIT__set_cache_prefetch" >"cache_asm--set_cache_prefetch.S.splittmp"
  939. echo "#include \"cache_asm.S\"" >>"cache_asm--set_cache_prefetch.S.splittmp"
  940. mv "cache_asm--set_cache_prefetch.S.splittmp" "cache_asm--set_cache_prefetch.S"
  941. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--set_cache_prefetch.o -MD -MP -MF .deps/cache_asm--set_cache_prefetch.Tpo -c -o cache_asm--set_cache_prefetch.o cache_asm--set_cache_prefetch.S
  942. mv -f .deps/cache_asm--set_cache_prefetch.Tpo .deps/cache_asm--set_cache_prefetch.Po
  943. echo "#define __SPLIT__set_dcacheattr" >"cache_asm--set_dcacheattr.S.splittmp"
  944. echo "#include \"cache_asm.S\"" >>"cache_asm--set_dcacheattr.S.splittmp"
  945. mv "cache_asm--set_dcacheattr.S.splittmp" "cache_asm--set_dcacheattr.S"
  946. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--set_dcacheattr.o -MD -MP -MF .deps/cache_asm--set_dcacheattr.Tpo -c -o cache_asm--set_dcacheattr.o cache_asm--set_dcacheattr.S
  947. mv -f .deps/cache_asm--set_dcacheattr.Tpo .deps/cache_asm--set_dcacheattr.Po
  948. echo "#define __SPLIT__get_cacheattr" >"cache_asm--get_cacheattr.S.splittmp"
  949. echo "#include \"cache_asm.S\"" >>"cache_asm--get_cacheattr.S.splittmp"
  950. mv "cache_asm--get_cacheattr.S.splittmp" "cache_asm--get_cacheattr.S"
  951. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--get_cacheattr.o -MD -MP -MF .deps/cache_asm--get_cacheattr.Tpo -c -o cache_asm--get_cacheattr.o cache_asm--get_cacheattr.S
  952. mv -f .deps/cache_asm--get_cacheattr.Tpo .deps/cache_asm--get_cacheattr.Po
  953. echo "#define __SPLIT__icache_all_invalidate" >"cache_asm--icache_all_invalidate.S.splittmp"
  954. echo "#include \"cache_asm.S\"" >>"cache_asm--icache_all_invalidate.S.splittmp"
  955. mv "cache_asm--icache_all_invalidate.S.splittmp" "cache_asm--icache_all_invalidate.S"
  956. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--icache_all_invalidate.o -MD -MP -MF .deps/cache_asm--icache_all_invalidate.Tpo -c -o cache_asm--icache_all_invalidate.o cache_asm--icache_all_invalidate.S
  957. mv -f .deps/cache_asm--icache_all_invalidate.Tpo .deps/cache_asm--icache_all_invalidate.Po
  958. echo "#define __SPLIT__icache_is_enabled" >"cache_asm--icache_is_enabled.S.splittmp"
  959. echo "#include \"cache_asm.S\"" >>"cache_asm--icache_is_enabled.S.splittmp"
  960. mv "cache_asm--icache_is_enabled.S.splittmp" "cache_asm--icache_is_enabled.S"
  961. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--icache_is_enabled.o -MD -MP -MF .deps/cache_asm--icache_is_enabled.Tpo -c -o cache_asm--icache_is_enabled.o cache_asm--icache_is_enabled.S
  962. mv -f .deps/cache_asm--icache_is_enabled.Tpo .deps/cache_asm--icache_is_enabled.Po
  963. echo "#define __SPLIT__idcache_is_enabled" >"cache_asm--idcache_is_enabled.S.splittmp"
  964. echo "#include \"cache_asm.S\"" >>"cache_asm--idcache_is_enabled.S.splittmp"
  965. mv "cache_asm--idcache_is_enabled.S.splittmp" "cache_asm--idcache_is_enabled.S"
  966. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--idcache_is_enabled.o -MD -MP -MF .deps/cache_asm--idcache_is_enabled.Tpo -c -o cache_asm--idcache_is_enabled.o cache_asm--idcache_is_enabled.S
  967. mv -f .deps/cache_asm--idcache_is_enabled.Tpo .deps/cache_asm--idcache_is_enabled.Po
  968. echo "#define __SPLIT__set_cacheattr" >"cache_asm--set_cacheattr.S.splittmp"
  969. echo "#include \"cache_asm.S\"" >>"cache_asm--set_cacheattr.S.splittmp"
  970. mv "cache_asm--set_cacheattr.S.splittmp" "cache_asm--set_cacheattr.S"
  971. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--set_cacheattr.o -MD -MP -MF .deps/cache_asm--set_cacheattr.Tpo -c -o cache_asm--set_cacheattr.o cache_asm--set_cacheattr.S
  972. mv -f .deps/cache_asm--set_cacheattr.Tpo .deps/cache_asm--set_cacheattr.Po
  973. echo "#define __SPLIT__set_icacheattr" >"cache_asm--set_icacheattr.S.splittmp"
  974. echo "#include \"cache_asm.S\"" >>"cache_asm--set_icacheattr.S.splittmp"
  975. mv "cache_asm--set_icacheattr.S.splittmp" "cache_asm--set_icacheattr.S"
  976. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--set_icacheattr.o -MD -MP -MF .deps/cache_asm--set_icacheattr.Tpo -c -o cache_asm--set_icacheattr.o cache_asm--set_icacheattr.S
  977. mv -f .deps/cache_asm--set_icacheattr.Tpo .deps/cache_asm--set_icacheattr.Po
  978. echo "#define __SPLIT__set_idcacheattr" >"cache_asm--set_idcacheattr.S.splittmp"
  979. echo "#include \"cache_asm.S\"" >>"cache_asm--set_idcacheattr.S.splittmp"
  980. mv "cache_asm--set_idcacheattr.S.splittmp" "cache_asm--set_idcacheattr.S"
  981. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT cache_asm--set_idcacheattr.o -MD -MP -MF .deps/cache_asm--set_idcacheattr.Tpo -c -o cache_asm--set_idcacheattr.o cache_asm--set_idcacheattr.S
  982. mv -f .deps/cache_asm--set_idcacheattr.Tpo .deps/cache_asm--set_idcacheattr.Po
  983. echo "#define __SPLIT__get_interrupt" >"int_asm--get_interrupt.S.splittmp"
  984. echo "#include \"int_asm.S\"" >>"int_asm--get_interrupt.S.splittmp"
  985. mv "int_asm--get_interrupt.S.splittmp" "int_asm--get_interrupt.S"
  986. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT int_asm--get_interrupt.o -MD -MP -MF .deps/int_asm--get_interrupt.Tpo -c -o int_asm--get_interrupt.o int_asm--get_interrupt.S
  987. mv -f .deps/int_asm--get_interrupt.Tpo .deps/int_asm--get_interrupt.Po
  988. echo "#define __SPLIT__get_intpending_nw" >"int_asm--get_intpending_nw.S.splittmp"
  989. echo "#include \"int_asm.S\"" >>"int_asm--get_intpending_nw.S.splittmp"
  990. mv "int_asm--get_intpending_nw.S.splittmp" "int_asm--get_intpending_nw.S"
  991. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT int_asm--get_intpending_nw.o -MD -MP -MF .deps/int_asm--get_intpending_nw.Tpo -c -o int_asm--get_intpending_nw.o int_asm--get_intpending_nw.S
  992. mv -f .deps/int_asm--get_intpending_nw.Tpo .deps/int_asm--get_intpending_nw.Po
  993. echo "#define __SPLIT__get_vpri" >"int_asm--get_vpri.S.splittmp"
  994. echo "#include \"int_asm.S\"" >>"int_asm--get_vpri.S.splittmp"
  995. mv "int_asm--get_vpri.S.splittmp" "int_asm--get_vpri.S"
  996. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT int_asm--get_vpri.o -MD -MP -MF .deps/int_asm--get_vpri.Tpo -c -o int_asm--get_vpri.o int_asm--get_vpri.S
  997. mv -f .deps/int_asm--get_vpri.Tpo .deps/int_asm--get_vpri.Po
  998. echo "#define __SPLIT__set_intclear" >"int_asm--set_intclear.S.splittmp"
  999. echo "#include \"int_asm.S\"" >>"int_asm--set_intclear.S.splittmp"
  1000. mv "int_asm--set_intclear.S.splittmp" "int_asm--set_intclear.S"
  1001. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT int_asm--set_intclear.o -MD -MP -MF .deps/int_asm--set_intclear.Tpo -c -o int_asm--set_intclear.o int_asm--set_intclear.S
  1002. mv -f .deps/int_asm--set_intclear.Tpo .deps/int_asm--set_intclear.Po
  1003. echo "#define __SPLIT__set_intenable" >"int_asm--set_intenable.S.splittmp"
  1004. echo "#include \"int_asm.S\"" >>"int_asm--set_intenable.S.splittmp"
  1005. mv "int_asm--set_intenable.S.splittmp" "int_asm--set_intenable.S"
  1006. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT int_asm--set_intenable.o -MD -MP -MF .deps/int_asm--set_intenable.Tpo -c -o int_asm--set_intenable.o int_asm--set_intenable.S
  1007. mv -f .deps/int_asm--set_intenable.Tpo .deps/int_asm--set_intenable.Po
  1008. echo "#define __SPLIT__set_intset" >"int_asm--set_intset.S.splittmp"
  1009. echo "#include \"int_asm.S\"" >>"int_asm--set_intset.S.splittmp"
  1010. mv "int_asm--set_intset.S.splittmp" "int_asm--set_intset.S"
  1011. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT int_asm--set_intset.o -MD -MP -MF .deps/int_asm--set_intset.Tpo -c -o int_asm--set_intset.o int_asm--set_intset.S
  1012. mv -f .deps/int_asm--set_intset.Tpo .deps/int_asm--set_intset.Po
  1013. echo "#define __SPLIT__set_vpri" >"int_asm--set_vpri.S.splittmp"
  1014. echo "#include \"int_asm.S\"" >>"int_asm--set_vpri.S.splittmp"
  1015. mv "int_asm--set_vpri.S.splittmp" "int_asm--set_vpri.S"
  1016. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT int_asm--set_vpri.o -MD -MP -MF .deps/int_asm--set_vpri.Tpo -c -o int_asm--set_vpri.o int_asm--set_vpri.S
  1017. mv -f .deps/int_asm--set_vpri.Tpo .deps/int_asm--set_vpri.Po
  1018. echo "#define __SPLIT__vpri_lock" >"int_asm--vpri_lock.S.splittmp"
  1019. echo "#include \"int_asm.S\"" >>"int_asm--vpri_lock.S.splittmp"
  1020. mv "int_asm--vpri_lock.S.splittmp" "int_asm--vpri_lock.S"
  1021. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT int_asm--vpri_lock.o -MD -MP -MF .deps/int_asm--vpri_lock.Tpo -c -o int_asm--vpri_lock.o int_asm--vpri_lock.S
  1022. mv -f .deps/int_asm--vpri_lock.Tpo .deps/int_asm--vpri_lock.Po
  1023. echo "#define __SPLIT__vpri_unlock" >"int_asm--vpri_unlock.S.splittmp"
  1024. echo "#include \"int_asm.S\"" >>"int_asm--vpri_unlock.S.splittmp"
  1025. mv "int_asm--vpri_unlock.S.splittmp" "int_asm--vpri_unlock.S"
  1026. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT int_asm--vpri_unlock.o -MD -MP -MF .deps/int_asm--vpri_unlock.Tpo -c -o int_asm--vpri_unlock.o int_asm--vpri_unlock.S
  1027. mv -f .deps/int_asm--vpri_unlock.Tpo .deps/int_asm--vpri_unlock.Po
  1028. echo "#define __SPLIT__get_intenable" >"int_asm--get_intenable.S.splittmp"
  1029. echo "#include \"int_asm.S\"" >>"int_asm--get_intenable.S.splittmp"
  1030. mv "int_asm--get_intenable.S.splittmp" "int_asm--get_intenable.S"
  1031. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT int_asm--get_intenable.o -MD -MP -MF .deps/int_asm--get_intenable.Tpo -c -o int_asm--get_intenable.o int_asm--get_intenable.S
  1032. mv -f .deps/int_asm--get_intenable.Tpo .deps/int_asm--get_intenable.Po
  1033. echo "#define __SPLIT__deprecated" >"interrupts--deprecated.c.splittmp"
  1034. echo "#include \"interrupts.c\"" >>"interrupts--deprecated.c.splittmp"
  1035. mv "interrupts--deprecated.c.splittmp" "interrupts--deprecated.c"
  1036. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--deprecated.o -MD -MP -MF .deps/interrupts--deprecated.Tpo -c -o interrupts--deprecated.o interrupts--deprecated.c
  1037. mv -f .deps/interrupts--deprecated.Tpo .deps/interrupts--deprecated.Po
  1038. echo "#define __SPLIT__excm_level" >"interrupts--excm_level.c.splittmp"
  1039. echo "#include \"interrupts.c\"" >>"interrupts--excm_level.c.splittmp"
  1040. mv "interrupts--excm_level.c.splittmp" "interrupts--excm_level.c"
  1041. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--excm_level.o -MD -MP -MF .deps/interrupts--excm_level.Tpo -c -o interrupts--excm_level.o interrupts--excm_level.c
  1042. mv -f .deps/interrupts--excm_level.Tpo .deps/interrupts--excm_level.Po
  1043. echo "#define __SPLIT__get_int_vpri" >"interrupts--get_int_vpri.c.splittmp"
  1044. echo "#include \"interrupts.c\"" >>"interrupts--get_int_vpri.c.splittmp"
  1045. mv "interrupts--get_int_vpri.c.splittmp" "interrupts--get_int_vpri.c"
  1046. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--get_int_vpri.o -MD -MP -MF .deps/interrupts--get_int_vpri.Tpo -c -o interrupts--get_int_vpri.o interrupts--get_int_vpri.c
  1047. mv -f .deps/interrupts--get_int_vpri.Tpo .deps/interrupts--get_int_vpri.Po
  1048. echo "#define __SPLIT__get_vpri_locklevel" >"interrupts--get_vpri_locklevel.c.splittmp"
  1049. echo "#include \"interrupts.c\"" >>"interrupts--get_vpri_locklevel.c.splittmp"
  1050. mv "interrupts--get_vpri_locklevel.c.splittmp" "interrupts--get_vpri_locklevel.c"
  1051. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--get_vpri_locklevel.o -MD -MP -MF .deps/interrupts--get_vpri_locklevel.Tpo -c -o interrupts--get_vpri_locklevel.o interrupts--get_vpri_locklevel.c
  1052. mv -f .deps/interrupts--get_vpri_locklevel.Tpo .deps/interrupts--get_vpri_locklevel.Po
  1053. echo "#define __SPLIT__intlevel" >"interrupts--intlevel.c.splittmp"
  1054. echo "#include \"interrupts.c\"" >>"interrupts--intlevel.c.splittmp"
  1055. mv "interrupts--intlevel.c.splittmp" "interrupts--intlevel.c"
  1056. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--intlevel.o -MD -MP -MF .deps/interrupts--intlevel.Tpo -c -o interrupts--intlevel.o interrupts--intlevel.c
  1057. mv -f .deps/interrupts--intlevel.Tpo .deps/interrupts--intlevel.Po
  1058. echo "#define __SPLIT__intlevel_andbelow_mask" >"interrupts--intlevel_andbelow_mask.c.splittmp"
  1059. echo "#include \"interrupts.c\"" >>"interrupts--intlevel_andbelow_mask.c.splittmp"
  1060. mv "interrupts--intlevel_andbelow_mask.c.splittmp" "interrupts--intlevel_andbelow_mask.c"
  1061. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--intlevel_andbelow_mask.o -MD -MP -MF .deps/interrupts--intlevel_andbelow_mask.Tpo -c -o interrupts--intlevel_andbelow_mask.o interrupts--intlevel_andbelow_mask.c
  1062. mv -f .deps/interrupts--intlevel_andbelow_mask.Tpo .deps/interrupts--intlevel_andbelow_mask.Po
  1063. echo "#define __SPLIT__intlevel_mask" >"interrupts--intlevel_mask.c.splittmp"
  1064. echo "#include \"interrupts.c\"" >>"interrupts--intlevel_mask.c.splittmp"
  1065. mv "interrupts--intlevel_mask.c.splittmp" "interrupts--intlevel_mask.c"
  1066. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--intlevel_mask.o -MD -MP -MF .deps/interrupts--intlevel_mask.Tpo -c -o interrupts--intlevel_mask.o interrupts--intlevel_mask.c
  1067. mv -f .deps/interrupts--intlevel_mask.Tpo .deps/interrupts--intlevel_mask.Po
  1068. echo "#define __SPLIT__intlevel_to_vpri" >"interrupts--intlevel_to_vpri.c.splittmp"
  1069. echo "#include \"interrupts.c\"" >>"interrupts--intlevel_to_vpri.c.splittmp"
  1070. mv "interrupts--intlevel_to_vpri.c.splittmp" "interrupts--intlevel_to_vpri.c"
  1071. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--intlevel_to_vpri.o -MD -MP -MF .deps/interrupts--intlevel_to_vpri.Tpo -c -o interrupts--intlevel_to_vpri.o interrupts--intlevel_to_vpri.c
  1072. mv -f .deps/interrupts--intlevel_to_vpri.Tpo .deps/interrupts--intlevel_to_vpri.Po
  1073. echo "#define __SPLIT__inttype" >"interrupts--inttype.c.splittmp"
  1074. echo "#include \"interrupts.c\"" >>"interrupts--inttype.c.splittmp"
  1075. mv "interrupts--inttype.c.splittmp" "interrupts--inttype.c"
  1076. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--inttype.o -MD -MP -MF .deps/interrupts--inttype.Tpo -c -o interrupts--inttype.o interrupts--inttype.c
  1077. mv -f .deps/interrupts--inttype.Tpo .deps/interrupts--inttype.Po
  1078. echo "#define __SPLIT__inttype_mask" >"interrupts--inttype_mask.c.splittmp"
  1079. echo "#include \"interrupts.c\"" >>"interrupts--inttype_mask.c.splittmp"
  1080. mv "interrupts--inttype_mask.c.splittmp" "interrupts--inttype_mask.c"
  1081. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--inttype_mask.o -MD -MP -MF .deps/interrupts--inttype_mask.Tpo -c -o interrupts--inttype_mask.o interrupts--inttype_mask.c
  1082. mv -f .deps/interrupts--inttype_mask.Tpo .deps/interrupts--inttype_mask.Po
  1083. echo "#define __SPLIT__num_interrupts" >"interrupts--num_interrupts.c.splittmp"
  1084. echo "#include \"interrupts.c\"" >>"interrupts--num_interrupts.c.splittmp"
  1085. mv "interrupts--num_interrupts.c.splittmp" "interrupts--num_interrupts.c"
  1086. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--num_interrupts.o -MD -MP -MF .deps/interrupts--num_interrupts.Tpo -c -o interrupts--num_interrupts.o interrupts--num_interrupts.c
  1087. mv -f .deps/interrupts--num_interrupts.Tpo .deps/interrupts--num_interrupts.Po
  1088. echo "#define __SPLIT__set_int_vpri" >"interrupts--set_int_vpri.c.splittmp"
  1089. echo "#include \"interrupts.c\"" >>"interrupts--set_int_vpri.c.splittmp"
  1090. mv "interrupts--set_int_vpri.c.splittmp" "interrupts--set_int_vpri.c"
  1091. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--set_int_vpri.o -MD -MP -MF .deps/interrupts--set_int_vpri.Tpo -c -o interrupts--set_int_vpri.o interrupts--set_int_vpri.c
  1092. mv -f .deps/interrupts--set_int_vpri.Tpo .deps/interrupts--set_int_vpri.Po
  1093. echo "#define __SPLIT__set_vpri_locklevel" >"interrupts--set_vpri_locklevel.c.splittmp"
  1094. echo "#include \"interrupts.c\"" >>"interrupts--set_vpri_locklevel.c.splittmp"
  1095. mv "interrupts--set_vpri_locklevel.c.splittmp" "interrupts--set_vpri_locklevel.c"
  1096. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--set_vpri_locklevel.o -MD -MP -MF .deps/interrupts--set_vpri_locklevel.Tpo -c -o interrupts--set_vpri_locklevel.o interrupts--set_vpri_locklevel.c
  1097. mv -f .deps/interrupts--set_vpri_locklevel.Tpo .deps/interrupts--set_vpri_locklevel.Po
  1098. echo "#define __SPLIT__timer_interrupt" >"interrupts--timer_interrupt.c.splittmp"
  1099. echo "#include \"interrupts.c\"" >>"interrupts--timer_interrupt.c.splittmp"
  1100. mv "interrupts--timer_interrupt.c.splittmp" "interrupts--timer_interrupt.c"
  1101. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--timer_interrupt.o -MD -MP -MF .deps/interrupts--timer_interrupt.Tpo -c -o interrupts--timer_interrupt.o interrupts--timer_interrupt.c
  1102. mv -f .deps/interrupts--timer_interrupt.Tpo .deps/interrupts--timer_interrupt.Po
  1103. echo "#define __SPLIT__trampolines" >"interrupts--trampolines.c.splittmp"
  1104. echo "#include \"interrupts.c\"" >>"interrupts--trampolines.c.splittmp"
  1105. mv "interrupts--trampolines.c.splittmp" "interrupts--trampolines.c"
  1106. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--trampolines.o -MD -MP -MF .deps/interrupts--trampolines.Tpo -c -o interrupts--trampolines.o interrupts--trampolines.c
  1107. mv -f .deps/interrupts--trampolines.Tpo .deps/interrupts--trampolines.Po
  1108. echo "#define __SPLIT__vpri" >"interrupts--vpri.c.splittmp"
  1109. echo "#include \"interrupts.c\"" >>"interrupts--vpri.c.splittmp"
  1110. mv "interrupts--vpri.c.splittmp" "interrupts--vpri.c"
  1111. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--vpri.o -MD -MP -MF .deps/interrupts--vpri.Tpo -c -o interrupts--vpri.o interrupts--vpri.c
  1112. mv -f .deps/interrupts--vpri.Tpo .deps/interrupts--vpri.Po
  1113. echo "#define __SPLIT__vpri_int_disable" >"interrupts--vpri_int_disable.c.splittmp"
  1114. echo "#include \"interrupts.c\"" >>"interrupts--vpri_int_disable.c.splittmp"
  1115. mv "interrupts--vpri_int_disable.c.splittmp" "interrupts--vpri_int_disable.c"
  1116. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--vpri_int_disable.o -MD -MP -MF .deps/interrupts--vpri_int_disable.Tpo -c -o interrupts--vpri_int_disable.o interrupts--vpri_int_disable.c
  1117. mv -f .deps/interrupts--vpri_int_disable.Tpo .deps/interrupts--vpri_int_disable.Po
  1118. echo "#define __SPLIT__vpri_int_enable" >"interrupts--vpri_int_enable.c.splittmp"
  1119. echo "#include \"interrupts.c\"" >>"interrupts--vpri_int_enable.c.splittmp"
  1120. mv "interrupts--vpri_int_enable.c.splittmp" "interrupts--vpri_int_enable.c"
  1121. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--vpri_int_enable.o -MD -MP -MF .deps/interrupts--vpri_int_enable.Tpo -c -o interrupts--vpri_int_enable.o interrupts--vpri_int_enable.c
  1122. mv -f .deps/interrupts--vpri_int_enable.Tpo .deps/interrupts--vpri_int_enable.Po
  1123. echo "#define __SPLIT__vpri_to_intlevel" >"interrupts--vpri_to_intlevel.c.splittmp"
  1124. echo "#include \"interrupts.c\"" >>"interrupts--vpri_to_intlevel.c.splittmp"
  1125. mv "interrupts--vpri_to_intlevel.c.splittmp" "interrupts--vpri_to_intlevel.c"
  1126. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--vpri_to_intlevel.o -MD -MP -MF .deps/interrupts--vpri_to_intlevel.Tpo -c -o interrupts--vpri_to_intlevel.o interrupts--vpri_to_intlevel.c
  1127. mv -f .deps/interrupts--vpri_to_intlevel.Tpo .deps/interrupts--vpri_to_intlevel.Po
  1128. echo "#define __SPLIT__num_intlevels" >"interrupts--num_intlevels.c.splittmp"
  1129. echo "#include \"interrupts.c\"" >>"interrupts--num_intlevels.c.splittmp"
  1130. mv "interrupts--num_intlevels.c.splittmp" "interrupts--num_intlevels.c"
  1131. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT interrupts--num_intlevels.o -MD -MP -MF .deps/interrupts--num_intlevels.Tpo -c -o interrupts--num_intlevels.o interrupts--num_intlevels.c
  1132. mv -f .deps/interrupts--num_intlevels.Tpo .deps/interrupts--num_intlevels.Po
  1133. echo "#define __SPLIT__memep_inject_error" >"mem_ecc_parity--memep_inject_error.S.splittmp"
  1134. echo "#include \"mem_ecc_parity.S\"" >>"mem_ecc_parity--memep_inject_error.S.splittmp"
  1135. mv "mem_ecc_parity--memep_inject_error.S.splittmp" "mem_ecc_parity--memep_inject_error.S"
  1136. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT mem_ecc_parity--memep_inject_error.o -MD -MP -MF .deps/mem_ecc_parity--memep_inject_error.Tpo -c -o mem_ecc_parity--memep_inject_error.o mem_ecc_parity--memep_inject_error.S
  1137. mv -f .deps/mem_ecc_parity--memep_inject_error.Tpo .deps/mem_ecc_parity--memep_inject_error.Po
  1138. echo "#define __SPLIT__cpregs_restore_fn" >"state_asm--cpregs_restore_fn.S.splittmp"
  1139. echo "#include \"state_asm.S\"" >>"state_asm--cpregs_restore_fn.S.splittmp"
  1140. mv "state_asm--cpregs_restore_fn.S.splittmp" "state_asm--cpregs_restore_fn.S"
  1141. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--cpregs_restore_fn.o -MD -MP -MF .deps/state_asm--cpregs_restore_fn.Tpo -c -o state_asm--cpregs_restore_fn.o state_asm--cpregs_restore_fn.S
  1142. mv -f .deps/state_asm--cpregs_restore_fn.Tpo .deps/state_asm--cpregs_restore_fn.Po
  1143. echo "#define __SPLIT__cpregs_save_fn" >"state_asm--cpregs_save_fn.S.splittmp"
  1144. echo "#include \"state_asm.S\"" >>"state_asm--cpregs_save_fn.S.splittmp"
  1145. mv "state_asm--cpregs_save_fn.S.splittmp" "state_asm--cpregs_save_fn.S"
  1146. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--cpregs_save_fn.o -MD -MP -MF .deps/state_asm--cpregs_save_fn.Tpo -c -o state_asm--cpregs_save_fn.o state_asm--cpregs_save_fn.S
  1147. mv -f .deps/state_asm--cpregs_save_fn.Tpo .deps/state_asm--cpregs_save_fn.Po
  1148. echo "#define __SPLIT__get_cpenable" >"state_asm--get_cpenable.S.splittmp"
  1149. echo "#include \"state_asm.S\"" >>"state_asm--get_cpenable.S.splittmp"
  1150. mv "state_asm--get_cpenable.S.splittmp" "state_asm--get_cpenable.S"
  1151. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--get_cpenable.o -MD -MP -MF .deps/state_asm--get_cpenable.Tpo -c -o state_asm--get_cpenable.o state_asm--get_cpenable.S
  1152. mv -f .deps/state_asm--get_cpenable.Tpo .deps/state_asm--get_cpenable.Po
  1153. echo "#define __SPLIT__invalidate_cp" >"state_asm--invalidate_cp.S.splittmp"
  1154. echo "#include \"state_asm.S\"" >>"state_asm--invalidate_cp.S.splittmp"
  1155. mv "state_asm--invalidate_cp.S.splittmp" "state_asm--invalidate_cp.S"
  1156. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--invalidate_cp.o -MD -MP -MF .deps/state_asm--invalidate_cp.Tpo -c -o state_asm--invalidate_cp.o state_asm--invalidate_cp.S
  1157. mv -f .deps/state_asm--invalidate_cp.Tpo .deps/state_asm--invalidate_cp.Po
  1158. echo "#define __SPLIT__restore_cp0" >"state_asm--restore_cp0.S.splittmp"
  1159. echo "#include \"state_asm.S\"" >>"state_asm--restore_cp0.S.splittmp"
  1160. mv "state_asm--restore_cp0.S.splittmp" "state_asm--restore_cp0.S"
  1161. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--restore_cp0.o -MD -MP -MF .deps/state_asm--restore_cp0.Tpo -c -o state_asm--restore_cp0.o state_asm--restore_cp0.S
  1162. mv -f .deps/state_asm--restore_cp0.Tpo .deps/state_asm--restore_cp0.Po
  1163. echo "#define __SPLIT__restore_cp1" >"state_asm--restore_cp1.S.splittmp"
  1164. echo "#include \"state_asm.S\"" >>"state_asm--restore_cp1.S.splittmp"
  1165. mv "state_asm--restore_cp1.S.splittmp" "state_asm--restore_cp1.S"
  1166. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--restore_cp1.o -MD -MP -MF .deps/state_asm--restore_cp1.Tpo -c -o state_asm--restore_cp1.o state_asm--restore_cp1.S
  1167. mv -f .deps/state_asm--restore_cp1.Tpo .deps/state_asm--restore_cp1.Po
  1168. echo "#define __SPLIT__restore_cp2" >"state_asm--restore_cp2.S.splittmp"
  1169. echo "#include \"state_asm.S\"" >>"state_asm--restore_cp2.S.splittmp"
  1170. mv "state_asm--restore_cp2.S.splittmp" "state_asm--restore_cp2.S"
  1171. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--restore_cp2.o -MD -MP -MF .deps/state_asm--restore_cp2.Tpo -c -o state_asm--restore_cp2.o state_asm--restore_cp2.S
  1172. mv -f .deps/state_asm--restore_cp2.Tpo .deps/state_asm--restore_cp2.Po
  1173. echo "#define __SPLIT__restore_cp3" >"state_asm--restore_cp3.S.splittmp"
  1174. echo "#include \"state_asm.S\"" >>"state_asm--restore_cp3.S.splittmp"
  1175. mv "state_asm--restore_cp3.S.splittmp" "state_asm--restore_cp3.S"
  1176. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--restore_cp3.o -MD -MP -MF .deps/state_asm--restore_cp3.Tpo -c -o state_asm--restore_cp3.o state_asm--restore_cp3.S
  1177. mv -f .deps/state_asm--restore_cp3.Tpo .deps/state_asm--restore_cp3.Po
  1178. echo "#define __SPLIT__restore_cp4" >"state_asm--restore_cp4.S.splittmp"
  1179. echo "#include \"state_asm.S\"" >>"state_asm--restore_cp4.S.splittmp"
  1180. mv "state_asm--restore_cp4.S.splittmp" "state_asm--restore_cp4.S"
  1181. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--restore_cp4.o -MD -MP -MF .deps/state_asm--restore_cp4.Tpo -c -o state_asm--restore_cp4.o state_asm--restore_cp4.S
  1182. mv -f .deps/state_asm--restore_cp4.Tpo .deps/state_asm--restore_cp4.Po
  1183. echo "#define __SPLIT__restore_cp5" >"state_asm--restore_cp5.S.splittmp"
  1184. echo "#include \"state_asm.S\"" >>"state_asm--restore_cp5.S.splittmp"
  1185. mv "state_asm--restore_cp5.S.splittmp" "state_asm--restore_cp5.S"
  1186. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--restore_cp5.o -MD -MP -MF .deps/state_asm--restore_cp5.Tpo -c -o state_asm--restore_cp5.o state_asm--restore_cp5.S
  1187. mv -f .deps/state_asm--restore_cp5.Tpo .deps/state_asm--restore_cp5.Po
  1188. echo "#define __SPLIT__restore_cp6" >"state_asm--restore_cp6.S.splittmp"
  1189. echo "#include \"state_asm.S\"" >>"state_asm--restore_cp6.S.splittmp"
  1190. mv "state_asm--restore_cp6.S.splittmp" "state_asm--restore_cp6.S"
  1191. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--restore_cp6.o -MD -MP -MF .deps/state_asm--restore_cp6.Tpo -c -o state_asm--restore_cp6.o state_asm--restore_cp6.S
  1192. mv -f .deps/state_asm--restore_cp6.Tpo .deps/state_asm--restore_cp6.Po
  1193. echo "#define __SPLIT__restore_cp7" >"state_asm--restore_cp7.S.splittmp"
  1194. echo "#include \"state_asm.S\"" >>"state_asm--restore_cp7.S.splittmp"
  1195. mv "state_asm--restore_cp7.S.splittmp" "state_asm--restore_cp7.S"
  1196. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--restore_cp7.o -MD -MP -MF .deps/state_asm--restore_cp7.Tpo -c -o state_asm--restore_cp7.o state_asm--restore_cp7.S
  1197. mv -f .deps/state_asm--restore_cp7.Tpo .deps/state_asm--restore_cp7.Po
  1198. echo "#define __SPLIT__restore_cpregs" >"state_asm--restore_cpregs.S.splittmp"
  1199. echo "#include \"state_asm.S\"" >>"state_asm--restore_cpregs.S.splittmp"
  1200. mv "state_asm--restore_cpregs.S.splittmp" "state_asm--restore_cpregs.S"
  1201. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--restore_cpregs.o -MD -MP -MF .deps/state_asm--restore_cpregs.Tpo -c -o state_asm--restore_cpregs.o state_asm--restore_cpregs.S
  1202. mv -f .deps/state_asm--restore_cpregs.Tpo .deps/state_asm--restore_cpregs.Po
  1203. echo "#define __SPLIT__restore_extra" >"state_asm--restore_extra.S.splittmp"
  1204. echo "#include \"state_asm.S\"" >>"state_asm--restore_extra.S.splittmp"
  1205. mv "state_asm--restore_extra.S.splittmp" "state_asm--restore_extra.S"
  1206. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--restore_extra.o -MD -MP -MF .deps/state_asm--restore_extra.Tpo -c -o state_asm--restore_extra.o state_asm--restore_extra.S
  1207. mv -f .deps/state_asm--restore_extra.Tpo .deps/state_asm--restore_extra.Po
  1208. echo "#define __SPLIT__save_cp0" >"state_asm--save_cp0.S.splittmp"
  1209. echo "#include \"state_asm.S\"" >>"state_asm--save_cp0.S.splittmp"
  1210. mv "state_asm--save_cp0.S.splittmp" "state_asm--save_cp0.S"
  1211. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--save_cp0.o -MD -MP -MF .deps/state_asm--save_cp0.Tpo -c -o state_asm--save_cp0.o state_asm--save_cp0.S
  1212. mv -f .deps/state_asm--save_cp0.Tpo .deps/state_asm--save_cp0.Po
  1213. echo "#define __SPLIT__save_cp1" >"state_asm--save_cp1.S.splittmp"
  1214. echo "#include \"state_asm.S\"" >>"state_asm--save_cp1.S.splittmp"
  1215. mv "state_asm--save_cp1.S.splittmp" "state_asm--save_cp1.S"
  1216. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--save_cp1.o -MD -MP -MF .deps/state_asm--save_cp1.Tpo -c -o state_asm--save_cp1.o state_asm--save_cp1.S
  1217. mv -f .deps/state_asm--save_cp1.Tpo .deps/state_asm--save_cp1.Po
  1218. echo "#define __SPLIT__save_cp2" >"state_asm--save_cp2.S.splittmp"
  1219. echo "#include \"state_asm.S\"" >>"state_asm--save_cp2.S.splittmp"
  1220. mv "state_asm--save_cp2.S.splittmp" "state_asm--save_cp2.S"
  1221. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--save_cp2.o -MD -MP -MF .deps/state_asm--save_cp2.Tpo -c -o state_asm--save_cp2.o state_asm--save_cp2.S
  1222. mv -f .deps/state_asm--save_cp2.Tpo .deps/state_asm--save_cp2.Po
  1223. echo "#define __SPLIT__save_cp3" >"state_asm--save_cp3.S.splittmp"
  1224. echo "#include \"state_asm.S\"" >>"state_asm--save_cp3.S.splittmp"
  1225. mv "state_asm--save_cp3.S.splittmp" "state_asm--save_cp3.S"
  1226. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--save_cp3.o -MD -MP -MF .deps/state_asm--save_cp3.Tpo -c -o state_asm--save_cp3.o state_asm--save_cp3.S
  1227. mv -f .deps/state_asm--save_cp3.Tpo .deps/state_asm--save_cp3.Po
  1228. echo "#define __SPLIT__save_cp4" >"state_asm--save_cp4.S.splittmp"
  1229. echo "#include \"state_asm.S\"" >>"state_asm--save_cp4.S.splittmp"
  1230. mv "state_asm--save_cp4.S.splittmp" "state_asm--save_cp4.S"
  1231. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--save_cp4.o -MD -MP -MF .deps/state_asm--save_cp4.Tpo -c -o state_asm--save_cp4.o state_asm--save_cp4.S
  1232. mv -f .deps/state_asm--save_cp4.Tpo .deps/state_asm--save_cp4.Po
  1233. echo "#define __SPLIT__save_cp5" >"state_asm--save_cp5.S.splittmp"
  1234. echo "#include \"state_asm.S\"" >>"state_asm--save_cp5.S.splittmp"
  1235. mv "state_asm--save_cp5.S.splittmp" "state_asm--save_cp5.S"
  1236. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--save_cp5.o -MD -MP -MF .deps/state_asm--save_cp5.Tpo -c -o state_asm--save_cp5.o state_asm--save_cp5.S
  1237. mv -f .deps/state_asm--save_cp5.Tpo .deps/state_asm--save_cp5.Po
  1238. echo "#define __SPLIT__save_cp6" >"state_asm--save_cp6.S.splittmp"
  1239. echo "#include \"state_asm.S\"" >>"state_asm--save_cp6.S.splittmp"
  1240. mv "state_asm--save_cp6.S.splittmp" "state_asm--save_cp6.S"
  1241. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--save_cp6.o -MD -MP -MF .deps/state_asm--save_cp6.Tpo -c -o state_asm--save_cp6.o state_asm--save_cp6.S
  1242. mv -f .deps/state_asm--save_cp6.Tpo .deps/state_asm--save_cp6.Po
  1243. echo "#define __SPLIT__save_cp7" >"state_asm--save_cp7.S.splittmp"
  1244. echo "#include \"state_asm.S\"" >>"state_asm--save_cp7.S.splittmp"
  1245. mv "state_asm--save_cp7.S.splittmp" "state_asm--save_cp7.S"
  1246. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--save_cp7.o -MD -MP -MF .deps/state_asm--save_cp7.Tpo -c -o state_asm--save_cp7.o state_asm--save_cp7.S
  1247. mv -f .deps/state_asm--save_cp7.Tpo .deps/state_asm--save_cp7.Po
  1248. echo "#define __SPLIT__save_cpregs" >"state_asm--save_cpregs.S.splittmp"
  1249. echo "#include \"state_asm.S\"" >>"state_asm--save_cpregs.S.splittmp"
  1250. mv "state_asm--save_cpregs.S.splittmp" "state_asm--save_cpregs.S"
  1251. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--save_cpregs.o -MD -MP -MF .deps/state_asm--save_cpregs.Tpo -c -o state_asm--save_cpregs.o state_asm--save_cpregs.S
  1252. mv -f .deps/state_asm--save_cpregs.Tpo .deps/state_asm--save_cpregs.Po
  1253. echo "#define __SPLIT__set_cpenable" >"state_asm--set_cpenable.S.splittmp"
  1254. echo "#include \"state_asm.S\"" >>"state_asm--set_cpenable.S.splittmp"
  1255. mv "state_asm--set_cpenable.S.splittmp" "state_asm--set_cpenable.S"
  1256. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--set_cpenable.o -MD -MP -MF .deps/state_asm--set_cpenable.Tpo -c -o state_asm--set_cpenable.o state_asm--set_cpenable.S
  1257. mv -f .deps/state_asm--set_cpenable.Tpo .deps/state_asm--set_cpenable.Po
  1258. echo "#define __SPLIT__validate_cp" >"state_asm--validate_cp.S.splittmp"
  1259. echo "#include \"state_asm.S\"" >>"state_asm--validate_cp.S.splittmp"
  1260. mv "state_asm--validate_cp.S.splittmp" "state_asm--validate_cp.S"
  1261. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--validate_cp.o -MD -MP -MF .deps/state_asm--validate_cp.Tpo -c -o state_asm--validate_cp.o state_asm--validate_cp.S
  1262. mv -f .deps/state_asm--validate_cp.Tpo .deps/state_asm--validate_cp.Po
  1263. echo "#define __SPLIT__save_extra" >"state_asm--save_extra.S.splittmp"
  1264. echo "#include \"state_asm.S\"" >>"state_asm--save_extra.S.splittmp"
  1265. mv "state_asm--save_extra.S.splittmp" "state_asm--save_extra.S"
  1266. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state_asm--save_extra.o -MD -MP -MF .deps/state_asm--save_extra.Tpo -c -o state_asm--save_extra.o state_asm--save_extra.S
  1267. mv -f .deps/state_asm--save_extra.Tpo .deps/state_asm--save_extra.Po
  1268. echo "#define __SPLIT__all_extra_align" >"state--all_extra_align.c.splittmp"
  1269. echo "#include \"state.c\"" >>"state--all_extra_align.c.splittmp"
  1270. mv "state--all_extra_align.c.splittmp" "state--all_extra_align.c"
  1271. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--all_extra_align.o -MD -MP -MF .deps/state--all_extra_align.Tpo -c -o state--all_extra_align.o state--all_extra_align.c
  1272. mv -f .deps/state--all_extra_align.Tpo .deps/state--all_extra_align.Po
  1273. echo "#define __SPLIT__all_extra_size" >"state--all_extra_size.c.splittmp"
  1274. echo "#include \"state.c\"" >>"state--all_extra_size.c.splittmp"
  1275. mv "state--all_extra_size.c.splittmp" "state--all_extra_size.c"
  1276. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--all_extra_size.o -MD -MP -MF .deps/state--all_extra_size.Tpo -c -o state--all_extra_size.o state--all_extra_size.c
  1277. mv -f .deps/state--all_extra_size.Tpo .deps/state--all_extra_size.Po
  1278. echo "#define __SPLIT__cp_id_mappings" >"state--cp_id_mappings.c.splittmp"
  1279. echo "#include \"state.c\"" >>"state--cp_id_mappings.c.splittmp"
  1280. mv "state--cp_id_mappings.c.splittmp" "state--cp_id_mappings.c"
  1281. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--cp_id_mappings.o -MD -MP -MF .deps/state--cp_id_mappings.Tpo -c -o state--cp_id_mappings.o state--cp_id_mappings.c
  1282. mv -f .deps/state--cp_id_mappings.Tpo .deps/state--cp_id_mappings.Po
  1283. echo "#define __SPLIT__cp_mask" >"state--cp_mask.c.splittmp"
  1284. echo "#include \"state.c\"" >>"state--cp_mask.c.splittmp"
  1285. mv "state--cp_mask.c.splittmp" "state--cp_mask.c"
  1286. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--cp_mask.o -MD -MP -MF .deps/state--cp_mask.Tpo -c -o state--cp_mask.o state--cp_mask.c
  1287. mv -f .deps/state--cp_mask.Tpo .deps/state--cp_mask.Po
  1288. echo "#define __SPLIT__cp_mask_mappings" >"state--cp_mask_mappings.c.splittmp"
  1289. echo "#include \"state.c\"" >>"state--cp_mask_mappings.c.splittmp"
  1290. mv "state--cp_mask_mappings.c.splittmp" "state--cp_mask_mappings.c"
  1291. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--cp_mask_mappings.o -MD -MP -MF .deps/state--cp_mask_mappings.Tpo -c -o state--cp_mask_mappings.o state--cp_mask_mappings.c
  1292. mv -f .deps/state--cp_mask_mappings.Tpo .deps/state--cp_mask_mappings.Po
  1293. echo "#define __SPLIT__cp_max" >"state--cp_max.c.splittmp"
  1294. echo "#include \"state.c\"" >>"state--cp_max.c.splittmp"
  1295. mv "state--cp_max.c.splittmp" "state--cp_max.c"
  1296. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--cp_max.o -MD -MP -MF .deps/state--cp_max.Tpo -c -o state--cp_max.o state--cp_max.c
  1297. mv -f .deps/state--cp_max.Tpo .deps/state--cp_max.Po
  1298. echo "#define __SPLIT__cp_names" >"state--cp_names.c.splittmp"
  1299. echo "#include \"state.c\"" >>"state--cp_names.c.splittmp"
  1300. mv "state--cp_names.c.splittmp" "state--cp_names.c"
  1301. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--cp_names.o -MD -MP -MF .deps/state--cp_names.Tpo -c -o state--cp_names.o state--cp_names.c
  1302. mv -f .deps/state--cp_names.Tpo .deps/state--cp_names.Po
  1303. echo "#define __SPLIT__cp_num" >"state--cp_num.c.splittmp"
  1304. echo "#include \"state.c\"" >>"state--cp_num.c.splittmp"
  1305. mv "state--cp_num.c.splittmp" "state--cp_num.c"
  1306. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--cp_num.o -MD -MP -MF .deps/state--cp_num.Tpo -c -o state--cp_num.o state--cp_num.c
  1307. mv -f .deps/state--cp_num.Tpo .deps/state--cp_num.Po
  1308. echo "#define __SPLIT__cpregs_align" >"state--cpregs_align.c.splittmp"
  1309. echo "#include \"state.c\"" >>"state--cpregs_align.c.splittmp"
  1310. mv "state--cpregs_align.c.splittmp" "state--cpregs_align.c"
  1311. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--cpregs_align.o -MD -MP -MF .deps/state--cpregs_align.Tpo -c -o state--cpregs_align.o state--cpregs_align.c
  1312. mv -f .deps/state--cpregs_align.Tpo .deps/state--cpregs_align.Po
  1313. echo "#define __SPLIT__cpregs_size" >"state--cpregs_size.c.splittmp"
  1314. echo "#include \"state.c\"" >>"state--cpregs_size.c.splittmp"
  1315. mv "state--cpregs_size.c.splittmp" "state--cpregs_size.c"
  1316. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--cpregs_size.o -MD -MP -MF .deps/state--cpregs_size.Tpo -c -o state--cpregs_size.o state--cpregs_size.c
  1317. mv -f .deps/state--cpregs_size.Tpo .deps/state--cpregs_size.Po
  1318. echo "#define __SPLIT__extra_align" >"state--extra_align.c.splittmp"
  1319. echo "#include \"state.c\"" >>"state--extra_align.c.splittmp"
  1320. mv "state--extra_align.c.splittmp" "state--extra_align.c"
  1321. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--extra_align.o -MD -MP -MF .deps/state--extra_align.Tpo -c -o state--extra_align.o state--extra_align.c
  1322. mv -f .deps/state--extra_align.Tpo .deps/state--extra_align.Po
  1323. echo "#define __SPLIT__init_mem_cp" >"state--init_mem_cp.c.splittmp"
  1324. echo "#include \"state.c\"" >>"state--init_mem_cp.c.splittmp"
  1325. mv "state--init_mem_cp.c.splittmp" "state--init_mem_cp.c"
  1326. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--init_mem_cp.o -MD -MP -MF .deps/state--init_mem_cp.Tpo -c -o state--init_mem_cp.o state--init_mem_cp.c
  1327. mv -f .deps/state--init_mem_cp.Tpo .deps/state--init_mem_cp.Po
  1328. echo "#define __SPLIT__init_mem_extra" >"state--init_mem_extra.c.splittmp"
  1329. echo "#include \"state.c\"" >>"state--init_mem_extra.c.splittmp"
  1330. mv "state--init_mem_extra.c.splittmp" "state--init_mem_extra.c"
  1331. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--init_mem_extra.o -MD -MP -MF .deps/state--init_mem_extra.Tpo -c -o state--init_mem_extra.o state--init_mem_extra.c
  1332. mv -f .deps/state--init_mem_extra.Tpo .deps/state--init_mem_extra.Po
  1333. echo "#define __SPLIT__num_coprocessors" >"state--num_coprocessors.c.splittmp"
  1334. echo "#include \"state.c\"" >>"state--num_coprocessors.c.splittmp"
  1335. mv "state--num_coprocessors.c.splittmp" "state--num_coprocessors.c"
  1336. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--num_coprocessors.o -MD -MP -MF .deps/state--num_coprocessors.Tpo -c -o state--num_coprocessors.o state--num_coprocessors.c
  1337. mv -f .deps/state--num_coprocessors.Tpo .deps/state--num_coprocessors.Po
  1338. echo "#define __SPLIT__extra_size" >"state--extra_size.c.splittmp"
  1339. echo "#include \"state.c\"" >>"state--extra_size.c.splittmp"
  1340. mv "state--extra_size.c.splittmp" "state--extra_size.c"
  1341. xtensa-lx106-elf-gcc -DHAVE_CONFIG_H -I.   -I../include  -mlongcalls -MT state--extra_size.o -MD -MP -MF .deps/state--extra_size.Tpo -c -o state--extra_size.o state--extra_size.c
  1342. mv -f .deps/state--extra_size.Tpo .deps/state--extra_size.Po
  1343. rm -f libhal.a
  1344. xtensa-lx106-elf-ar cru libhal.a attribute.o cache.o clock.o coherence.o debug.o debug_hndlr.o disass.o memcopy.o misc.o mmu.o mp_asm.o syscache_asm.o windowspill_asm.o cache_asm--cache_coherence_off.o cache_asm--cache_coherence_on.o cache_asm--dcache_all_invalidate.o cache_asm--dcache_all_unlock.o cache_asm--dcache_all_writeback.o cache_asm--dcache_all_writeback_inv.o cache_asm--dcache_is_enabled.o cache_asm--dcache_line_invalidate.o cache_asm--dcache_line_lock.o cache_asm--dcache_line_unlock.o cache_asm--dcache_line_writeback.o cache_asm--dcache_line_writeback_inv.o cache_asm--dcache_region_invalidate.o cache_asm--dcache_region_lock.o cache_asm--dcache_region_unlock.o cache_asm--dcache_region_writeback.o cache_asm--dcache_region_writeback_inv.o cache_asm--dcache_sync.o cache_asm--get_cache_prefetch.o cache_asm--get_icacheattr.o cache_asm--hw_configid0.o cache_asm--hw_configid1.o cache_asm--icache_all_unlock.o cache_asm--icache_line_invalidate.o cache_asm--icache_line_lock.o cache_asm--icache_line_unlock.o cache_asm--icache_region_invalidate.o cache_asm--icache_region_lock.o cache_asm--icache_region_unlock.o cache_asm--icache_sync.o cache_asm--release_major.o cache_asm--release_minor.o cache_asm--set_cache_prefetch.o cache_asm--set_dcacheattr.o cache_asm--get_cacheattr.o cache_asm--icache_all_invalidate.o cache_asm--icache_is_enabled.o cache_asm--idcache_is_enabled.o cache_asm--set_cacheattr.o cache_asm--set_icacheattr.o cache_asm--set_idcacheattr.o int_asm--get_interrupt.o int_asm--get_intpending_nw.o int_asm--get_vpri.o int_asm--set_intclear.o int_asm--set_intenable.o int_asm--set_intset.o int_asm--set_vpri.o int_asm--vpri_lock.o int_asm--vpri_unlock.o int_asm--get_intenable.o interrupts--deprecated.o interrupts--excm_level.o interrupts--get_int_vpri.o interrupts--get_vpri_locklevel.o interrupts--intlevel.o interrupts--intlevel_andbelow_mask.o interrupts--intlevel_mask.o interrupts--intlevel_to_vpri.o interrupts--inttype.o interrupts--inttype_mask.o interrupts--num_interrupts.o interrupts--set_int_vpri.o interrupts--set_vpri_locklevel.o interrupts--timer_interrupt.o interrupts--trampolines.o interrupts--vpri.o interrupts--vpri_int_disable.o interrupts--vpri_int_enable.o interrupts--vpri_to_intlevel.o interrupts--num_intlevels.o mem_ecc_parity--memep_inject_error.o state_asm--cpregs_restore_fn.o state_asm--cpregs_save_fn.o state_asm--get_cpenable.o state_asm--invalidate_cp.o state_asm--restore_cp0.o state_asm--restore_cp1.o state_asm--restore_cp2.o state_asm--restore_cp3.o state_asm--restore_cp4.o state_asm--restore_cp5.o state_asm--restore_cp6.o state_asm--restore_cp7.o state_asm--restore_cpregs.o state_asm--restore_extra.o state_asm--save_cp0.o state_asm--save_cp1.o state_asm--save_cp2.o state_asm--save_cp3.o state_asm--save_cp4.o state_asm--save_cp5.o state_asm--save_cp6.o state_asm--save_cp7.o state_asm--save_cpregs.o state_asm--set_cpenable.o state_asm--validate_cp.o state_asm--save_extra.o state--all_extra_align.o state--all_extra_size.o state--cp_id_mappings.o state--cp_mask.o state--cp_mask_mappings.o state--cp_max.o state--cp_names.o state--cp_num.o state--cpregs_align.o state--cpregs_size.o state--extra_align.o state--init_mem_cp.o state--init_mem_extra.o state--num_coprocessors.o state--extra_size.o
  1345. xtensa-lx106-elf-ranlib libhal.a
  1346. make[4]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal/src'
  1347. make[3]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal/src'
  1348. make[3]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal'
  1349. make[3]: Nothing to be done for 'all-am'.
  1350. make[3]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal'
  1351. make[2]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal'
  1352. PATH=/home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin:/opt/ros/kinetic/bin:/home/hocarm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin make install
  1353. make[2]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal'
  1354. Making install in include
  1355. make[3]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal/include'
  1356. make[4]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal/include'
  1357. make[4]: Nothing to be done for 'install-exec-am'.
  1358.  /bin/mkdir -p '/home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr/include'
  1359.  /bin/mkdir -p '/home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr/include/xtensa/config'
  1360.  /usr/bin/install -c -m 644  xtensa/config/core.h xtensa/config/core-isa.h xtensa/config/core-matmap.h xtensa/config/defs.h xtensa/config/specreg.h xtensa/config/system.h xtensa/config/tie-asm.h xtensa/config/tie.h '/home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr/include/xtensa/config'
  1361.  /bin/mkdir -p '/home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr/include/xtensa'
  1362.  /usr/bin/install -c -m 644  xtensa/cacheasm.h xtensa/coreasm.h xtensa/corebits.h xtensa/hal.h xtensa/xtensa-xer.h '/home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr/include/xtensa'
  1363. make[4]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal/include'
  1364. make[3]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal/include'
  1365. Making install in src
  1366. make[3]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal/src'
  1367. make[4]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal/src'
  1368.  /bin/mkdir -p '/home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr/lib'
  1369.  /usr/bin/install -c -m 644  libhal.a '/home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr/lib'
  1370.  ( cd '/home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr/lib' && xtensa-lx106-elf-ranlib libhal.a )
  1371. make[4]: Nothing to be done for 'install-data-am'.
  1372. make[4]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal/src'
  1373. make[3]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal/src'
  1374. make[3]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal'
  1375. make[4]: Entering directory '/home/hocarm/esp-open-sdk/lx106-hal'
  1376. make[4]: Nothing to be done for 'install-exec-am'.
  1377. make[4]: Nothing to be done for 'install-data-am'.
  1378. make[4]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal'
  1379. make[3]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal'
  1380. make[2]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal'
  1381. make[1]: Leaving directory '/home/hocarm/esp-open-sdk/lx106-hal'
  1382. make -C esp-open-lwip -f Makefile.open install \
  1383.     CC=/home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc \
  1384.     AR=/home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-ar \
  1385.     PREFIX=/home/hocarm/esp-open-sdk/xtensa-lx106-elf
  1386. make[1]: Entering directory '/home/hocarm/esp-open-sdk/esp-open-lwip'
  1387. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/def.o lwip/core/def.c
  1388. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/dhcp.o lwip/core/dhcp.c
  1389. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/dns.o lwip/core/dns.c
  1390. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/init.o lwip/core/init.c
  1391. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/mem.o lwip/core/mem.c
  1392. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/memp.o lwip/core/memp.c
  1393. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/netif.o lwip/core/netif.c
  1394. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/pbuf.o lwip/core/pbuf.c
  1395. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/raw.o lwip/core/raw.c
  1396. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/sntp.o lwip/core/sntp.c
  1397. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/stats.o lwip/core/stats.c
  1398. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/sys_arch.o lwip/core/sys_arch.c
  1399. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/sys.o lwip/core/sys.c
  1400. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/tcp.o lwip/core/tcp.c
  1401. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/tcp_in.o lwip/core/tcp_in.c
  1402. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/tcp_out.o lwip/core/tcp_out.c
  1403. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/timers.o lwip/core/timers.c
  1404. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/udp.o lwip/core/udp.c
  1405. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/ipv4/autoip.o lwip/core/ipv4/autoip.c
  1406. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/ipv4/icmp.o lwip/core/ipv4/icmp.c
  1407. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/ipv4/igmp.o lwip/core/ipv4/igmp.c
  1408. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/ipv4/inet.o lwip/core/ipv4/inet.c
  1409. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/ipv4/inet_chksum.o lwip/core/ipv4/inet_chksum.c
  1410. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/ipv4/ip_addr.o lwip/core/ipv4/ip_addr.c
  1411. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/ipv4/ip.o lwip/core/ipv4/ip.c
  1412. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/core/ipv4/ip_frag.o lwip/core/ipv4/ip_frag.c
  1413. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/netif/etharp.o lwip/netif/etharp.c
  1414. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o lwip/app/dhcpserver.o lwip/app/dhcpserver.c
  1415. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP -DICACHE_FLASH -DMEMCPY=memcpy -DSMEMCPY=memcpy -Os -Iinclude -Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32    -c -o espconn_dummy.o espconn_dummy.c
  1416. /home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-ar rcs liblwip_open.a lwip/core/def.o lwip/core/dhcp.o lwip/core/dns.o lwip/core/init.o lwip/core/mem.o lwip/core/memp.o lwip/core/netif.o lwip/core/pbuf.o lwip/core/raw.o lwip/core/sntp.o lwip/core/stats.o lwip/core/sys_arch.o lwip/core/sys.o lwip/core/tcp.o lwip/core/tcp_in.o lwip/core/tcp_out.o lwip/core/timers.o lwip/core/udp.o lwip/core/ipv4/autoip.o lwip/core/ipv4/icmp.o lwip/core/ipv4/igmp.o lwip/core/ipv4/inet.o lwip/core/ipv4/inet_chksum.o lwip/core/ipv4/ip_addr.o lwip/core/ipv4/ip.o lwip/core/ipv4/ip_frag.o lwip/netif/etharp.o lwip/app/dhcpserver.o espconn_dummy.o
  1417. cp liblwip_open.a /home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr/lib/
  1418. make[1]: Leaving directory '/home/hocarm/esp-open-sdk/esp-open-lwip'
  1419. cp -a esp-open-lwip/include/arch esp-open-lwip/include/lwip esp-open-lwip/include/netif \
  1420.     esp-open-lwip/include/lwipopts.h \
  1421.     /home/hocarm/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr/include/
  1422.  
  1423. Xtensa toolchain is built, to use it:
  1424.  
  1425. export PATH=/home/hocarm/esp-open-sdk/xtensa-lx106-elf/bin:$PATH
  1426.  
  1427. Espressif ESP8266 SDK is installed, its libraries and headers are merged with the toolchain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement