From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 9 22:38:40 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 916EF1065670 for ; Fri, 9 Sep 2011 22:38:39 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-hackers@freebsd.org Date: Fri, 9 Sep 2011 18:38:17 -0400 User-Agent: KMail/1.6.2 References: <201109081811.47776.jkim@FreeBSD.org> In-Reply-To: <201109081811.47776.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201109091838.24867.jkim@FreeBSD.org> Subject: Re: Porting PathScale's EKOPath Compiler Suite 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: Fri, 09 Sep 2011 22:38:40 -0000 On Thursday 08 September 2011 06:11 pm, Jung-uk Kim wrote: > I have done preliminary porting work of PathScale's open-sourced > EKOPath Compiler Suite (https://github.com/pathscale). > > http://people.freebsd.org/~jkim/ekopath-devel.tar.bz2 I just uploaded a new tarball, ekopath-devel-20110909.bz2. The above URL is now symlinked to it. This includes PATHAS option (which enables yasm-based assembler) and other minor improvements. > Unfortuntely, PathDB builds fine but just crashes ATM. When PathDB is compiled with GCC, it doesn't crash, BTW. I haven't done any investigation yet. Cheers, Jung-uk Kim