Create a Spresense Development Environment on Ubuntu (OpenOCD)

Asked 2 years ago, Updated 2 years ago, 125 views

I am currently building a Spresense development environment, but I am having trouble with Unix OS for the first time.

Spresense SDK Development Guide

After downloading the repository for the "Install OpenOCD" item in the steps on the above page, attempting to execute the configure command fails with the message "File or Folder Does Not Exist".

cd spresense-openocd
./configure -- disable-target64

It is true that neither the file nor the folder named configure exists in the spresense-openocd, but
There was something like a script file called configure.ac, so I tried the following, but I couldn't.

./configure.ac --disable-target64
sudo. / configure.ac -- disable-target64

./configure --disable-target64 means that ./ represents the current folder, but is it different?

ubuntu spresense

2022-09-30 21:33

1 Answers

Run sudo apt install libtool and then try running sudo./bootstrap in the spresense-openocd directory.

-- This post was posted as a community wiki based on comment from metropolis.


2022-09-30 21:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.