Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • I cannot configure it to build the target for ARM. I get the same error as described here: stackoverflow.com/questions/24988221/… Commented Jul 4, 2015 at 14:42
  • I downloaded the latest version of gmp (6.0.0a) and compiled it using arm gcc. I've used this command to configure: ./configure --host=arm-unknown-linux-gnueabi --with-sysroot=$SYSROOT Everything works fine. Commented Jul 4, 2015 at 18:07
  • In my case the configuration fails with error: configure: error: Oops, mp_limb_t is 64 bits, but the assembler code in this configuration expects 32 bits. Commented Jul 4, 2015 at 18:53
  • Looks like a problem with the toolchaine. If you can please post full log from configure. Commented Jul 4, 2015 at 19:06
  • I've updated the question with the logs. Commented Jul 5, 2015 at 14:31