From owner-freebsd-hackers@FreeBSD.ORG Tue Jun 12 14:51:20 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64E541065675 for ; Tue, 12 Jun 2012 14:51:20 +0000 (UTC) (envelope-from rozhuk.im@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1DDE78FC0C for ; Tue, 12 Jun 2012 14:51:20 +0000 (UTC) Received: by yhgm50 with SMTP id m50so3996368yhg.13 for ; Tue, 12 Jun 2012 07:51:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=reply-to:from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=Z67112VRND5DYE3nMVQ3Dknxwb7/yeLA2DoCT35uWB8=; b=o61l7YGvx/h4feA3Z5AM0JlqHJLF0r3fge9L9F21rrYf3b9C3VbkU3JH6dKHrtUcT+ ovpARGIOI2NZGA/Cm/u2KhycW6gFjOyS1oHV4OQEAg1WilX7RHtWb+xPQIk/Lrp/wShC 35wozA7EFsq2aEXDOjH+lUjejMTICKHcBJxGBlVbb/FB4mQL0a6rjGvnZi6OwsCifRZx PTjZ+rg+wYNoSQpLga8hjBTSDI9ch13JRL2ciZ5cl3WClv1NF3aHd2oy9O/rxg6i6cQh YG/cf7n2RbkyV5OlkRChoIA8rcOeUlAUmvjvU2lApTS1W/t5GHEpBygEDY1r2kkgohU2 jf7w== Received: by 10.236.153.8 with SMTP id e8mr27959387yhk.80.1339512679506; Tue, 12 Jun 2012 07:51:19 -0700 (PDT) Received: from rimwks1w7x64 ([2001:470:1f15:8e:71c2:99a2:88b2:ea1f]) by mx.google.com with ESMTPS id w6sm68190937yhi.22.2012.06.12.07.51.17 (version=SSLv3 cipher=OTHER); Tue, 12 Jun 2012 07:51:18 -0700 (PDT) From: rozhuk.im@gmail.com To: Date: Tue, 12 Jun 2012 23:51:12 +0900 Message-ID: <4fd75766.8688ec0a.40cb.ffffe7e9@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac1Iqs+b19hEWGxFSkGB5H1qWh0u/Q== Content-Language: ru Subject: Need Help: build the kernel with -Os X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rozhuk.IM@gmail.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2012 14:51:20 -0000 Hi, All! I've fixed many warnings: "warning: 'XXX' may be used uninitialized in this function" PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=168979 But there are still warning: "- param large-function-growth limit reached [-Winline]" and sometimes the compiler just crashes with errors: {standard input}: Assembler messages: {standard input}: 388636: Warning: end of file not at end of a line; newline inserted cc: Internal error: Killed: 9 (program cc1) Please submit a full bug report. See for instructions. *** Error code 1 Please help! PS: generic, amd64; custom, amd64; custom, arm.