Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux build attempts to download toolchains even if they exist: #12

Open
elaske opened this issue Dec 7, 2016 · 2 comments
Open

Linux build attempts to download toolchains even if they exist: #12

elaske opened this issue Dec 7, 2016 · 2 comments
Assignees

Comments

@elaske
Copy link

elaske commented Dec 7, 2016

$ ls packages/
naoqi-sdk-2.1.4.13-linux64.zip

Running the build attempts to download it even though it exists:

$ ./scripts/build_linux.sh 
[ERROR]: Exception No such toolchain: linux-self
Known toolchains are:
Downloading toolchain naoqi-sdk-2.1.4.13-linux64.zip...

In tc_install.sh you should probably check that the file exists before downloading. Same with Self-SDK-Linux.zip.

@elaske
Copy link
Author

elaske commented Dec 7, 2016

An easy solution to this would be just to add the -z flag in the curl command that downloads the toolchain.

@LabPM
Copy link

LabPM commented Jan 24, 2017

Related to https://github.com/watson-intu/self-sdk/issues/11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants