From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 9 17:26:06 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 2C326106566B; Fri, 9 Sep 2011 17:26:06 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: arrowdodger <6yearold@gmail.com> Date: Fri, 9 Sep 2011 13:25:54 -0400 User-Agent: KMail/1.6.2 References: <201109081811.47776.jkim@FreeBSD.org> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201109091325.58322.jkim@FreeBSD.org> Cc: freebsd-hackers@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 17:26:06 -0000 On Friday 09 September 2011 11:53 am, arrowdodger wrote: > On Fri, Sep 9, 2011 at 2:11 AM, 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 > > > > This includes experimental OpenMP support and PathDB. > > Unfortuntely, PathDB builds fine but just crashes ATM. Both > > options are turned off by default for now. Although it seems > > working fine for many non-trivial C/C++/Fortran sources, please > > do not use it for any serious project because I have seen few > > internal compiler errors and crashes. Be aware of ugly hacks! > > ;-) > > > > I just wanted to share it now because it was on the WantedPorts > > list on Wiki for a while. If anyone with more clues want to pick > > it up from here, please feel free. > > > > Cheers, > > > > Jung-uk Kim > > _______________________________________________ > > freebsd-hackers@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > > To unsubscribe, send any mail to > > "freebsd-hackers-unsubscribe@freebsd.org" > > I've tried to build your port on 8-STABLE and got this: > > [ 30%] Generating > pscrt-static-x86_64/memcpy_em64t_c.o > > Error: Invalid target group option > -TARG:processor=nocona > > !!! DevWarn during Reading WHIRL file: TODO: implement *skip* > option !!! DevWarn during Reading WHIRL file: IPA_NODE::Skip is not > yet implemented > > After removing CPUTYPE=nocona from /etc/make.conf i got: > > [ 45%] Generating openmp-static-x86_64/thread_c.o > /usr/home/arr/ports/ekopath-devel/work/path64-suite/compiler/compil >er/src/libopenmp/thread.c: In function 'gettid': > /usr/home/arr/ports/ekopath-devel/work/path64-suite/compiler/compil >er/src/libopenmp/thread.c:74: warning: implicit declaration of > function 'thr_self' > /usr/home/arr/ports/ekopath-devel/work/path64-suite/compiler/compil >er/src/libopenmp/thread.c: In function '__pmp_thread_create': > /usr/home/arr/ports/ekopath-devel/work/path64-suite/compiler/compil >er/src/libopenmp/thread.c:515: error: 'MAP_ANONYMOUS' undeclared Please try this: http://people.freebsd.org/~jkim/ekopath-devel_2.tar.bz2 Jung-uk Kim