Jiaxun Yang on Wed, 03 Aug 2022 16:54:58 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Build failure on MIPS R6 (Patch attached)
|
- To: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Subject: Re: Build failure on MIPS R6 (Patch attached)
- From: Jiaxun Yang <jiaxun.yang@flygoat.com>
- Date: Wed, 3 Aug 2022 15:54:47 +0100
- Cc: pari-dev@pari.math.u-bordeaux.fr
- Delivery-date: Wed, 03 Aug 2022 16:54:58 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flygoat.com; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm1; t=1659538490; x= 1659624890; bh=JlYWbAeThu2gjA5MOE2lGSOUx+30t4VqIWDdSdWblxc=; b=B jntfm8kKba7JYAfaFzhZlGCZxbmbJf8R7Knf3mfBpUc6KUdROyPomNdbJGG3d+og eXgGqO6Q5aTnSNPFm8YQD575EaJJNAwvWhl7Bc0D1tAieyEU1usJ5QtcWY7okF2t 6OaeRerIDSFQsXmEcjIzYGBOpO7NojT5+ZoEgXOQEYfrJGmoACNiD0I85/rxsN1b 92Z4/qh/sQsVk6nP4hYYGON7f2hsb0JCvrixV3CoCH7Ofb1rOdr05LmR4NRQxTEp gggOuIiB2Voosw7BQjVzbiZeXwVAvxY06wrnpLcEyXoEYteUSrAV4+/ukNbtZPmK GcheGvytvWZ+tJSVtIlnw==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1659538490; x= 1659624890; bh=JlYWbAeThu2gjA5MOE2lGSOUx+30t4VqIWDdSdWblxc=; b=o wbxf1Cs5+Yc2gFFnPwfRu6pVVguAJT/5bJCNifj9zklb2R7nQpnLufBOkvQUyOL4 mbYor6FnOCXT4y4FPsGG8s4U9BYxPuds38PKafItGR5g0qW/Abl2e1fb3d3oZVUO xciKbj9Rfq/pxm3J/jX6IjlV1XSXY4/7nDfmMQzubjDL4LmvMF3dfbDFFP3GYJZx +zek+IXa7dxht0Kjhc1N6yfBEO4hftdPRVlRI5yXc+OAWDQHfmbFFSNmJmYGF6wT TpEPlSzDLCN92gtyA/nwI7q9LL85rz0Fw7VWlVnx3PHA1o0PriTvGmh2tIIDtXqj VA//QqglHCj52GUyjOACQ==
- Feedback-id: ifd894703:Fastmail
- In-reply-to: <YuqK/ci6YLSu5p5r@seventeen>
- References: <72628F80-25F1-4D31-83A8-72197A90DA1F@flygoat.com> <YuqK/ci6YLSu5p5r@seventeen>
> 2022年8月3日 15:49,Bill Allombert <Bill.Allombert@math.u-bordeaux.fr> 写道:
>
> On Wed, Aug 03, 2022 at 10:37:53AM +0100, Jiaxun Yang wrote:
>> Hi there,
>>
>> Pari build is failing on MIPS Release 6 system because it’s using MULTU instruction which is removed on MIPS R6.
>>
>> We should use MUHU/MULU pair instead.
>>
>> Patch attached for fix.
>
> Thanks for your patch. Do you know on which hardware MIPS R6 run ?
Hi,
Thanks for your response, the targeting hardware is MobileEye EyeQ5.
>
> Since this is an incompatible ABI, maybe we need to consider them as new kernels
Hmm, as pari didn’t split 32bit arm into individual revs probably for MIPS it’s
not worthy to do so as well?
>
> src/kernel/mips64r6
> src/kernel/mips32r6
>
> and change config/get_kernel to pick the right one.
>
> Anyway for the time being your patch should suffice.
>
> Cheers,
> Bill
Thanks.
- Jiaxun