From owner-freebsd-arm@freebsd.org Mon Jan 9 03:00:00 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0EAECA0F94 for ; Mon, 9 Jan 2017 03:00:00 +0000 (UTC) (envelope-from rj@obsigna.com) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 846631DFC for ; Mon, 9 Jan 2017 03:00:00 +0000 (UTC) (envelope-from rj@obsigna.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1483930798; l=526; s=domk; d=obsigna.com; h=To:Date:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type: From; bh=hZTQV7xufeNAIbpZ8zHyqCYECciRPl6V1MwunD58FGo=; b=LPidoz4blMqpKKKYallzPKoBguyuZLaz9fri0sVuYvF2Rx+jBF4Zf0c9Bz2VllbwCT ll3VwkxveZIX2TFUYvXMr7zfS1eBdPGnPTlLSUZwDRJVcnG4AD+On1Fe+P9nfCvOuJM0 7xXcgSeXEo+fSOTwYUjAKByTFJjgNx3zotaLc= X-RZG-AUTH: :O2kGeEG7b/pS1EK7WHa0hxqKZr4lnx6UhT0M0o35iAdWtoM07Gt3wQHFGhIh99LgMA== X-RZG-CLASS-ID: mo00 Received: from mail.obsigna.com (bb02ac17.virtua.com.br [187.2.172.23]) by smtp.strato.de (RZmta 39.11 DYNA|AUTH) with ESMTPSA id K093e1t092xwmI0 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Mon, 9 Jan 2017 03:59:58 +0100 (CET) Received: from rolf.projectworld.net (rolf.projectworld.net [192.168.222.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.obsigna.com (Postfix) with ESMTPSA id 2A9AF7506D97 for ; Mon, 9 Jan 2017 00:59:56 -0200 (BRST) From: "Dr. Rolf Jansen" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: lldb on BeagleBone Black Message-Id: <3DA2368D-AE7B-4D69-A634-2861D2EFA9AE@obsigna.com> Date: Mon, 9 Jan 2017 00:59:55 -0200 To: freebsd-arm@freebsd.org X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 03:00:01 -0000 I am running FreeBSD 12.0-CURRENT (BEAGLEBONE) #0 r311461: Fri Jan 6 = 03:13:01 UTC 2017 Does any of the llvm ports build on the BBB? I am looking for a working = lldb, and pre-build packages are not available, and I fear there is a = certain reason why not -- perhaps build failures? Therefore, is it actually possible to obtain a working lldb (with gui = option) for armv6 by building e.g. devel/llvm-devel on my BeagleBone = Black? Which of the llvm-ports would be most promising? Best regards Rolf=