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
The instructon given is no longer buildable. Compilation stops at:
tools/lib/ecdsa/ecdsa-libcrypto.o: In function prepare_ctx': ecdsa-libcrypto.c:(.text+0xcd): undefined reference to OPENSSL_init_ssl'
ecdsa-libcrypto.c:(.text+0x185): undefined reference to EC_GROUP_order_bits' tools/lib/ecdsa/ecdsa-libcrypto.o: In function ecdsa_check_signature.isra.3':
ecdsa-libcrypto.c:(.text+0x3ad): undefined reference to ECDSA_SIG_set0' tools/lib/ecdsa/ecdsa-libcrypto.o: In function ecdsa_sign':
ecdsa-libcrypto.c:(.text+0x497): undefined reference to ECDSA_SIG_get0' ecdsa-libcrypto.c:(.text+0x4ae): undefined reference to BN_bn2binpad'
ecdsa-libcrypto.c:(.text+0x4c0): undefined reference to BN_bn2binpad' tools/lib/ecdsa/ecdsa-libcrypto.o: In function ecdsa_add_verify_data':
ecdsa-libcrypto.c:(.text+0x68a): undefined reference to EC_GROUP_order_bits' ecdsa-libcrypto.c:(.text+0x6d2): undefined reference to EC_POINT_get_affine_coordinates'
collect2: error: ld returned 1 exit status
scripts/Makefile.host:104: recipe for target 'tools/dumpimage' failed
The text was updated successfully, but these errors were encountered:
Ubuntu 16.04 is not suitable for building the project. Ubuntu 18 tested OK, due to newer openssl package.
Please remove Ubuntu 16.04 as being suitable, unless there are instructions for upgrading openssl package.
The instructon given is no longer buildable. Compilation stops at:
tools/lib/ecdsa/ecdsa-libcrypto.o: In function
prepare_ctx': ecdsa-libcrypto.c:(.text+0xcd): undefined reference to
OPENSSL_init_ssl'ecdsa-libcrypto.c:(.text+0x185): undefined reference to
EC_GROUP_order_bits' tools/lib/ecdsa/ecdsa-libcrypto.o: In function
ecdsa_check_signature.isra.3':ecdsa-libcrypto.c:(.text+0x3ad): undefined reference to
ECDSA_SIG_set0' tools/lib/ecdsa/ecdsa-libcrypto.o: In function
ecdsa_sign':ecdsa-libcrypto.c:(.text+0x497): undefined reference to
ECDSA_SIG_get0' ecdsa-libcrypto.c:(.text+0x4ae): undefined reference to
BN_bn2binpad'ecdsa-libcrypto.c:(.text+0x4c0): undefined reference to
BN_bn2binpad' tools/lib/ecdsa/ecdsa-libcrypto.o: In function
ecdsa_add_verify_data':ecdsa-libcrypto.c:(.text+0x68a): undefined reference to
EC_GROUP_order_bits' ecdsa-libcrypto.c:(.text+0x6d2): undefined reference to
EC_POINT_get_affine_coordinates'collect2: error: ld returned 1 exit status
scripts/Makefile.host:104: recipe for target 'tools/dumpimage' failed
The text was updated successfully, but these errors were encountered: