Having issue in pSOC6 modus toolbox - Project creator - unable to create the

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

cross mob
neelakanta
Level 1
Level 1
5 sign-ins First reply posted First question asked

neelakanta_0-1637571700176.png

Found 28 .mtb file(s)

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/deps/TARGET_CY8CKIT-062S2-43012.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/deps/anycloud-ota.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/abstraction-rtos.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/aws-iot-device-sdk-embedded-C.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/aws-iot-device-sdk-port.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/bluetooth-freertos.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/btstack.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/capsense.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/clib-support.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/connectivity-utilities.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/core-lib.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/core-make.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/freertos.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/http-client.mtb"

Processing file "D:/Neelakanta/modusws6/AnyCloud_OTA_Using_HTTPS/libs/lwip.mtb"

fatal: unable to access 'https://git.savannah.nongnu.org/git/lwip/': SSL certificate problem: certificate has expired

ERROR: Unable to checkout "lwip". This is not a valid git repository.

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

ERROR: --ABORTING--

: Script : C:/Users/Pro/ModusToolbox/tools_2.3/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

 

fatal: unable to access 'https://git.savannah.nongnu.org/git/lwip/': SSL certificate problem: certificate has expired

make: *** [C:/Users/Pro/ModusToolbox/tools_2.3/make/getlibs.mk:126: getlibs] Error 1

 

Project "AnyCloud_OTA_Using_HTTPS" failed to create.

"make getlibs" failed.

Failed to create and export "AnyCloud_OTA_Using_HTTPS" application.

 

0 Likes
1 Solution
Charles_Lai
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 sign-ins

Hi,

I've checked the SSL certificate of git.savannah.nongnu.org and it's valid by now. See below:

Charles_Lai_0-1637747107748.png

Please try again and see if it goes away.

Otherwise, you could be in an unstable network environment and your connection to git.savannah.nongnu.org was intercepted. You can try to use the following command to get over the error. But usually it's not recommended to override this setting.

git config --global http.sslVerify false

Best regards

View solution in original post

0 Likes
2 Replies
Charles_Lai
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 sign-ins

Hi,

I've checked the SSL certificate of git.savannah.nongnu.org and it's valid by now. See below:

Charles_Lai_0-1637747107748.png

Please try again and see if it goes away.

Otherwise, you could be in an unstable network environment and your connection to git.savannah.nongnu.org was intercepted. You can try to use the following command to get over the error. But usually it's not recommended to override this setting.

git config --global http.sslVerify false

Best regards

0 Likes
neelakanta
Level 1
Level 1
5 sign-ins First reply posted First question asked

thanks it is working now

0 Likes