From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Reutner-Fischer Subject: Re: kvm-87 fails to compile under uClibc Date: Tue, 7 Jul 2009 09:34:57 +0200 Message-ID: <20090707073457.GA16663@mx.loc> References: <1246934566.27337.65.camel@localhost.localdomain> <200907062321.04342.vapier@gentoo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: uclibc@uclibc.org, Cristi Magherusan , kvm To: Mike Frysinger Return-path: Received: from mail-bw0-f225.google.com ([209.85.218.225]:36364 "EHLO mail-bw0-f225.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751672AbZGGHcp (ORCPT ); Tue, 7 Jul 2009 03:32:45 -0400 Received: by bwz25 with SMTP id 25so1829153bwz.37 for ; Tue, 07 Jul 2009 00:32:47 -0700 (PDT) Content-Disposition: inline In-Reply-To: <200907062321.04342.vapier@gentoo.org> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Jul 06, 2009 at 11:21:03PM -0400, Mike Frysinger wrote: >On Monday 06 July 2009 22:42:46 Cristi Magherusan wrote: >> /home/cristi/devel/avatt/buildroot/build_i586/kvm-87/qemu-kvm-x86.c:1538: >> undefined reference to `ioperm' > >ioperm is enabled only if your kernel headers declare __NR_ioperm. if it isnt >enabled in your C library, check your headers. and it's only enabled if UCLIBC_LINUX_SPECIFIC since it is that, in no standard but linux specific (_and_ you need an MMU for it).