0

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?

goldenmean
  • 18,376
  • 54
  • 154
  • 211

1 Answers1

1

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.

scott
  • 728
  • 4
  • 8