From owner-freebsd-arm@FreeBSD.ORG Tue Oct 13 23:53:24 2009 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB0EF1065679; Tue, 13 Oct 2009 23:53:24 +0000 (UTC) (envelope-from franson@gmail.com) Received: from mail-iw0-f189.google.com (mail-iw0-f189.google.com [209.85.223.189]) by mx1.freebsd.org (Postfix) with ESMTP id 548298FC0A; Tue, 13 Oct 2009 23:53:24 +0000 (UTC) Received: by iwn27 with SMTP id 27so5296583iwn.7 for ; Tue, 13 Oct 2009 16:53:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=9WPWNqt0/8SOPg8A7FVMecz7C43AWaCmBNvQmufZkC8=; b=HG4sSF7641BoxLAI37Q/ODl+JcotkWTzUh6+j9LU0vUAxgfWaghzaLhc6yAc5g6H+v qoot/ZCdwRDYYhW7RS/bD/IC8AtfQixmWd1MjlHP2H5pt1/rkjvox+39dezFYIGLoO6u RUG5wPUUBsFZhJfkSDTXg0jRwiqpHAUgBKEOA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=MVsrdTGn2TMSMmXtqmEKTBK04ErZetNNw6NKjApLcyA+jTgZrIhY/2ovakVrF+XVcv 2XpI6bJp6L1nkDCBcjRoU9jDyMvBZym6IQLDSA2XLSY3R7TgUODVqyJoDmRVbVDbI7vs oRYUA82qjBrpWcMaGnOlH4O1Nj4YNvTLjxuVo= MIME-Version: 1.0 Sender: franson@gmail.com Received: by 10.231.26.131 with SMTP id e3mr4168337ibc.0.1255478003828; Tue, 13 Oct 2009 16:53:23 -0700 (PDT) In-Reply-To: <86my3uetzr.fsf@ds4.des.no> References: <200910122344.n9CNijv9037645@freebsd-current.sentex.ca> <86vdijdu0r.fsf@ds4.des.no> <86my3uetzr.fsf@ds4.des.no> Date: Wed, 14 Oct 2009 07:53:23 +0800 X-Google-Sender-Auth: 57018901cf515f27 Message-ID: From: quickembed To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: arm@freebsd.org, FreeBSD Tinderbox , current@freebsd.org Subject: Re: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2009 23:53:24 -0000 should not it say "unresolved external function...." etc if the compiler can not find the function body? 2009/10/14 Dag-Erling Sm=F8rgrav : > quickembed writes: >> Dag-Erling Sm=F8rgrav writes: >> > quickembed writes: >> > > this error shows you have not indicate how to compile libgssapi.a >> > > file. =A0CC is for .c file, you need to tell what's for .a >> > > (assembly) file. >> > No, the command line is correct. =A0Assembler sources end in .s or .S; >> > .a is a static library. >> Then it should be indicated how to "link". > > No. =A0The Makefile is fine. =A0One of the source files was missing an > #include that contained inline functions or macros, which the compiler > then assumed were external functions. > > DES > -- > Dag-Erling Sm=F8rgrav - des@des.no >