From owner-freebsd-mips@FreeBSD.ORG Wed Feb 3 14:22:39 2010 Return-Path: Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CE0B106568F for ; Wed, 3 Feb 2010 14:22:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id BE15C8FC15 for ; Wed, 3 Feb 2010 14:22:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o13E96Et070246; Wed, 3 Feb 2010 07:09:06 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 03 Feb 2010 07:10:01 -0700 (MST) Message-Id: <20100203.071001.787670930858389487.imp@bsdimp.com> To: ray@dlink.ua From: "M. Warner Losh" In-Reply-To: <20100203135457.be65e40e.ray@dlink.ua> References: <20100203135457.be65e40e.ray@dlink.ua> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-mips@FreeBSD.org Subject: Re: MIPS ldscript X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2010 14:22:39 -0000 In message: <20100203135457.be65e40e.ray@dlink.ua> Alexandr Rybalko writes: : Have trouble, possible ldscript problem, all executables have .data : segment started at 0x10000, so /usr/bin/true have size 70277. Help : to resolve problem. How are you building? Can you send the following: ls -l /usr/bin/true size /usr/bin/true ldd /usr/bin/true objdump -h /usr/bin/true Thanks! Warner