gcc failing for mips cross-compile
Dimitry Andric
dimitry at andric.com
Fri Sep 27 21:34:04 UTC 2013
On Sep 27, 2013, at 22:07, hiren panchasara <hiren.panchasara at gmail.com> wrote:
...
>> So, following worked:
>> sudo make TARGET=mips TARGET_ARCH=mipseb TARGET_CPUARCH=mips toolchain
>>
>> What does that mean?
>>
>> how do I get/know 32bit mips setup?
Reading https://wiki.freebsd.org/FreeBSD/BuildingMIPS , it seems just
"mips" means 32-bit big-endian, using the old ABI. If you want the new
ABI, use "mipsn32" instead.
I have just tried "make TARGET=mips toolchain", and that seemed to work
fine.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 203 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/freebsd-toolchain/attachments/20130927/04818e32/attachment.sig>
More information about the freebsd-toolchain
mailing list