Advertisement
Guest User

Untitled

a guest
Aug 13th, 2012
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.76 KB | None | 0 0
  1. voodoo@natty:~$ sudo apt-get install git-core
  2. [sudo] password for voodoo:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. The following extra packages will be installed:
  7. emacsen-common git git-man liberror-perl
  8. Suggested packages:
  9. git-doc git-el git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb
  10. The following NEW packages will be installed:
  11. emacsen-common git git-core git-man liberror-perl
  12. 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
  13. Need to get 5,279 kB of archives.
  14. After this operation, 12.5 MB of additional disk space will be used.
  15. Do you want to continue [Y/n]? y
  16. Get:1 http://us.archive.ubuntu.com/ubuntu/ natty/main emacsen-common all 1.4.19ubuntu2 [17.7 kB]
  17. Get:2 http://us.archive.ubuntu.com/ubuntu/ natty/main liberror-perl all 0.17-1 [23.8 kB]
  18. Get:3 http://us.archive.ubuntu.com/ubuntu/ natty/main git-man all 1:1.7.4.1-3 [579 kB]
  19. Get:4 http://us.archive.ubuntu.com/ubuntu/ natty/main git amd64 1:1.7.4.1-3 [4,658 kB]
  20. Get:5 http://us.archive.ubuntu.com/ubuntu/ natty/main git-core all 1:1.7.4.1-3 [1,380 B]
  21. Fetched 5,279 kB in 0s (23.4 MB/s)
  22. Selecting previously deselected package emacsen-common.
  23. (Reading database ... 48077 files and directories currently installed.)
  24. Unpacking emacsen-common (from .../emacsen-common_1.4.19ubuntu2_all.deb) ...
  25. Selecting previously deselected package liberror-perl.
  26. Unpacking liberror-perl (from .../liberror-perl_0.17-1_all.deb) ...
  27. Selecting previously deselected package git-man.
  28. Unpacking git-man (from .../git-man_1%3a1.7.4.1-3_all.deb) ...
  29. Selecting previously deselected package git.
  30. Unpacking git (from .../git_1%3a1.7.4.1-3_amd64.deb) ...
  31. Selecting previously deselected package git-core.
  32. Unpacking git-core (from .../git-core_1%3a1.7.4.1-3_all.deb) ...
  33. Processing triggers for man-db ...
  34. Setting up emacsen-common (1.4.19ubuntu2) ...
  35. emacsen-common: Handling install of emacsen flavor emacs
  36. Setting up liberror-perl (0.17-1) ...
  37. Setting up git-man (1:1.7.4.1-3) ...
  38. Setting up git (1:1.7.4.1-3) ...
  39. Setting up git-core (1:1.7.4.1-3) ...
  40. voodoo@natty:~$ git clone git://github.com/RobertCNelson/stable-kernel.git
  41. Cloning into stable-kernel...
  42. remote: Counting objects: 5566, done.
  43. remote: Compressing objects: 100% (1951/1951), done.
  44. remote: Total 5566 (delta 3758), reused 5404 (delta 3597)
  45. Receiving objects: 100% (5566/5566), 10.23 MiB | 650 KiB/s, done.
  46. Resolving deltas: 100% (3758/3758), done.
  47. voodoo@natty:~$ lsb_release -a
  48. No LSB modules are available.
  49. Distributor ID: Ubuntu
  50. Description: Ubuntu 11.04
  51. Release: 11.04
  52. Codename: natty
  53. voodoo@natty:~$ cd stable-kernel/
  54. voodoo@natty:~/stable-kernel$ ./build_kernel.sh
  55. + Detected build host [debian-]
  56. Missing build-essential
  57. Missing uboot-mkimage
  58. Missing ccache
  59. Missing device-tree-compiler
  60. Missing lzma
  61. Missing: libncurses.so
  62. Missing Dependicies
  63. Ubuntu: please install: sudo aptitude install u-boot-tools ccache device-tree-compiler lzma libncurses5-dev
  64. Debian: please install: sudo aptitude install uboot-mkimage ccache device-tree-compiler lzma libncurses5-dev
  65. ---------------------------------------------------------
  66. * Failed dependency check
  67. voodoo@natty:~/stable-kernel$ sudo aptitude install u-boot-tools ccache device-tree-compiler lzma libncurses5-dev
  68. The following NEW packages will be installed:
  69. ccache device-tree-compiler libncurses5-dev lzma u-boot-tools
  70. 0 packages upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
  71. Need to get 844 kB of archives. After unpacking 2,736 kB will be used.
  72. Get:1 http://us.archive.ubuntu.com/ubuntu/ natty/main ccache amd64 3.1.3-1 [77.0 kB]
  73. Get:2 http://us.archive.ubuntu.com/ubuntu/ natty/main libncurses5-dev amd64 5.7+20101128-1 [330 kB]
  74. Get:3 http://us.archive.ubuntu.com/ubuntu/ natty/main lzma amd64 4.43-14ubuntu2 [60.2 kB]
  75. Get:4 http://us.archive.ubuntu.com/ubuntu/ natty/main u-boot-tools amd64 2010.12-2 [46.1 kB]
  76. Get:5 http://us.archive.ubuntu.com/ubuntu/ natty/main device-tree-compiler amd64 1.2.0-0ubuntu1 [331 kB]
  77. Fetched 844 kB in 0s (8,558 kB/s)
  78. Selecting previously deselected package ccache.
  79. (Reading database ... 48661 files and directories currently installed.)
  80. Unpacking ccache (from .../ccache_3.1.3-1_amd64.deb) ...
  81. Selecting previously deselected package libncurses5-dev.
  82. Unpacking libncurses5-dev (from .../libncurses5-dev_5.7+20101128-1_amd64.deb) ...
  83. Selecting previously deselected package lzma.
  84. Unpacking lzma (from .../lzma_4.43-14ubuntu2_amd64.deb) ...
  85. Selecting previously deselected package u-boot-tools.
  86. Unpacking u-boot-tools (from .../u-boot-tools_2010.12-2_amd64.deb) ...
  87. Selecting previously deselected package device-tree-compiler.
  88. Unpacking device-tree-compiler (from .../device-tree-compiler_1.2.0-0ubuntu1_amd64.deb) ...
  89. Processing triggers for man-db ...
  90. Setting up ccache (3.1.3-1) ...
  91. Updating symlinks in /usr/lib/ccache ...
  92. Setting up libncurses5-dev (5.7+20101128-1) ...
  93. Setting up lzma (4.43-14ubuntu2) ...
  94. Setting up u-boot-tools (2010.12-2) ...
  95. Setting up device-tree-compiler (1.2.0-0ubuntu1) ...
  96.  
  97. voodoo@natty:~/stable-kernel$ ./build_kernel.sh
  98. + Detected build host [debian-]
  99. Missing build-essential
  100. Debug: found libncurses.so: /usr/lib/libncurses.so
  101. Missing Dependicies
  102. Ubuntu: please install: sudo aptitude install build-essential
  103. Debian: please install: sudo aptitude install build-essential
  104. ---------------------------------------------------------
  105. * Failed dependency check
  106. voodoo@natty:~/stable-kernel$ sudo aptitude install build-essential
  107. The following NEW packages will be installed:
  108. build-essential dpkg-dev{a} g++{a} g++-4.5{a} libalgorithm-diff-perl{a} libalgorithm-diff-xs-perl{a}
  109. libalgorithm-merge-perl{a} libdpkg-perl{a} libstdc++6-4.5-dev{a}
  110. 0 packages upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
  111. Need to get 8,843 kB of archives. After unpacking 28.9 MB will be used.
  112. Do you want to continue? [Y/n/?] y
  113. Get:1 http://us.archive.ubuntu.com/ubuntu/ natty/main libstdc++6-4.5-dev amd64 4.5.2-8ubuntu4 [1,589 kB]
  114. Get:2 http://us.archive.ubuntu.com/ubuntu/ natty/main g++-4.5 amd64 4.5.2-8ubuntu4 [6,511 kB]
  115. Get:3 http://us.archive.ubuntu.com/ubuntu/ natty/main g++ amd64 4:4.5.2-1ubuntu3 [1,444 B]
  116. Get:4 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main libdpkg-perl all 1.16.0~ubuntu7.1 [183 kB]
  117. Get:5 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main dpkg-dev all 1.16.0~ubuntu7.1 [476 kB]
  118. Get:6 http://us.archive.ubuntu.com/ubuntu/ natty/main build-essential amd64 11.5ubuntu1 [5,928 B]
  119. Get:7 http://us.archive.ubuntu.com/ubuntu/ natty/main libalgorithm-diff-perl all 1.19.02-2 [50.7 kB]
  120. Get:8 http://us.archive.ubuntu.com/ubuntu/ natty/main libalgorithm-diff-xs-perl amd64 0.04-1 [13.5 kB]
  121. Get:9 http://us.archive.ubuntu.com/ubuntu/ natty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]
  122. Fetched 8,843 kB in 0s (20.5 MB/s)
  123. Selecting previously deselected package libstdc++6-4.5-dev.
  124. (Reading database ... 48741 files and directories currently installed.)
  125. Unpacking libstdc++6-4.5-dev (from .../libstdc++6-4.5-dev_4.5.2-8ubuntu4_amd64.deb) ...
  126. Selecting previously deselected package g++-4.5.
  127. Unpacking g++-4.5 (from .../g++-4.5_4.5.2-8ubuntu4_amd64.deb) ...
  128. Selecting previously deselected package g++.
  129. Unpacking g++ (from .../g++_4%3a4.5.2-1ubuntu3_amd64.deb) ...
  130. Selecting previously deselected package libdpkg-perl.
  131. Unpacking libdpkg-perl (from .../libdpkg-perl_1.16.0~ubuntu7.1_all.deb) ...
  132. Selecting previously deselected package dpkg-dev.
  133. Unpacking dpkg-dev (from .../dpkg-dev_1.16.0~ubuntu7.1_all.deb) ...
  134. Selecting previously deselected package build-essential.
  135. Unpacking build-essential (from .../build-essential_11.5ubuntu1_amd64.deb) ...
  136. Selecting previously deselected package libalgorithm-diff-perl.
  137. Unpacking libalgorithm-diff-perl (from .../libalgorithm-diff-perl_1.19.02-2_all.deb) ...
  138. Selecting previously deselected package libalgorithm-diff-xs-perl.
  139. Unpacking libalgorithm-diff-xs-perl (from .../libalgorithm-diff-xs-perl_0.04-1_amd64.deb) ...
  140. Selecting previously deselected package libalgorithm-merge-perl.
  141. Unpacking libalgorithm-merge-perl (from .../libalgorithm-merge-perl_0.08-2_all.deb) ...
  142. Processing triggers for man-db ...
  143. Setting up libdpkg-perl (1.16.0~ubuntu7.1) ...
  144. Setting up dpkg-dev (1.16.0~ubuntu7.1) ...
  145. Setting up libalgorithm-diff-perl (1.19.02-2) ...
  146. Setting up libalgorithm-diff-xs-perl (0.04-1) ...
  147. Setting up libalgorithm-merge-perl (0.08-2) ...
  148. Setting up libstdc++6-4.5-dev (4.5.2-8ubuntu4) ...
  149. Setting up g++-4.5 (4.5.2-8ubuntu4) ...
  150. Setting up g++ (4:4.5.2-1ubuntu3) ...
  151. update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode.
  152. Setting up build-essential (11.5ubuntu1) ...
  153.  
  154. voodoo@natty:~/stable-kernel$ ./build_kernel.sh
  155. + Detected build host [debian-]
  156. Debug: found libncurses.so: /usr/lib/libncurses.so
  157.  
  158. ERROR: Missing (your system) specific system.sh, please copy system.sh.sample to system.sh and edit as needed.
  159.  
  160. example: cp system.sh.sample system.sh
  161. example: gedit system.sh
  162.  
  163. voodoo@natty:~/stable-kernel$ cp system.sh.sample system.sh
  164. voodoo@natty:~/stable-kernel$ cat system.sh | grep gcc
  165. ###ADVANCED, OPTIONAL: gcc version override (useful for gcc/kernel regressions)
  166. #GCC_OVERRIDE="gcc-4.4"
  167. echo "Debug: using native armv7l gcc Compiler"
  168. GCC="gcc"
  169. voodoo@natty:~/stable-kernel$ cat README | grep gcc
  170. sudo apt-get install gcc-arm-linux-gnueabi
  171. voodoo@natty:~/stable-kernel$ sudo apt-get install gcc-arm-linux-gnueabi
  172. Reading package lists... Done
  173. Building dependency tree
  174. Reading state information... Done
  175. The following extra packages will be installed:
  176. binutils-arm-linux-gnueabi cpp-4.5-arm-linux-gnueabi cpp-arm-linux-gnueabi gcc-4.5-arm-linux-gnueabi
  177. gcc-4.5-arm-linux-gnueabi-base libc6-armel-cross libc6-dev-armel-cross libgcc1-armel-cross libgomp1-armel-cross
  178. linux-libc-dev-armel-cross
  179. Suggested packages:
  180. binutils-doc gcc-4.5-locales cpp-doc libmudflap0-4.5-dev-armel-cross gcc-4.5-doc libgcc1-dbg-armel-cross
  181. libgomp1-dbg-armel-cross libmudflap0-dbg-armel-cross binutils-gold autoconf automake1.9 libtool flex bison
  182. gdb-arm-linux-gnueabi gcc-doc
  183. The following NEW packages will be installed:
  184. binutils-arm-linux-gnueabi cpp-4.5-arm-linux-gnueabi cpp-arm-linux-gnueabi gcc-4.5-arm-linux-gnueabi
  185. gcc-4.5-arm-linux-gnueabi-base gcc-arm-linux-gnueabi libc6-armel-cross libc6-dev-armel-cross libgcc1-armel-cross
  186. libgomp1-armel-cross linux-libc-dev-armel-cross
  187. 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
  188. Need to get 18.5 MB of archives.
  189. After this operation, 38.8 MB of additional disk space will be used.
  190. Do you want to continue [Y/n]? y
  191. Get:1 http://us.archive.ubuntu.com/ubuntu/ natty/universe gcc-4.5-arm-linux-gnueabi-base amd64 4.5.2-8ubuntu3cross1.47 [12.3 kB]
  192. Get:2 http://us.archive.ubuntu.com/ubuntu/ natty/universe cpp-4.5-arm-linux-gnueabi amd64 4.5.2-8ubuntu3cross1.47 [4,513 kB]
  193. Get:3 http://us.archive.ubuntu.com/ubuntu/ natty/universe cpp-arm-linux-gnueabi amd64 4:4.5.2-8 [2,246 B]
  194. Get:4 http://us.archive.ubuntu.com/ubuntu/ natty/universe binutils-arm-linux-gnueabi amd64 2.21.0.20110327-2ubuntu2cross1.62 [4,742 kB]
  195. Get:5 http://us.archive.ubuntu.com/ubuntu/ natty/universe libgcc1-armel-cross all 1:4.5.2-8ubuntu3cross1.62 [33.3 kB]
  196. Get:6 http://us.archive.ubuntu.com/ubuntu/ natty/universe libc6-armel-cross all 2.13-0ubuntu13cross1.62 [1,176 kB]
  197. Get:7 http://us.archive.ubuntu.com/ubuntu/ natty/universe libgomp1-armel-cross all 4.5.2-8ubuntu3cross1.47 [20.5 kB]
  198. Get:8 http://us.archive.ubuntu.com/ubuntu/ natty/universe gcc-4.5-arm-linux-gnueabi amd64 4.5.2-8ubuntu3cross1.47 [4,955 kB]
  199. Get:9 http://us.archive.ubuntu.com/ubuntu/ natty/universe gcc-arm-linux-gnueabi amd64 4:4.5.2-8 [1,090 B]
  200. Get:10 http://us.archive.ubuntu.com/ubuntu/ natty/universe linux-libc-dev-armel-cross all 2.6.38-8.42cross1.62 [748 kB]
  201. Get:11 http://us.archive.ubuntu.com/ubuntu/ natty/universe libc6-dev-armel-cross all 2.13-0ubuntu13cross1.62 [2,285 kB]
  202. Fetched 18.5 MB in 0s (29.3 MB/s)
  203. Selecting previously deselected package gcc-4.5-arm-linux-gnueabi-base.
  204. (Reading database ... 49836 files and directories currently installed.)
  205. Unpacking gcc-4.5-arm-linux-gnueabi-base (from .../gcc-4.5-arm-linux-gnueabi-base_4.5.2-8ubuntu3cross1.47_amd64.deb) ...
  206. Selecting previously deselected package cpp-4.5-arm-linux-gnueabi.
  207. Unpacking cpp-4.5-arm-linux-gnueabi (from .../cpp-4.5-arm-linux-gnueabi_4.5.2-8ubuntu3cross1.47_amd64.deb) ...
  208. Selecting previously deselected package cpp-arm-linux-gnueabi.
  209. Unpacking cpp-arm-linux-gnueabi (from .../cpp-arm-linux-gnueabi_4%3a4.5.2-8_amd64.deb) ...
  210. Selecting previously deselected package binutils-arm-linux-gnueabi.
  211. Unpacking binutils-arm-linux-gnueabi (from .../binutils-arm-linux-gnueabi_2.21.0.20110327-2ubuntu2cross1.62_amd64.deb) ...
  212. Selecting previously deselected package libgcc1-armel-cross.
  213. Unpacking libgcc1-armel-cross (from .../libgcc1-armel-cross_1%3a4.5.2-8ubuntu3cross1.62_all.deb) ...
  214. Selecting previously deselected package libc6-armel-cross.
  215. Unpacking libc6-armel-cross (from .../libc6-armel-cross_2.13-0ubuntu13cross1.62_all.deb) ...
  216. Selecting previously deselected package libgomp1-armel-cross.
  217. Unpacking libgomp1-armel-cross (from .../libgomp1-armel-cross_4.5.2-8ubuntu3cross1.47_all.deb) ...
  218. Selecting previously deselected package gcc-4.5-arm-linux-gnueabi.
  219. Unpacking gcc-4.5-arm-linux-gnueabi (from .../gcc-4.5-arm-linux-gnueabi_4.5.2-8ubuntu3cross1.47_amd64.deb) ...
  220. Selecting previously deselected package gcc-arm-linux-gnueabi.
  221. Unpacking gcc-arm-linux-gnueabi (from .../gcc-arm-linux-gnueabi_4%3a4.5.2-8_amd64.deb) ...
  222. Selecting previously deselected package linux-libc-dev-armel-cross.
  223. Unpacking linux-libc-dev-armel-cross (from .../linux-libc-dev-armel-cross_2.6.38-8.42cross1.62_all.deb) ...
  224. Selecting previously deselected package libc6-dev-armel-cross.
  225. Unpacking libc6-dev-armel-cross (from .../libc6-dev-armel-cross_2.13-0ubuntu13cross1.62_all.deb) ...
  226. Processing triggers for ccache ...
  227. Updating symlinks in /usr/lib/ccache ...
  228. Processing triggers for man-db ...
  229. Setting up gcc-4.5-arm-linux-gnueabi-base (4.5.2-8ubuntu3cross1.47) ...
  230. Setting up cpp-4.5-arm-linux-gnueabi (4.5.2-8ubuntu3cross1.47) ...
  231. Setting up cpp-arm-linux-gnueabi (4:4.5.2-8) ...
  232. Setting up binutils-arm-linux-gnueabi (2.21.0.20110327-2ubuntu2cross1.62) ...
  233. Setting up libgcc1-armel-cross (1:4.5.2-8ubuntu3cross1.62) ...
  234. Setting up libc6-armel-cross (2.13-0ubuntu13cross1.62) ...
  235. Setting up libgomp1-armel-cross (4.5.2-8ubuntu3cross1.47) ...
  236. Setting up gcc-4.5-arm-linux-gnueabi (4.5.2-8ubuntu3cross1.47) ...
  237. Setting up gcc-arm-linux-gnueabi (4:4.5.2-8) ...
  238. Setting up linux-libc-dev-armel-cross (2.6.38-8.42cross1.62) ...
  239. Setting up libc6-dev-armel-cross (2.13-0ubuntu13cross1.62) ...
  240. Processing triggers for libc-bin ...
  241. ldconfig deferred processing now taking place
  242. voodoo@natty:~/stable-kernel$ nano system.sh
  243. voodoo@natty:~/stable-kernel$ cat system.sh
  244. #!/bin/bash
  245. #copy as "system.sh" and tweak for your system
  246.  
  247. ARCH=$(uname -m)
  248.  
  249. ###ADVANCED, OPTIONAL: gcc version override (useful for gcc/kernel regressions)
  250. #GCC_OVERRIDE="gcc-4.4"
  251.  
  252. if [ "x${ARCH}" == "xarmv7l" ] ; then
  253. echo "Debug: using native armv7l gcc Compiler"
  254. CC=
  255. else
  256. echo "Debug: using Cross Compiler"
  257. CC=arm-linux-gnueabi-
  258.  
  259. #Test that user actually modified the above CC line:
  260. if [ "x${CC}" == "x" ] ; then
  261. echo ""
  262. echo "Error: You haven't setup the Cross Compiler (CC variable) in system.sh"
  263. echo ""
  264. echo "with a (sane editor) open system.sh and modify the commented Line 14: #CC=arm-linux-gnueabi-"
  265. echo ""
  266. echo "If you need hints on installing an ARM GCC Cross ToolChain, view README file"
  267. echo ""
  268. exit
  269. fi
  270.  
  271. GCC="gcc"
  272. if [ "x${GCC_OVERRIDE}" != "x" ] ; then
  273. GCC="${GCC_OVERRIDE}"
  274. fi
  275.  
  276. GCC_TEST=$(LC_ALL=C ${CC}${GCC} -v 2>&1 | grep "Target:" | grep arm || true)
  277. GCC_REPORT=$(LC_ALL=C ${CC}${GCC} -v 2>&1 || true)
  278.  
  279. if [ "x${GCC_TEST}" == "x" ] ; then
  280. echo ""
  281. echo "Error: The GCC ARM Cross Compiler you setup in system.sh (CC variable)."
  282. echo "Doesn't seem to be valid for ARM, double check it's location, or that"
  283. echo "you chose the correct GCC Cross Compiler."
  284. echo ""
  285. echo "Output of: ${CC}${GCC} -v"
  286. echo "${GCC_REPORT}"
  287. echo ""
  288. exit
  289. fi
  290. fi
  291.  
  292. ###REQUIRED:
  293.  
  294. ##Linux Kernel Source location:
  295. ##
  296. ##This script will clone torvalds linux git tree from kernel.org. From this git tree
  297. ##this script can generate a prinstine starting point before running the patch.sh script.
  298. ##
  299. ##For most users, the default will work fine, for other kernel developers who have
  300. ##already cloned torvalds tree, and would like to safe file space, just define LINUX_GIT in this file.
  301. ##
  302. ##git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git ${HOME}/
  303. #
  304. #LINUX_GIT=${HOME}/linux-stable/
  305.  
  306. ###OPTIONAL: (REQUIRED FOR RUNNING: ./tools/install_image.sh)
  307.  
  308. ##Since 2.6.39?, it's now possible to build a Linux Kernel for devices that have
  309. ##different physical address of the kernel entry point or "ZRELADDR". This also means
  310. ##these scripts only create zImage's, if you'd like uImage, run mkimage yourself, or use
  311. ##the ./tools/load_uImage.sh to load the uImage on a MMC card.
  312.  
  313. ##For TI: OMAP3/4/AM35xx
  314. #ZRELADDR=0x80008000
  315.  
  316. ##For Freescale:
  317. ##MX51 Family
  318. #ZRELADDR=0x90008000
  319.  
  320. ##MX53
  321. #ZRELADDR=0x70008000
  322.  
  323. ###ADVANCED: Allow the script to build uImage's directly, so-far safe for TI OMAP, but not Freescale..
  324. #BUILD_UIMAGE=1
  325.  
  326. ###OPTIONAL: (REQUIRED FOR RUNNING: tools/install_image.sh )
  327. ##Note: This operates on raw disks, NOT PARTITIONS
  328. ##WRONG: MMC=/dev/mmcblk0p1
  329. ##CORRECT: MMC=/dev/mmcblk0
  330. ##WRONG: MMC=/dev/sde1
  331. ##CORRECT: MMC=/dev/sde
  332.  
  333. #MMC=/dev/sde
  334.  
  335. ###ADVANCED: Secret Sauce Patches:
  336.  
  337. ##Have some secret sauce, you dont want to share with the community??
  338. ##
  339. ##It'll look specifically for *.patch files... Doesn't care about order/etc.. And I don't care about enhancing it.. ;)
  340.  
  341. #LOCAL_PATCH_DIR=/full/path/to/dir/
  342.  
  343. ###ADVANCED: Pull in Torvalds current master tree before applying local patchset
  344. #This is very useful during an intial 'rc0' merge.
  345. #It is never supported... Enable at your own risk
  346. #LATEST_GIT=1
  347.  
  348. ###ADVANCED: enable DEBUG_SECTION_MISMATCH
  349. #http://cateee.net/lkddb/web-lkddb/DEBUG_SECTION_MISMATCH.html
  350. #DEBUG_SECTION=1
  351.  
  352. voodoo@natty:~/stable-kernel$ ./build_kernel.sh
  353. + Detected build host [debian-]
  354. Debug: found libncurses.so: /usr/lib/libncurses.so
  355. Debug: using Cross Compiler
  356.  
  357. Debug: using arm-linux-gnueabi-gcc (Ubuntu/Linaro 4.5.2-8ubuntu3) 4.5.2
  358. Copyright (C) 2010 Free Software Foundation, Inc.
  359. This is free software; see the source for copying conditions. There is NO
  360. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  361.  
  362. Warning: LINUX_GIT not defined in system.sh, cloning torvalds git tree to default location: /home/voodoo/linux-src
  363. Cloning into /home/voodoo/linux-src...
  364. remote: Counting objects: 2612163, done.
  365. remote: Compressing objects: 100% (397891/397891), done.
  366. remote: Total 2612163 (delta 2189962), reused 2610766 (delta 2188616)
  367. Receiving objects: 100% (2612163/2612163), 532.64 MiB | 798 KiB/s, done.
  368. Resolving deltas: 100% (2189962/2189962), done.
  369. Debug: LINUX_GIT setup...
  370. /home/voodoo/linux-src
  371. [core]
  372. repositoryformatversion = 0
  373. filemode = true
  374. bare = false
  375. logallrefupdates = true
  376. [remote "origin"]
  377. fetch = +refs/heads/*:refs/remotes/origin/*
  378. url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
  379. [branch "master"]
  380. remote = origin
  381. merge = refs/heads/master
  382. Updating LINUX_GIT tree via: git fetch
  383. /home/voodoo/stable-kernel
  384. Cloning into /home/voodoo/stable-kernel/KERNEL...
  385. done.
  386. Resolve operation not in progress, we are not resuming.
  387. git tree is clean...
  388. [master 0e6caf3] empty cleanup commit
  389. Committer: Robert Nelson <voodoo@natty.localdomain>
  390. Your name and email address were configured automatically based
  391. on your username and hostname. Please check that they are accurate.
  392. You can suppress this message by setting them explicitly:
  393.  
  394. git config --global user.name "Your Name"
  395. git config --global user.email you@example.com
  396.  
  397. After doing this, you may fix the identity used for this commit with:
  398.  
  399. git commit --amend --reset-author
  400.  
  401. Branch tmp-master set up to track remote branch master from origin.
  402. Switched to a new branch 'tmp-master'
  403. Branch master set up to track remote branch master from origin.
  404. Switched to a new branch 'master'
  405. Already up-to-date.
  406. pulling from torvalds kernel.org tree
  407. From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
  408. * branch master -> FETCH_HEAD
  409. Already up-to-date.
  410. fetching from stable kernel.org tree
  411. remote: Counting objects: 182005, done.
  412. remote: Compressing objects: 100% (34067/34067), done.
  413. remote: Total 148155 (delta 123366), reused 137871 (delta 113378)
  414. Receiving objects: 100% (148155/148155), 42.24 MiB | 673 KiB/s, done.
  415. Resolving deltas: 100% (123366/123366), completed with 8078 local objects.
  416. From git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable
  417. * branch master -> FETCH_HEAD
  418. * [new tag] latest -> latest
  419. <snip>
  420. * [new tag] v3.4.6 -> v3.4.6
  421. * [new tag] v3.4.7 -> v3.4.7
  422. * [new tag] v3.4.8 -> v3.4.8
  423. * [new tag] v3.5.1 -> v3.5.1
  424. Checking out files: 100% (22653/22653), done.
  425. Switched to a new branch 'v3.2.27-x14'
  426. v3.2.27
  427. Starting patch.sh
  428. Distro Specific Patches
  429. Applying: kbuild, deb-pkg: set host machine after dpkg-gencontrol
  430. omap-cpufreq
  431. Applying: cpufreq: OMAP: cleanup for multi-SoC support, move into drivers/cpufreq
  432. Applying: cpufreq: OMAP: Add SMP support for OMAP4+
  433. Applying: cpufreq: OMAP: Enable all CPUs in shared policy mask
  434. Applying: cpufreq: OMAP: notify even with bad boot frequency
  435. Applying: cpufreq: OMAP: move clk name decision to init
  436. Applying: cpufreq: OMAP: deny initialization if no mpudev
  437. Applying: cpufreq: OMAP: dont support !freq_table
  438. Applying: cpufreq: OMAP: only supports OPP library
  439. Applying: cpufreq: OMAP: put clk if cpu_init failed
  440. Applying: cpufreq: OMAP: fix freq_table leak
  441. Applying: cpufreq: OMAP: fixup for omap_device changes, include <linux/module.h>
  442. Micrel KZ8851 patches for: zippy2
  443. Applying: ksz8851 eeprom 93cx6 add drive_data
  444. Applying: ksz8851 eeprom 93cx6 add eeprom_93cx6_write
  445. Applying: ksz8851 read_mac_addr
  446. Applying: ksz8851 93cx6 eeprom access
  447. Applying: ks8851.h it helps to include the include file
  448. Applying: ksz8851 move to header
  449. Applying: ksz8851 move more to header
  450. Applying: ksz8851 share ks8851_tx_hdr union
  451. Applying: ksz8851 add is_level_irq
  452. Applying: ksz8851 turn off hardware interrupt druing receive process
  453. Applying: ksz8851 make sure is awake before writing mac
  454. Applying: ksz8851 add mutex lock/unlock to ks
  455. Applying: ksz8851 add ks8851_tx_check
  456. Applying: ksz8851 move ks8851_set_powermode
  457. Patches from: Sakoman git tree
  458. Applying: OMAP: DSS2: add bootarg for selecting svideo
  459. Applying: video: add timings for hd720
  460. Applying: omap: mmc: Adjust dto to eliminate timeout errors
  461. Board Patches for: BeagleBoard
  462. Applying: expansion: add buddy param for expansionboard names
  463. Applying: expansion: add mmc regulator and ds1307 rtc
  464. Applying: expansion: add zippy
  465. Applying: expansion: add zippy2
  466. Applying: expansion: add trainer
  467. Applying: expansion: add ulcd
  468. Applying: beagleboard: reinstate usage of hi-speed PLL divider
  469. Applying: Turn on the USB regulator on Beagle xM explicitly
  470. Applying: meego: modedb add Toshiba LTA070B220F 800x480 support
  471. Applying: beagleboard: fix uLCD7 support
  472. Applying: default to fifo mode 5, for old musb beagles
  473. Applying: backlight: Add TLC59108 backlight control driver
  474. Applying: tlc59108: adjust for beagleboard+uLCD7
  475. Applying: expansion: add wifi
  476. Applying: ASoC: omap: add MODULE_ALIAS to mcbsp and pcm drivers
  477. Applying: ASoC: omap: convert per-board modules to platform drivers
  478. Applying: Beagle: expansion: zippy1/2 rework mmc/i2c handling
  479. Applying: Beagle: expansion: add beaglefpga
  480. Applying: Enable buddy=spidev
  481. Applying: zeroMAP: Open your eyes!
  482. Board Patches for: devkit8000
  483. Applying: arm: omap: devkit8000: for lcd use samsung_lte_panel
  484. Board Patches for: igep0020
  485. Applying: ARM: OMAP2+: nand: Make board_onenand_init() visible to board code
  486. Applying: OMAP3: igep0020: Add support for Micron NAND Flash storage memory
  487. Board Patches for: Touchbook
  488. Applying: omap3: touchbook: remove mmc gpio_wp
  489. Applying: omap3: touchbook: drop u-boot readonly
  490. Board Patches for: PandaBoard
  491. Applying: panda: fix wl12xx regulator
  492. Applying: panda enable bluetooth
  493. Applying: ti-st/st-kim: fixing firmware path
  494. Applying: panda enable asoc
  495. omap cherry pick fixes
  496. Applying: omap3: Increase limit on bootarg 'mpurate'
  497. Applying: ARM: OMAP: AM3517/3505: fix crash on boot due to incorrect voltagedomain data
  498. Applying: ARM: OMAP4: hwmod: Don't wait for the idle status if modulemode is not supported
  499. Applying: ARM: OMAP4: clock: Add CPU local timer clock node
  500. Applying: ARM: OMAP3: hwmod data: disable multiblock reads on MMC1/2 on OMAP34xx/35xx <= ES2.1
  501. Applying: OMAP: HWMOD: add es3plus to am36xx/am35xx
  502. led fixes
  503. Applying: leds: heartbeat: stop on shutdown, reboot or panic
  504. merge in ti sgx modules
  505. patch.sh ran successful
  506. [v3.2.27-x14 0a57c2b] 3.2.27-x14 patchset
  507. Committer: Robert Nelson <voodoo@natty.localdomain>
  508. Your name and email address were configured automatically based
  509. on your username and hostname. Please check that they are accurate.
  510. You can suppress this message by setting them explicitly:
  511.  
  512. git config --global user.name "Your Name"
  513. git config --global user.email you@example.com
  514.  
  515. After doing this, you may fix the identity used for this commit with:
  516.  
  517. git commit --amend --reset-author
  518.  
  519. 217 files changed, 83616 insertions(+), 14 deletions(-)
  520. create mode 100644 drivers/staging/omap3-sgx/COPYING
  521. <snip>
  522. create mode 100644 drivers/staging/omap3-sgx/tools/intern/debug/dbgdriv/linux/hostfunc.c
  523. create mode 100644 drivers/staging/omap3-sgx/tools/intern/debug/dbgdriv/linux/kbuild/Makefile
  524. create mode 100644 drivers/staging/omap3-sgx/tools/intern/debug/dbgdriv/linux/main.c
  525. create mode 100644 drivers/staging/omap3-sgx/tools/intern/debug/dbgdriv/linux/makefile.linux.common
  526. HOSTCC scripts/basic/fixdep
  527. HOSTCC scripts/kconfig/conf.o
  528. SHIPPED scripts/kconfig/zconf.tab.c
  529. SHIPPED scripts/kconfig/zconf.lex.c
  530. SHIPPED scripts/kconfig/zconf.hash.c
  531. HOSTCC scripts/kconfig/zconf.tab.o
  532. HOSTLD scripts/kconfig/conf
  533. warning: (KS8851 && AX88796_93CX6 && RTL8180 && RTL8187 && ADM8211 && RT2400PCI && RT2500PCI && RT61PCI && RT2800PCI && R8187SE) selects EEPROM_93CX6 which has unmet direct dependencies (MISC_DEVICES)
  534. warning: (KS8851 && AX88796_93CX6 && RTL8180 && RTL8187 && ADM8211 && RT2400PCI && RT2500PCI && RT61PCI && RT2800PCI && R8187SE) selects EEPROM_93CX6 which has unmet direct dependencies (MISC_DEVICES)
  535. #
  536. # configuration written to .config
  537. #
  538. `.config' -> `/home/voodoo/stable-kernel/patches/ref_omap2plus_defconfig'
  539. `/home/voodoo/stable-kernel/patches/defconfig' -> `.config'
  540. HOSTCC scripts/kconfig/lxdialog/checklist.o
  541. HOSTCC scripts/kconfig/lxdialog/inputbox.o
  542. HOSTCC scripts/kconfig/lxdialog/menubox.o
  543. HOSTCC scripts/kconfig/lxdialog/textbox.o
  544. HOSTCC scripts/kconfig/lxdialog/util.o
  545. HOSTCC scripts/kconfig/lxdialog/yesno.o
  546. HOSTCC scripts/kconfig/mconf.o
  547. HOSTLD scripts/kconfig/mconf
  548. scripts/kconfig/mconf Kconfig
  549.  
  550.  
  551. *** End of the configuration.
  552. *** Execute 'make' to start the build or try 'make help'.
  553.  
  554. `.config' -> `/home/voodoo/stable-kernel/patches/defconfig'
  555. make -j3 ARCH=arm LOCALVERSION=-x14 CROSS_COMPILE="ccache arm-linux-gnueabi-" zImage modules
  556. scripts/kconfig/conf --silentoldconfig Kconfig
  557. WRAP arch/arm/include/generated/asm/auxvec.h
  558. WRAP arch/arm/include/generated/asm/bitsperlong.h
  559. WRAP arch/arm/include/generated/asm/cputime.h
  560. CHK include/linux/version.h
  561. WRAP arch/arm/include/generated/asm/emergency-restart.h
  562. WRAP arch/arm/include/generated/asm/errno.h
  563. UPD include/linux/version.h
  564. WRAP arch/arm/include/generated/asm/ioctl.h
  565. WRAP arch/arm/include/generated/asm/irq_regs.h
  566. WRAP arch/arm/include/generated/asm/kdebug.h
  567. WRAP arch/arm/include/generated/asm/local.h
  568. WRAP arch/arm/include/generated/asm/local64.h
  569. WRAP arch/arm/include/generated/asm/percpu.h
  570. WRAP arch/arm/include/generated/asm/poll.h
  571. WRAP arch/arm/include/generated/asm/resource.h
  572. WRAP arch/arm/include/generated/asm/sections.h
  573. WRAP arch/arm/include/generated/asm/siginfo.h
  574. WRAP arch/arm/include/generated/asm/sizes.h
  575. CHK include/generated/utsrelease.h
  576. HOSTCC scripts/dtc/checks.o
  577. UPD include/generated/utsrelease.h
  578. HOSTCC scripts/dtc/data.o
  579. Generating include/generated/mach-types.h
  580. CC kernel/bounds.s
  581. SHIPPED scripts/dtc/dtc-lexer.lex.c
  582. SHIPPED scripts/dtc/dtc-parser.tab.h
  583. SHIPPED scripts/dtc/dtc-parser.tab.c
  584. HOSTCC scripts/dtc/dtc.o
  585. GEN include/generated/bounds.h
  586. HOSTCC scripts/dtc/flattree.o
  587. CC arch/arm/kernel/asm-offsets.s
  588. HOSTCC scripts/dtc/fstree.o
  589. GEN include/generated/asm-offsets.h
  590. CALL scripts/checksyscalls.sh
  591. HOSTCC scripts/dtc/livetree.o
  592. HOSTCC scripts/dtc/srcpos.o
  593. HOSTCC scripts/dtc/treesource.o
  594. HOSTCC scripts/dtc/util.o
  595. HOSTCC scripts/dtc/dtc-lexer.lex.o
  596. HOSTCC scripts/dtc/dtc-parser.tab.o
  597. HOSTCC scripts/genksyms/genksyms.o
  598. SHIPPED scripts/genksyms/lex.lex.c
  599. SHIPPED scripts/genksyms/keywords.hash.c
  600. SHIPPED scripts/genksyms/parse.tab.h
  601. SHIPPED scripts/genksyms/parse.tab.c
  602. HOSTCC scripts/genksyms/lex.lex.o
  603. HOSTLD scripts/dtc/dtc
  604. CC scripts/mod/empty.o
  605. HOSTCC scripts/genksyms/parse.tab.o
  606. HOSTCC scripts/mod/mk_elfconfig
  607. HOSTCC scripts/selinux/genheaders/genheaders
  608. MKELF scripts/mod/elfconfig.h
  609. HOSTCC scripts/mod/file2alias.o
  610. HOSTLD scripts/genksyms/genksyms
  611. HOSTCC scripts/kallsyms
  612. HOSTCC scripts/selinux/mdp/mdp
  613. HOSTCC scripts/pnmtologo
  614. HOSTCC scripts/conmakehash
  615. HOSTCC scripts/bin2c
  616. HOSTCC scripts/mod/modpost.o
  617. HOSTCC scripts/mod/sumversion.o
  618. HOSTLD scripts/mod/modpost
  619. CC init/main.o
  620. HOSTCC usr/gen_init_cpio
  621. CC arch/arm/vfp/vfpmodule.o
  622. AS arch/arm/vfp/entry.o
  623. AS arch/arm/vfp/vfphw.o
  624. GEN usr/initramfs_data.cpio
  625. CC arch/arm/vfp/vfpsingle.o
  626. AS usr/initramfs_data.o
  627. LD usr/built-in.o
  628. CC arch/arm/kernel/elf.o
  629. CHK include/generated/compile.h
  630. CC arch/arm/vfp/vfpdouble.o
  631. UPD include/generated/compile.h
  632. CC init/do_mounts.o
  633. AS arch/arm/kernel/entry-armv.o
  634. AS arch/arm/kernel/entry-common.o
  635. CC arch/arm/kernel/irq.o
  636. LD arch/arm/vfp/vfp.o
  637. LD arch/arm/vfp/built-in.o
  638. CC arch/arm/mm/dma-mapping.o
  639. CC arch/arm/kernel/process.o
  640. CC init/do_mounts_rd.o
  641. CC arch/arm/mm/extable.o
  642. CC arch/arm/kernel/ptrace.o
  643. CC init/do_mounts_initrd.o
  644. CC arch/arm/mm/fault.o
  645. CC arch/arm/kernel/return_address.o
  646. arch/arm/kernel/return_address.c:62:2: warning: #warning "TODO: return_address should use unwind tables"
  647. CC arch/arm/mm/init.o
  648. CC init/initramfs.o
  649. arch/arm/kernel/return_address.c:62:2: warning: #warning "TODO: return_address should use unwind tables"
  650. CC arch/arm/kernel/setup.o
  651. CC init/calibrate.o
  652. CC arch/arm/mm/iomap.o
  653. CC init/version.o
  654. CC arch/arm/kernel/signal.o
  655. CC arch/arm/mm/fault-armv.o
  656. LD init/mounts.o
  657. LD init/built-in.o
  658. CC arch/arm/common/gic.o
  659. CC arch/arm/mm/flush.o
  660. CC arch/arm/kernel/sys_arm.o
  661. LD arch/arm/common/built-in.o
  662. CC arch/arm/mach-omap2/id.o
  663. CC arch/arm/mm/idmap.o
  664. CC arch/arm/kernel/stacktrace.o
  665. CC arch/arm/kernel/time.o
  666. CC arch/arm/mm/ioremap.o
  667. CC arch/arm/mach-omap2/io.o
  668. CC arch/arm/mm/mmap.o
  669. CC arch/arm/kernel/traps.o
  670. CC arch/arm/mach-omap2/control.o
  671. CC arch/arm/mm/pgd.o
  672. CC arch/arm/kernel/leds.o
  673. CC arch/arm/mach-omap2/mux.o
  674. CC arch/arm/mm/mmu.o
  675. CC arch/arm/kernel/armksyms.o
  676. CC arch/arm/mach-omap2/devices.o
  677. CC arch/arm/mm/vmregion.o
  678. CC arch/arm/mm/proc-syms.o
  679. CC arch/arm/kernel/module.o
  680. CC arch/arm/mach-omap2/serial.o
  681. CC arch/arm/mm/alignment.o
  682. AS arch/arm/kernel/sleep.o
  683. CC arch/arm/kernel/suspend.o
  684. CC arch/arm/mach-omap2/gpmc.o
  685. arch/arm/mm/alignment.c: In function ‘do_alignment’:
  686. arch/arm/mm/alignment.c:748:21: warning: ‘offset.un’ may be used uninitialized in this function
  687. CC arch/arm/mm/highmem.o
  688. CC arch/arm/kernel/sched_clock.o
  689. CC arch/arm/mach-omap2/timer.o
  690. AS arch/arm/mm/abort-ev7.o
  691. CC arch/arm/kernel/smp.o
  692. AS arch/arm/mm/pabort-v7.o
  693. AS arch/arm/mm/cache-v7.o
  694. CC arch/arm/mach-omap2/pm.o
  695. CC arch/arm/mm/copypage-v6.o
  696. CC arch/arm/kernel/smp_tlb.o
  697. CC arch/arm/mach-omap2/common.o
  698. CC arch/arm/mm/context.o
  699. CC arch/arm/kernel/smp_scu.o
  700. CC arch/arm/mach-omap2/gpio.o
  701. CC arch/arm/kernel/smp_twd.o
  702. AS arch/arm/mm/tlb-v7.o
  703. CC arch/arm/mach-omap2/dma.o
  704. AS arch/arm/mm/proc-v7.o
  705. CC arch/arm/mm/cache-l2x0.o
  706. CC arch/arm/kernel/machine_kexec.o
  707. AS arch/arm/kernel/relocate_kernel.o
  708. CC arch/arm/mach-omap2/wd_timer.o
  709. LD arch/arm/mm/built-in.o
  710. CC arch/arm/mach-omap2/display.o
  711. CC arch/arm/kernel/kprobes.o
  712. CC arch/arm/mach-omap2/irq.o
  713. CC arch/arm/kernel/kprobes-common.o
  714. CC arch/arm/mach-omap2/sdrc.o
  715. CC arch/arm/mach-omap2/omap_hwmod.o
  716. CC arch/arm/kernel/kprobes-arm.o
  717. CC arch/arm/mach-omap2/omap_hwmod_common_data.o
  718. <snip>
  719. LD drivers/w1/built-in.o
  720. CC drivers/watchdog/watchdog_dev.o
  721. CC drivers/watchdog/omap_wdt.o
  722. CC drivers/watchdog/twl4030_wdt.o
  723. CC [M] drivers/watchdog/pcwd_usb.o
  724. LD drivers/watchdog/watchdog.o
  725. LD drivers/watchdog/built-in.o
  726. LD drivers/built-in.o
  727. LD vmlinux.o
  728. MODPOST vmlinux.o
  729. GEN .version
  730. CHK include/generated/compile.h
  731. UPD include/generated/compile.h
  732. CC init/version.o
  733. LD init/built-in.o
  734. LD .tmp_vmlinux1
  735. KSYM .tmp_kallsyms1.S
  736. AS .tmp_kallsyms1.o
  737. LD .tmp_vmlinux2
  738. KSYM .tmp_kallsyms2.S
  739. AS .tmp_kallsyms2.o
  740. LD vmlinux
  741. SYSMAP System.map
  742. SYSMAP .tmp_System.map
  743. Building modules, stage 2.
  744. OBJCOPY arch/arm/boot/Image
  745. Kernel: arch/arm/boot/Image is ready
  746. AS arch/arm/boot/compressed/head.o
  747. MODPOST 1564 modules
  748. LZMA arch/arm/boot/compressed/piggy.lzma
  749. CC arch/arm/boot/compressed/misc.o
  750. CC arch/arm/boot/compressed/decompress.o
  751. CC arch/arm/boot/compressed/string.o
  752. SHIPPED arch/arm/boot/compressed/lib1funcs.S
  753. AS arch/arm/boot/compressed/lib1funcs.o
  754. WARNING: modpost: Found 1 section mismatch(es).
  755. To see full details build your kernel with:
  756. 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  757. CC arch/arm/mach-omap2/mailbox_mach.mod.o
  758. CC arch/arm/plat-omap/mailbox.mod.o
  759. CC crypto/aes_generic.mod.o
  760. CC crypto/af_alg.mod.o
  761. CC crypto/algif_hash.mod.o
  762.  
  763. <snip>
  764.  
  765. LD [M] sound/usb/misc/snd-ua101.ko
  766. LD [M] sound/usb/snd-usb-audio.ko
  767. LD [M] sound/usb/snd-usbmidi-lib.ko
  768. IHEX2FW firmware/emi26/loader.fw
  769. IHEX2FW firmware/emi26/firmware.fw
  770. IHEX2FW firmware/emi26/bitstream.fw
  771. IHEX2FW firmware/emi62/loader.fw
  772. IHEX2FW firmware/emi62/bitstream.fw
  773. IHEX2FW firmware/emi62/spdif.fw
  774. IHEX2FW firmware/emi62/midi.fw
  775. IHEX firmware/kaweth/new_code.bin
  776. IHEX firmware/kaweth/trigger_code.bin
  777. IHEX firmware/kaweth/new_code_fix.bin
  778. IHEX firmware/kaweth/trigger_code_fix.bin
  779. IHEX firmware/ti_3410.fw
  780. IHEX firmware/ti_5052.fw
  781. IHEX firmware/mts_cdma.fw
  782. IHEX firmware/mts_gsm.fw
  783. IHEX firmware/mts_edge.fw
  784. H16TOFW firmware/edgeport/boot.fw
  785. H16TOFW firmware/edgeport/boot2.fw
  786. H16TOFW firmware/edgeport/down.fw
  787. H16TOFW firmware/edgeport/down2.fw
  788. IHEX firmware/edgeport/down3.bin
  789. IHEX2FW firmware/whiteheat_loader.fw
  790. IHEX2FW firmware/whiteheat.fw
  791. IHEX2FW firmware/keyspan_pda/keyspan_pda.fw
  792. IHEX2FW firmware/keyspan_pda/xircom_pgs.fw
  793. IHEX firmware/yam/1200.bin
  794. IHEX firmware/yam/9600.bin
  795.  
  796. real 19m0.577s
  797. user 27m23.630s
  798. sys 5m29.930s
  799. make -j3 ARCH=arm LOCALVERSION=-x14 CROSS_COMPILE="ccache arm-linux-gnueabi-" dtbs
  800. make[1]: Nothing to be done for `arch/arm/boot/dtbs'.
  801.  
  802. real 0m0.809s
  803. user 0m0.190s
  804. sys 0m0.220s
  805.  
  806. NOTE: enable BUILD_UIMAGE variables in system.sh to build uImage's
  807.  
  808.  
  809. Building Module Archive
  810.  
  811. INSTALL arch/arm/mach-omap2/mailbox_mach.ko
  812. INSTALL arch/arm/plat-omap/mailbox.ko
  813. INSTALL crypto/aes_generic.ko
  814.  
  815. <snip>
  816.  
  817. INSTALL /home/voodoo/stable-kernel/deploy/mod/lib/firmware/edgeport/boot2.fw
  818. INSTALL /home/voodoo/stable-kernel/deploy/mod/lib/firmware/edgeport/down.fw
  819. INSTALL /home/voodoo/stable-kernel/deploy/mod/lib/firmware/edgeport/down2.fw
  820. INSTALL /home/voodoo/stable-kernel/deploy/mod/lib/firmware/edgeport/down3.bin
  821. INSTALL /home/voodoo/stable-kernel/deploy/mod/lib/firmware/whiteheat_loader.fw
  822. INSTALL /home/voodoo/stable-kernel/deploy/mod/lib/firmware/whiteheat.fw
  823. MKDIR /home/voodoo/stable-kernel/deploy/mod/lib/firmware/keyspan_pda
  824. INSTALL /home/voodoo/stable-kernel/deploy/mod/lib/firmware/keyspan_pda/keyspan_pda.fw
  825. INSTALL /home/voodoo/stable-kernel/deploy/mod/lib/firmware/keyspan_pda/xircom_pgs.fw
  826. MKDIR /home/voodoo/stable-kernel/deploy/mod/lib/firmware/yam
  827. INSTALL /home/voodoo/stable-kernel/deploy/mod/lib/firmware/yam/1200.bin
  828. INSTALL /home/voodoo/stable-kernel/deploy/mod/lib/firmware/yam/9600.bin
  829. DEPMOD 3.2.27-x14
  830. Building 3.2.27-x14-modules.tar.gz
  831.  
  832. Building Header Archive
  833.  
  834. CHK include/linux/version.h
  835. HOSTCC scripts/unifdef
  836. INSTALL include/asm-generic (34 files)
  837. INSTALL include/drm (13 files)
  838. INSTALL include/linux/byteorder (2 files)
  839. INSTALL include/linux/caif (2 files)
  840. INSTALL include/linux/can (5 files)
  841. INSTALL include/linux/dvb (8 files)
  842. INSTALL include/linux/hdlc (1 file)
  843. INSTALL include/linux/isdn (1 file)
  844. INSTALL include/linux/mmc (1 file)
  845. INSTALL include/linux/netfilter/ipset (4 files)
  846. INSTALL include/linux/netfilter (69 files)
  847. INSTALL include/linux/netfilter_arp (2 files)
  848. INSTALL include/linux/netfilter_bridge (18 files)
  849. INSTALL include/linux/netfilter_ipv4 (15 files)
  850. INSTALL include/linux/netfilter_ipv6 (11 files)
  851. INSTALL include/linux/nfsd (4 files)
  852. INSTALL include/linux/raid (2 files)
  853. INSTALL include/linux/spi (1 file)
  854. INSTALL include/linux/sunrpc (1 file)
  855. INSTALL include/linux/tc_act (7 files)
  856. INSTALL include/linux/tc_ematch (4 files)
  857. INSTALL include/linux/usb (10 files)
  858. INSTALL include/linux/wimax (1 file)
  859. INSTALL include/linux (367 files)
  860. INSTALL include/mtd (5 files)
  861. INSTALL include/rdma (6 files)
  862. INSTALL include/scsi/fc (4 files)
  863. INSTALL include/scsi (3 files)
  864. INSTALL include/sound (8 files)
  865. INSTALL include/video (3 files)
  866. INSTALL include/xen (2 files)
  867. INSTALL include (0 file)
  868. INSTALL include/asm (32 files)
  869. Building 3.2.27-x14-headers.tar.gz
  870. voodoo@natty:~/stable-kernel$ arm-linux-gnueabi-gcc -v
  871. Using built-in specs.
  872. COLLECT_GCC=arm-linux-gnueabi-gcc
  873. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.5.2/lto-wrapper
  874. Target: arm-linux-gnueabi
  875. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/arm-linux-gnueabi/include/c++/4.5.2 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv7-a --with-float=softfp --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --program-prefix=arm-linux-gnueabi- --includedir=/usr/arm-linux-gnueabi/include --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=arm-linux-gnueabi --with-headers=/usr/arm-linux-gnueabi/include --with-libs=/usr/arm-linux-gnueabi/lib
  876. Thread model: posix
  877. gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3)
  878. voodoo@natty:~/stable-kernel$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement