2024-12-22 10:17 PM
Matter software expansion for STM32Cube v1.1.1. When I build 2_Images_SECoreBin on macOS development environment, the build fails probably due to postbuild.sh and prebuild.sh.
Please let me know how to fix this.
2024-12-23 03:12 AM - edited 2024-12-23 04:03 AM
Hello @AkihiroN
Could you please give me more details about your issue (some screenshots or log of the errors should do the job). Also, could you provide the OS version on your mac and the IDE you are using.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-12-23 04:53 PM
Thank you for confirming. I understand.
The development environment is as follows.
macOS Version: Sonoma 14.5
STM32CubeIDE Version:1.17
There are no errors when building BLE_Ota.The following errors occur when building STM32WB5MM_DISCO_2_Images_SECoreBin.[STM32WB5MM_DISCO_2_Images_SECoreBin_permission_error.txt]
After that, I changed the permissions of prebuild.sh.
chmod 777 prebuild.sh
However, even if I build STM32WB5MM_DISCO_2_Images_SECoreBin again, an error occurs.
[STM32WB5MM_DISCO_2_Images_SECoreBin_error.txt]
Could you please change prebuild.sh and postbuild.sh into files that can be executed on macOS?
2024-12-24 02:38 AM
Hello @AkihiroN
I've escalated your request to the concerned team (under internal ticket number 199310). And I will be back to you as soon as I have news about that.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-12-24 02:40 AM
Thank you for your confirmation.
We await your response.
2025-01-06 12:17 AM
Hello @STTwo-32
Thank you for your response.
Is there any way to deal with this?