From owner-freebsd-toolchain@FreeBSD.ORG Mon Mar 30 23:20:03 2015 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA4D0514 for ; Mon, 30 Mar 2015 23:20:03 +0000 (UTC) Received: from mail1.sandvine.com (mail1.sandvine.com [64.7.137.165]) by mx1.freebsd.org (Postfix) with ESMTP id 5D20895A for ; Mon, 30 Mar 2015 23:20:03 +0000 (UTC) Received: from BLR-EXCHP-2.sandvine.com (192.168.196.172) by WTL-EXCHP-3.sandvine.com (192.168.196.177) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 30 Mar 2015 19:18:56 -0400 Received: from WTL-EXCHP-1.sandvine.com ([fe80::ac6b:cc1e:f2ff:93aa]) by blr-exchp-2.sandvine.com ([fe80::6c6d:7108:c63c:9055%14]) with mapi id 14.03.0181.006; Mon, 30 Mar 2015 19:18:55 -0400 From: Kenan Ali To: "freebsd-toolchain@freebsd.org" Subject: Compiling LLDB Thread-Topic: Compiling LLDB Thread-Index: AdBrPsPugm7kiNiFT1Gd7TmEVsRA+w== Date: Mon, 30 Mar 2015 23:18:54 +0000 Message-ID: <9A38D7D9218ED246802DA890D11AF6120EF108@wtl-exchp-1.sandvine.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.200.113] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 23:20:03 -0000 Hi, I would like to see if I could get involved with contributing to the kernel= core support for LLDB under FreeBSD. I'm running a FreeBSD-head build (on = a VM) from a week or two ago, and I'm following the instructions from here:= https://wiki.freebsd.org/lldb Once I get to the 'ninja lldb' step, it seems that I always end up with the= following error: CC: error: unable to execute command: Killed CC: error: linker command failed due to signal (use -v to see invocation) Ninja: build stopped: subcommand failed. I've tried passing the '-v' flag to ninja, which lists a large invocation b= efore spewing out the errors above. However, I cannot seem to figure out ho= w to get the '-v' command passed to LLVM's linker. Neither ninja's help out= put or some basic Googling seem to be helping me diagnose this issue, so I = was wondering if anyone here could help?