-
Notifications
You must be signed in to change notification settings - Fork 3
Bignum #21
Comments
The problem is due to an optimization of the dtls library which I use for arm platforms. |
I am using Armbian(Xenial) on a Orange PI One |
please try: export CFLAGS='-fomit-frame-pointer' |
The workaround above worked. I have installed the plugin correctly. This evening I will try to configure and connect to the Tradfri gateway. Thanks!!! |
Nice to hear. I will find a general solution. This requires changes to the library package. I would come back to you again to test the result. |
HI @bkrijg, |
Hi, I will run the test afterwards. Regards, Bastiaan |
Pimatic version :
0.9.42
Plugin version :
0.1.17
Problem / Feature :
During the installation of the tradfri plugin an error occurs and the installation stops.
Expected :
Notes
Output logging:
CC(target) Release/obj.target/mbedcrypto/mbedtls/library/bignum.o
../mbedtls/library/bignum.c: In function ‘mpi_mul_hlp’:
../mbedtls/library/bignum.c:1168:1: error: r7 cannot be used in asm here
}
^
../mbedtls/library/bignum.c:1168:1: error: r7 cannot be used in asm here
The text was updated successfully, but these errors were encountered: