Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The instructon given is no longer buildable. #111

Open
narutocanada opened this issue Feb 22, 2025 · 2 comments
Open

The instructon given is no longer buildable. #111

narutocanada opened this issue Feb 22, 2025 · 2 comments

Comments

@narutocanada
Copy link

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

@narutocanada
Copy link
Author

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.

@narutocanada
Copy link
Author

Spoken too early, still not buildable.

img-gpu-powervr 1.19.6345021 Downloading
cp -v '/home/u/VisionFive2/buildroot/../soft_3rdpart/IMG_GPU/out/img-gpu-powervr-bin-1.19.6345021.tar.gz' '/home/u/VisionFive2/work/buildroot_initramfs/build/.img-gpu-powervr-bin-1.19.6345021.tar.gz.t2o0aG/output'
cp: cannot stat '/home/u/VisionFive2/buildroot/../soft_3rdpart/IMG_GPU/out/img-gpu-powervr-bin-1.19.6345021.tar.gz': No such file or directory
wget --passive-ftp -nd -t 3 -O '/home/u/VisionFive2/work/buildroot_initramfs/build/.img-gpu-powervr-bin-1.19.6345021.tar.gz.jgcdxR/output' 'http://sources.buildroot.net/img-gpu-powervr/img-gpu-powervr-bin-1.19.6345021.tar.gz'
--2025-02-22 21:39:33-- http://sources.buildroot.net/img-gpu-powervr/img-gpu-powervr-bin-1.19.6345021.tar.gz
Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 172.67.72.56, 104.26.0.37, ...
Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-02-22 21:39:33 ERROR 404: Not Found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant