goldenmean
goldenmean

Reputation: 18956

Linaro toolchain for windows with softfp

Not exactly programming/code related, but related to Linaro compiler utilities toolchain.

I am trying to find a Linaro toolchain for Windows platform for armv7-a architecture, but which is compiled/configured with a soft floating point abi i.e. --with-float=soft I have searched here but there is none which i am looking for.

If there isn't any I would try to build one. Towards that, would appreciate pointers about how to build a linaro toolchain.

What are steps involved in building the linaro toolchain either on Ubuntu Linux or on a Windows under cygwin?

Upvotes: 0

Views: 691

Answers (1)

scott
scott

Reputation: 768

If you go further back (to 12.04) you can find the older, non-hf versions. The instructions to build them are in the README.txt. The README.txt, source and crosstool package are in the same place. You use an Ubuntu machine to build the Windows-hosted tools.

Upvotes: 1

Related Questions