From owner-freebsd-arch@FreeBSD.ORG Wed Sep 27 19:48:35 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BBE016A412 for ; Wed, 27 Sep 2006 19:48:35 +0000 (UTC) (envelope-from eirikald@stud.ntnu.no) Received: from signal.itea.ntnu.no (signal.itea.ntnu.no [129.241.190.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99EA43D6E for ; Wed, 27 Sep 2006 19:48:31 +0000 (GMT) (envelope-from eirikald@stud.ntnu.no) Received: from localhost (localhost [127.0.0.1]) by signal.itea.ntnu.no (Postfix) with ESMTP id 5318333733; Wed, 27 Sep 2006 21:48:30 +0200 (CEST) Received: from gaupe.stud.ntnu.no (gaupe.stud.ntnu.no [129.241.56.184]) by signal.itea.ntnu.no (Postfix) with ESMTP; Wed, 27 Sep 2006 21:48:30 +0200 (CEST) Received: by gaupe.stud.ntnu.no (Postfix, from userid 61659) id 0BBFED000C; Wed, 27 Sep 2006 21:48:38 +0200 (CEST) Date: Wed, 27 Sep 2006 21:48:38 +0200 From: "Eirik A. Nygaard" To: Alexander Leidinger Message-ID: <20060927194837.GA14902@stud.ntnu.no> References: <29073890609261304o777fd0fajecf43d10fc181177@mail.gmail.com> <20060927101733.pejhm56h0ks4cssk@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060927101733.pejhm56h0ks4cssk@webmail.leidinger.net> User-Agent: Mutt/1.5.9i X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: Ivo Vachkov , Rafael Faria , freebsd-arch@freebsd.org Subject: Re: Compiling kernel and userland with Intel C Compiler X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Eirik A. Nygaard" List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2006 19:48:35 -0000 On Wed, Sep 27, 2006 at 10:17:33AM +0200, Alexander Leidinger wrote: > Quoting Ivo Vachkov (from Wed, 27 Sep 2006 > 10:14:34 +0300): > >And what abot TenDRA compiler ??? > > AFAIK nobody is working on it. Feel free to do the work. It's more > easy now, you just have to have a look at cdefs.h and add tendra in > some places. You don't have to search the source for all the #ifdef > gcc stuff anymore. Then you just have to augment the bsd.*.mk with the > right compiler switches if they differ from gcc. Hi, TenDRA(www.tendra.org) is still under development. In the last few weeks I have been adding support for FreeBSD 6.x and I have it bootstraping and compiling now except for the __alignment(x) usage a few places in the FreeBSD headers [1]. I have not done much build testing, but a simple "Hello, world!" program works. 1: Workaround for __alignment(x) http://www.pvv.ntnu.no/~eirikald/tendra/freebsd-6.1.workie.patch -- Eirik Nygaard