From owner-freebsd-arch@FreeBSD.ORG Mon Nov 12 19:02:05 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CACDFFDF; Mon, 12 Nov 2012 19:02:05 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 73D928FC08; Mon, 12 Nov 2012 19:02:05 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id E6B3A11B48; Tue, 13 Nov 2012 05:02:03 +1000 (EST) Received: from jkaufman2-lxp.hq.netapp.com (pos-ext.netapp.com [198.95.226.40]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BHP14241 (AUTH peterg@ptree32.com.au); Tue, 13 Nov 2012 05:02:00 +1000 Message-ID: <50A147A5.80208@freebsd.org> Date: Mon, 12 Nov 2012 12:01:57 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Devin Teske Subject: Re: Working on Bootforth / ficl References: <1DE1DC5C-9D7F-4FC7-A27C-736B0B172DBF@fisglobal.com> <50A1435F.2010002@freebsd.org> <4693988C-04B2-457F-9E4A-CB64840E05C6@fisglobal.com> In-Reply-To: <4693988C-04B2-457F-9E4A-CB64840E05C6@fisglobal.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Info: SPF_SOFTFAIL X-Junkmail-Status: score=6/51, host=dommail.onthenet.com.au Cc: mike , Devin Teske , Adrian Chadd , freebsd-arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2012 19:02:05 -0000 Hi Devin, > However, "test" currently doesn't compile (error below): > > ===> test (all) > Warning: Object directory not changed from original /usr/home/dteske/src/freebsd_svn/base/head/sys/boot/userboot/test > cc -O2 -pipe -I/usr/home/dteske/src/freebsd_svn/base/head/sys/boot/userboot/test/.. -I/usr/home/dteske/src/freebsd_svn/base/head/sys/boot/userboot/test/../../.. -std=gnu99 -c test.c > In file included from test.c:41: > /usr/include/stdlib.h:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wchar_t' > /usr/include/stdlib.h:95: error: expected ')' before '*' token > /usr/include/stdlib.h:96: error: expected ')' before '*' token > /usr/include/stdlib.h:110: error: expected declaration specifiers or '...' before 'wchar_t' > /usr/include/stdlib.h:111: error: expected ';', ',' or ')' before '*' token > *** Error code 1 > > Stop in /usr/home/dteske/src/freebsd_svn/base/head/sys/boot/userboot/test. > *** Error code 1 Hmmm, it's part of the stock build and I haven't seen any failures in that area. Was this part of a buildworld ? It may not build correctly from the directory itself. later, Peter.