Discussion:
[OpenOCD-devel] bcm2835gpio interface disabled by autoconf on aarch64
t***@progressivetech.net
2017-07-04 04:22:48 UTC
Permalink
Hi,

When building the latest git version of OpenOCD on Raspberry Pi 3 with
Debian aarch64, the bcm2835gpio driver is disabled by bootstrap.sh due
to autoconf looking for [arm*] in the CPU string. It should be looking
for aarch* as well.

Changing the string to aarch* causes the driver to be built
successfully.

Tony Kao

Loading...