Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Aug 2018 20:08:40 +0900 (JST)
From:      Mori Hiroki <yamori813@yahoo.co.jp>
To:        Warner Losh <imp@bsdimp.com>, Andrew Turner <andrew@fubar.geek.nz>
Cc:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   Re: One last item: CNS1102 support removal
Message-ID:  <683707.5703.qm@web103901.mail.ssk.yahoo.co.jp>
In-Reply-To: <CANCZdfreUiStDo7MdK6eJfGMK_d6_xDY2v0nVJ4MivEpM=EaeQ@mail.gmail.com>
References:  <CANCZdfqYRPKTRBjWLM5K=qd1OAMGqFiKeQDBcWgORA5kxh_uLQ@mail.gmail.com> <527924.35248.qm@web103919.mail.ssk.yahoo.co.jp> <CANCZdfrp%2B0HTsW2dWCsTi4zr3wQeo=6W%2B-3-fBLDovpJUCoJyQ@mail.gmail.com> <31342.89059.qm@web103904.mail.ssk.yahoo.co.jp> <CANCZdfoo0eZTzZJhYVAjG0sRtRxo8%2BZSCtEs0m6_066gosZnYw@mail.gmail.com> <92417.57492.qm@web103908.mail.ssk.yahoo.co.jp> <027D94FC-F507-4A64-99DC-B60E03D55D3B@fubar.geek.nz> <CANCZdfreUiStDo7MdK6eJfGMK_d6_xDY2v0nVJ4MivEpM=EaeQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi=0A=0AI always use ZRouter build system. But I try normal build system.=
=0A=0AI use this.=0A=0A=3D=3D=3D=0Aexport MAKEOBJDIRPREFIX=3D/storage/home/=
hiroki/armbuild/obj=0A=0Acd /storage/home/hiroki/freebsd=0A=0Amake buildwor=
ld TARGET_ARCH=3Darm=0A=0Amake buildkernel TARGET_ARCH=3Darm KERNCONF=3DRT1=
310=0A=3D=3D=3D=0A=0AI do this then my cheap server is endless compile abou=
t 2 days.=0A=0AHow do I check RT1310 build ?=0A=0ARegards=0A=0AHiroki Mori=
=0A=0A----- Original Message -----=0A>From: Warner Losh <imp@bsdimp.com>=0A=
>To: Andrew Turner <andrew@fubar.geek.nz> =0A>Cc: Mori Hiroki <yamori813@ya=
hoo.co.jp>; "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>=0A>Date: 20=
18/7/20, Fri 01:20=0A>Subject: Re: One last item: CNS1102 support removal=
=0A> =0A>=0A>=0A>=0A>=0A>=0A>On Thu, Jul 19, 2018 at 3:25 AM, Andrew Turner=
 <andrew@fubar.geek.nz> wrote:=0A>=0A>=0A>>> On 18 Jul 2018, at 23:44, Mori=
 Hiroki <yamori813@yahoo.co.jp> wrote:=0A>>> =0A>>> Hi=0A>>> =0A>>> =0A>>> =
----- Original Message -----=0A>>>> From: Warner Losh <imp@bsdimp.com>=0A>>=
>> To: Mori Hiroki <yamori813@yahoo.co.jp> =0A>>>> Cc: "freebsd-arm@freebsd=
.org" <freebsd-arm@freebsd.org>=0A>>>> Date: 2018/7/19, Thu 03:01=0A>>>> Su=
bject: Re: One last item: CNS1102 support removal=0A>>>> =0A>>>> =0A>>>> =
=0A>>>> =0A>>>> =0A>>>> =0A>>>> On Wed, Jul 18, 2018 at 11:41 AM, Mori Hiro=
ki <yamori813@yahoo.co.jp> wrote:=0A>>>> =0A>>>> Hi=0A>>>>> =0A>>>>> =0A>>>=
>> sys/arm/ralink is work fine. Please do not remove this.=0A>>>> =0A>>>> =
=0A>>>> OK. Do you have a kernel config file we can commit to the tree? I d=
on't even know if it compiles, apart from your dmesg posts. I wasn't sure b=
ased on your email, so I thought I'd ask for clarification.=0A>>> =0A>>> Th=
is is kernel configure file.=0A>>> =0A>>> https://svnweb.freebsd.org/ base/=
head/sys/arm/conf/RT1310? view=3Dmarkup=0A>>=0A>>That config file fails to =
build. It's marked with NO_UNIVERSE so it won=E2=80=99t be tested by the un=
iverse of tinderbox targets.=0A>>=0A>=0A>=0A>It's missing the machine direc=
tive, the cpu directive, the hints file it specifies isn't there and the fv=
 and rt1310gpio devices specified in it aren't found. Fixing all that gives=
:=0A>=0A>=0A>--- rt1310_intc.o ---=0A>/usr/home/imp/git/head/sys/arm/ralink=
/rt1310_intc.c:404:7: error: implicit declaration of function 'fdt_is_compa=
tible' is invalid in C99 [-Werror,-Wimplicit-function-declaration]=0A>=C2=
=A0 =C2=A0 =C2=A0 =C2=A0 if (!fdt_is_compatible(node, "lpc,pic"))=0A>=C2=A0=
 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^=0A>/usr/home/imp/git/head/sys/a=
rm/ralink/rt1310_intc.c:404:7: note: did you mean 'fdt_find_compatible'?=0A=
>/usr/home/imp/git/head/sys/dev/fdt/fdt_common.h:85:11: note: 'fdt_find_com=
patible' declared here=0A>phandle_t fdt_find_compatible(phandle_t, const ch=
ar *, int);=0A>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^=0A>/usr/home/imp/git/he=
ad/sys/arm/ralink/rt1310_intc.c:404:7: error: this function declaration is =
not a prototype [-Werror,-Wstrict-prototypes]=0A>=C2=A0 =C2=A0 =C2=A0 =C2=
=A0 if (!fdt_is_compatible(node, "lpc,pic"))=0A>=C2=A0 =C2=A0 =C2=A0 =C2=A0=
 =C2=A0 =C2=A0 =C2=A0^=0A>2 errors generated.=0A>*** [rt1310_intc.o] Error =
code 1=0A>=0A>=0A>make[2]: stopped in /usr/home/imp/obj/usr/home/imp/git/he=
ad/arm.arm/sys/RT1310=0A>=0A>=0A>Warner=0A>=0A>=0A>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?683707.5703.qm>