miracl / MIRACL

MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).
https://miracl.com
654 stars 242 forks source link

Compiling for ARM #14

Closed lesyk closed 7 years ago

lesyk commented 9 years ago

My mirdef.h file: https://gist.github.com/lesyk/09fc8d0099bcc2a6c49a (also was trying with configs specified in arm.txt, same errors)

My steps are: gcc config.c -o config ./config rm mirdef.h mv mirdef.tst mirdef.h mv source/mrmuldv.c source/mrmuldvOLD.c cp source/mrmuldv.ccc source/mrmuldv.c gcc -I./include -c -O2 source/mrcore.c

During the last command I am getting next: https://gist.github.com/lesyk/4f9a0c51c8057378b769

As I understand I made wrong configs?