From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <69667cb8ca671bbe60d0df0af4a5ef2f@gmx.de> To: 9fans@9fans.net Date: Wed, 26 Aug 2009 19:11:58 +0200 From: cinap_lenrek@gmx.de In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-bfvzlfmxwbnsadtujodjwclieu" Subject: Re: [9fans] Kernel compile in Linuxemu Topicbox-Message-UUID: 533534a6-ead5-11e9-9d60-3106f5b1d025 This is a multi-part message in MIME format. --upas-bfvzlfmxwbnsadtujodjwclieu Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit fixed, try the latest version from sources. -- cinap --upas-bfvzlfmxwbnsadtujodjwclieu Content-Type: message/rfc822 Content-Disposition: inline Return-Path: <9fans-bounces+cinap_lenrek=gmx.de@9fans.net> X-Flags: 0000 Delivered-To: GMX delivery to cinap_lenrek@gmx.de Received: (qmail invoked by alias); 23 Aug 2009 21:38:59 -0000 Received: from gouda.swtch.com (EHLO gouda.swtch.com) [67.207.142.3] by mx0.gmx.net (mx087) with SMTP; 23 Aug 2009 23:38:59 +0200 Received: from localhost ([127.0.0.1] helo=gouda.swtch.com) by gouda.swtch.com with esmtp (Exim 4.69) (envelope-from <9fans-bounces@9fans.net>) id 1MfKiS-0006tq-Jj; Sun, 23 Aug 2009 21:35:08 +0000 Received: from mail-ew0-f226.google.com ([209.85.219.226]) by gouda.swtch.com with esmtp (Exim 4.69) (envelope-from ) id 1MfKiP-0006tf-Tr for 9fans@9fans.net; Sun, 23 Aug 2009 21:35:06 +0000 Received: by ewy26 with SMTP id 26so1994372ewy.29 for <9fans@9fans.net>; Sun, 23 Aug 2009 14:34:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=uqc12XoVXXJ2MrOQ3bLVT8nAv/Q4fnRuCLKblCeqJJU=; b=VOJ1PCtj1fwnD0Y4tVo0woXMoeU7rEmjEHMB3NGQ0tka7bkS6U17Bb5frJeAfzVLeQ AiIZ+8fcFfnoE/LxQ/7O/3n9CeFgTm5/N4qT549+JEa0CaVB+fp90aub9N0kEjsrItFo m0W6WNFxgjvw/ZFXDr4jFo1w2Dr5M3pcXSiN8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=m9/FVZKTvORlKRMpUCHweVkbxF9MpStjT8BXqdK9TgCAzWKLzYDzIpsjXcIA5GymqV 0d6WZxhkK8xMJRCkJ4/1tP0iSw4Gg0mZR3QuXean+FaUsBtLFkXIKN2zCVl2vZ9i9zoW GBmS61kh3a7orZlZf4yVP99ydrAI1UuJ/wIng= MIME-Version: 1.0 Received: by 10.216.47.201 with SMTP id t51mr809838web.198.1251063299716; Sun, 23 Aug 2009 14:34:59 -0700 (PDT) Date: Sun, 23 Aug 2009 17:34:59 -0400 X-Google-Sender-Auth: 5e3efbec01f31c47 Message-ID: From: Akshat Kumar To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [9fans] Kernel compile in Linuxemu X-BeenThere: 9fans@9fans.net X-Mailman-Version: 2.1.10 Precedence: list Reply-To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.9fans.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: 9fans-bounces@9fans.net Errors-To: 9fans-bounces+cinap_lenrek=gmx.de@9fans.net X-GMX-Antivirus: 0 (no virus found) X-GMX-Antispam: 0 (Mail was not recognized as spam) X-GMX-UID: xYOjcptDPjltbspzlTU2REIzMTE2NUn4 Since I can't compile anything - let alone a kernel - in my Acer Aspire One, I decided to try compiling one under Linuxemu, with the hopes that I could then copy the resulting kernel modules back to the Acer and make use of them here. However, 'make' under Linuxemu fails as such: root@sounine:/usr/src/aspire/linux-2.6.23.9# make cc1: stdout: Value too large for defined data type cc1: stdout: Value too large for defined data type CHK include/linux/version.h CHK include/linux/utsrelease.h CALL scripts/checksyscalls.sh cc1: stdout: Value too large for defined data type sed: couldn't flush stdout: Cannot send after transport endpoint shutdown make[1]: *** [missing-syscalls] Error 1 make: *** [prepare0] Error 2 So, is this some limitation in Linuxemu or am I just doing something wrong? I'd be happy to provide more (debug) information if it is required. ak --upas-bfvzlfmxwbnsadtujodjwclieu--