Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: Paul_123 on April 11, 2021, 08:38:05 PM
-
Bela,
openssl.tcz is missing the openssl and c_rehash binaries.
Paul
-
Hi Paul
thanks I will check it.
Béla
-
I rolled back openssl to 1.1.g from the piCore-12 repo. Unfortuntaly openssl doesn't build in piCore-13, I get unresolved references from the linker. Must be investigated.
-
Hi
On 12.0 aarch64 with RPI4-4G
I can compile openssl-1.1.1k with this
-
openssl 1.1.1k compiles clean on piCore13-64, and is the version on the aarch64 13.x repo.
There is really no way to compare success or failure between armhf and aarch64.
-
openssl 1.1.1k compiles clean on piCore13 (32bit)
Using the same compile options I used for openssl1.1.1g
export CFLAGS="-O2 -pipe -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -fuse-ld=gold"
export CXXFLAGS="-O2 -pipe -fno-exceptions -fno-rtti -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -fuse-ld=gold"
./Configure \
linux-generic32 \
-march=armv6 \
-D__ARMMAX_ARCH__=8 \
--prefix=/usr/local \
zlib \
shared \
--openssldir=/etc/ssl
-
Hi Paul,
thanks. Problem was caused by LTO. Repo updated to 1.1.1k
Béla
-
Seems to be working fine. Thx.