lupyuen / openocd-spi

OpenOCD that supports SWD over SPI on Raspberry Pi
https://lupyuen.github.io/articles/openocd-on-raspberry-pi-better-with-swd-on-spi
GNU General Public License v2.0
45 stars 22 forks source link

./configure fails with 3: exec: : Permission denied #9

Closed jak83A closed 1 year ago

jak83A commented 1 year ago

Hey,

after ./bootstrap in ~/openocd-spi i am runnning ./configure --enable-sysfsgpio --enable-bcm2835spi --enable-cmsis-dap

It fails with:

config.status: executing libtool commands
=== configuring in jimtcl (/home/pi/openocd-spi/jimtcl)
configure: running /bin/bash ./configure.gnu --disable-option-checking '--prefix=/usr/local'  '--enable-sysfsgpio' '--enable-bcm2835spi' '--enable-cmsis-dap' --cache-file=/dev/null --srcdir=.
/home/pi/openocd-spi/jimtcl/configure: 3: exec: : Permission denied
configure: error: ./configure.gnu failed for jimtcl

I tried by recommendation of frederikf

chown -R pi:pi openocd-spi

but to no prevail

jak83A commented 1 year ago

I resolved the issue by simply rebooting and cloning the repository ...