Presense SDK Setup on Windows

Asked 2 years ago, Updated 2 years ago, 59 views

2 2.2. Setup for Windows
We are building the following environments:

Setup for Windows - Presence SDK Start Guide for CLI

The $bash install-tools.sh command stops with the following error:

 == Install base command line tools
== Install additional tools
=== tar xvzf nuttx-tools.tar.gz -- strip-components=1-Cnuttx-tools install-tools.sh: 145 lines: cd:nuttx-tools/kconfig-frontends: No Such
file or directory tar.exe:Error opening archive:Failed to open
'nuttx-tools/genromfs-0.5.2.tar.gz'
=== ./configure --prefix=/opt/spresenseenv/usr --disable-shared --disable-nconf  
=== make install

install-tools.sh appears to be due to a failed download with a file size of 0 for nuttx-tools.tar.gz below L.137.

download${NXTOOLURL}/get/master.tar.gz${NXTOOLARCHIVE}

Master.tar.gz could not be found in Nuttx tool below.
https://bitbucket.org/nuttx/tools/src/master/

I am guessing that the reason is probably because the file was organized on Nuttx site and the spresense was not able to handle it.
If you are editing install-tools.sh locally, what is master.tar.gz?

spresense

2022-09-29 21:39

1 Answers

I am trying to download the entire BitBucket repository, and I think you can download it by accessing the URL below.
(The script seems to rename "nuttx-tools.tar.gz" when saving.)

https://bitbucket.org/nuttx/tools/get/master.tar.gz


2022-09-29 21:39

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.