From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tor Krill Date: Fri, 27 Oct 2006 08:06:44 +0200 Subject: [Buildroot] Error building arm toolchain: undefined reference to `raise' In-Reply-To: <20061026212614.a050f468.philippe.ney@pardes.ws> References: <1161855909.454083a599a48@edna.homeip.net> <20061026212614.a050f468.philippe.ney@pardes.ws> Message-ID: <1161929204.4541a1f416eb9@edna.homeip.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Quoting Philippe Ney : > > Hi, > > > > I'm trying to build an up to date toolchain for our arm920t board, > at91rm9200. > > However compilation fails with a: > [...] > > > /home/tor/tmp/buildroot/toolchain_build_arm/gcc-4.1.1/gcc/config/arm/lib1funcs.asm:1000: > > undefined reference to `raise' > [...] > > Am i missing something here? > > Have a look at the gumstix buildroot (www.gumstix.org) for a patch called > uClibc-gcc-41-raise-error.patch, I think this will do the trick. Thanks Philippe, this solved the compilation error. /Tor