Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 2021 09:57:20 +0900 (JST)
From:      Mori Hiroki <yamori813@yahoo.co.jp>
To:        "freebsd-mips@freebsd.org" <freebsd-mips@freebsd.org>
Subject:   Re: mips-gcc492 for bare metal enviroment
Message-ID:  <869886284.620469.1619225840158.JavaMail.yahoo@mail.yahoo.co.jp>
In-Reply-To: <1145559954.300385.1618815307200.JavaMail.yahoo@mail.yahoo.co.jp>
References:  <734001164.73369.1618472700717.JavaMail.yahoo.ref@mail.yahoo.co.jp> <734001164.73369.1618472700717.JavaMail.yahoo@mail.yahoo.co.jp> <780469868.149955.1618569428569.JavaMail.yahoo@mail.yahoo.co.jp> <1406791613.191273.1618642441111.JavaMail.yahoo@mail.yahoo.co.jp> <37951194.276791.1618792220308.JavaMail.yahoo@mail.yahoo.co.jp> <1145559954.300385.1618815307200.JavaMail.yahoo@mail.yahoo.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi

Please review some body.

Thanks

Hiroki Mori


----- Original Message -----
> From: Mori Hiroki <yamori813@yahoo.co.jp>
> To: "freebsd-mips@freebsd.org" <freebsd-mips@freebsd.org>
> Cc:=20
> Date: 2021/4/19, Mon 15:55
> Subject: Re: mips-gcc492 for bare metal enviroment
>=20
> Hi
>=20
> I found way.
>=20
> https://reviews.freebsd.org/D29804=20
>=20
> Hiroki Mori
>=20
>=20
>=20
> ----- Original Message -----
>>  From: Mori Hiroki <yamori813@yahoo.co.jp>
>>  To: "freebsd-mips@freebsd.org" <freebsd-mips@freebsd.org>
>>  Cc:=20
>>  Date: 2021/4/19, Mon 09:30
>>  Subject: Re: mips-gcc492 for bare metal enviroment
>>=20
>>  Hi
>>=20
>>  I misunderstand gcc target.
>>=20
>>  The mips terget is big endian. But gcc and binutils as support
>>  little endian by -EL option.
>>=20
>>  I want make little and big both libgcc.a. How to configure gcc ?
>>=20
>>  Hiroki Mori
>>=20
>>=20
>>=20
>>  ----- Original Message -----
>>> =C2=A0 From: Mori Hiroki <yamori813@yahoo.co.jp>
>>> =C2=A0 To: "freebsd-mips@freebsd.org"=20
> <freebsd-mips@freebsd.org>
>>> =C2=A0 Cc:=20
>>> =C2=A0 Date: 2021/4/17, Sat 15:54
>>> =C2=A0 Subject: Re: mips-gcc492 for bare metal enviroment
>>>=20
>>> =C2=A0 Hi
>>>=20
>>> =C2=A0 I solved problem and make review.
>>>=20
>>>=20
>>> =C2=A0 https://reviews.freebsd.org/D29804=20
>>>=20
>>> =C2=A0 Now I have only Pentium III 1G machine.
>>> =C2=A0 Post review take so long time.
>>>=20
>>>=20
>>> =C2=A0 Hiroki Mori
>>>=20
>>>=20
>>>=20
>>> =C2=A0 ----- Original Message -----
>>>>  =C2=A0 From: Mori Hiroki <yamori813@yahoo.co.jp>
>>>>  =C2=A0 To: "freebsd-mips@freebsd.org"=20
>>  <freebsd-mips@freebsd.org>
>>>>  =C2=A0 Cc:=20
>>>>  =C2=A0 Date: 2021/4/16, Fri 19:37
>>>>  =C2=A0 Subject: Re: mips-gcc492 for bare metal enviroment
>>>>=20
>>>>  =C2=A0 Hi
>>>>=20
>>>>  =C2=A0 Why FreeBSD has two mips gcc6 pkg ? I think one is gcc4 is=20
> better.
>>>>=20
>>>>  =C2=A0 mips-gcc-6.4.0_8=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Cross GNU Compiler Collection for=
=20
> mips
>>>>  =C2=A0 mips-gcc6-6.5.0_2=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Cross GNU Compiler Collection for=20
> mips
>>>>  =C2=A0 mips-gcc9-9.2.0_1=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Cross GNU Compiler Collection for=20
> mips
>>>>=20
>>>>=20
>>>>  =C2=A0 Hiroki Mori
>>>>=20
>>>>=20
>>>>=20
>>>>  =C2=A0 ----- Original Message -----
>>>>> =C2=A0 =C2=A0 From: Mori Hiroki <yamori813@yahoo.co.jp>
>>>>> =C2=A0 =C2=A0 To: "freebsd-mips@freebsd.org"=20
>>> =C2=A0 <freebsd-mips@freebsd.org>
>>>>> =C2=A0 =C2=A0 Cc:=20
>>>>> =C2=A0 =C2=A0 Date: 2021/4/15, Thu 16:45
>>>>> =C2=A0 =C2=A0 Subject: mips-gcc492 for bare metal enviroment
>>>>>=20
>>>>> =C2=A0 =C2=A0 Hi.
>>>>>=20
>>>>> =C2=A0 =C2=A0 I want use gcc 492 for bare metal mips module.
>>>>> =C2=A0 =C2=A0 I try to make ports based on arm-none-eabi-gcc492.
>>>>>=20
>>>>> =C2=A0 =C2=A0 I have two problem.
>>>>>=20
>>>>> =C2=A0 =C2=A0 One is is GCC_TARGET is mips then use mips-ar build
>>>>> =C2=A0 =C2=A0 on libgcc. That is fail. I seem BU_PREFIX is not
>>>>> =C2=A0 =C2=A0 vaild at libgcc build.
>>>>>=20
>>>>>=20
>>>>> =C2=A0 =C2=A0 Second is GCC_TARGET is mips-freebsd configure is=20
>>>>>=20
>>>>> =C2=A0 =C2=A0 fail.
>>>>>=20
>>>>> =C2=A0 =C2=A0 If you have advice, please let me know,
>>>>>=20
>>>>> =C2=A0 =C2=A0 Thanks
>>>>>=20
>>>>> =C2=A0 =C2=A0 Hiroki Mori
>>>>>=20
>>>>> =C2=A0 =C2=A0 _______________________________________________
>>>>> =C2=A0 =C2=A0 freebsd-mips@freebsd.org mailing list
>>>>> =C2=A0 =C2=A0 https://lists.freebsd.org/mailman/listinfo/freebsd-mips=
=20
>>>>> =C2=A0 =C2=A0 To unsubscribe, send any mail to=20
>>>>> =C2=A0 =C2=A0 "freebsd-mips-unsubscribe@freebsd.org"
>>>>>=20
>>>>=20
>>>>  =C2=A0 _______________________________________________
>>>>  =C2=A0 freebsd-mips@freebsd.org mailing list
>>>>  =C2=A0 https://lists.freebsd.org/mailman/listinfo/freebsd-mips=20
>>>>  =C2=A0 To unsubscribe, send any mail to=20
>>>>  =C2=A0 "freebsd-mips-unsubscribe@freebsd.org"
>>>>=20
>>>=20
>>> =C2=A0 _______________________________________________
>>> =C2=A0 freebsd-mips@freebsd.org mailing list
>>> =C2=A0 https://lists.freebsd.org/mailman/listinfo/freebsd-mips=20
>>> =C2=A0 To unsubscribe, send any mail to=20
>>> =C2=A0 "freebsd-mips-unsubscribe@freebsd.org"
>>>=20
>>=20
>>  _______________________________________________
>>  freebsd-mips@freebsd.org mailing list
>>  https://lists.freebsd.org/mailman/listinfo/freebsd-mips=20
>>  To unsubscribe, send any mail to=20
>>  "freebsd-mips-unsubscribe@freebsd.org"
>>=20
>=20
> _______________________________________________
> freebsd-mips@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-mips=20
> To unsubscribe, send any mail to=20
> "freebsd-mips-unsubscribe@freebsd.org"
>=20




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