From owner-freebsd-arch@FreeBSD.ORG Mon Nov 12 19:05:12 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 C088B114; Mon, 12 Nov 2012 19:05:12 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 7F62F8FC08; Mon, 12 Nov 2012 19:05:11 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.17]) by ltcfislmsgpa02.fnfis.com (8.14.5/8.14.5) with ESMTP id qACJ5BDp008037 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Mon, 12 Nov 2012 13:05:11 -0600 Received: from [10.0.0.103] (10.14.152.61) by smtp.fisglobal.com (10.132.206.17) with Microsoft SMTP Server (TLS) id 14.2.309.2; Mon, 12 Nov 2012 13:05:10 -0600 Subject: Re: Working on Bootforth / ficl MIME-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset="iso-8859-1" From: Devin Teske In-Reply-To: <50A147A5.80208@freebsd.org> Date: Mon, 12 Nov 2012 11:05:09 -0800 Content-Transfer-Encoding: quoted-printable Message-ID: <68C4FC13-08E2-485F-B4A6-DB4B5271859E@fisglobal.com> References: <1DE1DC5C-9D7F-4FC7-A27C-736B0B172DBF@fisglobal.com> <50A1435F.2010002@freebsd.org> <4693988C-04B2-457F-9E4A-CB64840E05C6@fisglobal.com> <50A147A5.80208@freebsd.org> To: Peter Grehan X-Mailer: Apple Mail (2.1283) X-Originating-IP: [10.14.152.61] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8185, 1.0.431, 0.0.0000 definitions=2012-11-12_03:2012-11-12,2012-11-11,1970-01-01 signatures=0 Cc: mike , Devin Teske , Adrian Chadd , freebsd-arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Devin Teske 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:05:12 -0000 On Nov 12, 2012, at 11:01 AM, Peter Grehan wrote: > Hi Devin, >=20 >> However, "test" currently doesn't compile (error below): >>=20 >> =3D=3D=3D> 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/user= boot/test/.. -I/usr/home/dteske/src/freebsd_svn/base/head/sys/boot/userboot= /test/../../.. -std=3Dgnu99 -c test.c >> In file included from test.c:41: >> /usr/include/stdlib.h:54: error: expected '=3D', ',', ';', 'asm' or '__a= ttribute__' 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 '*' to= ken >> *** Error code 1 >>=20 >> Stop in /usr/home/dteske/src/freebsd_svn/base/head/sys/boot/userboot/tes= t. >> *** Error code 1 >=20 > Hmmm, it's part of the stock build and I haven't seen any failures in tha= t area. Was this part of a buildworld ? It may not build correctly from the= directory itself. >=20 Negative -- no buildworld. I figured since sys/boot/ficl/ could build "testmain" standalone that perha= ps userboot could too (what a shame). Next time I do a buildworld (or am mucking in one of my completed builds), = I'll check it out. --=20 Thanks, Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.