Advertisement
serenia

mylog

Jul 26th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 249.98 KB | None | 0 0
  1. root@debian:/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src# sudo make clean
  2. Makefile:34: warning: overriding recipe for target 'pre_install'
  3. Rules.mk:102: warning: ignoring old recipe for target 'pre_install'
  4. if [ -e router ]; then \
  5. if [ -f router/Makefile.cyt ]; then \
  6. make -C router -f Makefile.cyt \
  7. clean; \
  8. else \
  9. make -C router clean; \
  10. fi; \
  11. fi
  12. make[1]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router'
  13. if [ -e build ]; then \
  14. if [ -f build/Makefile.cyt ]; then \
  15. make -C build -f Makefile.cyt \
  16. clean; \
  17. else \
  18. make -C build clean; \
  19. fi; \
  20. fi
  21. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/build'
  22. Makefile:41: warning: overriding recipe for target '_subdir_installothers'
  23. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installothers'
  24. Makefile:52: warning: overriding recipe for target 'pre_target'
  25. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:192: warning: ignoring old recipe for target 'pre_target'
  26. "if MODEL_NAME equal VS510W, will change to UC320W, and if SRP521, change to SRP520"
  27. Makefile:95: warning: overriding recipe for target 'install'
  28. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:110: warning: ignoring old recipe for target 'install'
  29. if [ -e others ]; then \
  30. if [ -f others/Makefile.cyt ]; then \
  31. make -C others -f Makefile.cyt \
  32. clean; \
  33. else \
  34. make -C others clean; \
  35. fi; \
  36. fi
  37. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/build/others'
  38. make[3]: Nothing to be done for 'clean'.
  39. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/build/others'
  40. make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/optimize_lib clean
  41. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/optimize_lib'
  42. Makefile.cyt:27: warning: overriding recipe for target 'all'
  43. Makefile:4: warning: ignoring old recipe for target 'all'
  44. Makefile.cyt:134: warning: overriding recipe for target 'install'
  45. Makefile:9: warning: ignoring old recipe for target 'install'
  46. Makefile.cyt:214: warning: overriding recipe for target 'clean'
  47. Makefile:6: warning: ignoring old recipe for target 'clean'
  48. #XXX
  49. rm -f libc.so.6 libc.map .symbols .symbols_m
  50. rm -f arm
  51. #XXX
  52. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/optimize_lib'
  53. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/build'
  54. if [ -e thirdparty_source ]; then \
  55. if [ -f thirdparty_source/Makefile.cyt ]; then \
  56. make -C thirdparty_source -f Makefile.cyt \
  57. clean; \
  58. else \
  59. make -C thirdparty_source clean; \
  60. fi; \
  61. fi
  62. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source'
  63. Makefile:68: warning: overriding recipe for target '_subdir_installinclude'
  64. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installinclude'
  65. Makefile:68: warning: overriding recipe for target '_subdir_installvoice'
  66. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installvoice'
  67. if [ -e voice ]; then \
  68. if [ -f voice/Makefile.cyt ]; then \
  69. make -C voice -f Makefile.cyt \
  70. clean; \
  71. else \
  72. make -C voice clean; \
  73. fi; \
  74. fi
  75. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/voice'
  76. make sipura_voice-clean
  77. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/voice'
  78. no need to execute clean
  79. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/voice'
  80. make common-clean
  81. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/voice'
  82. no need to execute clean
  83. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/voice'
  84. do nothing
  85. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/voice'
  86. if [ -e include ]; then \
  87. if [ -f include/Makefile.cyt ]; then \
  88. make -C include -f Makefile.cyt \
  89. clean; \
  90. else \
  91. make -C include clean; \
  92. fi; \
  93. fi
  94. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/include'
  95. make[3]: Nothing to be done for 'clean'.
  96. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source/include'
  97. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/thirdparty_source'
  98. if [ -e cybertan_source ]; then \
  99. if [ -f cybertan_source/Makefile.cyt ]; then \
  100. make -C cybertan_source -f Makefile.cyt \
  101. clean; \
  102. else \
  103. make -C cybertan_source clean; \
  104. fi; \
  105. fi
  106. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source'
  107. Makefile:65: warning: overriding recipe for target '_subdir_installnvram'
  108. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installnvram'
  109. Makefile:65: warning: overriding recipe for target '_subdir_installshared'
  110. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installshared'
  111. Makefile:65: warning: overriding recipe for target '_subdir_installcy_utils'
  112. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installcy_utils'
  113. Makefile:65: warning: overriding recipe for target '_subdir_installcy_libswitch'
  114. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installcy_libswitch'
  115. Makefile:65: warning: overriding recipe for target '_subdir_installlibspeak'
  116. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installlibspeak'
  117. Makefile:65: warning: overriding recipe for target '_subdir_installlibfox'
  118. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installlibfox'
  119. Makefile:65: warning: overriding recipe for target '_subdir_installledapp'
  120. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installledapp'
  121. Makefile:65: warning: overriding recipe for target '_subdir_installrc'
  122. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installrc'
  123. Makefile:65: warning: overriding recipe for target '_subdir_installigmp-proxy'
  124. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installigmp-proxy'
  125. Makefile:65: warning: overriding recipe for target '_subdir_installlibmng'
  126. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installlibmng'
  127. Makefile:65: warning: overriding recipe for target '_subdir_installcwmp'
  128. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installcwmp'
  129. Makefile:65: warning: overriding recipe for target '_subdir_installhttpd'
  130. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installhttpd'
  131. Makefile:65: warning: overriding recipe for target '_subdir_installwww'
  132. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installwww'
  133. Makefile:65: warning: overriding recipe for target '_subdir_installcy_net_snmp'
  134. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installcy_net_snmp'
  135. Makefile:65: warning: overriding recipe for target '_subdir_installrouter_provisioning'
  136. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installrouter_provisioning'
  137. Makefile:65: warning: overriding recipe for target '_subdir_installswitch_tools'
  138. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installswitch_tools'
  139. Makefile:65: warning: overriding recipe for target '_subdir_installmalertd'
  140. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installmalertd'
  141. if [ -e malertd ]; then \
  142. if [ -f malertd/Makefile.cyt ]; then \
  143. make -C malertd -f Makefile.cyt \
  144. clean; \
  145. else \
  146. make -C malertd clean; \
  147. fi; \
  148. fi
  149. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/malertd'
  150. echo "clean: binary code, do nothing"
  151. clean: binary code, do nothing
  152. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/malertd'
  153. if [ -e switch_tools ]; then \
  154. if [ -f switch_tools/Makefile.cyt ]; then \
  155. make -C switch_tools -f Makefile.cyt \
  156. clean; \
  157. else \
  158. make -C switch_tools clean; \
  159. fi; \
  160. fi
  161. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/switch_tools'
  162. echo "clean: binary code, do nothing"
  163. clean: binary code, do nothing
  164. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/switch_tools'
  165. if [ -e router_provisioning ]; then \
  166. if [ -f router_provisioning/Makefile.cyt ]; then \
  167. make -C router_provisioning -f Makefile.cyt \
  168. clean; \
  169. else \
  170. make -C router_provisioning clean; \
  171. fi; \
  172. fi
  173. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/router_provisioning'
  174. echo "clean: binary code, do nothing"
  175. clean: binary code, do nothing
  176. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/router_provisioning'
  177. if [ -e cy_net_snmp ]; then \
  178. if [ -f cy_net_snmp/Makefile.cyt ]; then \
  179. make -C cy_net_snmp -f Makefile.cyt \
  180. clean; \
  181. else \
  182. make -C cy_net_snmp clean; \
  183. fi; \
  184. fi
  185. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cy_net_snmp'
  186. echo "clean: binary code, do nothing"
  187. clean: binary code, do nothing
  188. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cy_net_snmp'
  189. if [ -e www ]; then \
  190. if [ -f www/Makefile.cyt ]; then \
  191. make -C www -f Makefile.cyt \
  192. clean; \
  193. else \
  194. make -C www clean; \
  195. fi; \
  196. fi
  197. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/www'
  198. #make -C edv001_a1_ci clean INSTALLDIR=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/build/edv001_a1_ci/install/www
  199. make -C edv001_a1_ci clean
  200. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/www/edv001_a1_ci'
  201. rm -rf tmp/
  202. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/www/edv001_a1_ci'
  203. #rm -rf /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/build/edv001_a1_ci/install
  204. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/www'
  205. if [ -e httpd ]; then \
  206. if [ -f httpd/Makefile.cyt ]; then \
  207. make -C httpd -f Makefile.cyt \
  208. clean; \
  209. else \
  210. make -C httpd clean; \
  211. fi; \
  212. fi
  213. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/httpd'
  214. echo "clean: binary code, do nothing"
  215. clean: binary code, do nothing
  216. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/httpd'
  217. if [ -e cwmp ]; then \
  218. if [ -f cwmp/Makefile.cyt ]; then \
  219. make -C cwmp -f Makefile.cyt \
  220. clean; \
  221. else \
  222. make -C cwmp clean; \
  223. fi; \
  224. fi
  225. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cwmp'
  226. echo "clean: binary code, do nothing"
  227. clean: binary code, do nothing
  228. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cwmp'
  229. if [ -e libmng ]; then \
  230. if [ -f libmng/Makefile.cyt ]; then \
  231. make -C libmng -f Makefile.cyt \
  232. clean; \
  233. else \
  234. make -C libmng clean; \
  235. fi; \
  236. fi
  237. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/libmng'
  238. echo "clean: binary code, do nothing"
  239. clean: binary code, do nothing
  240. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/libmng'
  241. if [ -e igmp-proxy ]; then \
  242. if [ -f igmp-proxy/Makefile.cyt ]; then \
  243. make -C igmp-proxy -f Makefile.cyt \
  244. clean; \
  245. else \
  246. make -C igmp-proxy clean; \
  247. fi; \
  248. fi
  249. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/igmp-proxy'
  250. echo "clean: binary code, do nothing"
  251. clean: binary code, do nothing
  252. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/igmp-proxy'
  253. if [ -e rc ]; then \
  254. if [ -f rc/Makefile.cyt ]; then \
  255. make -C rc -f Makefile.cyt \
  256. clean; \
  257. else \
  258. make -C rc clean; \
  259. fi; \
  260. fi
  261. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/rc'
  262. echo "clean: binary code, do nothing"
  263. clean: binary code, do nothing
  264. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/rc'
  265. if [ -e ledapp ]; then \
  266. if [ -f ledapp/Makefile.cyt ]; then \
  267. make -C ledapp -f Makefile.cyt \
  268. clean; \
  269. else \
  270. make -C ledapp clean; \
  271. fi; \
  272. fi
  273. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/ledapp'
  274. echo "clean: binary code, do nothing"
  275. clean: binary code, do nothing
  276. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/ledapp'
  277. if [ -e libfox ]; then \
  278. if [ -f libfox/Makefile.cyt ]; then \
  279. make -C libfox -f Makefile.cyt \
  280. clean; \
  281. else \
  282. make -C libfox clean; \
  283. fi; \
  284. fi
  285. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/libfox'
  286. echo "clean: binary code, do nothing"
  287. clean: binary code, do nothing
  288. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/libfox'
  289. if [ -e libspeak ]; then \
  290. if [ -f libspeak/Makefile.cyt ]; then \
  291. make -C libspeak -f Makefile.cyt \
  292. clean; \
  293. else \
  294. make -C libspeak clean; \
  295. fi; \
  296. fi
  297. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/libspeak'
  298. echo "clean: binary code, do nothing"
  299. clean: binary code, do nothing
  300. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/libspeak'
  301. if [ -e cy_libswitch ]; then \
  302. if [ -f cy_libswitch/Makefile.cyt ]; then \
  303. make -C cy_libswitch -f Makefile.cyt \
  304. clean; \
  305. else \
  306. make -C cy_libswitch clean; \
  307. fi; \
  308. fi
  309. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cy_libswitch'
  310. echo "clean: binary code, do nothing"
  311. clean: binary code, do nothing
  312. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cy_libswitch'
  313. if [ -e cy_utils ]; then \
  314. if [ -f cy_utils/Makefile.cyt ]; then \
  315. make -C cy_utils -f Makefile.cyt \
  316. clean; \
  317. else \
  318. make -C cy_utils clean; \
  319. fi; \
  320. fi
  321. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cy_utils'
  322. echo "clean: binary code, do nothing"
  323. clean: binary code, do nothing
  324. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/cy_utils'
  325. if [ -e shared ]; then \
  326. if [ -f shared/Makefile.cyt ]; then \
  327. make -C shared -f Makefile.cyt \
  328. clean; \
  329. else \
  330. make -C shared clean; \
  331. fi; \
  332. fi
  333. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/shared'
  334. echo "clean: binary code, do nothing"
  335. clean: binary code, do nothing
  336. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/shared'
  337. if [ -e nvram ]; then \
  338. if [ -f nvram/Makefile.cyt ]; then \
  339. make -C nvram -f Makefile.cyt \
  340. clean; \
  341. else \
  342. make -C nvram clean; \
  343. fi; \
  344. fi
  345. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/nvram'
  346. echo "clean: binary code, do nothing"
  347. clean: binary code, do nothing
  348. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source/nvram'
  349. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/cybertan_source'
  350. if [ -e open_source ]; then \
  351. if [ -f open_source/Makefile.cyt ]; then \
  352. make -C open_source -f Makefile.cyt \
  353. clean; \
  354. else \
  355. make -C open_source clean; \
  356. fi; \
  357. fi
  358. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source'
  359. Makefile:60: warning: overriding recipe for target '_subdir_installu-boot'
  360. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installu-boot'
  361. Makefile:60: warning: overriding recipe for target '_subdir_installu-boot_env'
  362. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installu-boot_env'
  363. Makefile:60: warning: overriding recipe for target '_subdir_installopenssl'
  364. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installopenssl'
  365. Makefile:60: warning: overriding recipe for target '_subdir_installcurl'
  366. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installcurl'
  367. Makefile:60: warning: overriding recipe for target '_subdir_installbusybox'
  368. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installbusybox'
  369. Makefile:60: warning: overriding recipe for target '_subdir_installbusybox-modify'
  370. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installbusybox-modify'
  371. Makefile:60: warning: overriding recipe for target '_subdir_installnet-tools'
  372. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installnet-tools'
  373. Makefile:60: warning: overriding recipe for target '_subdir_installdnsmasq'
  374. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installdnsmasq'
  375. Makefile:60: warning: overriding recipe for target '_subdir_installiptables'
  376. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installiptables'
  377. Makefile:60: warning: overriding recipe for target '_subdir_installntpclient'
  378. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installntpclient'
  379. Makefile:60: warning: overriding recipe for target '_subdir_installudhcpd'
  380. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installudhcpd'
  381. Makefile:60: warning: overriding recipe for target '_subdir_installpppd'
  382. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installpppd'
  383. Makefile:60: warning: overriding recipe for target '_subdir_installtraceroute'
  384. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installtraceroute'
  385. Makefile:60: warning: overriding recipe for target '_subdir_installiproute2'
  386. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installiproute2'
  387. Makefile:60: warning: overriding recipe for target '_subdir_installbridge'
  388. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installbridge'
  389. Makefile:60: warning: overriding recipe for target '_subdir_installmtd-utils'
  390. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installmtd-utils'
  391. Makefile:60: warning: overriding recipe for target '_subdir_installc-ares'
  392. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installc-ares'
  393. Makefile:60: warning: overriding recipe for target '_subdir_installnet-snmp'
  394. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installnet-snmp'
  395. Makefile:60: warning: overriding recipe for target '_subdir_installebtables'
  396. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installebtables'
  397. Makefile:60: warning: overriding recipe for target '_subdir_installexpat'
  398. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installexpat'
  399. Makefile:60: warning: overriding recipe for target '_subdir_installcy_linux_driver'
  400. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installcy_linux_driver'
  401. Makefile:60: warning: overriding recipe for target '_subdir_installgsoap'
  402. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installgsoap'
  403. Makefile:60: warning: overriding recipe for target '_subdir_installsyslog-ng'
  404. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installsyslog-ng'
  405. Makefile:60: warning: overriding recipe for target '_subdir_installstunnel'
  406. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installstunnel'
  407. Makefile:60: warning: overriding recipe for target '_subdir_installmDNSResponder'
  408. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installmDNSResponder'
  409. Makefile:60: warning: overriding recipe for target '_subdir_installinclude'
  410. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installinclude'
  411. if [ -e include ]; then \
  412. if [ -f include/Makefile.cyt ]; then \
  413. make -C include -f Makefile.cyt \
  414. clean; \
  415. else \
  416. make -C include clean; \
  417. fi; \
  418. fi
  419. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/include'
  420. make[3]: Nothing to be done for 'clean'.
  421. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/include'
  422. if [ -e mDNSResponder ]; then \
  423. if [ -f mDNSResponder/Makefile.cyt ]; then \
  424. make -C mDNSResponder -f Makefile.cyt \
  425. clean; \
  426. else \
  427. make -C mDNSResponder clean; \
  428. fi; \
  429. fi
  430. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mDNSResponder-107.6'
  431. make -C mDNSPosix os=linux clean
  432. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mDNSResponder-107.6/mDNSPosix'
  433. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mDNSResponder-107.6/Clients'
  434. rm -rf build
  435. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mDNSResponder-107.6/Clients'
  436. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mDNSResponder-107.6/mDNSPosix'
  437. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mDNSResponder-107.6'
  438. if [ -e stunnel ]; then \
  439. if [ -f stunnel/Makefile.cyt ]; then \
  440. make -C stunnel -f Makefile.cyt \
  441. clean; \
  442. else \
  443. make -C stunnel clean; \
  444. fi; \
  445. fi
  446. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56'
  447. make distclean
  448. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56'
  449. make[4]: *** No rule to make target 'distclean'. Stop.
  450. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56'
  451. Makefile.cyt:14: recipe for target 'clean' failed
  452. make[3]: [clean] Error 2 (ignored)
  453. rm -f -rf Makefile
  454. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/stunnel-4.56'
  455. if [ -e syslog-ng ]; then \
  456. if [ -f syslog-ng/Makefile.cyt ]; then \
  457. make -C syslog-ng -f Makefile.cyt \
  458. clean; \
  459. else \
  460. make -C syslog-ng clean; \
  461. fi; \
  462. fi
  463. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12'
  464. make -C libol-0.3.18 distclean
  465. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18'
  466. Making distclean in src
  467. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src'
  468. test -z "libol.la" || rm -f libol.la
  469. rm -f "./so_locations"
  470. rm -rf .libs _libs
  471. rm -f *.o core *.core
  472. rm -f *.lo
  473. rm -f *.tab.c
  474. rm -f
  475. rm -f olconfig.h stamp-h1
  476. rm -f libtool
  477. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  478. rm -rf .deps ./.deps
  479. rm -f Makefile
  480. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/src'
  481. Making distclean in utils
  482. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/utils'
  483. rm -rf .libs _libs
  484. rm -f *.lo
  485. rm -f
  486. rm -f libtool
  487. rm -f Makefile
  488. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18/utils'
  489. Making distclean in .
  490. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18'
  491. rm -rf .libs _libs
  492. rm -f *.lo
  493. rm -f libol.spec libol-config
  494. rm -f libtool
  495. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  496. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18'
  497. rm -f config.status config.cache config.log configure.lineno
  498. rm -f Makefile
  499. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12/libol-0.3.18'
  500. make distclean
  501. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12'
  502. make[4]: *** No rule to make target 'distclean'. Stop.
  503. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12'
  504. Makefile.cyt:14: recipe for target 'clean' failed
  505. make[3]: [clean] Error 2 (ignored)
  506. rm -f -rf Makefile
  507. rm -f -rf src/config.h
  508. rm -f -rf lib-0.3.18/Makefile
  509. rm -f -rf lib-0.3.18/config.h
  510. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/syslog-ng-1.6.12'
  511. if [ -e gsoap ]; then \
  512. if [ -f gsoap/Makefile.cyt ]; then \
  513. make -C gsoap -f Makefile.cyt \
  514. clean; \
  515. else \
  516. make -C gsoap clean; \
  517. fi; \
  518. fi
  519. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/gsoap-2.6.2'
  520. rm -f *.o *.a *.so
  521. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/gsoap-2.6.2'
  522. if [ -e cy_linux_driver ]; then \
  523. if [ -f cy_linux_driver/Makefile.cyt ]; then \
  524. make -C cy_linux_driver -f Makefile.cyt \
  525. clean; \
  526. else \
  527. make -C cy_linux_driver clean; \
  528. fi; \
  529. fi
  530. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver'
  531. Makefile:58: warning: overriding recipe for target 'install'
  532. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:110: warning: ignoring old recipe for target 'install'
  533. if [ -e clean_net_count ]; then \
  534. if [ -f clean_net_count/Makefile.cyt ]; then \
  535. make -C clean_net_count -f Makefile.cyt \
  536. clean; \
  537. else \
  538. make -C clean_net_count clean; \
  539. fi; \
  540. fi
  541. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/clean_net_count'
  542. rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions
  543. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/clean_net_count'
  544. if [ -e sys_event ]; then \
  545. if [ -f sys_event/Makefile.cyt ]; then \
  546. make -C sys_event -f Makefile.cyt \
  547. clean; \
  548. else \
  549. make -C sys_event clean; \
  550. fi; \
  551. fi
  552. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/sys_event'
  553. rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions
  554. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/sys_event'
  555. if [ -e led ]; then \
  556. if [ -f led/Makefile.cyt ]; then \
  557. make -C led -f Makefile.cyt \
  558. clean; \
  559. else \
  560. make -C led clean; \
  561. fi; \
  562. fi
  563. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/led'
  564. rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions
  565. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/led'
  566. if [ -e netfilter ]; then \
  567. if [ -f netfilter/Makefile.cyt ]; then \
  568. make -C netfilter -f Makefile.cyt \
  569. clean; \
  570. else \
  571. make -C netfilter clean; \
  572. fi; \
  573. fi
  574. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/netfilter'
  575. rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions
  576. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver/netfilter'
  577. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/cy_linux_driver'
  578. if [ -e expat ]; then \
  579. if [ -f expat/Makefile.cyt ]; then \
  580. make -C expat -f Makefile.cyt \
  581. clean; \
  582. else \
  583. make -C expat clean; \
  584. fi; \
  585. fi
  586. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/expat-2.1.0'
  587. make clean
  588. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/expat-2.1.0'
  589. cd lib && rm -f libexpat.so *.o *.lo && rm -rf .libs _libs
  590. cd xmlwf && rm -f xmlwf *.o *.lo && rm -rf .libs _libs
  591. cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
  592. cd tests && rm -rf .libs runtests runtests.o runtestspp runtestspp.o
  593. cd tests && rm -f chardata.o minicheck.o
  594. rm -rf .libs libexpat.so
  595. rm -f examples/core tests/core xmlwf/core
  596. rm -rf libexpat.a
  597. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/expat-2.1.0'
  598. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/expat-2.1.0'
  599. if [ -e ebtables ]; then \
  600. if [ -f ebtables/Makefile.cyt ]; then \
  601. make -C ebtables -f Makefile.cyt \
  602. clean; \
  603. else \
  604. make -C ebtables clean; \
  605. fi; \
  606. fi
  607. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/ebtables-v2.0.8-2'
  608. make clean
  609. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/ebtables-v2.0.8-2'
  610. rm -f ebtables ebtables-restore ebtablesd ebtablesu static
  611. rm -f *.o *~ *.so
  612. rm -f extensions/*.o extensions/*.c~ extensions/*.so include/*~
  613. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/ebtables-v2.0.8-2'
  614. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/ebtables-v2.0.8-2'
  615. if [ -e net-snmp ]; then \
  616. if [ -f net-snmp/Makefile.cyt ]; then \
  617. make -C net-snmp -f Makefile.cyt \
  618. clean; \
  619. else \
  620. make -C net-snmp clean; \
  621. fi; \
  622. fi
  623. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3'
  624. rm -f tmp_inst
  625. rm: cannot remove 'tmp_inst': Is a directory
  626. Makefile.cyt:57: recipe for target 'clean' failed
  627. make[3]: [clean] Error 1 (ignored)
  628. make -C apps clean
  629. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/apps'
  630. make[4]: *** No rule to make target 'clean'. Stop.
  631. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3/apps'
  632. Makefile.cyt:57: recipe for target 'clean' failed
  633. make[3]: [clean] Error 2 (ignored)
  634. make distclean
  635. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3'
  636. make[4]: *** No rule to make target 'distclean'. Stop.
  637. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3'
  638. Makefile.cyt:57: recipe for target 'clean' failed
  639. make[3]: [clean] Error 2 (ignored)
  640. rm -rf /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/openssl/lib
  641. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-snmp-5.7.3'
  642. if [ -e c-ares ]; then \
  643. if [ -f c-ares/Makefile.cyt ]; then \
  644. make -C c-ares -f Makefile.cyt \
  645. clean; \
  646. else \
  647. make -C c-ares clean; \
  648. fi; \
  649. fi
  650. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/c-ares-1.6.0'
  651. make distclean
  652. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/c-ares-1.6.0'
  653. make[4]: *** No rule to make target 'distclean'. Stop.
  654. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/c-ares-1.6.0'
  655. Makefile.cyt:12: recipe for target 'clean' failed
  656. make[3]: [clean] Error 2 (ignored)
  657. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/c-ares-1.6.0'
  658. if [ -e mtd-utils ]; then \
  659. if [ -f mtd-utils/Makefile.cyt ]; then \
  660. make -C mtd-utils -f Makefile.cyt \
  661. clean; \
  662. else \
  663. make -C mtd-utils clean; \
  664. fi; \
  665. fi
  666. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0'
  667. make clean
  668. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0'
  669. rm -f ./*.o ./ftl_format ./flash_erase ./flash_eraseall ./nanddump ./doc_loadbios ./ftl_check ./flash_lock ./flash_unlock ./flash_info ./flash_otp_info ./flash_otp_dump ./mtd_debug ./flashcp ./nandwrite ./nandwrite2 ./nandtest ./nandtest2 ./jffs2dump ./nftldump ./nftl_format ./docfdisk ./rfddump ./rfdformat ./sumtool ./.*.c.dep
  670. if [ ".x" != ".x" ]; then rm -rf .; fi
  671. make -C ./ubi-utils clean
  672. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0/ubi-utils'
  673. rm -rf *.o pfiflash pddcustomize ubimirror bin2nand nand2bin ubigen mkbootenv unubi pfi2bin ubiattach ubicrc32 ubidetach ubimkvol ubinfo ubinize ubirmvol ubiupdatevol ubiformat .*.c.dep
  674. make -C new-utils clean
  675. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0/ubi-utils/new-utils'
  676. rm -rf *.o libubi.a libmtd.a libubigen.a libiniparser.a libscan.a ubiupdatevol ubimkvol ubirmvol ubicrc32 ubinfo ubiattach ubidetach ubinize ubiformat .*.c.dep
  677. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0/ubi-utils/new-utils'
  678. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0/ubi-utils'
  679. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0'
  680. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/mtd-utils-1.2.0'
  681. if [ -e bridge ]; then \
  682. if [ -f bridge/Makefile.cyt ]; then \
  683. make -C bridge -f Makefile.cyt \
  684. clean; \
  685. else \
  686. make -C bridge clean; \
  687. fi; \
  688. fi
  689. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/bridge-1.1'
  690. if test -f Makefile; then \
  691. make maintainer-clean; \
  692. fi;
  693. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/bridge-1.1'
  694. if [ -e iproute2 ]; then \
  695. if [ -f iproute2/Makefile.cyt ]; then \
  696. make -C iproute2 -f Makefile.cyt \
  697. clean; \
  698. else \
  699. make -C iproute2 clean; \
  700. fi; \
  701. fi
  702. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710'
  703. make clean
  704. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710'
  705. rm -f cscope.*
  706. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/lib'
  707. rm -f ll_map.o libnetlink.o utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o dnet_ntop.o dnet_pton.o ipx_ntop.o ipx_pton.o libnetlink.a libutil.a
  708. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/lib'
  709. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/ip'
  710. rm -f ip.o ipaddress.o iproute.o iprule.o rtm_map.o iptunnel.o ip6tunnel.o tunnel.o ipneigh.o ipntable.o iplink.o ipmaddr.o ipmonitor.o ipmroute.o ipprefix.o ipxfrm.o xfrm_state.o xfrm_policy.o xfrm_monitor.o rtmon.o ip rtmon
  711. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/ip'
  712. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/tc'
  713. rm -f tc.o tc_qdisc.o tc_class.o tc_filter.o tc_util.o tc_monitor.o m_police.o m_estimator.o m_action.o m_ematch.o emp_ematch.yacc.o emp_ematch.lex.o q_fifo.o q_sfq.o q_red.o q_prio.o q_tbf.o q_cbq.o q_netem.o f_rsvp.o f_u32.o f_route.o f_fw.o f_basic.o q_dsmark.o q_gred.o f_tcindex.o q_ingress.o q_hfsc.o q_htb.o m_gact.o m_mirred.o m_ipt.o m_pedit.o p_ip.o p_icmp.o p_tcp.o p_udp.o em_nbyte.o em_cmp.o em_u32.o em_meta.o tc_core.o tc_red.o tc_cbq.o tc_estimator.o libtc.a tc *.so emp_ematch.yacc.h; \
  714. rm -f emp_ematch.yacc.output
  715. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/tc'
  716. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/misc'
  717. rm -f *.o ss nstat ifstat rtacct lnstat ssfilter.c
  718. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/misc'
  719. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/netem'
  720. rm -f normal.dist pareto.dist paretonormal.dist experimental.dist maketable normal pareto paretonormal
  721. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/netem'
  722. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/genl'
  723. rm -f genl.o ctrl.o genl
  724. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/genl'
  725. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/doc'
  726. rm -f *.aux *.log *.toc ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps ip-cref.dvi ip-tunnels.dvi api-ip6-flowlabels.dvi ss.dvi nstat.dvi arpd.dvi rtstat.dvi *.html
  727. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710/doc'
  728. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710'
  729. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iproute2-2.6.22-070710'
  730. if [ -e traceroute ]; then \
  731. if [ -f traceroute/Makefile.cyt ]; then \
  732. make -C traceroute -f Makefile.cyt \
  733. clean; \
  734. else \
  735. make -C traceroute clean; \
  736. fi; \
  737. fi
  738. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/traceroute-1.4a12'
  739. make clean
  740. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/traceroute-1.4a12'
  741. rm -f traceroute.o ifaddrlist.o findsaddr-linux.o version.o traceroute version.c
  742. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/traceroute-1.4a12'
  743. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/traceroute-1.4a12'
  744. if [ -e pppd ]; then \
  745. if [ -f pppd/Makefile.cyt ]; then \
  746. make -C pppd -f Makefile.cyt \
  747. clean; \
  748. else \
  749. make -C pppd clean; \
  750. fi; \
  751. fi
  752. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1'
  753. make -C pppd clean
  754. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1/pppd'
  755. rm -f main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o eap.o chap-md5.o md4.o chap_ms.o sha1.o pppcrypt.o multilink.o tdb.o spinlock.o pppd *~ #* core
  756. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1/pppd'
  757. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1'
  758. if [ -e udhcpd ]; then \
  759. if [ -f udhcpd/Makefile.cyt ]; then \
  760. make -C udhcpd -f Makefile.cyt \
  761. clean; \
  762. else \
  763. make -C udhcpd clean; \
  764. fi; \
  765. fi
  766. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/udhcpd-0.9.8'
  767. make clean
  768. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/udhcpd-0.9.8'
  769. rm -f udhcpd udhcpc dumpleases *.o core
  770. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/udhcpd-0.9.8'
  771. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/udhcpd-0.9.8'
  772. if [ -e ntpclient ]; then \
  773. if [ -f ntpclient/Makefile.cyt ]; then \
  774. make -C ntpclient -f Makefile.cyt \
  775. clean; \
  776. else \
  777. make -C ntpclient clean; \
  778. fi; \
  779. fi
  780. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/ntpclient-345'
  781. Makefile:21: warning: overriding recipe for target 'install'
  782. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:110: warning: ignoring old recipe for target 'install'
  783. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -Wall -O -M phaselock.c > .phaselock.depend
  784. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  785. In file included from phaselock.c:26:
  786. /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
  787. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  788. from phaselock.c:26:
  789. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  790. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -Wall -O -M ntpclient.c > .ntpclient.depend
  791. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  792. In file included from ntpclient.c:3:
  793. /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
  794. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  795. from ntpclient.c:3:
  796. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  797. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  798. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  799. from ntpclient.c:7:
  800. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  801. find . \( -name '*.[oas]' -o -name core -o -name '*~' -o -name '.*~' -o -name '.#*' -o -name '*.so' \) -type f -print | xargs rm -f
  802. find . \( -name '*.depend' \) -type f -print | xargs rm -f
  803. /bin/rm -rf ntpclient
  804. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/ntpclient-345'
  805. if [ -e iptables ]; then \
  806. if [ -f iptables/Makefile.cyt ]; then \
  807. make -C iptables -f Makefile.cyt \
  808. clean; \
  809. else \
  810. make -C iptables clean; \
  811. fi; \
  812. fi
  813. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iptables-1.3.8'
  814. make distclean
  815. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iptables-1.3.8'
  816. Making dependencies: please wait...
  817. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  818. In file included from include/libiptc/ipt_kernel_headers.h:6,
  819. from include/libiptc/libiptc.h:5,
  820. from libiptc/libip4tc.c:29:
  821. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  822. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  823. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  824. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  825. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/ip.h:25,
  826. from include/libiptc/ipt_kernel_headers.h:9,
  827. from include/libiptc/libiptc.h:5,
  828. from libiptc/libip4tc.c:29:
  829. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  830. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  831. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  832. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  833. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  834. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  835. from iptables.c:30:
  836. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  837. In file included from iptables.c:37:
  838. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  839. In file included from include/libiptc/ipt_kernel_headers.h:6,
  840. from include/libiptc/libiptc.h:5,
  841. from include/iptables.h:5,
  842. from iptables.c:39:
  843. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  844. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  845. In file included from include/libiptc/ipt_kernel_headers.h:6,
  846. from include/libiptc/libiptc.h:5,
  847. from include/iptables.h:5,
  848. from iptables-standalone.c:38:
  849. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  850. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  851. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  852. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  853. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/ip.h:25,
  854. from include/libiptc/ipt_kernel_headers.h:9,
  855. from include/libiptc/libiptc.h:5,
  856. from include/iptables.h:5,
  857. from iptables-standalone.c:38:
  858. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  859. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  860. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  861. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  862. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  863. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  864. from extensions/libipt_CYDNAT.c:17:
  865. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  866. In file included from include/libiptc/ipt_kernel_headers.h:6,
  867. from include/libiptc/libiptc.h:5,
  868. from include/iptables.h:5,
  869. from extensions/libipt_CYDNAT.c:21:
  870. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  871. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  872. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  873. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  874. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  875. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  876. from extensions/libipt_CYMASQUERADE.c:17:
  877. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  878. In file included from include/libiptc/ipt_kernel_headers.h:6,
  879. from include/libiptc/libiptc.h:5,
  880. from include/iptables.h:5,
  881. from extensions/libipt_CYMASQUERADE.c:21:
  882. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  883. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  884. In file included from include/libiptc/ipt_kernel_headers.h:6,
  885. from include/libiptc/libiptc.h:5,
  886. from include/iptables.h:5,
  887. from extensions/libipt_physdev.c:7:
  888. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  889. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  890. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  891. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  892. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/ip.h:25,
  893. from include/libiptc/ipt_kernel_headers.h:9,
  894. from include/libiptc/libiptc.h:5,
  895. from include/iptables.h:5,
  896. from extensions/libipt_physdev.c:7:
  897. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  898. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  899. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  900. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  901. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  902. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  903. from extensions/libipt_tcpmss.c:3:
  904. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  905. In file included from include/libiptc/ipt_kernel_headers.h:6,
  906. from include/libiptc/libiptc.h:5,
  907. from include/iptables.h:5,
  908. from extensions/libipt_tcpmss.c:8:
  909. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  910. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  911. In file included from include/libiptc/ipt_kernel_headers.h:6,
  912. from include/libiptc/libiptc.h:5,
  913. from include/iptables.h:5,
  914. from extensions/libipt_TCPMSS.c:10:
  915. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  916. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  917. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  918. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  919. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/ip.h:25,
  920. from include/libiptc/ipt_kernel_headers.h:9,
  921. from include/libiptc/libiptc.h:5,
  922. from include/iptables.h:5,
  923. from extensions/libipt_TCPMSS.c:10:
  924. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  925. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  926. In file included from include/libiptc/ipt_kernel_headers.h:6,
  927. from include/libiptc/libiptc.h:5,
  928. from include/iptables.h:5,
  929. from extensions/libipt_comment.c:14:
  930. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  931. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  932. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  933. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  934. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/ip.h:25,
  935. from include/libiptc/ipt_kernel_headers.h:9,
  936. from include/libiptc/libiptc.h:5,
  937. from include/iptables.h:5,
  938. from extensions/libipt_comment.c:14:
  939. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  940. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  941. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  942. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  943. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  944. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  945. from extensions/libipt_conntrack.c:6:
  946. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  947. In file included from include/libiptc/ipt_kernel_headers.h:6,
  948. from include/libiptc/libiptc.h:5,
  949. from include/iptables.h:5,
  950. from extensions/libipt_conntrack.c:11:
  951. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  952. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  953. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  954. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  955. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  956. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  957. from extensions/libipt_CYLOG.c:3:
  958. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  959. In file included from include/libiptc/ipt_kernel_headers.h:6,
  960. from include/libiptc/libiptc.h:5,
  961. from include/iptables.h:5,
  962. from extensions/libipt_CYLOG.c:8:
  963. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  964. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  965. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  966. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  967. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  968. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  969. from extensions/libipt_iprange.c:3:
  970. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  971. In file included from include/libiptc/ipt_kernel_headers.h:6,
  972. from include/libiptc/libiptc.h:5,
  973. from include/iptables.h:5,
  974. from extensions/libipt_iprange.c:8:
  975. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  976. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  977. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  978. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  979. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  980. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  981. from extensions/libipt_time.c:17:
  982. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  983. In file included from include/libiptc/ipt_kernel_headers.h:6,
  984. from include/libiptc/libiptc.h:5,
  985. from include/iptables.h:5,
  986. from extensions/libipt_time.c:23:
  987. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  988. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  989. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  990. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  991. from /opt/emlix/pnx8181/sysroot/usr/include/net/if.h:27,
  992. from extensions/libipt_ROUTE.c:10:
  993. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  994. In file included from include/libiptc/ipt_kernel_headers.h:6,
  995. from include/libiptc/libiptc.h:5,
  996. from include/iptables.h:5,
  997. from extensions/libipt_ROUTE.c:15:
  998. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  999. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1000. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1001. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1002. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1003. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1004. from extensions/libipt_mvpack.c:17:
  1005. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1006. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1007. from include/libiptc/libiptc.h:5,
  1008. from include/iptables.h:5,
  1009. from extensions/libipt_mvpack.c:22:
  1010. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1011. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1012. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1013. from include/libiptc/libiptc.h:5,
  1014. from include/iptables.h:5,
  1015. from extensions/libipt_CLASSIFYMARK.c:10:
  1016. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1017. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1018. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1019. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1020. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/ip.h:25,
  1021. from include/libiptc/ipt_kernel_headers.h:9,
  1022. from include/libiptc/libiptc.h:5,
  1023. from include/iptables.h:5,
  1024. from extensions/libipt_CLASSIFYMARK.c:10:
  1025. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1026. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1027. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1028. from include/libiptc/libiptc.h:5,
  1029. from include/iptables.h:5,
  1030. from extensions/libipt_CLASSIFY.c:7:
  1031. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1032. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1033. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1034. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1035. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/ip.h:25,
  1036. from include/libiptc/ipt_kernel_headers.h:9,
  1037. from include/libiptc/libiptc.h:5,
  1038. from include/iptables.h:5,
  1039. from extensions/libipt_CLASSIFY.c:7:
  1040. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1041. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1042. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1043. from include/libiptc/libiptc.h:5,
  1044. from include/iptables.h:5,
  1045. from extensions/libipt_DSCP.c:17:
  1046. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1047. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1048. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1049. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1050. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/ip.h:25,
  1051. from include/libiptc/ipt_kernel_headers.h:9,
  1052. from include/libiptc/libiptc.h:5,
  1053. from include/iptables.h:5,
  1054. from extensions/libipt_DSCP.c:17:
  1055. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1056. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1057. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1058. from include/libiptc/libiptc.h:5,
  1059. from include/iptables.h:5,
  1060. from extensions/libipt_TOS.c:7:
  1061. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1062. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1063. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1064. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1065. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/ip.h:25,
  1066. from include/libiptc/ipt_kernel_headers.h:9,
  1067. from include/libiptc/libiptc.h:5,
  1068. from include/iptables.h:5,
  1069. from extensions/libipt_TOS.c:7:
  1070. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1071. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1072. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1073. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1074. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1075. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1076. from extensions/libipt_TRIGGER.c:19:
  1077. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1078. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1079. from include/libiptc/libiptc.h:5,
  1080. from include/iptables.h:5,
  1081. from extensions/libipt_TRIGGER.c:23:
  1082. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1083. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1084. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1085. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1086. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1087. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1088. from extensions/libipt_REDIRECT.c:3:
  1089. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1090. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1091. from include/libiptc/libiptc.h:5,
  1092. from include/iptables.h:5,
  1093. from extensions/libipt_REDIRECT.c:7:
  1094. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1095. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1096. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1097. from include/libiptc/libiptc.h:5,
  1098. from include/iptables.h:5,
  1099. from extensions/libipt_limit.c:11:
  1100. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1101. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1102. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1103. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1104. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/ip.h:25,
  1105. from include/libiptc/ipt_kernel_headers.h:9,
  1106. from include/libiptc/libiptc.h:5,
  1107. from include/iptables.h:5,
  1108. from extensions/libipt_limit.c:11:
  1109. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1110. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1111. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1112. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1113. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1114. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1115. from extensions/libipt_icmp.c:3:
  1116. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1117. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1118. from include/libiptc/libiptc.h:5,
  1119. from include/iptables.h:5,
  1120. from extensions/libipt_icmp.c:7:
  1121. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1122. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1123. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1124. from include/libiptc/libiptc.h:5,
  1125. from include/iptables.h:5,
  1126. from extensions/libipt_REJECT.c:9:
  1127. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1128. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1129. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1130. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1131. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/ip.h:25,
  1132. from include/libiptc/ipt_kernel_headers.h:9,
  1133. from include/libiptc/libiptc.h:5,
  1134. from include/iptables.h:5,
  1135. from extensions/libipt_REJECT.c:9:
  1136. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1137. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1138. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1139. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1140. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1141. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1142. from extensions/libipt_webstr.c:28:
  1143. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1144. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1145. from include/libiptc/libiptc.h:5,
  1146. from include/iptables.h:5,
  1147. from extensions/libipt_webstr.c:33:
  1148. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1149. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1150. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1151. from include/libiptc/libiptc.h:5,
  1152. from include/iptables.h:5,
  1153. from extensions/libipt_MARK.c:7:
  1154. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1155. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1156. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1157. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1158. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/ip.h:25,
  1159. from include/libiptc/ipt_kernel_headers.h:9,
  1160. from include/libiptc/libiptc.h:5,
  1161. from include/iptables.h:5,
  1162. from extensions/libipt_MARK.c:7:
  1163. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1164. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1165. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1166. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1167. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1168. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1169. from extensions/libipt_mark.c:3:
  1170. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1171. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1172. from include/libiptc/libiptc.h:5,
  1173. from include/iptables.h:5,
  1174. from extensions/libipt_mark.c:8:
  1175. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1176. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1177. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1178. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1179. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1180. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1181. from extensions/libipt_LOG.c:3:
  1182. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1183. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1184. from include/libiptc/libiptc.h:5,
  1185. from include/iptables.h:5,
  1186. from extensions/libipt_LOG.c:8:
  1187. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1188. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1189. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1190. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1191. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1192. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1193. from extensions/libipt_MASQUERADE.c:3:
  1194. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1195. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1196. from include/libiptc/libiptc.h:5,
  1197. from include/iptables.h:5,
  1198. from extensions/libipt_MASQUERADE.c:7:
  1199. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1200. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1201. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1202. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1203. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1204. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1205. from extensions/libipt_SNAT.c:3:
  1206. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1207. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1208. from include/libiptc/libiptc.h:5,
  1209. from include/iptables.h:5,
  1210. from extensions/libipt_SNAT.c:7:
  1211. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1212. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1213. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1214. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1215. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1216. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1217. from extensions/libipt_DNAT.c:3:
  1218. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1219. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1220. from include/libiptc/libiptc.h:5,
  1221. from include/iptables.h:5,
  1222. from extensions/libipt_DNAT.c:7:
  1223. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1224. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1225. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1226. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1227. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1228. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1229. from extensions/libipt_state.c:3:
  1230. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1231. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1232. from include/libiptc/libiptc.h:5,
  1233. from include/iptables.h:5,
  1234. from extensions/libipt_state.c:7:
  1235. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1236. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1237. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1238. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1239. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1240. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1241. from extensions/libipt_standard.c:3:
  1242. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1243. In file included from extensions/libipt_standard.c:6:
  1244. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1245. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1246. from include/libiptc/libiptc.h:5,
  1247. from include/iptables.h:5,
  1248. from extensions/libipt_standard.c:8:
  1249. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1250. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1251. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1252. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1253. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1254. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1255. from extensions/libipt_mac.c:3:
  1256. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1257. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1258. from include/libiptc/libiptc.h:5,
  1259. from include/iptables.h:5,
  1260. from extensions/libipt_mac.c:12:
  1261. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1262. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1263. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1264. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1265. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1266. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1267. from extensions/libipt_udp.c:3:
  1268. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1269. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1270. from include/libiptc/libiptc.h:5,
  1271. from include/iptables.h:5,
  1272. from extensions/libipt_udp.c:7:
  1273. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1274. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1275. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1276. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1277. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1278. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1279. from extensions/libipt_tcp.c:3:
  1280. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1281. In file included from include/libiptc/ipt_kernel_headers.h:6,
  1282. from include/libiptc/libiptc.h:5,
  1283. from include/iptables.h:5,
  1284. from extensions/libipt_tcp.c:7:
  1285. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1286. rm -f extensions/libipt_tcp.so extensions/libipt_udp.so extensions/libipt_mac.so extensions/libipt_standard.so extensions/libipt_state.so extensions/libipt_DNAT.so extensions/libipt_SNAT.so extensions/libipt_MASQUERADE.so extensions/libipt_LOG.so extensions/libipt_mark.so extensions/libipt_MARK.so extensions/libipt_webstr.so extensions/libipt_REJECT.so extensions/libipt_icmp.so extensions/libipt_limit.so extensions/libipt_REDIRECT.so extensions/libipt_TRIGGER.so extensions/libipt_TOS.so extensions/libipt_DSCP.so extensions/libipt_CLASSIFY.so extensions/libipt_CLASSIFYMARK.so extensions/libipt_mvpack.so extensions/libipt_ROUTE.so extensions/libipt_time.so extensions/libipt_iprange.so extensions/libipt_CYLOG.so extensions/libipt_conntrack.so extensions/libipt_comment.so extensions/libipt_TCPMSS.so extensions/libipt_tcpmss.so extensions/libipt_physdev.so extensions/libipt_CYMASQUERADE.so extensions/libipt_CYDNAT.so iptables iptables.o iptables.8 iptables-save iptables-restore iptables-xml extensions/libipt_targets.man extensions/libipt_matches.man extensions/libip6t_targets.man extensions/libip6t_matches.man libipq/libipq.a libiptc/libiptc.a extensions/libipt_tcp_sh.o extensions/libipt_udp_sh.o extensions/libipt_mac_sh.o extensions/libipt_standard_sh.o extensions/libipt_state_sh.o extensions/libipt_DNAT_sh.o extensions/libipt_SNAT_sh.o extensions/libipt_MASQUERADE_sh.o extensions/libipt_LOG_sh.o extensions/libipt_mark_sh.o extensions/libipt_MARK_sh.o extensions/libipt_webstr_sh.o extensions/libipt_REJECT_sh.o extensions/libipt_icmp_sh.o extensions/libipt_limit_sh.o extensions/libipt_REDIRECT_sh.o extensions/libipt_TRIGGER_sh.o extensions/libipt_TOS_sh.o extensions/libipt_DSCP_sh.o extensions/libipt_CLASSIFY_sh.o extensions/libipt_CLASSIFYMARK_sh.o extensions/libipt_mvpack_sh.o extensions/libipt_ROUTE_sh.o extensions/libipt_time_sh.o extensions/libipt_iprange_sh.o extensions/libipt_CYLOG_sh.o extensions/libipt_conntrack_sh.o extensions/libipt_comment_sh.o extensions/libipt_TCPMSS_sh.o extensions/libipt_tcpmss_sh.o extensions/libipt_physdev_sh.o extensions/libipt_CYMASQUERADE_sh.o extensions/libipt_CYDNAT_sh.o
  1287. rm -f extensions/initext.c extensions/initext6.c
  1288. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iptables-1.3.8'
  1289. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/iptables-1.3.8'
  1290. if [ -e dnsmasq ]; then \
  1291. if [ -f dnsmasq/Makefile.cyt ]; then \
  1292. make -C dnsmasq -f Makefile.cyt \
  1293. clean; \
  1294. else \
  1295. make -C dnsmasq clean; \
  1296. fi; \
  1297. fi
  1298. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/dnsmasq-2.78'
  1299. make clean
  1300. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/dnsmasq-2.78'
  1301. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1302. In file included from /opt/emlix/pnx8181/sysroot/usr/include/sys/types.h:31,
  1303. from /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/dnsmasq-2.78/src/dnsmasq.h:46:
  1304. /opt/emlix/pnx8181/sysroot/usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
  1305. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1306. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1307. from /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/dnsmasq-2.78/src/dnsmasq.h:47:
  1308. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1309. In file included from /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/dnsmasq-2.78/src/dnsmasq.h:95:
  1310. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1311. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  1312. from /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/dnsmasq-2.78/src/dnsmasq.h:102:
  1313. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  1314. rm -f src/*.mo src/*.pot
  1315. rm -f src/.copts_* src/*.o src/dnsmasq.a src/dnsmasq
  1316. rm -f src/dnsmasq_baseline
  1317. rm -f core */core
  1318. rm -f *~ contrib/*/*~ */*~
  1319. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/dnsmasq-2.78'
  1320. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/dnsmasq-2.78'
  1321. if [ -e net-tools ]; then \
  1322. if [ -f net-tools/Makefile.cyt ]; then \
  1323. make -C net-tools -f Makefile.cyt \
  1324. clean; \
  1325. else \
  1326. make -C net-tools clean; \
  1327. fi; \
  1328. fi
  1329. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60'
  1330. make clean
  1331. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60'
  1332. rm -f *.o DEADJOE config.new *~ *.orig lib/*.o
  1333. rm -f ifconfig hostname arp netstat route rarp slattach plipconfig nameif
  1334. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60/man'
  1335. rm -f DEADJOE *~ *.orig
  1336. rm -f */DEADJOE */*~ */*.orig
  1337. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60/man'
  1338. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60/lib'
  1339. rm -f *.o *~ *.orig libnet-tools.a libnet-tools.so
  1340. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60/lib'
  1341. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60/po'
  1342. rm -f *mo
  1343. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60/po'
  1344. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60'
  1345. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/net-tools-1.60'
  1346. if [ -e busybox-modify ]; then \
  1347. if [ -f busybox-modify/Makefile.cyt ]; then \
  1348. make -C busybox-modify -f Makefile.cyt \
  1349. clean; \
  1350. else \
  1351. make -C busybox-modify clean; \
  1352. fi; \
  1353. fi
  1354. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/busybox-modify'
  1355. Makefile:28: warning: overriding recipe for target 'install'
  1356. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:110: warning: ignoring old recipe for target 'install'
  1357. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -O3 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/include -Wall -DCONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=1 -DFEATURE_CPU_USAGE_PERCENTAGE=1 -M top.c > .top.depend
  1358. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1359. In file included from /opt/emlix/pnx8181/sysroot/usr/include/sys/types.h:31,
  1360. from top.c:30:
  1361. /opt/emlix/pnx8181/sysroot/usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
  1362. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  1363. from top.c:31:
  1364. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  1365. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1366. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1367. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1368. from top.c:46:
  1369. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1370. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -O3 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/include -Wall -DCONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=1 -DFEATURE_CPU_USAGE_PERCENTAGE=1 -M kill.c > .kill.depend
  1371. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1372. In file included from kill.c:25:
  1373. /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
  1374. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  1375. from kill.c:25:
  1376. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  1377. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -O3 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/include -Wall -DCONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=1 -DFEATURE_CPU_USAGE_PERCENTAGE=1 -M my_getpwuid.c > .my_getpwuid.depend
  1378. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1379. In file included from /opt/emlix/pnx8181/sysroot/usr/include/sys/types.h:31,
  1380. from libbb.h:3,
  1381. from my_getpwuid.c:38:
  1382. /opt/emlix/pnx8181/sysroot/usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
  1383. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  1384. from libbb.h:5,
  1385. from my_getpwuid.c:38:
  1386. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  1387. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -O3 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/include -Wall -DCONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=1 -DFEATURE_CPU_USAGE_PERCENTAGE=1 -M my_getug.c > .my_getug.depend
  1388. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1389. In file included from my_getug.c:37:
  1390. /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
  1391. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  1392. from my_getug.c:37:
  1393. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  1394. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -O3 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/include -Wall -DCONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=1 -DFEATURE_CPU_USAGE_PERCENTAGE=1 -M procps.c > .procps.depend
  1395. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1396. In file included from /opt/emlix/pnx8181/sysroot/usr/include/dirent.h:30,
  1397. from procps.c:11:
  1398. /opt/emlix/pnx8181/sysroot/usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
  1399. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  1400. from procps.c:15:
  1401. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  1402. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -O3 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/include -Wall -DCONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=1 -DFEATURE_CPU_USAGE_PERCENTAGE=1 -M find_pid_by_name.c > .find_pid_by_name.depend
  1403. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1404. In file included from find_pid_by_name.c:22:
  1405. /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
  1406. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  1407. from find_pid_by_name.c:22:
  1408. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  1409. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -O3 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/include -Wall -DCONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=1 -DFEATURE_CPU_USAGE_PERCENTAGE=1 -M u_signal_names.c > .u_signal_names.depend
  1410. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1411. In file included from /opt/emlix/pnx8181/sysroot/usr/include/signal.h:57,
  1412. from u_signal_names.c:24:
  1413. /opt/emlix/pnx8181/sysroot/usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
  1414. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  1415. from u_signal_names.c:28:
  1416. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  1417. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -O3 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/include -Wall -DCONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=1 -DFEATURE_CPU_USAGE_PERCENTAGE=1 -M syslogd.c > .syslogd.depend
  1418. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1419. In file included from syslogd.c:29:
  1420. /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
  1421. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  1422. from syslogd.c:29:
  1423. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  1424. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1425. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1426. from /opt/emlix/pnx8181/sysroot/usr/include/netinet/in.h:24,
  1427. from /opt/emlix/pnx8181/sysroot/usr/include/netdb.h:28,
  1428. from syslogd.c:35:
  1429. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1430. syslogd.c:39:21: error: stdbool.h: No such file or directory
  1431. In file included from /opt/emlix/pnx8181/sysroot/usr/include/sys/param.h:22,
  1432. from syslogd.c:46:
  1433. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1434. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -O3 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/include -Wall -DCONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=1 -DFEATURE_CPU_USAGE_PERCENTAGE=1 -M klogd.c > .klogd.depend
  1435. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1436. In file included from klogd.c:33:
  1437. /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:34:21: error: stddef.h: No such file or directory
  1438. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  1439. from klogd.c:33:
  1440. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  1441. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -O3 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/include -Wall -DCONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=1 -DFEATURE_CPU_USAGE_PERCENTAGE=1 -M ping.c > .ping.depend
  1442. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1443. In file included from /opt/emlix/pnx8181/sysroot/usr/include/sys/param.h:22,
  1444. from ping.c:34:
  1445. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1446. In file included from /opt/emlix/pnx8181/sysroot/usr/include/sys/types.h:31,
  1447. from /opt/emlix/pnx8181/sysroot/usr/include/sys/param.h:42,
  1448. from ping.c:34:
  1449. /opt/emlix/pnx8181/sysroot/usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
  1450. In file included from /opt/emlix/pnx8181/sysroot/usr/include/bits/socket.h:31,
  1451. from /opt/emlix/pnx8181/sysroot/usr/include/sys/socket.h:35,
  1452. from ping.c:35:
  1453. /opt/emlix/pnx8181/sysroot/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
  1454. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  1455. from ping.c:47:
  1456. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  1457. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib -march=armv5te -O3 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/include -Wall -DCONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=1 -DFEATURE_CPU_USAGE_PERCENTAGE=1 -M main.c > .main.depend
  1458. cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C
  1459. In file included from main.c:2:
  1460. /opt/emlix/pnx8181/sysroot/usr/include/string.h:33:20: error: stddef.h: No such file or directory
  1461. In file included from /opt/emlix/pnx8181/sysroot/usr/include/stdio.h:72,
  1462. from main.c:4:
  1463. /opt/emlix/pnx8181/sysroot/usr/include/libio.h:53:21: error: stdarg.h: No such file or directory
  1464. find . \( -name '*.[oas]' -o -name core -o -name '*~' -o -name '.*~' -o -name '.#*' -o -name '*.so' \) -type f -print | xargs rm -f
  1465. find . \( -name '*.depend' \) -type f -print | xargs rm -f
  1466. /bin/rm -rf bb_modify
  1467. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/busybox-modify'
  1468. if [ -e busybox ]; then \
  1469. if [ -f busybox/Makefile.cyt ]; then \
  1470. make -C busybox -f Makefile.cyt \
  1471. clean; \
  1472. else \
  1473. make -C busybox clean; \
  1474. fi; \
  1475. fi
  1476. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/busybox-1.10.2'
  1477. make mrproper
  1478. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/busybox-1.10.2'
  1479. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/busybox-1.10.2'
  1480. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/busybox-1.10.2'
  1481. if [ -e curl ]; then \
  1482. if [ -f curl/Makefile.cyt ]; then \
  1483. make -C curl -f Makefile.cyt \
  1484. clean; \
  1485. else \
  1486. make -C curl clean; \
  1487. fi; \
  1488. fi
  1489. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4'
  1490. make distclean
  1491. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4'
  1492. make[4]: *** No rule to make target 'distclean'. Stop.
  1493. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4'
  1494. Makefile.cyt:28: recipe for target 'clean' failed
  1495. make[3]: [clean] Error 2 (ignored)
  1496. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/curl-7.19.4'
  1497. if [ -e openssl ]; then \
  1498. if [ -f openssl/Makefile.cyt ]; then \
  1499. make -C openssl -f Makefile.cyt \
  1500. clean; \
  1501. else \
  1502. make -C openssl clean; \
  1503. fi; \
  1504. fi
  1505. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l'
  1506. touch Makefile
  1507. make clean
  1508. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l'
  1509. make[4]: *** No rule to make target 'clean'. Stop.
  1510. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l'
  1511. Makefile.cyt:12: recipe for target 'clean' failed
  1512. make[3]: [clean] Error 2 (ignored)
  1513. rm Makefile
  1514. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l'
  1515. if [ -e u-boot_env ]; then \
  1516. if [ -f u-boot_env/Makefile.cyt ]; then \
  1517. make -C u-boot_env -f Makefile.cyt \
  1518. clean; \
  1519. else \
  1520. make -C u-boot_env clean; \
  1521. fi; \
  1522. fi
  1523. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot_env-1.1.4'
  1524. make clean
  1525. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot_env-1.1.4'
  1526. rm -f uboot_env
  1527. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot_env-1.1.4'
  1528. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot_env-1.1.4'
  1529. if [ -e u-boot ]; then \
  1530. if [ -f u-boot/Makefile.cyt ]; then \
  1531. make -C u-boot -f Makefile.cyt \
  1532. clean; \
  1533. else \
  1534. make -C u-boot clean; \
  1535. fi; \
  1536. fi
  1537. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot-1.3.3-pnx8181'
  1538. make mrproper
  1539. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot-1.3.3-pnx8181'
  1540. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot-1.3.3-pnx8181'
  1541. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/u-boot-1.3.3-pnx8181'
  1542. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source'
  1543. if [ -e ../linux ]; then \
  1544. if [ -f ../linux/Makefile.cyt ]; then \
  1545. make -C ../linux -f Makefile.cyt \
  1546. clean; \
  1547. else \
  1548. make -C ../linux clean; \
  1549. fi; \
  1550. fi
  1551. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux'
  1552. if [ -e linux ]; then \
  1553. if [ -f linux/Makefile.cyt ]; then \
  1554. make -C linux -f Makefile.cyt \
  1555. clean; \
  1556. else \
  1557. make -C linux clean; \
  1558. fi; \
  1559. fi
  1560. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  1561. #cp .config .config.cyt
  1562. make mrproper
  1563. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  1564. CLEAN /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5
  1565. CLEAN arch/arm/kernel
  1566. CLEAN init
  1567. CLEAN kernel
  1568. CLEAN .tmp_versions
  1569. CLEAN include/asm-arm/mach-types.h include/asm-arm/arch include/asm-arm/.arch
  1570. CLEAN scripts/basic
  1571. CLEAN scripts/kconfig
  1572. CLEAN scripts/mod
  1573. CLEAN scripts
  1574. CLEAN include/config
  1575. CLEAN .config include/asm .version include/linux/autoconf.h include/linux/version.h include/linux/utsrelease.h
  1576. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  1577. #rm -f include/linux/cy_conf.h
  1578. #sed '/cy_conf\.h/ d' -i include/linux/config.h; \
  1579. #cp .config.cyt .config
  1580. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  1581. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux'
  1582. make[1]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router'
  1583. if [ -e host_tools ]; then \
  1584. if [ -f host_tools/Makefile.cyt ]; then \
  1585. make -C host_tools -f Makefile.cyt \
  1586. clean; \
  1587. else \
  1588. make -C host_tools clean; \
  1589. fi; \
  1590. fi
  1591. make[1]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools'
  1592. Makefile:24: warning: overriding recipe for target 'install'
  1593. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:110: warning: ignoring old recipe for target 'install'
  1594. if [ -e gpl_src ]; then \
  1595. if [ -f gpl_src/Makefile.cyt ]; then \
  1596. make -C gpl_src -f Makefile.cyt \
  1597. clean; \
  1598. else \
  1599. make -C gpl_src clean; \
  1600. fi; \
  1601. fi
  1602. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src'
  1603. Makefile:40: warning: overriding recipe for target '_subdir_installfakeroot'
  1604. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installfakeroot'
  1605. Makefile:40: warning: overriding recipe for target '_subdir_installmakedevs'
  1606. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installmakedevs'
  1607. Makefile:40: warning: overriding recipe for target '_subdir_installsqlzma'
  1608. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installsqlzma'
  1609. Makefile:40: warning: overriding recipe for target '_subdir_installsquashfs3.4'
  1610. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installsquashfs3.4'
  1611. Makefile:40: warning: overriding recipe for target '_subdir_installuboot-mkimage'
  1612. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installuboot-mkimage'
  1613. if [ -e uboot-mkimage ]; then \
  1614. if [ -f uboot-mkimage/Makefile.cyt ]; then \
  1615. make -C uboot-mkimage -f Makefile.cyt \
  1616. clean; \
  1617. else \
  1618. make -C uboot-mkimage clean; \
  1619. fi; \
  1620. fi
  1621. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/uboot-mkimage-0.4'
  1622. rm -f *.o
  1623. /bin/rm -f /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/mkimage
  1624. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/uboot-mkimage-0.4'
  1625. if [ -e squashfs3.4 ]; then \
  1626. if [ -f squashfs3.4/Makefile.cyt ]; then \
  1627. make -C squashfs3.4 -f Makefile.cyt \
  1628. clean; \
  1629. else \
  1630. make -C squashfs3.4 clean; \
  1631. fi; \
  1632. fi
  1633. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4'
  1634. make -C squashfs-tools clean Sqlzma=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma
  1635. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4/squashfs-tools'
  1636. rm -f *.o mksquashfs unsquashfs
  1637. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4/squashfs-tools'
  1638. rm /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/mksquashfs
  1639. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4'
  1640. if [ -e sqlzma ]; then \
  1641. if [ -f sqlzma/Makefile.cyt ]; then \
  1642. make -C sqlzma -f Makefile.cyt \
  1643. clean; \
  1644. else \
  1645. make -C sqlzma clean; \
  1646. fi; \
  1647. fi
  1648. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  1649. make clean
  1650. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  1651. make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/C/Compress/Lzma -f sqlzma.mk clean
  1652. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/C/Compress/Lzma'
  1653. rm -f libunlzma.a libunlzma_r.a uncomp.o uncomp_r.o LzmaDecode_r.o LzmaDecode.o *~
  1654. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/C/Compress/Lzma'
  1655. make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/CPP/7zip/Compress/LZMA_Alone -f sqlzma.mk clean
  1656. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/CPP/7zip/Compress/LZMA_Alone'
  1657. rm -f comp.o *_r.o liblzma_r.a *~
  1658. rm -f lzma LzmaAlone.o LzmaBench.o LzmaBenchCon.o LzmaRam.o LZMADecoder.o LZMAEncoder.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o FileStreams.o StreamUtils.o C_FileIO.o CommandLineParser.o CRC.o IntToString.o MyString.o StringConvert.o StringToInt.o MyVector.o 7zCrc.o Alloc.o BranchX86.o MatchFinder.o LzmaDecode.o LzmaRamDecode.o
  1659. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/CPP/7zip/Compress/LZMA_Alone'
  1660. #make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/squashfs3.4/squashfs-tools clean
  1661. rm -f *~
  1662. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  1663. #rm -rf ../../mksquashfs
  1664. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  1665. if [ -e makedevs ]; then \
  1666. if [ -f makedevs/Makefile.cyt ]; then \
  1667. make -C makedevs -f Makefile.cyt \
  1668. clean; \
  1669. else \
  1670. make -C makedevs clean; \
  1671. fi; \
  1672. fi
  1673. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/makedevs-0.0.01b'
  1674. rm -rf makedevs
  1675. rm -rf /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/makedevs
  1676. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/makedevs-0.0.01b'
  1677. if [ -e fakeroot ]; then \
  1678. if [ -f fakeroot/Makefile.cyt ]; then \
  1679. make -C fakeroot -f Makefile.cyt \
  1680. clean; \
  1681. else \
  1682. make -C fakeroot clean; \
  1683. fi; \
  1684. fi
  1685. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  1686. /bin/rm -rf /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/fakeroot
  1687. /bin/rm -rf /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/faked
  1688. /bin/rm -rf /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/fakeroot_misc
  1689. make distclean
  1690. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  1691. Making distclean in test
  1692. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  1693. test -z "tmp* tartest.tar.gz hda3" || rm -f tmp* tartest.tar.gz hda3
  1694. rm -rf .libs _libs
  1695. rm -f *.lo
  1696. test -z "" || rm -f
  1697. rm -f Makefile
  1698. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  1699. Making distclean in doc
  1700. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  1701. Making distclean in nl
  1702. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  1703. rm -rf .libs _libs
  1704. rm -f *.lo
  1705. test -z "" || rm -f
  1706. rm -f Makefile
  1707. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  1708. Making distclean in sv
  1709. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  1710. rm -rf .libs _libs
  1711. rm -f *.lo
  1712. test -z "" || rm -f
  1713. rm -f Makefile
  1714. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  1715. Making distclean in fr
  1716. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  1717. rm -rf .libs _libs
  1718. rm -f *.lo
  1719. test -z "" || rm -f
  1720. rm -f Makefile
  1721. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  1722. Making distclean in es
  1723. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  1724. rm -rf .libs _libs
  1725. rm -f *.lo
  1726. test -z "" || rm -f
  1727. rm -f Makefile
  1728. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  1729. Making distclean in .
  1730. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  1731. rm -rf .libs _libs
  1732. rm -f *.lo
  1733. test -z "" || rm -f
  1734. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1735. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  1736. rm -f Makefile
  1737. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  1738. Making distclean in scripts
  1739. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  1740. test -z "fakeroot" || rm -f fakeroot
  1741. rm -rf .libs _libs
  1742. rm -f *.lo
  1743. test -z "" || rm -f
  1744. rm -f Makefile
  1745. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  1746. Making distclean in .
  1747. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  1748. rm -f faked faked
  1749. test -z "wrapdef.h wrapstruct.h wrapped.h wraptmpf.h" || rm -f wrapdef.h wrapstruct.h wrapped.h wraptmpf.h
  1750. test -z "libfakeroot.la" || rm -f libfakeroot.la
  1751. rm -f "./so_locations"
  1752. rm -rf .libs _libs
  1753. test -z "libcommunicate.la" || rm -f libcommunicate.la
  1754. rm -f "./so_locations"
  1755. rm -f simple simple
  1756. rm -f *.o
  1757. rm -f *.lo
  1758. rm -f *.tab.c
  1759. test -z "" || rm -f
  1760. test -z "fakerootconfig.h" || rm -f fakerootconfig.h
  1761. rm -f config.h stamp-h1
  1762. rm -f libtool
  1763. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1764. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  1765. rm -f config.status config.cache config.log configure.lineno config.status.lineno
  1766. rm -rf .deps ./.deps
  1767. rm -f Makefile
  1768. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  1769. /bin/rm -rf .configured
  1770. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  1771. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src'
  1772. find . \( -name '*.[oas]' -o -name core -o -name '*~' -o -name '.*~' -o -name '.#*' -o -name '*.so' \) -type f -print | xargs rm -f
  1773. find . \( -name '*.depend' \) -type f -print | xargs rm -f
  1774. make[1]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools'
  1775. root@debian:/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src# sudo make
  1776. Makefile:34: warning: overriding recipe for target 'pre_install'
  1777. Rules.mk:102: warning: ignoring old recipe for target 'pre_install'
  1778. echo "PWD = "
  1779. PWD =
  1780. echo "NOW = "
  1781. NOW =
  1782. if [ -f host_tools/Makefile.cyt ]; then \
  1783. make -C host_tools -f Makefile.cyt; \
  1784. else \
  1785. make -C host_tools; \
  1786. fi
  1787. make[1]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools'
  1788. Makefile:24: warning: overriding recipe for target 'install'
  1789. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:110: warning: ignoring old recipe for target 'install'
  1790. echo "PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src"
  1791. PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src
  1792. echo "NOW = "
  1793. NOW =
  1794. if [ -f gpl_src/Makefile.cyt ]; then \
  1795. make -C gpl_src -f Makefile.cyt; \
  1796. else \
  1797. make -C gpl_src; \
  1798. fi
  1799. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src'
  1800. Makefile:40: warning: overriding recipe for target '_subdir_installfakeroot'
  1801. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installfakeroot'
  1802. Makefile:40: warning: overriding recipe for target '_subdir_installmakedevs'
  1803. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installmakedevs'
  1804. Makefile:40: warning: overriding recipe for target '_subdir_installsqlzma'
  1805. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installsqlzma'
  1806. Makefile:40: warning: overriding recipe for target '_subdir_installsquashfs3.4'
  1807. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installsquashfs3.4'
  1808. Makefile:40: warning: overriding recipe for target '_subdir_installuboot-mkimage'
  1809. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:82: warning: ignoring old recipe for target '_subdir_installuboot-mkimage'
  1810. echo "PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools"
  1811. PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools
  1812. echo "NOW = host_tools"
  1813. NOW = host_tools
  1814. if [ -f fakeroot/Makefile.cyt ]; then \
  1815. make -C fakeroot -f Makefile.cyt; \
  1816. else \
  1817. make -C fakeroot; \
  1818. fi
  1819. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  1820. (rm -rf config.cache; \
  1821. ./configure \
  1822. --prefix=`pwd`/fakeroot_misc \
  1823. --bindir=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools \
  1824. )
  1825. checking build system type... i686-pc-linux-gnu
  1826. checking host system type... i686-pc-linux-gnu
  1827. checking target system type... i686-pc-linux-gnu
  1828. checking for a BSD-compatible install... /usr/bin/install -c
  1829. checking whether build environment is sane... yes
  1830. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1831. checking for gawk... no
  1832. checking for mawk... mawk
  1833. checking whether make sets $(MAKE)... yes
  1834. checking whether to enable maintainer-specific portions of Makefiles... no
  1835. checking whether make sets $(MAKE)... (cached) yes
  1836. checking for style of include used by make... GNU
  1837. checking for gcc... gcc
  1838. checking for C compiler default output file name... a.out
  1839. checking whether the C compiler works... yes
  1840. checking whether we are cross compiling... no
  1841. checking for suffix of executables...
  1842. checking for suffix of object files... o
  1843. checking whether we are using the GNU C compiler... yes
  1844. checking whether gcc accepts -g... yes
  1845. checking for gcc option to accept ISO C89... none needed
  1846. checking dependency style of gcc... gcc3
  1847. checking for a sed that does not truncate output... /bin/sed
  1848. checking for grep that handles long lines and -e... /bin/grep
  1849. checking for egrep... /bin/grep -E
  1850. checking for fgrep... /bin/grep -F
  1851. checking for ld used by gcc... ld
  1852. checking if the linker (ld) is GNU ld... yes
  1853. checking for BSD- or MS-compatible name lister (nm)... nm
  1854. checking the name lister (nm) interface... BSD nm
  1855. checking whether ln -s works... yes
  1856. checking the maximum length of command line arguments... 1572864
  1857. checking whether the shell understands some XSI constructs... yes
  1858. checking whether the shell understands "+="... yes
  1859. checking for ld option to reload object files... -r
  1860. checking how to recognize dependent libraries... pass_all
  1861. checking for ar... ar
  1862. checking for strip... strip
  1863. checking for ranlib... ranlib
  1864. checking command to parse nm output from gcc object... ok
  1865. checking how to run the C preprocessor... gcc -E
  1866. checking for ANSI C header files... yes
  1867. checking for sys/types.h... yes
  1868. checking for sys/stat.h... yes
  1869. checking for stdlib.h... yes
  1870. checking for string.h... yes
  1871. checking for memory.h... yes
  1872. checking for strings.h... yes
  1873. checking for inttypes.h... yes
  1874. checking for stdint.h... yes
  1875. checking for unistd.h... yes
  1876. checking for dlfcn.h... yes
  1877. checking for objdir... .libs
  1878. checking if gcc supports -fno-rtti -fno-exceptions... no
  1879. checking for gcc option to produce PIC... -fPIC -DPIC
  1880. checking if gcc PIC flag -fPIC -DPIC works... yes
  1881. checking if gcc static flag -static works... yes
  1882. checking if gcc supports -c -o file.o... yes
  1883. checking if gcc supports -c -o file.o... (cached) yes
  1884. checking whether the gcc linker (ld) supports shared libraries... yes
  1885. checking whether -lc should be explicitly linked in... no
  1886. checking dynamic linker characteristics... GNU/Linux ld.so
  1887. checking how to hardcode library paths into programs... immediate
  1888. checking whether stripping libraries is possible... yes
  1889. checking if libtool supports shared libraries... yes
  1890. checking whether to build shared libraries... yes
  1891. checking whether to build static libraries... yes
  1892. checking which IPC method to use... (cached) sysv
  1893. checking which database format to use... (cached) inode
  1894. checking for dlopen in -ldl... yes
  1895. checking for dirent.h that defines DIR... yes
  1896. checking for library containing opendir... none required
  1897. checking for ANSI C header files... (cached) yes
  1898. checking fcntl.h usability... yes
  1899. checking fcntl.h presence... yes
  1900. checking for fcntl.h... yes
  1901. checking for unistd.h... (cached) yes
  1902. checking features.h usability... yes
  1903. checking features.h presence... yes
  1904. checking for features.h... yes
  1905. checking sys/feature_tests.h usability... no
  1906. checking sys/feature_tests.h presence... no
  1907. checking for sys/feature_tests.h... no
  1908. checking pthread.h usability... yes
  1909. checking pthread.h presence... yes
  1910. checking for pthread.h... yes
  1911. checking for stdint.h... (cached) yes
  1912. checking for inttypes.h... (cached) yes
  1913. checking grp.h usability... yes
  1914. checking grp.h presence... yes
  1915. checking for grp.h... yes
  1916. checking endian.h usability... yes
  1917. checking endian.h presence... yes
  1918. checking for endian.h... yes
  1919. checking sys/sysmacros.h usability... yes
  1920. checking sys/sysmacros.h presence... yes
  1921. checking for sys/sysmacros.h... yes
  1922. checking sys/socket.h usability... yes
  1923. checking sys/socket.h presence... yes
  1924. checking for sys/socket.h... yes
  1925. checking sys/acl.h usability... no
  1926. checking sys/acl.h presence... no
  1927. checking for sys/acl.h... no
  1928. checking for an ANSI C-conforming const... yes
  1929. checking for mode_t... yes
  1930. checking for off_t... yes
  1931. checking for size_t... yes
  1932. checking for return value and second and third argument of readlink... int, char, size_t
  1933. checking for first argument of setgroups... size_t
  1934. checking for union semun... no
  1935. checking for type of arg of __xmknod... needs *
  1936. checking for type of arg of __xmknodat... needs *
  1937. checking for type of arg of initgroups... gid_t
  1938. checking for type of arg of setreuid... gid_t
  1939. checking for type of arg of setregid... gid_t
  1940. checking for type of second arg to stat... struct stat *
  1941. checking for d_off in struct dirent... yes
  1942. checking for d_type in struct dirent... yes
  1943. checking for fchmodat... yes
  1944. checking for fchownat... yes
  1945. checking for fstatat... yes
  1946. checking for mkdirat... yes
  1947. checking for mknodat... yes
  1948. checking for openat... yes
  1949. checking for renameat... yes
  1950. checking for unlinkat... yes
  1951. checking for __xstat... yes
  1952. checking for __fxstat... yes
  1953. checking for __lxstat... yes
  1954. checking for __fxstatat... yes
  1955. checking for __xstat64... yes
  1956. checking for __fxstat64... yes
  1957. checking for __lxstat64... yes
  1958. checking for __fxstatat64... yes
  1959. checking for __xmknod... yes
  1960. checking for __xmknodat... yes
  1961. created fakerootconfig.h
  1962. checking for strdup... yes
  1963. checking for strstr... yes
  1964. checking for getresuid... yes
  1965. checking for setresuid... yes
  1966. checking for getresgid... yes
  1967. checking for setresgid... yes
  1968. checking for setfsuid... yes
  1969. checking for setfsgid... yes
  1970. checking whether setenv is declared... yes
  1971. checking whether unsetenv is declared... yes
  1972. checking for setenv... yes
  1973. configure: creating ./config.status
  1974. config.status: creating Makefile
  1975. config.status: creating scripts/Makefile
  1976. config.status: creating doc/Makefile
  1977. config.status: creating doc/es/Makefile
  1978. config.status: creating doc/fr/Makefile
  1979. config.status: creating doc/nl/Makefile
  1980. config.status: creating doc/sv/Makefile
  1981. config.status: creating test/Makefile
  1982. config.status: creating config.h
  1983. config.status: executing depfiles commands
  1984. config.status: executing libtool commands
  1985. touch .configured
  1986. make
  1987. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  1988. make all-recursive
  1989. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  1990. Making all in scripts
  1991. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  1992. sed -e 's,[@]prefix[@],/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc,g' -e 's,[@]bindir[@],/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools,g' -e 's,[@]libdir[@],/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib,g' -e 's,[@]fakeroot_transformed[@],'`echo fakeroot | sed -e 's,x,x,'`',g' -e 's,[@]faked_transformed[@],'`echo faked | sed -e 's,x,x,'`',g' -e 's,[@]signal[@],TERM,g' -e 's,[@]SHELL[@],/bin/bash,g' -e 's,[@]VERSION[@],1.9.5,g' -e 's,[@]DLSUFFIX[@],.so,g' -e 's,[@]LDLIBPATHVAR[@],LD_LIBRARY_PATH,g' -e 's,[@]LDPRELOADVAR[@],LD_PRELOAD,g' -e 's,[@]LDPRELOADABS[@],0,g' -e 's,[@]LDEXTRAVAR[@],,g' < ./fakeroot.in > fakeroot
  1993. chmod +x fakeroot
  1994. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  1995. Making all in doc
  1996. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  1997. Making all in es
  1998. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  1999. make[7]: Nothing to be done for 'all'.
  2000. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  2001. Making all in fr
  2002. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  2003. make[7]: Nothing to be done for 'all'.
  2004. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  2005. Making all in sv
  2006. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  2007. make[7]: Nothing to be done for 'all'.
  2008. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  2009. Making all in nl
  2010. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  2011. make[7]: Nothing to be done for 'all'.
  2012. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  2013. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  2014. make[7]: Nothing to be done for 'all-am'.
  2015. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  2016. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  2017. Making all in test
  2018. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  2019. make[6]: Nothing to be done for 'all'.
  2020. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  2021. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  2022. awk -f ./wrapawk < ./wrapfunc.inp
  2023. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT libfakeroot.lo -MD -MP -MF .deps/libfakeroot.Tpo -c -o libfakeroot.lo libfakeroot.c
  2024. libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT libfakeroot.lo -MD -MP -MF .deps/libfakeroot.Tpo -c libfakeroot.c -fPIC -DPIC -o .libs/libfakeroot.o
  2025. libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT libfakeroot.lo -MD -MP -MF .deps/libfakeroot.Tpo -c libfakeroot.c -o libfakeroot.o >/dev/null 2>&1
  2026. mv -f .deps/libfakeroot.Tpo .deps/libfakeroot.Plo
  2027. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT communicate.lo -MD -MP -MF .deps/communicate.Tpo -c -o communicate.lo communicate.c
  2028. libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT communicate.lo -MD -MP -MF .deps/communicate.Tpo -c communicate.c -fPIC -DPIC -o .libs/communicate.o
  2029. libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT communicate.lo -MD -MP -MF .deps/communicate.Tpo -c communicate.c -o communicate.o >/dev/null 2>&1
  2030. mv -f .deps/communicate.Tpo .deps/communicate.Plo
  2031. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o libcommunicate.la communicate.lo -ldl
  2032. libtool: link: ar cru .libs/libcommunicate.a .libs/communicate.o
  2033. ar: `u' modifier ignored since `D' is the default (see `U')
  2034. libtool: link: ranlib .libs/libcommunicate.a
  2035. libtool: link: ( cd ".libs" && rm -f "libcommunicate.la" && ln -s "../libcommunicate.la" "libcommunicate.la" )
  2036. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -release 0 -o libfakeroot.la -rpath /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib libfakeroot.lo libcommunicate.la -ldl
  2037. libtool: link: gcc -shared .libs/libfakeroot.o -Wl,--whole-archive ./.libs/libcommunicate.a -Wl,--no-whole-archive -ldl -Wl,-soname -Wl,libfakeroot-0.so -o .libs/libfakeroot-0.so
  2038. libtool: link: (cd ".libs" && rm -f "libfakeroot.so" && ln -s "libfakeroot-0.so" "libfakeroot.so")
  2039. libtool: link: (cd .libs/libfakeroot.lax/libcommunicate.a && ar x "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/./.libs/libcommunicate.a")
  2040. libtool: link: ar cru .libs/libfakeroot.a libfakeroot.o .libs/libfakeroot.lax/libcommunicate.a/communicate.o
  2041. ar: `u' modifier ignored since `D' is the default (see `U')
  2042. libtool: link: ranlib .libs/libfakeroot.a
  2043. libtool: link: rm -fr .libs/libfakeroot.lax
  2044. libtool: link: ( cd ".libs" && rm -f "libfakeroot.la" && ln -s "../libfakeroot.la" "libfakeroot.la" )
  2045. gcc -DHAVE_CONFIG_H -I. -g -O2 -MT faked.o -MD -MP -MF .deps/faked.Tpo -c -o faked.o faked.c
  2046. mv -f .deps/faked.Tpo .deps/faked.Po
  2047. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o faked faked.o libcommunicate.la -ldl
  2048. libtool: link: gcc -g -O2 -o faked faked.o ./.libs/libcommunicate.a -ldl
  2049. gcc -DHAVE_CONFIG_H -I. -g -O2 -MT simple.o -MD -MP -MF .deps/simple.Tpo -c -o simple.o simple.c
  2050. mv -f .deps/simple.Tpo .deps/simple.Po
  2051. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o simple simple.o -ldl
  2052. libtool: link: gcc -g -O2 -o simple simple.o -ldl
  2053. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  2054. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  2055. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  2056. touch -c faked
  2057. make install
  2058. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  2059. Making install in scripts
  2060. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  2061. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  2062. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools"
  2063. /usr/bin/install -c 'fakeroot' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/fakeroot'
  2064. make[6]: Nothing to be done for 'install-data-am'.
  2065. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  2066. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/scripts'
  2067. Making install in doc
  2068. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  2069. Making install in es
  2070. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  2071. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  2072. make[7]: Nothing to be done for 'install-exec-am'.
  2073. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/es/man1" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/es/man1"
  2074. /usr/bin/install -c -m 644 './faked.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/es/man1/faked.1'
  2075. /usr/bin/install -c -m 644 './fakeroot.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/es/man1/fakeroot.1'
  2076. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  2077. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/es'
  2078. Making install in fr
  2079. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  2080. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  2081. make[7]: Nothing to be done for 'install-exec-am'.
  2082. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/fr/man1" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/fr/man1"
  2083. /usr/bin/install -c -m 644 './fakeroot.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/fr/man1/fakeroot.1'
  2084. /usr/bin/install -c -m 644 './faked.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/fr/man1/faked.1'
  2085. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  2086. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/fr'
  2087. Making install in sv
  2088. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  2089. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  2090. make[7]: Nothing to be done for 'install-exec-am'.
  2091. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/sv/man1" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/sv/man1"
  2092. /usr/bin/install -c -m 644 './faked.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/sv/man1/faked.1'
  2093. /usr/bin/install -c -m 644 './fakeroot.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/sv/man1/fakeroot.1'
  2094. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  2095. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/sv'
  2096. Making install in nl
  2097. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  2098. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  2099. make[7]: Nothing to be done for 'install-exec-am'.
  2100. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/nl/man1" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/nl/man1"
  2101. /usr/bin/install -c -m 644 './fakeroot.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/nl/man1/fakeroot.1'
  2102. /usr/bin/install -c -m 644 './faked.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/nl/man1/faked.1'
  2103. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  2104. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc/nl'
  2105. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  2106. make[7]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  2107. make[7]: Nothing to be done for 'install-exec-am'.
  2108. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/man1" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/man1"
  2109. /usr/bin/install -c -m 644 './faked.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/man1/faked.1'
  2110. /usr/bin/install -c -m 644 './fakeroot.1' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/share/man/man1/fakeroot.1'
  2111. make[7]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  2112. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  2113. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/doc'
  2114. Making install in test
  2115. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  2116. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  2117. make[6]: Nothing to be done for 'install-exec-am'.
  2118. make[6]: Nothing to be done for 'install-data-am'.
  2119. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  2120. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/test'
  2121. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  2122. CONFIG_FILES= CONFIG_HEADERS= /bin/sh ./config.status
  2123. config.status: executing depfiles commands
  2124. config.status: executing libtool commands
  2125. make[6]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  2126. CONFIG_FILES= CONFIG_HEADERS= /bin/sh ./config.status
  2127. config.status: executing depfiles commands
  2128. config.status: executing libtool commands
  2129. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib"
  2130. /bin/bash ./libtool --mode=install /usr/bin/install -c 'libfakeroot.la' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib/libfakeroot.la'
  2131. libtool: install: /usr/bin/install -c .libs/libfakeroot-0.so /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib/libfakeroot-0.so
  2132. libtool: install: (cd /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib && { ln -s -f libfakeroot-0.so libfakeroot.so || { rm -f libfakeroot.so && ln -s libfakeroot-0.so libfakeroot.so; }; })
  2133. libtool: install: /usr/bin/install -c .libs/libfakeroot.lai /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib/libfakeroot.la
  2134. libtool: install: /usr/bin/install -c .libs/libfakeroot.a /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib/libfakeroot.a
  2135. libtool: install: chmod 644 /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib/libfakeroot.a
  2136. libtool: install: ranlib /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib/libfakeroot.a
  2137. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib
  2138. ----------------------------------------------------------------------
  2139. Libraries have been installed in:
  2140. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5/fakeroot_misc/lib
  2141.  
  2142. If you ever happen to want to link against installed libraries
  2143. in a given directory, LIBDIR, you must either use libtool, and
  2144. specify the full pathname of the library, or use the `-LLIBDIR'
  2145. flag during linking and do at least one of the following:
  2146. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2147. during execution
  2148. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2149. during linking
  2150. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  2151. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2152.  
  2153. See any operating system documentation about shared libraries for
  2154. more information, such as the ld(1) and ld.so(8) manual pages.
  2155. ----------------------------------------------------------------------
  2156. test -z "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools" || /bin/mkdir -p "/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools"
  2157. /bin/bash ./libtool --mode=install /usr/bin/install -c 'faked' '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/faked'
  2158. libtool: install: /usr/bin/install -c faked /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/faked
  2159. make[6]: Nothing to be done for 'install-data-am'.
  2160. make[6]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  2161. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  2162. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  2163. touch -c /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/fakeroot
  2164. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/fakeroot-1.9.5'
  2165. if [ -f makedevs/Makefile.cyt ]; then \
  2166. make -C makedevs -f Makefile.cyt; \
  2167. else \
  2168. make -C makedevs; \
  2169. fi
  2170. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/makedevs-0.0.01b'
  2171. /usr/bin/gcc -Wall -O2 makedevs.c -o makedevs
  2172. makedevs.c: In function ‘main’:
  2173. makedevs.c:366:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
  2174. int ret = EXIT_SUCCESS;
  2175. ^~~
  2176. touch -c makedevs
  2177. if [ -e /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/makedevs ]; then \
  2178. /bin/rm -f /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/makedevs; \
  2179. fi
  2180. install -m 755 makedevs /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/makedevs
  2181. touch -c /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/makedevs
  2182. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/makedevs-0.0.01b'
  2183. if [ -f sqlzma/Makefile.cyt ]; then \
  2184. make -C sqlzma -f Makefile.cyt; \
  2185. else \
  2186. make -C sqlzma; \
  2187. fi
  2188. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  2189. make all
  2190. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  2191. make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/C/Compress/Lzma -f sqlzma.mk all
  2192. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/C/Compress/Lzma'
  2193. cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457 -c -o uncomp.o uncomp.c
  2194. cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -c -o LzmaDecode.o LzmaDecode.c
  2195. ar cr libunlzma.a uncomp.o LzmaDecode.o
  2196. ln uncomp.c uncomp_r.c
  2197. cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_REENTRANT -include pthread.h -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457 -c -o uncomp_r.o uncomp_r.c
  2198. ln LzmaDecode.c LzmaDecode_r.c
  2199. cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_REENTRANT -include pthread.h -c -o LzmaDecode_r.o LzmaDecode_r.c
  2200. ar cr libunlzma_r.a uncomp_r.o LzmaDecode_r.o
  2201. rm LzmaDecode_r.c uncomp_r.c
  2202. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/C/Compress/Lzma'
  2203. make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/CPP/7zip/Compress/LZMA_Alone -f sqlzma.mk all
  2204. make[5]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/CPP/7zip/Compress/LZMA_Alone'
  2205. g++ -O2 -Wall -c LzmaAlone.cpp
  2206. In file included from ../../../Common/MyString.h:9:0,
  2207. from ../../../Common/CommandLineParser.h:6,
  2208. from LzmaAlone.cpp:18:
  2209. ../../../Common/MyVector.h: In member function ‘int CObjectVector<T>::Find(const T&) const’:
  2210. ../../../Common/MyVector.h:204:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  2211. for(int i = 0; i < Size(); i++)
  2212.  
  2213. ^~~
  2214. ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  2215. return -1;
  2216.  
  2217. ^~~~~~
  2218. In file included from ../../../Common/CommandLineParser.h:6:0,
  2219. from LzmaAlone.cpp:18:
  2220. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  2221. ../../../Common/MyString.h:422:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  2222. for(int i = 0; i < _length; i++)
  2223.  
  2224. ^~~
  2225. ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  2226. return -1;
  2227.  
  2228. ^~~~~~
  2229. g++ -O2 -Wall -c LzmaBench.cpp
  2230. g++ -O2 -Wall -c LzmaBenchCon.cpp
  2231. g++ -O2 -Wall -c LzmaRam.cpp
  2232. g++ -O2 -Wall -c ../LZMA/LZMADecoder.cpp
  2233. g++ -O2 -Wall -c ../LZMA/LZMAEncoder.cpp
  2234. ../LZMA/LZMAEncoder.cpp: In member function ‘UInt32 NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32&)’:
  2235. ../LZMA/LZMAEncoder.cpp:1185:45: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  2236. repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1 << 9)) ||
  2237.  
  2238. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  2239. ../LZMA/LZMAEncoder.cpp:1186:45: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  2240. repLens[repMaxIndex] + 3 >= lenMain && (backMain > (1 << 15)))
  2241.  
  2242. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  2243. ../LZMA/LZMAEncoder.cpp:1202:42: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  2244. if (_longestMatchLength >= lenMain && newDistance < backMain ||
  2245.  
  2246. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  2247. ../LZMA/LZMAEncoder.cpp:1205:62: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  2248. _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ChangePair(newDistance, backMain))
  2249.  
  2250. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2251. ../LZMA/LZMAEncoder.cpp: In member function ‘LONG NCompress::NLZMA::CEncoder::CodeOneBlock(UInt64*, UInt64*, Int32*)’:
  2252. ../LZMA/LZMAEncoder.cpp:1350:12: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
  2253. UInt32 len, numDistancePairs;
  2254.  
  2255. ^~~
  2256. g++ -O2 -Wall -c ../LZ/LZOutWindow.cpp
  2257. g++ -O2 -Wall -c ../RangeCoder/RangeCoderBit.cpp
  2258. g++ -O2 -Wall -c ../../Common/InBuffer.cpp
  2259. g++ -O2 -Wall -c ../../Common/OutBuffer.cpp
  2260. g++ -O2 -Wall -c ../../Common/FileStreams.cpp
  2261. g++ -O2 -Wall -c ../../Common/StreamUtils.cpp
  2262. g++ -O2 -Wall -c ../../../Common/C_FileIO.cpp
  2263. g++ -O2 -Wall -c ../../../Common/CommandLineParser.cpp
  2264. In file included from ../../../Common/MyString.h:9:0,
  2265. from ../../../Common/CommandLineParser.h:6,
  2266. from ../../../Common/CommandLineParser.cpp:5:
  2267. ../../../Common/MyVector.h: In member function ‘int CObjectVector<T>::Find(const T&) const’:
  2268. ../../../Common/MyVector.h:204:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  2269. for(int i = 0; i < Size(); i++)
  2270.  
  2271. ^~~
  2272. ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  2273. return -1;
  2274.  
  2275. ^~~~~~
  2276. In file included from ../../../Common/CommandLineParser.h:6:0,
  2277. from ../../../Common/CommandLineParser.cpp:5:
  2278. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  2279. ../../../Common/MyString.h:422:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  2280. for(int i = 0; i < _length; i++)
  2281.  
  2282. ^~~
  2283. ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  2284. return -1;
  2285.  
  2286. ^~~~~~
  2287. g++ -O2 -Wall -c ../../../Common/CRC.cpp
  2288. g++ -O2 -Wall -c ../../../Common/IntToString.cpp
  2289. g++ -O2 -Wall -c ../../../Common/MyString.cpp
  2290. In file included from ../../../Common/MyString.h:9:0,
  2291. from ../../../Common/MyString.cpp:11:
  2292. ../../../Common/MyVector.h: In member function ‘int CObjectVector<T>::Find(const T&) const’:
  2293. ../../../Common/MyVector.h:204:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  2294. for(int i = 0; i < Size(); i++)
  2295.  
  2296. ^~~
  2297. ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  2298. return -1;
  2299.  
  2300. ^~~~~~
  2301. In file included from ../../../Common/MyString.cpp:11:0:
  2302. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  2303. ../../../Common/MyString.h:422:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  2304. for(int i = 0; i < _length; i++)
  2305.  
  2306. ^~~
  2307. ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  2308. return -1;
  2309.  
  2310. ^~~~~~
  2311. g++ -O2 -Wall -c ../../../Common/StringConvert.cpp
  2312. In file included from ../../../Common/MyString.h:9:0,
  2313. from ../../../Common/StringConvert.h:7,
  2314. from ../../../Common/StringConvert.cpp:5:
  2315. ../../../Common/MyVector.h: In member function ‘int CObjectVector<T>::Find(const T&) const’:
  2316. ../../../Common/MyVector.h:204:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  2317. for(int i = 0; i < Size(); i++)
  2318.  
  2319. ^~~
  2320. ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  2321. return -1;
  2322.  
  2323. ^~~~~~
  2324. In file included from ../../../Common/StringConvert.h:7:0,
  2325. from ../../../Common/StringConvert.cpp:5:
  2326. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  2327. ../../../Common/MyString.h:422:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  2328. for(int i = 0; i < _length; i++)
  2329.  
  2330. ^~~
  2331. ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  2332. return -1;
  2333.  
  2334. ^~~~~~
  2335. g++ -O2 -Wall -c ../../../Common/StringToInt.cpp
  2336. g++ -O2 -Wall -c ../../../Common/MyVector.cpp
  2337. In file included from ../../../Common/MyVector.cpp:7:0:
  2338. ../../../Common/MyVector.h: In member function ‘int CObjectVector<T>::Find(const T&) const’:
  2339. ../../../Common/MyVector.h:204:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  2340. for(int i = 0; i < Size(); i++)
  2341.  
  2342. ^~~
  2343. ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  2344. return -1;
  2345.  
  2346. ^~~~~~
  2347. gcc -O2 -Wall -c ../../../../C/7zCrc.c
  2348. gcc -O2 -Wall -c ../../../../C/Alloc.c
  2349. gcc -O2 -Wall -c ../../../../C/Compress/Branch/BranchX86.c
  2350. gcc -O2 -Wall -c ../../../../C/Compress/Lz/MatchFinder.c
  2351. gcc -O2 -Wall -c ../../../../C/Compress/Lzma/LzmaDecode.c
  2352. gcc -O2 -Wall -c LzmaRamDecode.c
  2353. g++ -O2 -Wall -o lzma LzmaAlone.o LzmaBench.o LzmaBenchCon.o LzmaRam.o LZMADecoder.o LZMAEncoder.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o FileStreams.o StreamUtils.o C_FileIO.o CommandLineParser.o CRC.o IntToString.o MyString.o StringConvert.o StringToInt.o MyVector.o 7zCrc.o Alloc.o BranchX86.o MatchFinder.o LzmaDecode.o LzmaRamDecode.o -lm
  2354. ln ../LZMA/LZMAEncoder.cpp LZMAEncoder_r.cc
  2355. g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../LZMA -c -o LZMAEncoder_r.o LZMAEncoder_r.cc
  2356. LZMAEncoder_r.cc: In member function ‘UInt32 NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32&)’:
  2357. LZMAEncoder_r.cc:1185:45: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  2358. repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1 << 9)) ||
  2359.  
  2360. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  2361. LZMAEncoder_r.cc:1186:45: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  2362. repLens[repMaxIndex] + 3 >= lenMain && (backMain > (1 << 15)))
  2363.  
  2364. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  2365. LZMAEncoder_r.cc:1202:42: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  2366. if (_longestMatchLength >= lenMain && newDistance < backMain ||
  2367.  
  2368. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  2369. LZMAEncoder_r.cc:1205:62: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  2370. _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ChangePair(newDistance, backMain))
  2371.  
  2372. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2373. LZMAEncoder_r.cc: In member function ‘LONG NCompress::NLZMA::CEncoder::CodeOneBlock(UInt64*, UInt64*, Int32*)’:
  2374. LZMAEncoder_r.cc:1350:12: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
  2375. UInt32 len, numDistancePairs;
  2376.  
  2377. ^~~
  2378. ln ../../../../C/Alloc.c Alloc_r.c
  2379. cc -c -I../../../../C -c -o Alloc_r.o Alloc_r.c
  2380. ln ../../Common/StreamUtils.cpp StreamUtils_r.cc
  2381. g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -c -o StreamUtils_r.o StreamUtils_r.cc
  2382. ln ../../../../C/Compress/Lz/MatchFinder.c MatchFinder_r.c
  2383. cc -c -I../../../../C/Compress/Lz -c -o MatchFinder_r.o MatchFinder_r.c
  2384. ln ../RangeCoder/RangeCoderBit.cpp RangeCoderBit_r.cc
  2385. g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../RangeCoder -c -o RangeCoderBit_r.o RangeCoderBit_r.cc
  2386. ln ../../Common/OutBuffer.cpp OutBuffer_r.cc
  2387. g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -c -o OutBuffer_r.o OutBuffer_r.cc
  2388. ln ../../../../C/7zCrc.c 7zCrc_r.c
  2389. cc -c -I../../../../C -c -o 7zCrc_r.o 7zCrc_r.c
  2390. g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457 -c -o comp.o comp.cc
  2391. In file included from ../../../Common/MyString.h:9:0,
  2392. from ../../../Common/StringConvert.h:7,
  2393. from comp.cc:20:
  2394. ../../../Common/MyVector.h: In member function ‘int CObjectVector<T>::Find(const T&) const’:
  2395. ../../../Common/MyVector.h:204:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  2396. for(int i = 0; i < Size(); i++)
  2397.  
  2398. ^~~
  2399. ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  2400. return -1;
  2401.  
  2402. ^~~~~~
  2403. In file included from ../../../Common/StringConvert.h:7:0,
  2404. from comp.cc:20:
  2405. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  2406. ../../../Common/MyString.h:422:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  2407. for(int i = 0; i < _length; i++)
  2408.  
  2409. ^~~
  2410. ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
  2411. return -1;
  2412.  
  2413. ^~~~~~
  2414. comp.cc: In function ‘int LzmaCompress(Bytef*, uInt, Bytef*, uInt, sqlzma_opts*, uLong*)’:
  2415. comp.cc:125:2: warning: narrowing conversion of ‘avail_in’ from ‘uInt {aka unsigned int}’ to ‘Byte {aka unsigned char}’ inside { } [-Wnarrowing]
  2416. };
  2417. ^
  2418. comp.cc:123:22: warning: narrowing conversion of ‘(avail_in >> 8)’ from ‘uInt {aka unsigned int}’ to ‘Byte {aka unsigned char}’ inside { } [-Wnarrowing]
  2419. avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24,
  2420. ~~~~~~~~~^~~~
  2421. comp.cc:123:37: warning: narrowing conversion of ‘(avail_in >> 16)’ from ‘uInt {aka unsigned int}’ to ‘Byte {aka unsigned char}’ inside { } [-Wnarrowing]
  2422. avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24,
  2423. ~~~~~~~~~^~~~~
  2424. comp.cc:123:53: warning: narrowing conversion of ‘(avail_in >> 24)’ from ‘uInt {aka unsigned int}’ to ‘Byte {aka unsigned char}’ inside { } [-Wnarrowing]
  2425. avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24,
  2426. ~~~~~~~~~^~~~~
  2427. ar cr liblzma_r.a LZMAEncoder_r.o Alloc_r.o StreamUtils_r.o MatchFinder_r.o RangeCoderBit_r.o OutBuffer_r.o 7zCrc_r.o comp.o
  2428. rm OutBuffer_r.cc StreamUtils_r.cc Alloc_r.c RangeCoderBit_r.cc MatchFinder_r.c LZMAEncoder_r.cc 7zCrc_r.c
  2429. make[5]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/lzma457/CPP/7zip/Compress/LZMA_Alone'
  2430. #make -C /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457/squashfs3.4/squashfs-tools all
  2431. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  2432. #install -m 755 squashfs3.4/squashfs-tools/mksquashfs ../../..
  2433. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/sqlzma-3.4-457'
  2434. if [ -f squashfs3.4/Makefile.cyt ]; then \
  2435. make -C squashfs3.4 -f Makefile.cyt; \
  2436. else \
  2437. make -C squashfs3.4; \
  2438. fi
  2439. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4'
  2440. make -C squashfs-tools all Sqlzma=/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma
  2441. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4/squashfs-tools'
  2442. cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma -D_REENTRANT -DNDEBUG -c -o mksquashfs.o mksquashfs.c
  2443. mksquashfs.c: In function ‘reader_scan’:
  2444. mksquashfs.c:1999:9: warning: ‘return’ with a value, in function returning void
  2445. return NULL;
  2446. ^~~~
  2447. mksquashfs.c:1981:6: note: declared here
  2448. void reader_scan(struct dir_info *dir) {
  2449. ^~~~~~~~~~~
  2450. cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma -D_REENTRANT -DNDEBUG -c -o read_fs.o read_fs.c
  2451. cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma -D_REENTRANT -DNDEBUG -c -o sort.o sort.c
  2452. #cc -L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma/lzma457/CPP/7zip/Compress/LZMA_Alone -L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma/lzma457/C/Compress/Lzma mksquashfs.o read_fs.o sort.o -lz -lpthread -lm -lunlzma_r -llzma_r -lstdc++ -o mksquashfs
  2453. g++ -L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma/lzma457/CPP/7zip/Compress/LZMA_Alone -L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma/lzma457/C/Compress/Lzma mksquashfs.o read_fs.o sort.o -lz -lpthread -lm -lunlzma_r -llzma_r -lstdc++ -o mksquashfs
  2454. cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma -D_REENTRANT -DNDEBUG -c -o unsquashfs.o unsquashfs.c
  2455. unsquashfs.c: In function ‘initialise_threads’:
  2456. unsquashfs.c:2442:16: warning: implicit declaration of function ‘get_nprocs’ [-Wimplicit-function-declaration]
  2457. processors = get_nprocs();
  2458. ^~~~~~~~~~
  2459. cc -L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma/lzma457/CPP/7zip/Compress/LZMA_Alone -L/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/sqlzma/lzma457/C/Compress/Lzma unsquashfs.o -lpthread -lm -lunlzma -lz -o unsquashfs
  2460. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4/squashfs-tools'
  2461. install -m 755 squashfs-tools/mksquashfs /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/
  2462. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/squashfs3.4'
  2463. if [ -f uboot-mkimage/Makefile.cyt ]; then \
  2464. make -C uboot-mkimage -f Makefile.cyt; \
  2465. else \
  2466. make -C uboot-mkimage; \
  2467. fi
  2468. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/uboot-mkimage-0.4'
  2469. gcc -M -I. -DTEXT_BASE=0x00F00000 -DUSE_HOSTCC mkimage.c crc32.c > .depend
  2470. gcc -O -I. -DTEXT_BASE=0x00F00000 -DUSE_HOSTCC -I. -DTEXT_BASE=0x00F00000 -DUSE_HOSTCC -c -o mkimage.o mkimage.c
  2471. mkimage.c: In function ‘main’:
  2472. mkimage.c:547:30: warning: passing argument 1 of ‘do_xor_checksum’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  2473. checksum = do_xor_checksum((const char *)(ptr + sizeof(image_header_t)), sbuf.st_size - sizeof(image_header_t));
  2474. ^
  2475. mkimage.c:214:10: note: expected ‘unsigned char *’ but argument is of type ‘const char *’
  2476. uint32_t do_xor_checksum(unsigned char *ptr, uint32_t len)
  2477. ^~~~~~~~~~~~~~~
  2478. mkimage.c:551:26: warning: passing argument 2 of ‘adler32’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  2479. checksum = adler32(1L, (const char *)(ptr + sizeof(image_header_t)), sbuf.st_size - sizeof(image_header_t));
  2480. ^
  2481. mkimage.c:186:10: note: expected ‘unsigned char *’ but argument is of type ‘const char *’
  2482. uint32_t adler32(uint32_t adler, unsigned char * buf, int len)
  2483. ^~~~~~~
  2484. gcc -O -I. -DTEXT_BASE=0x00F00000 -DUSE_HOSTCC -I. -DTEXT_BASE=0x00F00000 -DUSE_HOSTCC -c -o crc32.o crc32.c
  2485. gcc -O -I. -DTEXT_BASE=0x00F00000 -DUSE_HOSTCC -o /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/mkimage mkimage.o crc32.o
  2486. strip /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/mkimage
  2487. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src/pkgs/uboot-mkimage-0.4'
  2488. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools/gpl_src'
  2489. make[1]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/host_tools'
  2490. if [ -f router/Makefile.cyt ]; then \
  2491. make -C router -f Makefile.cyt; \
  2492. else \
  2493. make -C router; \
  2494. fi
  2495. make[1]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router'
  2496. echo "PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src"
  2497. PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src
  2498. echo "NOW = "
  2499. NOW =
  2500. if [ -f ../linux/Makefile.cyt ]; then \
  2501. make -C ../linux -f Makefile.cyt; \
  2502. else \
  2503. make -C ../linux; \
  2504. fi
  2505. make[2]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux'
  2506. echo "PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router"
  2507. PWD = /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router
  2508. echo "NOW = linux"
  2509. NOW = linux
  2510. if [ -f linux/Makefile.cyt ]; then \
  2511. make -C linux -f Makefile.cyt; \
  2512. else \
  2513. make -C linux; \
  2514. fi
  2515. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  2516. cp -f /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/cy_profile/config-linux .config
  2517. make -f Makefile.cyt CONFIG_GENERIC_TIME CONFIG_GENERIC_CLOCKEVENTS CONFIG_NO_IOPORT CONFIG_ARCH_HAS_ILOG2_U32 CONFIG_ARCH_HAS_ILOG2_U64 CONFIG_LOCALVERSION_AUTO CONFIG_BSD_PROCESS_ACCT CONFIG_TASKSTATS CONFIG_AUDIT CONFIG_IKCONFIG CONFIG_CGROUPS CONFIG_GROUP_SCHED CONFIG_RELAY CONFIG_NAMESPACES CONFIG_BLK_DEV_INITRD CONFIG_SYSCTL_SYSCALL_CHECK CONFIG_HOTPLUG CONFIG_ELF_CORE CONFIG_BASE_FULL CONFIG_VM_EVENT_COUNTERS CONFIG_SLUB CONFIG_SLOB CONFIG_MARKERS CONFIG_KPROBES CONFIG_HAVE_DMA_ATTRS CONFIG_TINY_SHMEM CONFIG_MODULE_FORCE_LOAD CONFIG_MODULE_FORCE_UNLOAD CONFIG_MODVERSIONS CONFIG_MODULE_SRCVERSION_ALL CONFIG_KMOD CONFIG_LBD CONFIG_BLK_DEV_IO_TRACE CONFIG_LSF CONFIG_BLK_DEV_BSG CONFIG_IOSCHED_AS CONFIG_IOSCHED_DEADLINE CONFIG_IOSCHED_CFQ CONFIG_DEFAULT_AS CONFIG_DEFAULT_DEADLINE CONFIG_DEFAULT_CFQ CONFIG_ARCH_AAEC2000 CONFIG_ARCH_INTEGRATOR CONFIG_ARCH_REALVIEW CONFIG_ARCH_VERSATILE CONFIG_ARCH_AT91 CONFIG_ARCH_CLPS7500 CONFIG_ARCH_CLPS711X CONFIG_ARCH_CO285 CONFIG_ARCH_EBSA110 CONFIG_ARCH_EP93XX CONFIG_ARCH_FOOTBRIDGE CONFIG_ARCH_NETX CONFIG_ARCH_H720X CONFIG_ARCH_IMX CONFIG_ARCH_IOP13XX CONFIG_ARCH_IOP32X CONFIG_ARCH_IOP33X CONFIG_ARCH_IXP23XX CONFIG_ARCH_IXP2000 CONFIG_ARCH_IXP4XX CONFIG_ARCH_L7200 CONFIG_ARCH_KS8695 CONFIG_ARCH_NS9XXX CONFIG_ARCH_MXC CONFIG_ARCH_ORION5X CONFIG_ARCH_PNX4008 CONFIG_ARCH_PXA CONFIG_ARCH_RPC CONFIG_ARCH_SA1100 CONFIG_ARCH_S3C2410 CONFIG_ARCH_SHARK CONFIG_ARCH_LH7A40X CONFIG_ARCH_DAVINCI CONFIG_ARCH_OMAP CONFIG_ARCH_MSM7X00A CONFIG_ARCH_PNX8181_DBGPRINTK CONFIG_ARCH_PNX8181_LOADSIM CONFIG_ARCH_PNX8181_EXTINT_IRQ1 CONFIG_ARCH_PNX8181_EXTINT_IRQ2 CONFIG_ARCH_PNX8181_CRASH_LOG_ON_FLASH CONFIG_ARCH_PNX8181_KERNEL_WATCHDOG CONFIG_CPU_ICACHE_DISABLE CONFIG_CPU_DCACHE_DISABLE CONFIG_CPU_DCACHE_WRITETHROUGH CONFIG_CPU_CACHE_ROUND_ROBIN CONFIG_OUTER_CACHE CONFIG_PCI_SYSCALL CONFIG_ARCH_SUPPORTS_MSI CONFIG_TICK_ONESHOT CONFIG_NO_IDLE_HZ CONFIG_ARCH_DISCONTIGMEM_ENABLE CONFIG_DISCONTIGMEM_MANUAL CONFIG_SPARSEMEM_MANUAL CONFIG_SPARSEMEM_STATIC CONFIG_SPARSEMEM_VMEMMAP_ENABLE CONFIG_RESOURCES_64BIT CONFIG_XIP_KERNEL CONFIG_KEXEC CONFIG_FPE_NWFPE CONFIG_FPE_FASTFPE CONFIG_VFP CONFIG_BINFMT_AOUT CONFIG_BINFMT_MISC CONFIG_PM CONFIG_XFRM_USER CONFIG_XFRM_SUB_POLICY CONFIG_XFRM_MIGRATE CONFIG_XFRM_STATISTICS CONFIG_NET_KEY_MIGRATE CONFIG_IP_FIB_TRIE CONFIG_IP_ROUTE_MULTIPATH CONFIG_IP_ROUTE_VERBOSE CONFIG_NET_IPGRE CONFIG_IP_PIMSM_V1 CONFIG_IP_PIMSM_V2 CONFIG_ARPD CONFIG_INET_AH CONFIG_INET_ESP CONFIG_INET_IPCOMP CONFIG_INET_XFRM_TUNNEL CONFIG_INET_XFRM_MODE_TRANSPORT CONFIG_INET_XFRM_MODE_TUNNEL CONFIG_INET_XFRM_MODE_BEET CONFIG_INET_LRO CONFIG_INET_DIAG CONFIG_TCP_CONG_ADVANCED CONFIG_TCP_MD5SIG CONFIG_IP_VS CONFIG_IPV6 CONFIG_NETWORK_SECMARK CONFIG_NETFILTER_DEBUG CONFIG_NETFILTER_NETLINK_LOG CONFIG_NF_CONNTRACK_EVENTS CONFIG_NF_CT_PROTO_DCCP CONFIG_NF_CT_PROTO_SCTP CONFIG_NF_CT_PROTO_UDPLITE CONFIG_NF_CONNTRACK_AMANDA CONFIG_NF_CONNTRACK_NETBIOS_NS CONFIG_NF_CONNTRACK_SANE CONFIG_NF_CT_NETLINK CONFIG_NETFILTER_XT_TARGET_CONNMARK CONFIG_NETFILTER_XT_TARGET_NFQUEUE CONFIG_NETFILTER_XT_TARGET_NFLOG CONFIG_NETFILTER_XT_TARGET_RATEEST CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP CONFIG_NETFILTER_XT_MATCH_COMMENT CONFIG_NETFILTER_XT_MATCH_CONNLIMIT CONFIG_NETFILTER_XT_MATCH_DCCP CONFIG_NETFILTER_XT_MATCH_DSCP CONFIG_NETFILTER_XT_MATCH_ESP CONFIG_NETFILTER_XT_MATCH_HELPER CONFIG_NETFILTER_XT_MATCH_IPRANGE CONFIG_NETFILTER_XT_MATCH_OWNER CONFIG_NETFILTER_XT_MATCH_POLICY CONFIG_NETFILTER_XT_MATCH_PKTTYPE CONFIG_NETFILTER_XT_MATCH_QUOTA CONFIG_NETFILTER_XT_MATCH_RATEEST CONFIG_NETFILTER_XT_MATCH_REALM CONFIG_NETFILTER_XT_MATCH_SCTP CONFIG_NETFILTER_XT_MATCH_STATISTIC CONFIG_NETFILTER_XT_MATCH_STRING CONFIG_NETFILTER_XT_MATCH_TIME CONFIG_NETFILTER_XT_MATCH_U32 CONFIG_NETFILTER_XT_MATCH_HASHLIMIT CONFIG_IP_NF_MATCH_RECENT CONFIG_IP_NF_MATCH_ECN CONFIG_IP_NF_MATCH_AH CONFIG_IP_NF_TARGET_ULOG CONFIG_IP_NF_TARGET_NETMAP CONFIG_NF_NAT_SNMP_BASIC CONFIG_NF_NAT_AMANDA CONFIG_IP_NF_TARGET_CLUSTERIP CONFIG_IP_NF_RAW CONFIG_IP_NF_ARPTABLES CONFIG_BRIDGE_EBT_ULOG CONFIG_BRIDGE_EBT_NFLOG CONFIG_IP_DCCP CONFIG_IP_SCTP CONFIG_TIPC CONFIG_ATM CONFIG_DECNET CONFIG_LLC2 CONFIG_IPX CONFIG_ATALK CONFIG_X25 CONFIG_LAPB CONFIG_ECONET CONFIG_WAN_ROUTER CONFIG_NET_SCH_HFSC CONFIG_NET_SCH_RED CONFIG_NET_SCH_TEQL CONFIG_NET_SCH_GRED CONFIG_NET_SCH_DSMARK CONFIG_NET_SCH_NETEM CONFIG_NET_CLS_RSVP CONFIG_NET_CLS_RSVP6 CONFIG_NET_CLS_FLOW CONFIG_NET_EMATCH CONFIG_NET_ACT_NAT CONFIG_NET_ACT_SIMP CONFIG_NET_PKTGEN CONFIG_HAMRADIO CONFIG_CAN CONFIG_IRDA CONFIG_BT CONFIG_AF_RXRPC CONFIG_CFG80211 CONFIG_WIRELESS_EXT CONFIG_MAC80211 CONFIG_IEEE80211 CONFIG_RFKILL CONFIG_NET_9P CONFIG_SYS_HYPERVISOR CONFIG_MTD_DEBUG CONFIG_MTD_CONCAT CONFIG_MTD_REDBOOT_PARTS CONFIG_MTD_AFS_PARTS CONFIG_MTD_AR7_PARTS CONFIG_FTL CONFIG_INFTL CONFIG_RFD_FTL CONFIG_SSFDC CONFIG_MTD_OOPS CONFIG_MTD_JEDECPROBE CONFIG_MTD_CFI_BE_BYTE_SWAP CONFIG_MTD_CFI_LE_BYTE_SWAP CONFIG_MTD_CFI_GEOMETRY CONFIG_MTD_MAP_BANK_WIDTH_8 CONFIG_MTD_MAP_BANK_WIDTH_16 CONFIG_MTD_MAP_BANK_WIDTH_32 CONFIG_MTD_CFI_I4 CONFIG_MTD_CFI_I8 CONFIG_MTD_OTP CONFIG_MTD_CFI_INTELEXT CONFIG_MTD_CFI_STAA CONFIG_MTD_RAM CONFIG_MTD_ROM CONFIG_MTD_ABSENT CONFIG_MTD_ARM_INTEGRATOR CONFIG_MTD_PLATRAM CONFIG_MTD_DATAFLASH CONFIG_MTD_M25P80 CONFIG_MTD_SLRAM CONFIG_MTD_PHRAM CONFIG_MTD_MTDRAM CONFIG_MTD_BLOCK2MTD CONFIG_MTD_DOC2000 CONFIG_MTD_DOC2001 CONFIG_MTD_DOC2001PLUS CONFIG_MTD_NAND_VERIFY_WRITE CONFIG_MTD_NAND_ECC_SMC CONFIG_MTD_NAND_MUSEUM_IDS CONFIG_MTD_NAND_DISKONCHIP CONFIG_MTD_NAND_NANDSIM CONFIG_MTD_ONENAND CONFIG_MTD_UBI CONFIG_PARPORT CONFIG_BLK_DEV_COW_COMMON CONFIG_BLK_DEV_XIP CONFIG_CDROM_PKTCDVD CONFIG_ATA_OVER_ETH CONFIG_EEPROM_93CX6 CONFIG_ENCLOSURE_SERVICES CONFIG_IDE CONFIG_RAID_ATTRS CONFIG_SCSI CONFIG_SCSI_DMA CONFIG_SCSI_NETLINK CONFIG_ATA CONFIG_MD CONFIG_NETDEVICES_MULTIQUEUE CONFIG_IFB CONFIG_DUMMY CONFIG_BONDING CONFIG_MACVLAN CONFIG_EQUALIZER CONFIG_TUN CONFIG_VETH CONFIG_MARVELL_PHY CONFIG_DAVICOM_PHY CONFIG_QSEMI_PHY CONFIG_LXT_PHY CONFIG_CICADA_PHY CONFIG_VITESSE_PHY CONFIG_BROADCOM_PHY CONFIG_ICPLUS_PHY CONFIG_REALTEK_PHY CONFIG_FIXED_PHY CONFIG_MDIO_BITBANG CONFIG_AX88796 CONFIG_SMC91X CONFIG_DM9000 CONFIG_ENC28J60 CONFIG_IBM_NEW_EMAC_ZMII CONFIG_IBM_NEW_EMAC_RGMII CONFIG_IBM_NEW_EMAC_TAH CONFIG_IBM_NEW_EMAC_EMAC4 CONFIG_B44 CONFIG_IP3912_ETN2 CONFIG_IP3912_USE_SCRAM CONFIG_IP3912_USE_SCRAM_FOR_DATA CONFIG_IP3912_DEBUG CONFIG_NETDEV_1000 CONFIG_NETDEV_10000 CONFIG_WLAN_PRE80211 CONFIG_WLAN_80211 CONFIG_IWLWIFI_LEDS CONFIG_WAN CONFIG_PPP_FILTER CONFIG_PPP_DEFLATE CONFIG_PPP_BSDCOMP CONFIG_SLIP CONFIG_NETCONSOLE CONFIG_NETPOLL CONFIG_NET_POLL_CONTROLLER CONFIG_ISDN CONFIG_INPUT_FF_MEMLESS CONFIG_INPUT_POLLDEV CONFIG_INPUT_MOUSEDEV CONFIG_INPUT_JOYDEV CONFIG_INPUT_EVBUG CONFIG_INPUT_KEYBOARD CONFIG_INPUT_MOUSE CONFIG_INPUT_JOYSTICK CONFIG_INPUT_TABLET CONFIG_INPUT_TOUCHSCREEN CONFIG_INPUT_MISC CONFIG_SERIO CONFIG_GAMEPORT CONFIG_VT_HW_CONSOLE_BINDING CONFIG_RISCOM8 CONFIG_SPECIALIX CONFIG_RIO CONFIG_STALDRV CONFIG_SERIAL_8250_EXTENDED CONFIG_IPMI_HANDLER CONFIG_R3964 CONFIG_RAW_DRIVER CONFIG_TCG_TPM CONFIG_I2C_GPIO CONFIG_I2C_OCORES CONFIG_I2C_PARPORT_LIGHT CONFIG_I2C_SIMTEC CONFIG_I2C_TAOS_EVM CONFIG_I2C_STUB CONFIG_I2C_PCA_PLATFORM CONFIG_DS1682 CONFIG_SENSORS_EEPROM CONFIG_SENSORS_PCF8574 CONFIG_PCF8575 CONFIG_SENSORS_PCF8591 CONFIG_SENSORS_MAX6875 CONFIG_SENSORS_TSL2550 CONFIG_I2C_DEBUG_CORE CONFIG_I2C_DEBUG_ALGO CONFIG_I2C_DEBUG_BUS CONFIG_I2C_DEBUG_CHIP CONFIG_SPI_BITBANG CONFIG_SPI_AT25 CONFIG_SPI_TLE62X0 CONFIG_W1 CONFIG_POWER_SUPPLY CONFIG_HWMON CONFIG_WATCHDOG_NOWAYOUT CONFIG_SOFT_WATCHDOG CONFIG_SSB CONFIG_MFD_SM501 CONFIG_MFD_ASIC3 CONFIG_HTC_PASIC3 CONFIG_VIDEO_DEV CONFIG_DVB_CORE CONFIG_VIDEO_MEDIA CONFIG_DAB CONFIG_VGASTATE CONFIG_VIDEO_OUTPUT_CONTROL CONFIG_FB CONFIG_BACKLIGHT_LCD_SUPPORT CONFIG_DISPLAY_SUPPORT CONFIG_VGA_CONSOLE CONFIG_SOUND CONFIG_HID_DEBUG CONFIG_HIDRAW CONFIG_USB_SUPPORT CONFIG_MMC CONFIG_LEDS_TRIGGER_TIMER CONFIG_LEDS_TRIGGER_DEFAULT_ON CONFIG_RTC_CLASS CONFIG_UIO CONFIG_EXT2_FS CONFIG_EXT3_FS CONFIG_EXT4DEV_FS CONFIG_REISERFS_FS CONFIG_JFS_FS CONFIG_FS_POSIX_ACL CONFIG_XFS_FS CONFIG_OCFS2_FS CONFIG_QUOTA CONFIG_AUTOFS_FS CONFIG_AUTOFS4_FS CONFIG_FUSE_FS CONFIG_ISO9660_FS CONFIG_UDF_FS CONFIG_MSDOS_FS CONFIG_VFAT_FS CONFIG_NTFS_FS CONFIG_TMPFS_POSIX_ACL CONFIG_HUGETLB_PAGE CONFIG_ADFS_FS CONFIG_AFFS_FS CONFIG_HFS_FS CONFIG_HFSPLUS_FS CONFIG_BEFS_FS CONFIG_BFS_FS CONFIG_EFS_FS CONFIG_JFFS2_SUMMARY CONFIG_JFFS2_FS_XATTR CONFIG_JFFS2_COMPRESSION_OPTIONS CONFIG_JFFS2_LZO CONFIG_JFFS2_RUBIN CONFIG_CRAMFS CONFIG_VXFS_FS CONFIG_MINIX_FS CONFIG_HPFS_FS CONFIG_QNX4FS_FS CONFIG_ROMFS_FS CONFIG_SYSV_FS CONFIG_UFS_FS CONFIG_NFS_V3_ACL CONFIG_NFS_V4 CONFIG_NFSD CONFIG_SUNRPC_BIND34 CONFIG_RPCSEC_GSS_KRB5 CONFIG_RPCSEC_GSS_SPKM3 CONFIG_SMB_FS CONFIG_CIFS CONFIG_NCP_FS CONFIG_CODA_FS CONFIG_AFS_FS CONFIG_PARTITION_ADVANCED CONFIG_NLS_CODEPAGE_737 CONFIG_NLS_CODEPAGE_775 CONFIG_NLS_CODEPAGE_852 CONFIG_NLS_CODEPAGE_855 CONFIG_NLS_CODEPAGE_857 CONFIG_NLS_CODEPAGE_860 CONFIG_NLS_CODEPAGE_861 CONFIG_NLS_CODEPAGE_862 CONFIG_NLS_CODEPAGE_863 CONFIG_NLS_CODEPAGE_864 CONFIG_NLS_CODEPAGE_865 CONFIG_NLS_CODEPAGE_866 CONFIG_NLS_CODEPAGE_869 CONFIG_NLS_CODEPAGE_936 CONFIG_NLS_CODEPAGE_950 CONFIG_NLS_CODEPAGE_932 CONFIG_NLS_CODEPAGE_949 CONFIG_NLS_CODEPAGE_874 CONFIG_NLS_ISO8859_8 CONFIG_NLS_CODEPAGE_1250 CONFIG_NLS_CODEPAGE_1251 CONFIG_NLS_ASCII CONFIG_NLS_ISO8859_3 CONFIG_NLS_ISO8859_4 CONFIG_NLS_ISO8859_5 CONFIG_NLS_ISO8859_6 CONFIG_NLS_ISO8859_7 CONFIG_NLS_ISO8859_9 CONFIG_NLS_ISO8859_13 CONFIG_NLS_ISO8859_14 CONFIG_NLS_ISO8859_15 CONFIG_NLS_KOI8_R CONFIG_NLS_KOI8_U CONFIG_NLS_UTF8 CONFIG_DLM CONFIG_MAGIC_SYSRQ CONFIG_UNUSED_SYMBOLS CONFIG_HEADERS_CHECK CONFIG_DEBUG_KERNEL CONFIG_DEBUG_BUGVERBOSE CONFIG_SAMPLES CONFIG_KEYS CONFIG_SECURITY CONFIG_SECURITY_FILE_CAPABILITIES CONFIG_CRYPTO_GF128MUL CONFIG_CRYPTO_NULL CONFIG_CRYPTO_CRYPTD CONFIG_CRYPTO_AUTHENC CONFIG_CRYPTO_TEST CONFIG_CRYPTO_CCM CONFIG_CRYPTO_GCM CONFIG_CRYPTO_SEQIV CONFIG_CRYPTO_CTR CONFIG_CRYPTO_CTS CONFIG_CRYPTO_LRW CONFIG_CRYPTO_XTS CONFIG_CRYPTO_XCBC CONFIG_CRYPTO_MICHAEL_MIC CONFIG_CRYPTO_TGR192 CONFIG_CRYPTO_WP512 CONFIG_CRYPTO_ANUBIS CONFIG_CRYPTO_CAMELLIA CONFIG_CRYPTO_CAST5 CONFIG_CRYPTO_FCRYPT CONFIG_CRYPTO_KHAZAD CONFIG_CRYPTO_SALSA20 CONFIG_CRYPTO_SEED CONFIG_CRYPTO_SERPENT CONFIG_CRYPTO_LZO CONFIG_GENERIC_FIND_FIRST_BIT CONFIG_GENERIC_FIND_NEXT_BIT CONFIG_CRC_ITU_T CONFIG_CRC7
  2518. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  2519. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  2520. PATH=/opt/emlix/pnx8181/bin:/opt/emlix/pnx8181/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin make zImage modules V=1 CONFIG_LOCALVERSION_AUTO=n
  2521. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  2522. make -f /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5/Makefile silentoldconfig
  2523. make -f scripts/Makefile.build obj=scripts/basic
  2524. gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c
  2525. scripts/basic/fixdep.c: In function ‘traps’:
  2526. scripts/basic/fixdep.c:377:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  2527. if (*(int *)test != INT_CONF) {
  2528. ^~
  2529. scripts/basic/fixdep.c:379:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  2530. *(int *)test);
  2531. ^
  2532. gcc -Wp,-MD,scripts/basic/.docproc.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/docproc scripts/basic/docproc.c
  2533. mkdir -p include/linux include/config
  2534. make -f scripts/Makefile.build obj=scripts/kconfig silentoldconfig
  2535. gcc -Wp,-MD,scripts/kconfig/.conf.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<curses.h>" -DLOCALE -c -o scripts/kconfig/conf.o scripts/kconfig/conf.c
  2536. scripts/kconfig/conf.c: In function ‘conf_sym’:
  2537. scripts/kconfig/conf.c:216:6: warning: variable ‘type’ set but not used [-Wunused-but-set-variable]
  2538. int type;
  2539. ^~~~
  2540. scripts/kconfig/conf.c: In function ‘conf_choice’:
  2541. scripts/kconfig/conf.c:288:6: warning: variable ‘type’ set but not used [-Wunused-but-set-variable]
  2542. int type;
  2543. ^~~~
  2544. gcc -Wp,-MD,scripts/kconfig/.kxgettext.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<curses.h>" -DLOCALE -c -o scripts/kconfig/kxgettext.o scripts/kconfig/kxgettext.c
  2545. cat scripts/kconfig/zconf.tab.c_shipped > scripts/kconfig/zconf.tab.c
  2546. cat scripts/kconfig/lex.zconf.c_shipped > scripts/kconfig/lex.zconf.c
  2547. cat scripts/kconfig/zconf.hash.c_shipped > scripts/kconfig/zconf.hash.c
  2548. gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<curses.h>" -DLOCALE -Iscripts/kconfig -c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c
  2549. In file included from scripts/kconfig/zconf.tab.c:2484:0:
  2550. scripts/kconfig/lex.zconf.c:1625:16: warning: ‘input’ defined but not used [-Wunused-function]
  2551. static int input (void)
  2552. ^~~~~
  2553. gcc -o scripts/kconfig/conf scripts/kconfig/conf.o scripts/kconfig/zconf.tab.o
  2554. scripts/kconfig/conf -s arch/arm/Kconfig
  2555. set -e; :; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE 132634; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';) < /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5/Makefile > include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s include/linux/version.h include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp; else :; mv -f include/linux/version.h.tmp include/linux/version.h; fi
  2556. SYMLINK include/asm-arm/arch -> include/asm-arm/arch-pnx8181
  2557. ln -fsn arch-pnx8181 include/asm-arm/arch
  2558. make -f scripts/Makefile.build obj=arch/arm/tools include/asm-arm/mach-types.h
  2559. Generating include/asm-arm/mach-types.h
  2560. awk -f arch/arm/tools/gen-mach-types arch/arm/tools/mach-types > include/asm-arm/mach-types.h || { rm -f include/asm-arm/mach-types.h; /bin/false; }
  2561. rm -f include/config/kernel.release
  2562. echo 2.6.26.5 > include/config/kernel.release
  2563. set -e; :; mkdir -p include/linux/; if [ `echo -n "2.6.26.5" | wc -c ` -gt 64 ]; then echo '"2.6.26.5" exceeds 64 characters' >&2; exit 1; fi; (echo \#define UTS_RELEASE \"2.6.26.5\";) < include/config/kernel.release > include/linux/utsrelease.h.tmp; if [ -r include/linux/utsrelease.h ] && cmp -s include/linux/utsrelease.h include/linux/utsrelease.h.tmp; then rm -f include/linux/utsrelease.h.tmp; else :; mv -f include/linux/utsrelease.h.tmp include/linux/utsrelease.h; fi
  2564. set -e; asmlink=`readlink include/asm | cut -d '-' -f 2`; \
  2565. if [ -L include/asm ]; then \
  2566. if [ "$asmlink" != "arm" ]; then \
  2567. echo "ERROR: the symlink include/asm points to asm-$asmlink but asm-arm was expected"; \
  2568. echo " set ARCH or save .config and run 'make mrproper' to fix it"; \
  2569. exit 1; \
  2570. fi; \
  2571. else \
  2572. echo ' SYMLINK include/asm -> include/asm-arm'; \
  2573. if [ ! -d include ]; then \
  2574. mkdir -p include; \
  2575. fi; \
  2576. ln -fsn asm-arm include/asm; \
  2577. fi
  2578. SYMLINK include/asm -> include/asm-arm
  2579. mkdir -p .tmp_versions ; rm -f .tmp_versions/*
  2580. make -f scripts/Makefile.build obj=scripts/basic
  2581. (cat /dev/null; ) > scripts/basic/modules.order
  2582. make -f scripts/Makefile.build obj=.
  2583. (cat /dev/null; ) > modules.order
  2584. mkdir -p kernel/
  2585. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.bounds.s.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(bounds)" -D"KBUILD_MODNAME=KBUILD_STR(bounds)" -fverbose-asm -S -o kernel/bounds.s kernel/bounds.c
  2586. mkdir -p include/linux/
  2587. (set -e; echo "#ifndef __LINUX_BOUNDS_H__"; echo "#define __LINUX_BOUNDS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by Kbuild"; echo " *"; echo " */"; echo ""; sed -ne "/^->/{s:->#\(.*\):/*  */:; s:^->\([^ ]*\) [\$#]*\([^ ]*\) \(.*\):#define   /*  */:; s:->::; p;}" kernel/bounds.s; echo ""; echo "#endif" ) > include/linux/bounds.h
  2588. mkdir -p arch/arm/kernel/
  2589. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.asm-offsets.s.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(asm_offsets)" -D"KBUILD_MODNAME=KBUILD_STR(asm_offsets)" -fverbose-asm -S -o arch/arm/kernel/asm-offsets.s arch/arm/kernel/asm-offsets.c
  2590. mkdir -p include/asm-arm/
  2591. (set -e; echo "#ifndef __ASM_OFFSETS_H__"; echo "#define __ASM_OFFSETS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by Kbuild"; echo " *"; echo " */"; echo ""; sed -ne "/^->/{s:->#\(.*\):/*  */:; s:^->\([^ ]*\) [\$#]*\([^ ]*\) \(.*\):#define   /*  */:; s:->::; p;}" arch/arm/kernel/asm-offsets.s; echo ""; echo "#endif" ) > include/asm-arm/asm-offsets.h
  2592. make -f scripts/Makefile.build obj=. missing-syscalls
  2593. /bin/bash scripts/checksyscalls.sh /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,./.missing-syscalls.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(missing_syscalls)" -D"KBUILD_MODNAME=KBUILD_STR(missing_syscalls)"
  2594. <stdin>:1097:2: warning: #warning syscall fadvise64 not implemented
  2595. <stdin>:1265:2: warning: #warning syscall migrate_pages not implemented
  2596. <stdin>:1321:2: warning: #warning syscall pselect6 not implemented
  2597. <stdin>:1325:2: warning: #warning syscall ppoll not implemented
  2598. <stdin>:1365:2: warning: #warning syscall epoll_pwait not implemented
  2599. make -f scripts/Makefile.build obj=scripts
  2600. make -f scripts/Makefile.build obj=scripts/mod
  2601. (cat /dev/null; ) > scripts/mod/modules.order
  2602. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,scripts/mod/.empty.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(empty)" -D"KBUILD_MODNAME=KBUILD_STR(empty)" -c -o scripts/mod/empty.o scripts/mod/empty.c
  2603. gcc -Wp,-MD,scripts/mod/.mk_elfconfig.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mod/mk_elfconfig scripts/mod/mk_elfconfig.c
  2604. scripts/mod/mk_elfconfig arm < scripts/mod/empty.o > scripts/mod/elfconfig.h
  2605. gcc -Wp,-MD,scripts/mod/.file2alias.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/file2alias.o scripts/mod/file2alias.c
  2606. gcc -Wp,-MD,scripts/mod/.modpost.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/modpost.o scripts/mod/modpost.c
  2607. gcc -Wp,-MD,scripts/mod/.sumversion.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/sumversion.o scripts/mod/sumversion.c
  2608. gcc -o scripts/mod/modpost scripts/mod/modpost.o scripts/mod/file2alias.o scripts/mod/sumversion.o
  2609. (cat /dev/null; ) > scripts/modules.order
  2610. gcc -Wp,-MD,scripts/.kallsyms.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/kallsyms scripts/kallsyms.c
  2611. gcc -Wp,-MD,scripts/.conmakehash.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/conmakehash scripts/conmakehash.c
  2612. make -f scripts/Makefile.build obj=init
  2613. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,init/.main.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(main)" -D"KBUILD_MODNAME=KBUILD_STR(main)" -c -o init/main.o init/main.c
  2614. /bin/bash /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5/scripts/mkcompile_h include/linux/compile.h \
  2615. "arm" "" "y" "/opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign"
  2616. UPD include/linux/compile.h
  2617. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,init/.version.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(version)" -D"KBUILD_MODNAME=KBUILD_STR(version)" -c -o init/version.o init/version.c
  2618. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,init/.do_mounts.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(do_mounts)" -D"KBUILD_MODNAME=KBUILD_STR(mounts)" -c -o init/do_mounts.o init/do_mounts.c
  2619. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,init/.do_mounts_rd.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(do_mounts_rd)" -D"KBUILD_MODNAME=KBUILD_STR(mounts)" -c -o init/do_mounts_rd.o init/do_mounts_rd.c
  2620. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld -EL -r -o init/mounts.o init/do_mounts.o init/do_mounts_rd.o
  2621. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,init/.noinitramfs.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(noinitramfs)" -D"KBUILD_MODNAME=KBUILD_STR(noinitramfs)" -c -o init/noinitramfs.o init/noinitramfs.c
  2622. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,init/.calibrate.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(calibrate)" -D"KBUILD_MODNAME=KBUILD_STR(calibrate)" -c -o init/calibrate.o init/calibrate.c
  2623. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld -EL -r -o init/built-in.o init/main.o init/version.o init/mounts.o init/noinitramfs.o init/calibrate.o
  2624. (cat /dev/null; ) > init/modules.order
  2625. make -f scripts/Makefile.build obj=usr
  2626. rm -f usr/built-in.o; /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ar rcs usr/built-in.o
  2627. (cat /dev/null; ) > usr/modules.order
  2628. make -f scripts/Makefile.build obj=arch/arm/kernel
  2629. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.compat.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(compat)" -D"KBUILD_MODNAME=KBUILD_STR(compat)" -c -o arch/arm/kernel/compat.o arch/arm/kernel/compat.c
  2630. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.entry-armv.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/kernel/entry-armv.o arch/arm/kernel/entry-armv.S
  2631. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.entry-common.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/kernel/entry-common.o arch/arm/kernel/entry-common.S
  2632. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.irq.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(irq)" -D"KBUILD_MODNAME=KBUILD_STR(irq)" -c -o arch/arm/kernel/irq.o arch/arm/kernel/irq.c
  2633. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.process.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(process)" -D"KBUILD_MODNAME=KBUILD_STR(process)" -c -o arch/arm/kernel/process.o arch/arm/kernel/process.c
  2634. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.ptrace.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(ptrace)" -D"KBUILD_MODNAME=KBUILD_STR(ptrace)" -c -o arch/arm/kernel/ptrace.o arch/arm/kernel/ptrace.c
  2635. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.setup.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(setup)" -D"KBUILD_MODNAME=KBUILD_STR(setup)" -c -o arch/arm/kernel/setup.o arch/arm/kernel/setup.c
  2636. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.signal.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(signal)" -D"KBUILD_MODNAME=KBUILD_STR(signal)" -c -o arch/arm/kernel/signal.o arch/arm/kernel/signal.c
  2637. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.sys_arm.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sys_arm)" -D"KBUILD_MODNAME=KBUILD_STR(sys_arm)" -c -o arch/arm/kernel/sys_arm.o arch/arm/kernel/sys_arm.c
  2638. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.stacktrace.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(stacktrace)" -D"KBUILD_MODNAME=KBUILD_STR(stacktrace)" -c -o arch/arm/kernel/stacktrace.o arch/arm/kernel/stacktrace.c
  2639. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.time.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(time)" -D"KBUILD_MODNAME=KBUILD_STR(time)" -c -o arch/arm/kernel/time.o arch/arm/kernel/time.c
  2640. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.traps.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(traps)" -D"KBUILD_MODNAME=KBUILD_STR(traps)" -c -o arch/arm/kernel/traps.o arch/arm/kernel/traps.c
  2641. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.fiq.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(fiq)" -D"KBUILD_MODNAME=KBUILD_STR(fiq)" -c -o arch/arm/kernel/fiq.o arch/arm/kernel/fiq.c
  2642. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.armksyms.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(armksyms)" -D"KBUILD_MODNAME=KBUILD_STR(armksyms)" -c -o arch/arm/kernel/armksyms.o arch/arm/kernel/armksyms.c
  2643. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.module.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(module)" -D"KBUILD_MODNAME=KBUILD_STR(module)" -c -o arch/arm/kernel/module.o arch/arm/kernel/module.c
  2644. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.sys_oabi-compat.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sys_oabi_compat)" -D"KBUILD_MODNAME=KBUILD_STR(sys_oabi_compat)" -c -o arch/arm/kernel/sys_oabi-compat.o arch/arm/kernel/sys_oabi-compat.c
  2645. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.io.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(io)" -D"KBUILD_MODNAME=KBUILD_STR(io)" -c -o arch/arm/kernel/io.o arch/arm/kernel/io.c
  2646. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld -EL -r -o arch/arm/kernel/built-in.o arch/arm/kernel/compat.o arch/arm/kernel/entry-armv.o arch/arm/kernel/entry-common.o arch/arm/kernel/irq.o arch/arm/kernel/process.o arch/arm/kernel/ptrace.o arch/arm/kernel/setup.o arch/arm/kernel/signal.o arch/arm/kernel/sys_arm.o arch/arm/kernel/stacktrace.o arch/arm/kernel/time.o arch/arm/kernel/traps.o arch/arm/kernel/fiq.o arch/arm/kernel/armksyms.o arch/arm/kernel/module.o arch/arm/kernel/sys_oabi-compat.o arch/arm/kernel/io.o
  2647. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.head.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -DTEXT_OFFSET=0x00008000 -c -o arch/arm/kernel/head.o arch/arm/kernel/head.S
  2648. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.init_task.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(init_task)" -D"KBUILD_MODNAME=KBUILD_STR(init_task)" -c -o arch/arm/kernel/init_task.o arch/arm/kernel/init_task.c
  2649. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/kernel/.vmlinux.lds.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -DTEXT_OFFSET=0x00008000 -P -C -Uarm -D__ASSEMBLY__ -o arch/arm/kernel/vmlinux.lds arch/arm/kernel/vmlinux.lds.S
  2650. (cat /dev/null; ) > arch/arm/kernel/modules.order
  2651. make -f scripts/Makefile.build obj=arch/arm/mm
  2652. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.consistent.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(consistent)" -D"KBUILD_MODNAME=KBUILD_STR(consistent)" -c -o arch/arm/mm/consistent.o arch/arm/mm/consistent.c
  2653. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.extable.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(extable)" -D"KBUILD_MODNAME=KBUILD_STR(extable)" -c -o arch/arm/mm/extable.o arch/arm/mm/extable.c
  2654. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.fault.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(fault)" -D"KBUILD_MODNAME=KBUILD_STR(fault)" -c -o arch/arm/mm/fault.o arch/arm/mm/fault.c
  2655. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.init.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(init)" -D"KBUILD_MODNAME=KBUILD_STR(init)" -c -o arch/arm/mm/init.o arch/arm/mm/init.c
  2656. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.iomap.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(iomap)" -D"KBUILD_MODNAME=KBUILD_STR(iomap)" -c -o arch/arm/mm/iomap.o arch/arm/mm/iomap.c
  2657. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.fault-armv.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(fault_armv)" -D"KBUILD_MODNAME=KBUILD_STR(fault_armv)" -c -o arch/arm/mm/fault-armv.o arch/arm/mm/fault-armv.c
  2658. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.flush.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(flush)" -D"KBUILD_MODNAME=KBUILD_STR(flush)" -c -o arch/arm/mm/flush.o arch/arm/mm/flush.c
  2659. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.ioremap.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(ioremap)" -D"KBUILD_MODNAME=KBUILD_STR(ioremap)" -c -o arch/arm/mm/ioremap.o arch/arm/mm/ioremap.c
  2660. arch/arm/mm/ioremap.c: In function 'remap_area_pte':
  2661. arch/arm/mm/ioremap.c:67: warning: control reaches end of non-void function
  2662. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.mmap.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mmap)" -D"KBUILD_MODNAME=KBUILD_STR(mmap)" -c -o arch/arm/mm/mmap.o arch/arm/mm/mmap.c
  2663. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.pgd.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(pgd)" -D"KBUILD_MODNAME=KBUILD_STR(pgd)" -c -o arch/arm/mm/pgd.o arch/arm/mm/pgd.c
  2664. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.mmu.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mmu)" -D"KBUILD_MODNAME=KBUILD_STR(mmu)" -c -o arch/arm/mm/mmu.o arch/arm/mm/mmu.c
  2665. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.proc-syms.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(proc_syms)" -D"KBUILD_MODNAME=KBUILD_STR(proc_syms)" -c -o arch/arm/mm/proc-syms.o arch/arm/mm/proc-syms.c
  2666. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.alignment.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(alignment)" -D"KBUILD_MODNAME=KBUILD_STR(alignment)" -c -o arch/arm/mm/alignment.o arch/arm/mm/alignment.c
  2667. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.abort-ev5tj.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/mm/abort-ev5tj.o arch/arm/mm/abort-ev5tj.S
  2668. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.copypage-v4wb.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/mm/copypage-v4wb.o arch/arm/mm/copypage-v4wb.S
  2669. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.tlb-v4wbi.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/mm/tlb-v4wbi.o arch/arm/mm/tlb-v4wbi.S
  2670. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.proc-arm926.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/mm/proc-arm926.o arch/arm/mm/proc-arm926.S
  2671. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld -EL -r -o arch/arm/mm/built-in.o arch/arm/mm/consistent.o arch/arm/mm/extable.o arch/arm/mm/fault.o arch/arm/mm/init.o arch/arm/mm/iomap.o arch/arm/mm/fault-armv.o arch/arm/mm/flush.o arch/arm/mm/ioremap.o arch/arm/mm/mmap.o arch/arm/mm/pgd.o arch/arm/mm/mmu.o arch/arm/mm/proc-syms.o arch/arm/mm/alignment.o arch/arm/mm/abort-ev5tj.o arch/arm/mm/copypage-v4wb.o arch/arm/mm/tlb-v4wbi.o arch/arm/mm/proc-arm926.o
  2672. (cat /dev/null; ) > arch/arm/mm/modules.order
  2673. make -f scripts/Makefile.build obj=arch/arm/common
  2674. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/common/.rtctime.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(rtctime)" -D"KBUILD_MODNAME=KBUILD_STR(rtctime)" -c -o arch/arm/common/rtctime.o arch/arm/common/rtctime.c
  2675. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld -EL -r -o arch/arm/common/built-in.o arch/arm/common/rtctime.o
  2676. (cat /dev/null; ) > arch/arm/common/modules.order
  2677. make -f scripts/Makefile.build obj=arch/arm/mach-pnx8181
  2678. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.arch.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(arch)" -D"KBUILD_MODNAME=KBUILD_STR(arch)" -c -o arch/arm/mach-pnx8181/arch.o arch/arm/mach-pnx8181/arch.c
  2679. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.irq.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(irq)" -D"KBUILD_MODNAME=KBUILD_STR(irq)" -c -o arch/arm/mach-pnx8181/irq.o arch/arm/mach-pnx8181/irq.c
  2680. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.irq-ext.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(irq_ext)" -D"KBUILD_MODNAME=KBUILD_STR(irq_ext)" -c -o arch/arm/mach-pnx8181/irq-ext.o arch/arm/mach-pnx8181/irq-ext.c
  2681. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.irq-devices.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(irq_devices)" -D"KBUILD_MODNAME=KBUILD_STR(irq_devices)" -c -o arch/arm/mach-pnx8181/irq-devices.o arch/arm/mach-pnx8181/irq-devices.c
  2682. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.time.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(time)" -D"KBUILD_MODNAME=KBUILD_STR(time)" -c -o arch/arm/mach-pnx8181/time.o arch/arm/mach-pnx8181/time.c
  2683. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.devices.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(devices)" -D"KBUILD_MODNAME=KBUILD_STR(devices)" -c -o arch/arm/mach-pnx8181/devices.o arch/arm/mach-pnx8181/devices.c
  2684. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.clock.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(clock)" -D"KBUILD_MODNAME=KBUILD_STR(clock)" -c -o arch/arm/mach-pnx8181/clock.o arch/arm/mach-pnx8181/clock.c
  2685. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.debug.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -c -o arch/arm/mach-pnx8181/debug.o arch/arm/mach-pnx8181/debug.S
  2686. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.sctu.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sctu)" -D"KBUILD_MODNAME=KBUILD_STR(sctu)" -c -o arch/arm/mach-pnx8181/sctu.o arch/arm/mach-pnx8181/sctu.c
  2687. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.sctu1.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sctu1)" -D"KBUILD_MODNAME=KBUILD_STR(sctu1)" -c -o arch/arm/mach-pnx8181/sctu1.o arch/arm/mach-pnx8181/sctu1.c
  2688. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.sctu2.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sctu2)" -D"KBUILD_MODNAME=KBUILD_STR(sctu2)" -c -o arch/arm/mach-pnx8181/sctu2.o arch/arm/mach-pnx8181/sctu2.c
  2689. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.gpio.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(gpio)" -D"KBUILD_MODNAME=KBUILD_STR(gpio)" -c -o arch/arm/mach-pnx8181/gpio.o arch/arm/mach-pnx8181/gpio.c
  2690. arch/arm/mach-pnx8181/gpio.c:478: warning: function declaration isn't a prototype
  2691. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.gpio-devices.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(gpio_devices)" -D"KBUILD_MODNAME=KBUILD_STR(gpio_devices)" -c -o arch/arm/mach-pnx8181/gpio-devices.o arch/arm/mach-pnx8181/gpio-devices.c
  2692. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.spi-devices.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(spi_devices)" -D"KBUILD_MODNAME=KBUILD_STR(spi_devices)" -c -o arch/arm/mach-pnx8181/spi-devices.o arch/arm/mach-pnx8181/spi-devices.c
  2693. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-pnx8181/.i2c.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(i2c)" -D"KBUILD_MODNAME=KBUILD_STR(i2c)" -c -o arch/arm/mach-pnx8181/i2c.o arch/arm/mach-pnx8181/i2c.c
  2694. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-ld -EL -r -o arch/arm/mach-pnx8181/built-in.o arch/arm/mach-pnx8181/arch.o arch/arm/mach-pnx8181/irq.o arch/arm/mach-pnx8181/irq-ext.o arch/arm/mach-pnx8181/irq-devices.o arch/arm/mach-pnx8181/time.o arch/arm/mach-pnx8181/devices.o arch/arm/mach-pnx8181/clock.o arch/arm/mach-pnx8181/debug.o arch/arm/mach-pnx8181/sctu.o arch/arm/mach-pnx8181/sctu1.o arch/arm/mach-pnx8181/sctu2.o arch/arm/mach-pnx8181/gpio.o arch/arm/mach-pnx8181/gpio-devices.o arch/arm/mach-pnx8181/spi-devices.o arch/arm/mach-pnx8181/i2c.o
  2695. (cat /dev/null; ) > arch/arm/mach-pnx8181/modules.order
  2696. make -f scripts/Makefile.build obj=kernel
  2697. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.sched.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -fno-omit-frame-pointer -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sched)" -D"KBUILD_MODNAME=KBUILD_STR(sched)" -c -o kernel/sched.o kernel/sched.c
  2698. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.fork.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(fork)" -D"KBUILD_MODNAME=KBUILD_STR(fork)" -c -o kernel/fork.o kernel/fork.c
  2699. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.exec_domain.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(exec_domain)" -D"KBUILD_MODNAME=KBUILD_STR(exec_domain)" -c -o kernel/exec_domain.o kernel/exec_domain.c
  2700. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.panic.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(panic)" -D"KBUILD_MODNAME=KBUILD_STR(panic)" -c -o kernel/panic.o kernel/panic.c
  2701. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.printk.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(printk)" -D"KBUILD_MODNAME=KBUILD_STR(printk)" -c -o kernel/printk.o kernel/printk.c
  2702. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.profile.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(profile)" -D"KBUILD_MODNAME=KBUILD_STR(profile)" -c -o kernel/profile.o kernel/profile.c
  2703. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.exit.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(exit)" -D"KBUILD_MODNAME=KBUILD_STR(exit)" -c -o kernel/exit.o kernel/exit.c
  2704. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -Wp,-MD,kernel/.itimer.o.d -nostdinc -isystem /opt/emlix/pnx8181/bin/../lib/gcc/arm-linux-gnueabi/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -march=armv5te -DCY_CHECK_DNAT_MARK_AND_DO_MASQUERADE_SUPPORT=1 -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(itimer)" -D"KBUILD_MODNAME=KBUILD_STR(itimer)" -c -o kernel/itimer.o kernel/itimer.c
  2705. perl kernel/timeconst.pl 250 > kernel/timeconst.h
  2706. Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
  2707. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5/kernel/Makefile:102: recipe for target 'kernel/timeconst.h' failed
  2708. make[5]: *** [kernel/timeconst.h] Error 255
  2709. Makefile:847: recipe for target 'kernel' failed
  2710. make[4]: *** [kernel] Error 2
  2711. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  2712. Makefile.cyt:52: recipe for target 'build' failed
  2713. make[3]: *** [build] Error 2
  2714. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux/pkgs/dspg_pnx8181/linux-2.6.26.5'
  2715. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:74: recipe for target '_subdir_linux' failed
  2716. make[2]: *** [_subdir_linux] Error 2
  2717. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/linux'
  2718. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:74: recipe for target '_subdir_../linux' failed
  2719. make[1]: *** [_subdir_../linux] Error 2
  2720. make[1]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router'
  2721. Rules.mk:74: recipe for target '_subdir_router' failed
  2722. make: *** [_subdir_router] Error 2
  2723. root@debian:/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src# exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement