From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Date: Wed, 09 Jan 2013 17:08:32 +0100 Subject: [Buildroot] Error when adding media-ctl as package In-Reply-To: <50ED3A00.3060907@yahoo.fr> References: <50EC1EBF.80807@yahoo.fr> <50EC7F16.3090008@mind.be> <50ED24FE.3070703@yahoo.fr> <20130109092722.7cb8409b@skate> <50ED2E18.8070502@yahoo.fr> <20130109095119.39ad1ee9@skate> <50ED3A00.3060907@yahoo.fr> Message-ID: <50ED9600.1000700@yahoo.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 01/09/2013 10:36 AM, Patrick wrote: > On 01/09/2013 09:51 AM, Thomas Petazzoni wrote: >> Dear Patrick, >> >> However, if your toolchain is too old, it may not contain sufficiently >> up-to-date kernel headers. The simplest option is to try to update your >> toolchain to a slightly more recent one, so that media.h is provided >> directly with your toolchain, and we have nothing to do. >> >> Thomas >> > Ok I updated to a more recent toolchain and it works. > After changing the toolchain I have a really annoying side effect: my kernel do not boot anymore ! My previous toolchain was Sourcery G++ Lite 2009q1-203 GCC 4.3.3, my new toolchain is Sourcery CodeBench ARM 2012.03. I run Linux 3.0 on a Ti DM3730 processor. With both toolchain I do not change the kernel configuration. With the old toolchain the kernel boot nicelly, with the new toolchain the kernel do not boot after u-boot message "Starting kernel ...". I use the same version of u-boot in both case with the same rootfs... Any idea why changing the toolchain could result in this issue ? Thanks in advance for any help Patrick