From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4705 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Build on linux 2.6 and run on linux 2.4? Date: Sat, 22 Mar 2014 12:12:23 +0100 Message-ID: <20140322111223.GD27448@port70.net> References: <20140320231412.GG26358@brightrain.aerifal.cx> <20140321180204.GL26358@brightrain.aerifal.cx> <20140321195324.GN26358@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1395486749 7982 80.91.229.3 (22 Mar 2014 11:12:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Mar 2014 11:12:29 +0000 (UTC) Cc: Rich Felker To: musl@lists.openwall.com Original-X-From: musl-return-4709-gllmg-musl=m.gmane.org@lists.openwall.com Sat Mar 22 12:12:39 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1WRJqw-00033V-5s for gllmg-musl@plane.gmane.org; Sat, 22 Mar 2014 12:12:38 +0100 Original-Received: (qmail 28169 invoked by uid 550); 22 Mar 2014 11:12:35 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 28161 invoked from network); 22 Mar 2014 11:12:35 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:4705 Archived-At: * John Mudd [2014-03-21 16:16:29 -0400]: > $ test_malloc > FATAL: kernel too old > Segmentation fault this is printed by glibc glibc can be built with --enable-kernel=x.y.z to set the minimal compatible kernel version (it spends an extra uname syscall on this at startup) and there is a gnu elf note section with linux os abi that contains a minimum kernel version (readelf or file(1) can print it), i guess that comes from binutils so you may be able to change those and then it will "work"