2017-10-10, 22:41
(2017-10-10, 22:26)asavah Wrote: First check your libgcrypt.so.* with readelf.Here as well
If it has v8 tags - that's probably it.
Code:
[color=#000000]readelf -A /usr/lib/arm-linux-gnueabihf/libgcryp[/color]t.so | grep arch:
Tag_CPU_arch: v6
Tag_FP_arch: FP for ARMv8
Tag_Advanced_SIMD_arch: NEON for ARMv8
I'll grab libgcrypt source and build up a local copy -- hopefully with correct tags
[quote pid='2653982' dateline='1507667218']
asavahMake sure that your toolchain's ${CROSS_ROOT}/bin is on PATH.
[/quote]
It is. That's why all the bins -- other than 'ld' & 'g++' -- are being found. ANother puzzle ...
Thanks for the toolchain file. I may just give up trying to use provided tools, and revert to my own manual setup as well.