From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy R. Geeo Date: Wed, 18 Apr 2007 20:17:45 -0500 Subject: [Buildroot] Problem booting 2.6.20.4 on AT91RM9200EK In-Reply-To: <1176934731.28639.10.camel@elrond.sweden.atmel.com> References: <1176934731.28639.10.camel@elrond.sweden.atmel.com> Message-ID: <4626C339.6020603@geeo.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Ulf Samuelsson wrote: > Trying out linux-2.6.20.4 on an AT91RM9200EK > built by a buildroot downloaded 20070405 (with fixes). > > > Using gcc-3.4.6/binutils 2.16.1 initially built by buildroot > but now used as an external toolchain. > > > Getting the following error messages. > > /sbin/ init: can't load library 'libgcc_s.so.1' > Kernel panic - not syncing: Attempted to kill init! > > > Any clues? > > Found "toolchain_build_arm_small/gcc-3.4.6-final/gcc/libgcc_s.so.1" > which I guess is what I am looking for. > What is the approriate way to get that into the root file system? > > > [...] I've had this problem in the past when I have defined "BR2_GCC_SHARED_LIBGCC" via "Build/install a shared libgcc" in your Toolchain Options. Unless you otherwise need it, you might try disabling and rebuilding. Jeremy