t***@progressivetech.net
2017-07-04 04:22:48 UTC
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
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