From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 9 20:06:46 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 9DAAD106566C for ; Mon, 9 Jan 2012 20:06:46 +0000 (UTC) (envelope-from lenny@Colorado.EDU) Received: from ipmx2.colorado.edu (ipmx2.colorado.edu [128.138.128.232]) by mx1.freebsd.org (Postfix) with ESMTP id 7B6688FC18 for ; Mon, 9 Jan 2012 20:06:46 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAPQ+C0/AqBGb/2dsb2JhbABDrViCMxyCCIdulnOWcIkFiHeCN2MEiDmfKQ X-IronPort-AV: E=Sophos;i="4.71,481,1320649200"; d="scan'208";a="488813753" Received: from omr-raz-2-priv.int.colorado.edu ([192.168.17.155]) by ipmx2-priv.int.colorado.edu with ESMTP; 09 Jan 2012 12:38:10 -0700 Received: from 67.51.249.130 (EHLO _10.126.1.146_) ([67.51.249.130]) by omr-raz-2-priv.int.colorado.edu (MOS 4.1.10-GA FastPath queued) with ESMTP id CUW36902 (AUTH maiorani); Mon, 09 Jan 2012 12:38:09 -0700 (MST) From: Lenny Maiorani Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jan 2012 12:38:08 -0700 Message-Id: <502112AF-3908-429C-9DA4-B1D0E94EB9DE@colorado.edu> To: freebsd-hackers@freebsd.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) Subject: building on FreeBSD 7.3 with Clang X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2012 20:06:46 -0000 Hi. I am trying to build a userspace application on FreeBSD 7.3 with Clang. = I have come across 2 problems so far and I am looking for any tips or = guidance the community has. My problems are both related to binutils so far: 1. Missing symbols : http://llvm.org/bugs/show_bug.cgi?id=3D9758 2. crtendS.o problem : = http://sourceware.org/bugzilla/show_bug.cgi?id=3D12887 At this point I need to rebuild my toolchain to get a new crtendS.o. Are = there other pitfalls I need to be aware of? Thanks, -Lenny