You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make lib CFLAGS="-Os --target=arm-arm-none-eabi -mcpu=cortex-m0" CC=armclang fails (development and 2.28):
Many errors of the form:
bignum.c:1446:9: error: inline assembly requires more registers than available
MULADDC_INIT
^
../include/mbedtls/bn_mul.h:683:13: note: expanded from macro 'MULADDC_INIT'
"ldr r0, %3 \n\t" \
^
This is very long-standing - I can reproduce with e.g. Mbed TLS 2.16.0 so presumably not too many people are affected by this (which seems surprising).
The text was updated successfully, but these errors were encountered:
Summary
make lib CFLAGS="-Os --target=arm-arm-none-eabi -mcpu=cortex-m0" CC=armclang
fails (development and 2.28):Many errors of the form:
This is very long-standing - I can reproduce with e.g. Mbed TLS 2.16.0 so presumably not too many people are affected by this (which seems surprising).
The text was updated successfully, but these errors were encountered: