Advertisement
MrRockchip

u-boot build log - old toolchain

Oct 1st, 2019
728
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.93 KB | None | 0 0
  1. make DEV_NAME=wr841nv9_en toolchain_prep
  2. Uncompressing toolchain, please wait for a few minutes ...
  3. cd /home/anon/tp-link-gpl/wr841nv9_en_gpl/build/../toolchain && \
  4. tar -jxf gcc-4.3.3.tar.bz2 && \
  5. mv gcc-4.3.3 /home/anon/tp-link-gpl/wr841nv9_en_gpl/build/../build
  6.  
  7. ===
  8.  
  9. make DEV_NAME=wr841nv9_en uboot
  10. Making uboot at Thu 03 Oct 2019 02:26:42 PM UTC
  11. cd /home/anon/tp-link-gpl/wr841nv9_en_gpl/build/../ap143/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- mrproper
  12. make[1]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot'
  13. Making clean
  14. Making clobber
  15. make[1]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot'
  16. cd /home/anon/tp-link-gpl/wr841nv9_en_gpl/build/../ap143/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- ap143_config
  17. make[1]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot'
  18. Configuring for board953x board...
  19. make[1]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot'
  20. ========= build dir: /home/anon/tp-link-gpl/wr841nv9_en_gpl/build/../build ============
  21. cd /home/anon/tp-link-gpl/wr841nv9_en_gpl/build/../ap143/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- all BUILD_DIR=/home/anon/tp-link-gpl/wr841nv9_en_gpl/build/../build
  22. make[1]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot'
  23. Makefile:255: warning: overriding recipe for target 'board/atheros/board953x/libboard953x.a'
  24. Makefile:223: warning: ignoring old recipe for target 'board/atheros/board953x/libboard953x.a'
  25. Makefile:255: warning: overriding recipe for target 'cpu/mips/libmips.a'
  26. Makefile:223: warning: ignoring old recipe for target 'cpu/mips/libmips.a'
  27. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/tools'
  28. ln -s ../common/environment.c environment.c
  29. ln -s ../lib_generic/crc32.c crc32.c
  30. make[2]: '.depend' is up to date.
  31. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/tools'
  32. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post'
  33. make[2]: '.depend' is up to date.
  34. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post'
  35. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu'
  36. make[2]: '.depend' is up to date.
  37. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu'
  38. make -C tools all
  39. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/tools'
  40. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/tools/img2srec.c
  41. gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80010000 -DUSE_HOSTCC -O -o img2srec img2srec.o
  42. strip img2srec
  43. gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80010000 -DUSE_HOSTCC -O -c mkimage.c
  44. gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80010000 -DUSE_HOSTCC -O -c crc32.c
  45. gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80010000 -DUSE_HOSTCC -O -o mkimage mkimage.o crc32.o
  46. strip mkimage
  47. gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80010000 -DUSE_HOSTCC -O -c envcrc.c
  48. gcc -g -idirafter ../include -DTEXT_BASE=0x80010000 -DUSE_HOSTCC -c environment.c
  49. gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80010000 -DUSE_HOSTCC -O -o envcrc envcrc.o crc32.o environment.o
  50. gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80010000 -DUSE_HOSTCC -O -c gen_eth_addr.c
  51. gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80010000 -DUSE_HOSTCC -O -o gen_eth_addr gen_eth_addr.o
  52. strip gen_eth_addr
  53. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/tools/bmp_logo.c
  54. gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80010000 -DUSE_HOSTCC -O -o bmp_logo bmp_logo.o
  55. strip bmp_logo
  56. gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80010000 -DUSE_HOSTCC -O -c inca-swap-bytes.c
  57. gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80010000 -DUSE_HOSTCC -O -o inca-swap-bytes inca-swap-bytes.o
  58. strip inca-swap-bytes
  59. ./bmp_logo logos/denx.bmp >/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/include/bmp_logo.h
  60. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/tools'
  61. make -C post all
  62. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post'
  63. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cache_8xx.S
  64. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cache.c
  65. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/codec.c
  66. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu.c
  67. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/dsp.c
  68. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/ether.c
  69. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/i2c.c
  70. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/memory.c
  71. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/post.c
  72. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/rtc.c
  73. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/spr.c
  74. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/sysmon.c
  75. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/tests.c
  76. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/uart.c
  77. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/usb.c
  78. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/watchdog.c
  79. mips-linux-uclibc-ar crv libpost.a cache_8xx.o cache.o codec.o cpu.o dsp.o ether.o i2c.o memory.o post.o rtc.o spr.o sysmon.o tests.o uart.o usb.o watchdog.o
  80. a - cache_8xx.o
  81. a - cache.o
  82. a - codec.o
  83. a - cpu.o
  84. a - dsp.o
  85. a - ether.o
  86. a - i2c.o
  87. a - memory.o
  88. a - post.o
  89. a - rtc.o
  90. a - spr.o
  91. a - sysmon.o
  92. a - tests.o
  93. a - uart.o
  94. a - usb.o
  95. a - watchdog.o
  96. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post'
  97. make -C post/cpu all
  98. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu'
  99. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/asm.S
  100. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/cmp.c
  101. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/cmpi.c
  102. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/two.c
  103. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/twox.c
  104. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/three.c
  105. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/threex.c
  106. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/threei.c
  107. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/andi.c
  108. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/srawi.c
  109. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/rlwnm.c
  110. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/rlwinm.c
  111. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/rlwimi.c
  112. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/store.c
  113. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/load.c
  114. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/cr.c
  115. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/b.c
  116. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/multi.c
  117. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/string.c
  118. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu/complex.c
  119. mips-linux-uclibc-ar crv libcpu.a asm.o cmp.o cmpi.o two.o twox.o three.o threex.o threei.o andi.o srawi.o rlwnm.o rlwinm.o rlwimi.o store.o load.o cr.o b.o multi.o string.o complex.o
  120. a - asm.o
  121. a - cmp.o
  122. a - cmpi.o
  123. a - two.o
  124. a - twox.o
  125. a - three.o
  126. a - threex.o
  127. a - threei.o
  128. a - andi.o
  129. a - srawi.o
  130. a - rlwnm.o
  131. a - rlwinm.o
  132. a - rlwimi.o
  133. a - store.o
  134. a - load.o
  135. a - cr.o
  136. a - b.o
  137. a - multi.o
  138. a - string.o
  139. a - complex.o
  140. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/post/cpu'
  141. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/cpu/mips/start.S
  142. make -C `dirname lib_generic/libgeneric.a`
  143. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_generic'
  144. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_generic/crc32.c
  145. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_generic/ctype.c
  146. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_generic/display_options.c
  147. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_generic/ldiv.c
  148. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_generic/string.c
  149. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_generic/vsprintf.c
  150. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_generic/LzmaWrapper.c
  151. LzmaWrapper.c: In function 'lzma_inflate':
  152. LzmaWrapper.c:149: warning: comparison between pointer and integer
  153. LzmaWrapper.c: At top level:
  154. LzmaWrapper.c:46: warning: 'dpos' defined but not used
  155. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_generic/LzmaDecode.c
  156. LzmaDecode.c: In function 'LzmaDecodeProperties':
  157. LzmaDecode.c:127: warning: implicit declaration of function 'printf'
  158. mips-linux-uclibc-ar crv libgeneric.a crc32.o ctype.o display_options.o ldiv.o string.o vsprintf.o LzmaWrapper.o LzmaDecode.o
  159. a - crc32.o
  160. a - ctype.o
  161. a - display_options.o
  162. a - ldiv.o
  163. a - string.o
  164. a - vsprintf.o
  165. a - LzmaWrapper.o
  166. a - LzmaDecode.o
  167. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_generic'
  168. make -C `dirname common/libcommon.a`
  169. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common'
  170. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/main.c
  171. main.c: In function 'main_loop':
  172. main.c:516: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast
  173. main.c:517: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast
  174. main.c:519: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast
  175. main.c:520: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast
  176. main.c:566: warning: implicit declaration of function 'do_reset'
  177. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/circbuf.c
  178. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_boot.c
  179. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_bootm.c
  180. cmd_bootm.c: In function 'do_bootm':
  181. cmd_bootm.c:601: warning: implicit declaration of function 'mips_cache_flush'
  182. cmd_bootm.c:602: warning: implicit declaration of function 'mips_icache_flush_ix'
  183. cmd_bootm.c:611: warning: pointer targets in passing argument 4 of 'lzma_inflate' differ in signedness
  184. cmd_bootm.c:549: warning: unused variable 'appl'
  185. cmd_bootm.c:548: warning: unused variable 's'
  186. cmd_bootm.c:543: warning: unused variable 'checksum'
  187. cmd_bootm.c: At top level:
  188. cmd_bootm.c:1458: warning: 'zalloc' defined but not used
  189. cmd_bootm.c:1470: warning: 'zfree' defined but not used
  190. cmd_bootm.c:1035: warning: 'do_bootm_netbsd' defined but not used
  191. cmd_bootm.c:1547: warning: 'do_bootm_rtems' defined but not used
  192. cmd_bootm.c: In function 'do_bootm':
  193. cmd_bootm.c:627: warning: 'len_ptr' is used uninitialized in this function
  194. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_cache.c
  195. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_console.c
  196. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_date.c
  197. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_dcr.c
  198. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_display.c
  199. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_doc.c
  200. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_eeprom.c
  201. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_flash.c
  202. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_immap.c
  203. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_itest.c
  204. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_mem.c
  205. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_mii.c
  206. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_misc.c
  207. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_nand.c
  208. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_net.c
  209. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_nvedit.c
  210. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_reginfo.c
  211. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/cmd_spi.c
  212. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/command.c
  213. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/console.c
  214. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/devices.c
  215. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/dlmalloc.c
  216. dlmalloc.c: In function 'malloc_extend_top':
  217. dlmalloc.c:1970: warning: dereferencing type-punned pointer will break strict-aliasing rules
  218. dlmalloc.c:1998: warning: dereferencing type-punned pointer will break strict-aliasing rules
  219. dlmalloc.c:2028: warning: dereferencing type-punned pointer will break strict-aliasing rules
  220. dlmalloc.c:2030: warning: dereferencing type-punned pointer will break strict-aliasing rules
  221. dlmalloc.c:2041: warning: dereferencing type-punned pointer will break strict-aliasing rules
  222. dlmalloc.c: In function 'malloc':
  223. dlmalloc.c:2244: warning: dereferencing type-punned pointer will break strict-aliasing rules
  224. dlmalloc.c:2244: warning: dereferencing type-punned pointer will break strict-aliasing rules
  225. dlmalloc.c:2252: warning: dereferencing type-punned pointer will break strict-aliasing rules
  226. dlmalloc.c:2257: warning: dereferencing type-punned pointer will break strict-aliasing rules
  227. dlmalloc.c:2262: warning: dereferencing type-punned pointer will break strict-aliasing rules
  228. dlmalloc.c:2317: warning: dereferencing type-punned pointer will break strict-aliasing rules
  229. dlmalloc.c:2326: warning: dereferencing type-punned pointer will break strict-aliasing rules
  230. dlmalloc.c:2328: warning: dereferencing type-punned pointer will break strict-aliasing rules
  231. dlmalloc.c:2343: warning: dereferencing type-punned pointer will break strict-aliasing rules
  232. dlmalloc.c:2355: warning: dereferencing type-punned pointer will break strict-aliasing rules
  233. dlmalloc.c:2359: warning: dereferencing type-punned pointer will break strict-aliasing rules
  234. dlmalloc.c:2361: warning: dereferencing type-punned pointer will break strict-aliasing rules
  235. dlmalloc.c:2362: warning: dereferencing type-punned pointer will break strict-aliasing rules
  236. dlmalloc.c: In function 'free':
  237. dlmalloc.c:2430: warning: dereferencing type-punned pointer will break strict-aliasing rules
  238. dlmalloc.c:2443: warning: dereferencing type-punned pointer will break strict-aliasing rules
  239. dlmalloc.c:2482: warning: dereferencing type-punned pointer will break strict-aliasing rules
  240. dlmalloc.c:2482: warning: dereferencing type-punned pointer will break strict-aliasing rules
  241. dlmalloc.c: In function 'realloc':
  242. dlmalloc.c:2593: warning: dereferencing type-punned pointer will break strict-aliasing rules
  243. dlmalloc.c:2598: warning: dereferencing type-punned pointer will break strict-aliasing rules
  244. dlmalloc.c:2603: warning: dereferencing type-punned pointer will break strict-aliasing rules
  245. dlmalloc.c:2604: warning: dereferencing type-punned pointer will break strict-aliasing rules
  246. dlmalloc.c:2636: warning: dereferencing type-punned pointer will break strict-aliasing rules
  247. dlmalloc.c:2645: warning: dereferencing type-punned pointer will break strict-aliasing rules
  248. dlmalloc.c:2646: warning: dereferencing type-punned pointer will break strict-aliasing rules
  249. dlmalloc.c: In function 'calloc':
  250. dlmalloc.c:2895: warning: dereferencing type-punned pointer will break strict-aliasing rules
  251. dlmalloc.c:2896: warning: dereferencing type-punned pointer will break strict-aliasing rules
  252. dlmalloc.c: In function 'malloc_trim':
  253. dlmalloc.c:2986: warning: dereferencing type-punned pointer will break strict-aliasing rules
  254. dlmalloc.c:2996: warning: dereferencing type-punned pointer will break strict-aliasing rules
  255. dlmalloc.c:3007: warning: dereferencing type-punned pointer will break strict-aliasing rules
  256. dlmalloc.c:3011: warning: dereferencing type-punned pointer will break strict-aliasing rules
  257. dlmalloc.c:3020: warning: dereferencing type-punned pointer will break strict-aliasing rules
  258. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/docecc.c
  259. mips-linux-uclibc-gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0x80010000 -I/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/anon/tp-link-gpl/wr841nv9_en_gpl/build/gcc-4.3.3/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.3.3/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -DCOMPRESSED_UBOOT=1 -Wa,--no-warn \
  260. -DENV_CRC=0 \
  261. -c -o environment.o environment.c
  262. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/env_common.c
  263. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/env_nowhere.c
  264. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/exports.c
  265. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/hush.c
  266. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/lcd.c
  267. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/lists.c
  268. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/memsize.c
  269. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/miiphybb.c
  270. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/miiphyutil.c
  271. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/serial.c
  272. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/crc16.c
  273. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common/flash.c
  274. mips-linux-uclibc-ar crv libcommon.a main.o circbuf.o cmd_boot.o cmd_bootm.o cmd_cache.o cmd_console.o cmd_date.o cmd_dcr.o cmd_display.o cmd_doc.o cmd_eeprom.o cmd_flash.o cmd_immap.o cmd_itest.o cmd_mem.o cmd_mii.o cmd_misc.o cmd_nand.o cmd_net.o cmd_nvedit.o cmd_reginfo.o cmd_spi.o command.o console.o devices.o dlmalloc.o docecc.o environment.o env_common.o env_nowhere.o exports.o hush.o lcd.o lists.o memsize.o miiphybb.o miiphyutil.o serial.o crc16.o flash.o
  275. a - main.o
  276. a - circbuf.o
  277. a - cmd_boot.o
  278. a - cmd_bootm.o
  279. a - cmd_cache.o
  280. a - cmd_console.o
  281. a - cmd_date.o
  282. a - cmd_dcr.o
  283. a - cmd_display.o
  284. a - cmd_doc.o
  285. a - cmd_eeprom.o
  286. a - cmd_flash.o
  287. a - cmd_immap.o
  288. a - cmd_itest.o
  289. a - cmd_mem.o
  290. a - cmd_mii.o
  291. a - cmd_misc.o
  292. a - cmd_nand.o
  293. a - cmd_net.o
  294. a - cmd_nvedit.o
  295. a - cmd_reginfo.o
  296. a - cmd_spi.o
  297. a - command.o
  298. a - console.o
  299. a - devices.o
  300. a - dlmalloc.o
  301. a - docecc.o
  302. a - environment.o
  303. a - env_common.o
  304. a - env_nowhere.o
  305. a - exports.o
  306. a - hush.o
  307. a - lcd.o
  308. a - lists.o
  309. a - memsize.o
  310. a - miiphybb.o
  311. a - miiphyutil.o
  312. a - serial.o
  313. a - crc16.o
  314. a - flash.o
  315. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/common'
  316. make -C `dirname board/atheros/board953x/libboard953x.a`
  317. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/board953x'
  318. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/board953x/board953x.c
  319. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/board953x/flash.c
  320. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/common/init-953x.c
  321. ../common/init-953x.c: In function 'ath_ddr_initial_config':
  322. ../common/init-953x.c:154: warning: unused variable 'pll'
  323. ../common/init-953x.c: In function 'ath_sys_frequency':
  324. ../common/init-953x.c:348: warning: 'ref' may be used uninitialized in this function
  325. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/common/serial.c
  326. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/common/ath_pci.c
  327. ../common/ath_pci.c: In function 'plat_dev_init':
  328. ../common/ath_pci.c:129: warning: passing argument 2 of 'ath_pci_write_config' makes integer from pointer without a cast
  329. ../common/ath_pci.c:131: warning: passing argument 2 of 'ath_pci_write_config' makes integer from pointer without a cast
  330. ../common/ath_pci.c:133: warning: passing argument 2 of 'ath_pci_write_config' makes integer from pointer without a cast
  331. ../common/ath_pci.c: At top level:
  332. ../common/ath_pci.c:35: warning: 'ath_local_read_config' defined but not used
  333. ../common/ath_pci.c:50: warning: 'ath_pci_read_config' defined but not used
  334. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/common/qca-eth-953x.c
  335. ../common/qca-eth-953x.c: In function 'ath_gmac_enet_initialize':
  336. ../common/qca-eth-953x.c:542: warning: passing argument 2 of 'miiphy_register' from incompatible pointer type
  337. ../common/qca-eth-953x.c:542: warning: passing argument 3 of 'miiphy_register' from incompatible pointer type
  338. ../common/qca-eth-953x.c:564: warning: implicit declaration of function 'athrs27_reg_init_lan'
  339. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/common/ath_flash.c
  340. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/common/athr_s27_phy.c
  341. ../common/athr_s27_phy.c: In function 'athrs27_reg_init':
  342. ../common/athr_s27_phy.c:211: warning: implicit declaration of function 'athrs27_reg_rmw'
  343. ../common/athr_s27_phy.c: In function 'athrs27_phy_setup':
  344. ../common/athr_s27_phy.c:384: warning: unused variable 'ar7240_revid'
  345. ../common/athr_s27_phy.c: At top level:
  346. ../common/athr_s27_phy.c:802: warning: conflicting types for 'athrs27_reg_rmw'
  347. ../common/athr_s27_phy.c:211: warning: previous implicit declaration of 'athrs27_reg_rmw' was here
  348. ../common/athr_s27_phy.c:869: warning: function declaration isn't a prototype
  349. ../common/athr_s27_phy.c: In function 'athrs27_phy_speed':
  350. ../common/athr_s27_phy.c:588: warning: 'phySpeed' may be used uninitialized in this function
  351. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/common/953x.S
  352. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/common/tap-953x.S
  353. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/board953x/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/board953x/extra.c
  354. mips-linux-uclibc-ar crv libboard953x.a board953x.o flash.o ../common/init-953x.o ../common/serial.o ../common/ath_pci.o ../common/qca-eth-953x.o ../common/ath_flash.o ../common/athr_s27_phy.o ../common/953x.o ../common/tap-953x.o
  355. a - board953x.o
  356. a - flash.o
  357. a - ../common/init-953x.o
  358. a - ../common/serial.o
  359. a - ../common/ath_pci.o
  360. a - ../common/qca-eth-953x.o
  361. a - ../common/ath_flash.o
  362. a - ../common/athr_s27_phy.o
  363. a - ../common/953x.o
  364. a - ../common/tap-953x.o
  365. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/board953x'
  366. make -C `dirname cpu/mips/libmips.a`
  367. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/cpu/mips'
  368. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/cpu/mips/cpu.c
  369. cpu.c: In function 'flush_cache':
  370. cpu.c:103: warning: implicit declaration of function 'dcache_flush_range'
  371. cpu.c:97: warning: unused variable 'i'
  372. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/cpu/mips/interrupts.c
  373. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/cpu/mips/cache.S
  374. mips-linux-uclibc-ar crv libmips.a cpu.o interrupts.o cache.o
  375. a - cpu.o
  376. a - interrupts.o
  377. a - cache.o
  378. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/cpu/mips'
  379. make -C `dirname lib_mips/libmips.a`
  380. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_mips'
  381. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_mips/board.c
  382. board.c:108: warning: 'init_func_ram' defined but not used
  383. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_mips/time.c
  384. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_mips/mips_linux.c
  385. mips_linux.c: In function 'do_bootm_linux':
  386. mips_linux.c:254: warning: passing argument 3 of 'theKernel' makes pointer from integer without a cast
  387. mips-linux-uclibc-ar crv libmips.a board.o time.o mips_linux.o
  388. a - board.o
  389. a - time.o
  390. a - mips_linux.o
  391. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_mips'
  392. make -C `dirname drivers/libdrivers.a`
  393. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/drivers'
  394. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/drivers/pci.c
  395. mips-linux-uclibc-ar crv libdrivers.a pci.o
  396. a - pci.o
  397. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/drivers'
  398. make -C `dirname net/libnet.a`
  399. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/net'
  400. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/net/net.c
  401. net.c: In function 'ArpTimeoutCheck':
  402. net.c:252: warning: integer overflow in expression
  403. net.c: In function 'NetLoop':
  404. net.c:521: warning: label 'skip_netloop' defined but not used
  405. net.c: In function 'NetStartAgain':
  406. net.c:657: warning: integer overflow in expression
  407. net.c: In function 'PingStart':
  408. net.c:835: warning: integer overflow in expression
  409. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/net/tftp.c
  410. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/net/rarp.c
  411. rarp.c: In function 'RarpTimeout':
  412. rarp.c:83: warning: integer overflow in expression
  413. rarp.c: In function 'RarpRequest':
  414. rarp.c:118: warning: integer overflow in expression
  415. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/net/eth.c
  416. eth.c: In function 'eth_initialize':
  417. eth.c:241: warning: implicit declaration of function 'ath_gmac_enet_initialize'
  418. mips-linux-uclibc-ar crv libnet.a net.o tftp.o rarp.o eth.o
  419. a - net.o
  420. a - tftp.o
  421. a - rarp.o
  422. a - eth.o
  423. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/net'
  424. make -C `dirname rtc/librtc.a`
  425. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc'
  426. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/date.c
  427. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/bf533_rtc.c
  428. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/ds12887.c
  429. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/ds1302.c
  430. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/ds1306.c
  431. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/ds1307.c
  432. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/ds1337.c
  433. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/ds1374.c
  434. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/ds1556.c
  435. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/ds164x.c
  436. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/ds174x.c
  437. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/m41t11.c
  438. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/max6900.c
  439. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/m48t35ax.c
  440. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/mc146818.c
  441. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/mk48t59.c
  442. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/mpc5xxx.c
  443. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/mpc8xx.c
  444. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/pcf8563.c
  445. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/s3c24x0_rtc.c
  446. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc/rs5c372.c
  447. mips-linux-uclibc-ar crv librtc.a date.o bf533_rtc.o ds12887.o ds1302.o ds1306.o ds1307.o ds1337.o ds1374.o ds1556.o ds164x.o ds174x.o m41t11.o max6900.o m48t35ax.o mc146818.o mk48t59.o mpc5xxx.o mpc8xx.o pcf8563.o s3c24x0_rtc.o rs5c372.o
  448. a - date.o
  449. a - bf533_rtc.o
  450. a - ds12887.o
  451. a - ds1302.o
  452. a - ds1306.o
  453. a - ds1307.o
  454. a - ds1337.o
  455. a - ds1374.o
  456. a - ds1556.o
  457. a - ds164x.o
  458. a - ds174x.o
  459. a - m41t11.o
  460. a - max6900.o
  461. a - m48t35ax.o
  462. a - mc146818.o
  463. a - mk48t59.o
  464. a - mpc5xxx.o
  465. a - mpc8xx.o
  466. a - pcf8563.o
  467. a - s3c24x0_rtc.o
  468. a - rs5c372.o
  469. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/rtc'
  470. UNDEF_SYM=`mips-linux-uclibc-objdump -x lib_generic/libgeneric.a common/libcommon.a board/atheros/board953x/libboard953x.a cpu/mips/libmips.a lib_mips/libmips.a drivers/libdrivers.a net/libnet.a rtc/librtc.a |sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`;\
  471. mips-linux-uclibc-ld -Bstatic -T /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/board953x/u-boot.lds -Ttext 0x80010000 $UNDEF_SYM cpu/mips/start.o /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/board953x/extra.o \
  472. --start-group lib_generic/libgeneric.a common/libcommon.a board/atheros/board953x/libboard953x.a cpu/mips/libmips.a lib_mips/libmips.a drivers/libdrivers.a net/libnet.a rtc/librtc.a --end-group -L /home/anon/tp-link-gpl/wr841nv9_en_gpl/build/gcc-4.3.3/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.3.3 -lgcc \
  473. -Map u-boot.map -o u-boot
  474. mips-linux-uclibc-objcopy --gap-fill=0xff -O srec u-boot u-boot.srec
  475. mips-linux-uclibc-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
  476. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/cpu/mips/start_bootstrap.S
  477. /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/cpu/mips/start_bootstrap.S:33:1: warning: "ATH_APB_BASE" redefined
  478. In file included from /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/include/atheros.h:165,
  479. from /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/include/configs/board953x.h:10,
  480. from /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/include/config.h:19,
  481. from /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/cpu/mips/start_bootstrap.S:26:
  482. /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/include/953x.h:3570:1: warning: this is the location of the previous definition
  483. /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/cpu/mips/start_bootstrap.S:34:1: warning: "ATH_GPIO_BASE" redefined
  484. /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/include/953x.h:3595:1: warning: this is the location of the previous definition
  485. make -C `dirname lib_bootstrap/libbootstrap.a`
  486. make[2]: Entering directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_bootstrap'
  487. echo "make libbootstrap.a with HEAD_SIZE "
  488. make libbootstrap.a with HEAD_SIZE
  489. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_bootstrap/bootstrap_board.c
  490. bootstrap_board.c: In function 'bootstrap_board_init_f':
  491. bootstrap_board.c:369: warning: implicit declaration of function 'bootstrap_relocate_code'
  492. bootstrap_board.c: In function 'bootstrap_board_init_r':
  493. bootstrap_board.c:402: warning: assignment makes integer from pointer without a cast
  494. bootstrap_board.c:417: warning: pointer targets in passing argument 2 of 'crc32' differ in signedness
  495. bootstrap_board.c:449: warning: pointer targets in passing argument 4 of 'lzma_inflate' differ in signedness
  496. bootstrap_board.c:459: warning: implicit declaration of function 'mips_cache_flush'
  497. bootstrap_board.c:466: warning: assignment makes pointer from integer without a cast
  498. bootstrap_board.c: At top level:
  499. bootstrap_board.c:71: warning: 'failed' defined but not used
  500. bootstrap_board.c:156: warning: 'display_banner' defined but not used
  501. bootstrap_board.c:164: warning: 'init_baudrate' defined but not used
  502. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_bootstrap/LzmaDecode.c
  503. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_bootstrap/string.c
  504. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_bootstrap/crc32.c
  505. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_bootstrap/LzmaWrapper.c
  506. LzmaWrapper.c: In function 'lzma_inflate':
  507. LzmaWrapper.c:169: warning: comparison between pointer and integer
  508. LzmaWrapper.c: At top level:
  509. LzmaWrapper.c:43: warning: 'kCantReadMessage' defined but not used
  510. LzmaWrapper.c:44: warning: 'kCantAllocateMessage' defined but not used
  511. LzmaWrapper.c:46: warning: 'dpos' defined but not used
  512. [CC] /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_bootstrap/time.c
  513. mips-linux-uclibc-ar crv libbootstrap.a bootstrap_board.o LzmaDecode.o string.o crc32.o LzmaWrapper.o time.o
  514. a - bootstrap_board.o
  515. a - LzmaDecode.o
  516. a - string.o
  517. a - crc32.o
  518. a - LzmaWrapper.o
  519. a - time.o
  520. make[2]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/lib_bootstrap'
  521. UNDEF_SYM=`mips-linux-uclibc-objdump -x lib_bootstrap/libbootstrap.a board/atheros/board953x/libboard953x.a cpu/mips/libmips.a |sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`;\
  522. mips-linux-uclibc-ld -Bstatic -T /home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot/board/atheros/board953x/u-boot-bootstrap.lds -Ttext 0x9f000000 $UNDEF_SYM cpu/mips/start_bootstrap.o \
  523. --start-group lib_bootstrap/libbootstrap.a board/atheros/board953x/libboard953x.a cpu/mips/libmips.a --end-group -L /home/anon/tp-link-gpl/wr841nv9_en_gpl/build/gcc-4.3.3/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.3.3 -lgcc \
  524. -Map bootstrap.map -o bootstrap
  525. mips-linux-uclibc-objcopy --gap-fill=0xff -O binary bootstrap bootstrap.bin
  526. Image Name: u-boot image
  527. Created: Thu Oct 3 14:26:53 2019
  528. Image Type: MIPS Linux Firmware (lzma compressed)
  529. Data Size: 34735 Bytes = 33.92 kB = 0.03 MB
  530. Load Address: 0x80010000
  531. Entry Point: 0x80010000
  532. make[1]: Leaving directory '/home/anon/tp-link-gpl/wr841nv9_en_gpl/ap143/boot/u-boot'
  533. End Making uboot at Thu 03 Oct 2019 02:26:53 PM UTC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement