<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to build a Linux kernel and flash it to the phone</title>
	<atom:link href="http://developer.sonymobile.com/2011/05/06/how-to-build-a-linux-kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://developer.sonymobile.com/2011/05/06/how-to-build-a-linux-kernel/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 18:52:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Jeanloveth Ezetu</title>
		<link>http://developer.sonymobile.com/2011/05/06/how-to-build-a-linux-kernel/comment-page-6/#comment-6312</link>
		<dc:creator>Jeanloveth Ezetu</dc:creator>
		<pubDate>Wed, 15 May 2013 09:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sonyericsson.com/developerworld/?p=2256#comment-6312</guid>
		<description><![CDATA[what a interesting webpage can i view this from unn.edu.ng]]></description>
		<content:encoded><![CDATA[<p>what a interesting webpage can i view this from unn.edu.ng</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeanloveth Ezetu</title>
		<link>http://developer.sonymobile.com/2011/05/06/how-to-build-a-linux-kernel/comment-page-6/#comment-6114</link>
		<dc:creator>Jeanloveth Ezetu</dc:creator>
		<pubDate>Thu, 02 May 2013 13:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sonyericsson.com/developerworld/?p=2256#comment-6114</guid>
		<description><![CDATA[what an interesting webpage can i view this from unn.edu.ng]]></description>
		<content:encoded><![CDATA[<p>what an interesting webpage can i view this from unn.edu.ng</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve William</title>
		<link>http://developer.sonymobile.com/2011/05/06/how-to-build-a-linux-kernel/comment-page-6/#comment-5212</link>
		<dc:creator>steve William</dc:creator>
		<pubDate>Wed, 06 Feb 2013 16:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sonyericsson.com/developerworld/?p=2256#comment-5212</guid>
		<description><![CDATA[Solved!
Mac OS X (Mountain Lion) by default has a case-insensitive file system. I had to create a case-sensitive disk and extract the the bz2 package there to have all the files. Ubuntu 12.04 has a case-sensitive file system by default. So it works on that too.]]></description>
		<content:encoded><![CDATA[<p>Solved!<br />
Mac OS X (Mountain Lion) by default has a case-insensitive file system. I had to create a case-sensitive disk and extract the the bz2 package there to have all the files. Ubuntu 12.04 has a case-sensitive file system by default. So it works on that too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve William</title>
		<link>http://developer.sonymobile.com/2011/05/06/how-to-build-a-linux-kernel/comment-page-6/#comment-5190</link>
		<dc:creator>steve William</dc:creator>
		<pubDate>Mon, 04 Feb 2013 04:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sonyericsson.com/developerworld/?p=2256#comment-5190</guid>
		<description><![CDATA[I have been trying to compile the 4.1.B.1.13 kernel for the Ray but have been having issues with missing files like connmark.c and the following errors:
net/ipv4/netfilter/ipt_ecn.c: In function &#039;match_ip&#039;:
net/ipv4/netfilter/ipt_ecn.c:28:29: error: &#039;XT_DSCP_MASK&#039; undeclared (first use in this function)
net/ipv4/netfilter/ipt_ecn.c:28:29: note: each undeclared identifier is reported only once for each function it appears in
net/ipv4/netfilter/ipt_ecn.c:28:54: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c: At top level:
net/ipv4/netfilter/ipt_ecn.c:33:9: warning: &#039;struct ipt_ecn_info&#039; declared inside parameter list [enabled by default]
net/ipv4/netfilter/ipt_ecn.c: In function &#039;match_tcp&#039;:
net/ipv4/netfilter/ipt_ecn.c:47:11: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:47:25: error: &#039;IPT_ECN_OP_MATCH_ECE&#039; undeclared (first use in this function)
net/ipv4/netfilter/ipt_ecn.c:48:12: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:57:11: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:57:25: error: &#039;IPT_ECN_OP_MATCH_CWR&#039; undeclared (first use in this function)
net/ipv4/netfilter/ipt_ecn.c:58:12: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c: In function &#039;ecn_mt&#039;:
net/ipv4/netfilter/ipt_ecn.c:74:10: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:74:24: error: &#039;IPT_ECN_OP_MATCH_IP&#039; undeclared (first use in this function)
net/ipv4/netfilter/ipt_ecn.c:75:3: warning: passing argument 2 of &#039;match_ip&#039; from incompatible pointer type [enabled by default]
net/ipv4/netfilter/ipt_ecn.c:25:20: note: expected &#039;const struct ipt_ecn_info *&#039; but argument is of type &#039;const struct ipt_ecn_info *&#039;
net/ipv4/netfilter/ipt_ecn.c:78:10: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:78:25: error: &#039;IPT_ECN_OP_MATCH_ECE&#039; undeclared (first use in this function)
net/ipv4/netfilter/ipt_ecn.c:78:46: error: &#039;IPT_ECN_OP_MATCH_CWR&#039; undeclared (first use in this function)
net/ipv4/netfilter/ipt_ecn.c:81:3: warning: passing argument 2 of &#039;match_tcp&#039; from incompatible pointer type [enabled by default]
net/ipv4/netfilter/ipt_ecn.c:31:20: note: expected &#039;const struct ipt_ecn_info *&#039; but argument is of type &#039;const struct ipt_ecn_info *&#039;
net/ipv4/netfilter/ipt_ecn.c: In function &#039;ecn_mt_check&#039;:
net/ipv4/netfilter/ipt_ecn.c:93:10: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:93:24: error: &#039;IPT_ECN_OP_MATCH_MASK&#039; undeclared (first use in this function)
net/ipv4/netfilter/ipt_ecn.c:96:10: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:99:10: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_ecn.c:99:25: error: &#039;IPT_ECN_OP_MATCH_ECE&#039; undeclared (first use in this function)
net/ipv4/netfilter/ipt_ecn.c:99:46: error: &#039;IPT_ECN_OP_MATCH_CWR&#039; undeclared (first use in this function)
net/ipv4/netfilter/ipt_ecn.c: At top level:
net/ipv4/netfilter/ipt_ecn.c:113:22: error: invalid application of &#039;sizeof&#039; to incomplete type &#039;struct ipt_ecn_info&#039;
make[3]: *** [net/ipv4/netfilter/ipt_ecn.o] Error 1
make[2]: *** [net/ipv4/netfilter] Error 2
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2

Has anyone faced this and how did you resolve this?
I have tried CodeSourcery as well as the NDK toolchain.]]></description>
		<content:encoded><![CDATA[<p>I have been trying to compile the 4.1.B.1.13 kernel for the Ray but have been having issues with missing files like connmark.c and the following errors:<br />
net/ipv4/netfilter/ipt_ecn.c: In function &#8216;match_ip&#8217;:<br />
net/ipv4/netfilter/ipt_ecn.c:28:29: error: &#8216;XT_DSCP_MASK&#8217; undeclared (first use in this function)<br />
net/ipv4/netfilter/ipt_ecn.c:28:29: note: each undeclared identifier is reported only once for each function it appears in<br />
net/ipv4/netfilter/ipt_ecn.c:28:54: error: dereferencing pointer to incomplete type<br />
net/ipv4/netfilter/ipt_ecn.c: At top level:<br />
net/ipv4/netfilter/ipt_ecn.c:33:9: warning: &#8216;struct ipt_ecn_info&#8217; declared inside parameter list [enabled by default]<br />
net/ipv4/netfilter/ipt_ecn.c: In function &#8216;match_tcp&#8217;:<br />
net/ipv4/netfilter/ipt_ecn.c:47:11: error: dereferencing pointer to incomplete type<br />
net/ipv4/netfilter/ipt_ecn.c:47:25: error: &#8216;IPT_ECN_OP_MATCH_ECE&#8217; undeclared (first use in this function)<br />
net/ipv4/netfilter/ipt_ecn.c:48:12: error: dereferencing pointer to incomplete type<br />
net/ipv4/netfilter/ipt_ecn.c:57:11: error: dereferencing pointer to incomplete type<br />
net/ipv4/netfilter/ipt_ecn.c:57:25: error: &#8216;IPT_ECN_OP_MATCH_CWR&#8217; undeclared (first use in this function)<br />
net/ipv4/netfilter/ipt_ecn.c:58:12: error: dereferencing pointer to incomplete type<br />
net/ipv4/netfilter/ipt_ecn.c: In function &#8216;ecn_mt&#8217;:<br />
net/ipv4/netfilter/ipt_ecn.c:74:10: error: dereferencing pointer to incomplete type<br />
net/ipv4/netfilter/ipt_ecn.c:74:24: error: &#8216;IPT_ECN_OP_MATCH_IP&#8217; undeclared (first use in this function)<br />
net/ipv4/netfilter/ipt_ecn.c:75:3: warning: passing argument 2 of &#8216;match_ip&#8217; from incompatible pointer type [enabled by default]<br />
net/ipv4/netfilter/ipt_ecn.c:25:20: note: expected &#8216;const struct ipt_ecn_info *&#8217; but argument is of type &#8216;const struct ipt_ecn_info *&#8217;<br />
net/ipv4/netfilter/ipt_ecn.c:78:10: error: dereferencing pointer to incomplete type<br />
net/ipv4/netfilter/ipt_ecn.c:78:25: error: &#8216;IPT_ECN_OP_MATCH_ECE&#8217; undeclared (first use in this function)<br />
net/ipv4/netfilter/ipt_ecn.c:78:46: error: &#8216;IPT_ECN_OP_MATCH_CWR&#8217; undeclared (first use in this function)<br />
net/ipv4/netfilter/ipt_ecn.c:81:3: warning: passing argument 2 of &#8216;match_tcp&#8217; from incompatible pointer type [enabled by default]<br />
net/ipv4/netfilter/ipt_ecn.c:31:20: note: expected &#8216;const struct ipt_ecn_info *&#8217; but argument is of type &#8216;const struct ipt_ecn_info *&#8217;<br />
net/ipv4/netfilter/ipt_ecn.c: In function &#8216;ecn_mt_check&#8217;:<br />
net/ipv4/netfilter/ipt_ecn.c:93:10: error: dereferencing pointer to incomplete type<br />
net/ipv4/netfilter/ipt_ecn.c:93:24: error: &#8216;IPT_ECN_OP_MATCH_MASK&#8217; undeclared (first use in this function)<br />
net/ipv4/netfilter/ipt_ecn.c:96:10: error: dereferencing pointer to incomplete type<br />
net/ipv4/netfilter/ipt_ecn.c:99:10: error: dereferencing pointer to incomplete type<br />
net/ipv4/netfilter/ipt_ecn.c:99:25: error: &#8216;IPT_ECN_OP_MATCH_ECE&#8217; undeclared (first use in this function)<br />
net/ipv4/netfilter/ipt_ecn.c:99:46: error: &#8216;IPT_ECN_OP_MATCH_CWR&#8217; undeclared (first use in this function)<br />
net/ipv4/netfilter/ipt_ecn.c: At top level:<br />
net/ipv4/netfilter/ipt_ecn.c:113:22: error: invalid application of &#8216;sizeof&#8217; to incomplete type &#8216;struct ipt_ecn_info&#8217;<br />
make[3]: *** [net/ipv4/netfilter/ipt_ecn.o] Error 1<br />
make[2]: *** [net/ipv4/netfilter] Error 2<br />
make[1]: *** [net/ipv4] Error 2<br />
make: *** [net] Error 2</p>
<p>Has anyone faced this and how did you resolve this?<br />
I have tried CodeSourcery as well as the NDK toolchain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar Andero</title>
		<link>http://developer.sonymobile.com/2011/05/06/how-to-build-a-linux-kernel/comment-page-5/#comment-5165</link>
		<dc:creator>Oskar Andero</dc:creator>
		<pubDate>Wed, 30 Jan 2013 14:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sonyericsson.com/developerworld/?p=2256#comment-5165</guid>
		<description><![CDATA[We usually build our kernels with the prebuilt toolchain from Android. As you can see in other comments, many stumble on build warnings when using other gcc/binutils versions.

Some warnings are fixed in later kernels and some are just whining from the compiler/linker. It&#039;s up to you to make the judgement on how to handle the warnings.

However, if you have something more specific we could of course take a look at it.]]></description>
		<content:encoded><![CDATA[<p>We usually build our kernels with the prebuilt toolchain from Android. As you can see in other comments, many stumble on build warnings when using other gcc/binutils versions.</p>
<p>Some warnings are fixed in later kernels and some are just whining from the compiler/linker. It&#8217;s up to you to make the judgement on how to handle the warnings.</p>
<p>However, if you have something more specific we could of course take a look at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar Andero</title>
		<link>http://developer.sonymobile.com/2011/05/06/how-to-build-a-linux-kernel/comment-page-6/#comment-5163</link>
		<dc:creator>Oskar Andero</dc:creator>
		<pubDate>Wed, 30 Jan 2013 14:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sonyericsson.com/developerworld/?p=2256#comment-5163</guid>
		<description><![CDATA[I was unable to recreate this problem. What is on line 295 of your alignment.c?

As a work-around you can build without the -Werror flag.

-Oskar]]></description>
		<content:encoded><![CDATA[<p>I was unable to recreate this problem. What is on line 295 of your alignment.c?</p>
<p>As a work-around you can build without the -Werror flag.</p>
<p>-Oskar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachit Rawat</title>
		<link>http://developer.sonymobile.com/2011/05/06/how-to-build-a-linux-kernel/comment-page-6/#comment-5133</link>
		<dc:creator>Rachit Rawat</dc:creator>
		<pubDate>Sat, 26 Jan 2013 19:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sonyericsson.com/developerworld/?p=2256#comment-5133</guid>
		<description><![CDATA[Hello,
I am developer from XDA. I compiled latest open source archives for
Xperia Tipo/Miro/J respectively. Now, even if I use stock ramdisk with
no changes to sources, device hangs hangs at Sony logo. Is it problem
with source or am i doing something wrong. The sources compiled are :
Xperia J :11.0.A.7.5
Xperia Tipo :11.0.A.0.16
Xperia Miro :11.0.A.2.10
Toolchain : Linaro 4.6.2 
I have even tried compiling with defonfig pulled from device. No luck
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I am developer from XDA. I compiled latest open source archives for<br />
Xperia Tipo/Miro/J respectively. Now, even if I use stock ramdisk with<br />
no changes to sources, device hangs hangs at Sony logo. Is it problem<br />
with source or am i doing something wrong. The sources compiled are :<br />
Xperia J :11.0.A.7.5<br />
Xperia Tipo :11.0.A.0.16<br />
Xperia Miro :11.0.A.2.10<br />
Toolchain : Linaro 4.6.2<br />
I have even tried compiling with defonfig pulled from device. No luck<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 崔凱</title>
		<link>http://developer.sonymobile.com/2011/05/06/how-to-build-a-linux-kernel/comment-page-6/#comment-5103</link>
		<dc:creator>崔凱</dc:creator>
		<pubDate>Fri, 25 Jan 2013 06:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sonyericsson.com/developerworld/?p=2256#comment-5103</guid>
		<description><![CDATA[Help me!!! Thanks...

root@singdxs:/loveless/7.0.A.3.223/kernel# ARCH=arm CROSS_COMPILE=/opt/CodeSourcery/bin/arm-none-linux-gnueabi- make blue_hayabusa_defconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
#
# configuration written to .config
#
root@singdxs:/loveless/7.0.A.3.223/kernel# ARCH=arm CROSS_COMPILE=/opt/CodeSourcery/bin/arm-none-linux-gnueabi- make 
scripts/kconfig/conf --silentoldconfig Kconfig
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h&#039; is up to date.
  CC      kernel/bounds.s
  GEN     include/generated/bounds.h
  CC      arch/arm/kernel/asm-offsets.s
  GEN     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  HOSTCC  scripts/genksyms/genksyms.o
  HOSTCC  scripts/genksyms/lex.o
  HOSTCC  scripts/genksyms/parse.o
  HOSTLD  scripts/genksyms/genksyms
  CC      scripts/mod/empty.o
  HOSTCC  scripts/mod/mk_elfconfig
  MKELF   scripts/mod/elfconfig.h
  HOSTCC  scripts/mod/file2alias.o
  HOSTCC  scripts/mod/modpost.o
  HOSTCC  scripts/mod/sumversion.o
  HOSTLD  scripts/mod/modpost
  HOSTCC  scripts/kallsyms
  HOSTCC  scripts/conmakehash
  HOSTCC  scripts/bin2c
  CC      init/main.o
  CHK     include/generated/compile.h
  CC      init/version.o
  CC      init/do_mounts.o
  CC      init/do_mounts_rd.o
  CC      init/do_mounts_initrd.o
  LD      init/mounts.o
  CC      init/initramfs.o
  CC      init/calibrate.o
  LD      init/built-in.o
  HOSTCC  usr/gen_init_cpio
  GEN     usr/initramfs_data.cpio
  AS      usr/initramfs_data.o
  LD      usr/built-in.o
  CC      arch/arm/vfp/vfpmodule.o
  AS      arch/arm/vfp/entry.o
  AS      arch/arm/vfp/vfphw.o
  CC      arch/arm/vfp/vfpsingle.o
  CC      arch/arm/vfp/vfpdouble.o
  LD      arch/arm/vfp/vfp.o
  LD      arch/arm/vfp/built-in.o
  CC      arch/arm/kernel/elf.o
  AS      arch/arm/kernel/entry-armv.o
  AS      arch/arm/kernel/entry-common.o
  CC      arch/arm/kernel/irq.o
  CC      arch/arm/kernel/process.o
  CC      arch/arm/kernel/ptrace.o
  CC      arch/arm/kernel/return_address.o
arch/arm/kernel/return_address.c:62:2: warning: #warning &quot;TODO: return_address should use unwind tables&quot; [-Wcpp]
  CC      arch/arm/kernel/setup.o
  CC      arch/arm/kernel/signal.o
  CC      arch/arm/kernel/sys_arm.o
  CC      arch/arm/kernel/stacktrace.o
  CC      arch/arm/kernel/time.o
  CC      arch/arm/kernel/traps.o
  CC      arch/arm/kernel/armksyms.o
  CC      arch/arm/kernel/module.o
  AS      arch/arm/kernel/sleep.o
  CC      arch/arm/kernel/sched_clock.o
  CC      arch/arm/kernel/smp.o
  CC      arch/arm/kernel/smp_tlb.o
  CC      arch/arm/kernel/smp_scu.o
  CC      arch/arm/kernel/crash_notes.o
  CC      arch/arm/kernel/kprobes.o
  CC      arch/arm/kernel/kprobes-decode.o
  CC      arch/arm/kernel/sys_oabi-compat.o
  CC      arch/arm/kernel/unwind.o
  CC      arch/arm/kernel/swp_emulate.o
  CC      arch/arm/kernel/pmu.o
  CC      arch/arm/kernel/perf_event.o
  CC      arch/arm/kernel/io.o
  LD      arch/arm/kernel/built-in.o
  AS      arch/arm/kernel/head.o
  CC      arch/arm/kernel/init_task.o
  LDS     arch/arm/kernel/vmlinux.lds
  CC      arch/arm/mm/dma-mapping.o
  CC      arch/arm/mm/extable.o
  CC      arch/arm/mm/fault.o
  CC      arch/arm/mm/init.o
  CC      arch/arm/mm/iomap.o
  CC      arch/arm/mm/fault-armv.o
  CC      arch/arm/mm/flush.o
  CC      arch/arm/mm/idmap.o
  CC      arch/arm/mm/ioremap.o
  CC      arch/arm/mm/mmap.o
  CC      arch/arm/mm/pgd.o
  CC      arch/arm/mm/mmu.o
  CC      arch/arm/mm/vmregion.o
  CC      arch/arm/mm/proc-syms.o
  CC      arch/arm/mm/alignment.o
arch/arm/mm/alignment.c:295:1: warning: function declaration isn&#039;t a prototype [-Wstrict-prototypes]
error, forbidden warning: alignment.c:295
make[1]: *** [arch/arm/mm/alignment.o] Error 1
make: *** [arch/arm/mm] Error 2]]></description>
		<content:encoded><![CDATA[<p>Help me!!! Thanks&#8230;</p>
<p>root@singdxs:/loveless/7.0.A.3.223/kernel# ARCH=arm CROSS_COMPILE=/opt/CodeSourcery/bin/arm-none-linux-gnueabi- make blue_hayabusa_defconfig<br />
  HOSTCC  scripts/basic/fixdep<br />
  HOSTCC  scripts/kconfig/conf.o<br />
  HOSTCC  scripts/kconfig/zconf.tab.o<br />
  HOSTLD  scripts/kconfig/conf<br />
#<br />
# configuration written to .config<br />
#<br />
root@singdxs:/loveless/7.0.A.3.223/kernel# ARCH=arm CROSS_COMPILE=/opt/CodeSourcery/bin/arm-none-linux-gnueabi- make<br />
scripts/kconfig/conf &#8211;silentoldconfig Kconfig<br />
  CHK     include/linux/version.h<br />
  CHK     include/generated/utsrelease.h<br />
make[1]: `include/generated/mach-types.h&#8217; is up to date.<br />
  CC      kernel/bounds.s<br />
  GEN     include/generated/bounds.h<br />
  CC      arch/arm/kernel/asm-offsets.s<br />
  GEN     include/generated/asm-offsets.h<br />
  CALL    scripts/checksyscalls.sh<br />
  HOSTCC  scripts/genksyms/genksyms.o<br />
  HOSTCC  scripts/genksyms/lex.o<br />
  HOSTCC  scripts/genksyms/parse.o<br />
  HOSTLD  scripts/genksyms/genksyms<br />
  CC      scripts/mod/empty.o<br />
  HOSTCC  scripts/mod/mk_elfconfig<br />
  MKELF   scripts/mod/elfconfig.h<br />
  HOSTCC  scripts/mod/file2alias.o<br />
  HOSTCC  scripts/mod/modpost.o<br />
  HOSTCC  scripts/mod/sumversion.o<br />
  HOSTLD  scripts/mod/modpost<br />
  HOSTCC  scripts/kallsyms<br />
  HOSTCC  scripts/conmakehash<br />
  HOSTCC  scripts/bin2c<br />
  CC      init/main.o<br />
  CHK     include/generated/compile.h<br />
  CC      init/version.o<br />
  CC      init/do_mounts.o<br />
  CC      init/do_mounts_rd.o<br />
  CC      init/do_mounts_initrd.o<br />
  LD      init/mounts.o<br />
  CC      init/initramfs.o<br />
  CC      init/calibrate.o<br />
  LD      init/built-in.o<br />
  HOSTCC  usr/gen_init_cpio<br />
  GEN     usr/initramfs_data.cpio<br />
  AS      usr/initramfs_data.o<br />
  LD      usr/built-in.o<br />
  CC      arch/arm/vfp/vfpmodule.o<br />
  AS      arch/arm/vfp/entry.o<br />
  AS      arch/arm/vfp/vfphw.o<br />
  CC      arch/arm/vfp/vfpsingle.o<br />
  CC      arch/arm/vfp/vfpdouble.o<br />
  LD      arch/arm/vfp/vfp.o<br />
  LD      arch/arm/vfp/built-in.o<br />
  CC      arch/arm/kernel/elf.o<br />
  AS      arch/arm/kernel/entry-armv.o<br />
  AS      arch/arm/kernel/entry-common.o<br />
  CC      arch/arm/kernel/irq.o<br />
  CC      arch/arm/kernel/process.o<br />
  CC      arch/arm/kernel/ptrace.o<br />
  CC      arch/arm/kernel/return_address.o<br />
arch/arm/kernel/return_address.c:62:2: warning: #warning &#8220;TODO: return_address should use unwind tables&#8221; [-Wcpp]<br />
  CC      arch/arm/kernel/setup.o<br />
  CC      arch/arm/kernel/signal.o<br />
  CC      arch/arm/kernel/sys_arm.o<br />
  CC      arch/arm/kernel/stacktrace.o<br />
  CC      arch/arm/kernel/time.o<br />
  CC      arch/arm/kernel/traps.o<br />
  CC      arch/arm/kernel/armksyms.o<br />
  CC      arch/arm/kernel/module.o<br />
  AS      arch/arm/kernel/sleep.o<br />
  CC      arch/arm/kernel/sched_clock.o<br />
  CC      arch/arm/kernel/smp.o<br />
  CC      arch/arm/kernel/smp_tlb.o<br />
  CC      arch/arm/kernel/smp_scu.o<br />
  CC      arch/arm/kernel/crash_notes.o<br />
  CC      arch/arm/kernel/kprobes.o<br />
  CC      arch/arm/kernel/kprobes-decode.o<br />
  CC      arch/arm/kernel/sys_oabi-compat.o<br />
  CC      arch/arm/kernel/unwind.o<br />
  CC      arch/arm/kernel/swp_emulate.o<br />
  CC      arch/arm/kernel/pmu.o<br />
  CC      arch/arm/kernel/perf_event.o<br />
  CC      arch/arm/kernel/io.o<br />
  LD      arch/arm/kernel/built-in.o<br />
  AS      arch/arm/kernel/head.o<br />
  CC      arch/arm/kernel/init_task.o<br />
  LDS     arch/arm/kernel/vmlinux.lds<br />
  CC      arch/arm/mm/dma-mapping.o<br />
  CC      arch/arm/mm/extable.o<br />
  CC      arch/arm/mm/fault.o<br />
  CC      arch/arm/mm/init.o<br />
  CC      arch/arm/mm/iomap.o<br />
  CC      arch/arm/mm/fault-armv.o<br />
  CC      arch/arm/mm/flush.o<br />
  CC      arch/arm/mm/idmap.o<br />
  CC      arch/arm/mm/ioremap.o<br />
  CC      arch/arm/mm/mmap.o<br />
  CC      arch/arm/mm/pgd.o<br />
  CC      arch/arm/mm/mmu.o<br />
  CC      arch/arm/mm/vmregion.o<br />
  CC      arch/arm/mm/proc-syms.o<br />
  CC      arch/arm/mm/alignment.o<br />
arch/arm/mm/alignment.c:295:1: warning: function declaration isn&#8217;t a prototype [-Wstrict-prototypes]<br />
error, forbidden warning: alignment.c:295<br />
make[1]: *** [arch/arm/mm/alignment.o] Error 1<br />
make: *** [arch/arm/mm] Error 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christos Sofis</title>
		<link>http://developer.sonymobile.com/2011/05/06/how-to-build-a-linux-kernel/comment-page-5/#comment-4742</link>
		<dc:creator>Christos Sofis</dc:creator>
		<pubDate>Mon, 17 Dec 2012 19:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sonyericsson.com/developerworld/?p=2256#comment-4742</guid>
		<description><![CDATA[Hi, 

I tried to compile latest kernel (4.0.2.A.0.84) using arm-linux-gnueabi-gcc
The process stops because warnings and the -Werror flag set to compile the kernel.

If I actually remove the flag, compilation ends up successfully, but I don&#039;t know whether it
will be OK to flash the new kernel to Neo V.

Do you have any suggestions about those warnings? Should I bother with them or not?

Thank you in advance]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I tried to compile latest kernel (4.0.2.A.0.84) using arm-linux-gnueabi-gcc<br />
The process stops because warnings and the -Werror flag set to compile the kernel.</p>
<p>If I actually remove the flag, compilation ends up successfully, but I don&#8217;t know whether it<br />
will be OK to flash the new kernel to Neo V.</p>
<p>Do you have any suggestions about those warnings? Should I bother with them or not?</p>
<p>Thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar Andero</title>
		<link>http://developer.sonymobile.com/2011/05/06/how-to-build-a-linux-kernel/comment-page-5/#comment-4645</link>
		<dc:creator>Oskar Andero</dc:creator>
		<pubDate>Fri, 07 Dec 2012 00:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sonyericsson.com/developerworld/?p=2256#comment-4645</guid>
		<description><![CDATA[Hi,

Xperia tipo dual =&gt; proj_TAP_defconfig
Xperia tipo =&gt; proj_TAP_defconfig
Xperia miro =&gt; proj_MES_defconfig
Xperia go =&gt; riogrande_lotus_defconfig

-Oskar]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Xperia tipo dual =&gt; proj_TAP_defconfig<br />
Xperia tipo =&gt; proj_TAP_defconfig<br />
Xperia miro =&gt; proj_MES_defconfig<br />
Xperia go =&gt; riogrande_lotus_defconfig</p>
<p>-Oskar</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 8/21 queries in 0.026 seconds using memcached
Object Caching 902/914 objects using memcached
Content Delivery Network via Amazon Web Services: S3: developer-static.se-mc.com

Served from: developer.sonymobile.com @ 2013-05-25 04:53:33 -->