ModusToolbox Voice example cannot be created

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
PatrickK_71
Employee
Employee
25 sign-ins 10 likes received 10 questions asked

I am trying to create a new application using the "Porcupine wake word demo". The demo will not create with the following error:

ERROR: Commit/tag/branch "v2.1.1" does not exist.

: Check that the commit/tag/branch in the .mtb/.lib file is valid.

: If working offline, check that your offline content is up-to-date

======================================================

ERROR: --ABORTING--

: Script : C:/Users/mypath/ModusToolbox/tools_2.4/make/getlibs.bash

: Bash path : /usr/bin/bash

: Bash version: 4.4.12(3)-release

: Exit code : 1

: Call stack : trap_exit error perform_git process_mtb extract_data find_mtbs main

 

make: *** [C:/Users/mypath/ModusToolbox/tools_2.4/make/getlibs.mk:121: getlibs] Error 1

 

Project "Picovoice_Porcupine_Wake_Word_Demo_1" failed to create.

 

 

 

"make getlibs" failed.

 

Failed to create and export "Picovoice_Porcupine_Wake_Word_Demo_1" application.

=========================================================================

Any ideas on how to fix this?

 

0 Likes
1 Solution
Qi_Colin
Moderator
Moderator
Moderator
50 likes received 100 solutions authored 5 questions asked

Hi @PatrickK_71 :

For this issue, it seems caused after "picovoice-lib-psoc6" version update, and it may fix in the further update.

Currently,  I suggest you to Import Application again after failing to create the project. 

The project is located in the default folder.

Untitled.png

Then, modify the link in deps->picovoice-lib-psoc6.mtb(change 2.1.2 to 2.1.1).

Untitled1.png

After that, you can run "make getlibs" command in the terminal to import the libs.

Best Regard,

Colin

View solution in original post

0 Likes
2 Replies
Qi_Colin
Moderator
Moderator
Moderator
50 likes received 100 solutions authored 5 questions asked

Hi @PatrickK_71 :

Thank you for your information, and we are checking this issue now.

Any result I will reply to you.

Best Regard,

Colin

0 Likes
Qi_Colin
Moderator
Moderator
Moderator
50 likes received 100 solutions authored 5 questions asked

Hi @PatrickK_71 :

For this issue, it seems caused after "picovoice-lib-psoc6" version update, and it may fix in the further update.

Currently,  I suggest you to Import Application again after failing to create the project. 

The project is located in the default folder.

Untitled.png

Then, modify the link in deps->picovoice-lib-psoc6.mtb(change 2.1.2 to 2.1.1).

Untitled1.png

After that, you can run "make getlibs" command in the terminal to import the libs.

Best Regard,

Colin

0 Likes