My Python compilation environment has been configured with OK, but during compilation, the following error was reported.
Please help guide me.
C:\Users\dengjiangtao>python
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Performing Post-Build Action
c:/ti/simplelink_cc13xx_cc26xx_sdk_6_40_00_13/tools/ble5stack/oad/oad_postbuild.bat C:\TI_CC2642\iar\zero\Release\Exe\project_zero_CC26X2R1_LAUNCHXL_tirtos7_iar C:\TI_CC2642\iar\zero Release
project_zero_CC26X2R1_LAUNCHXL_tirtos7_iar c:/ti/simplelink_cc13xx_cc26xx_sdk_6_40_00_13 C:\TI_CC2642\iar\zero\Release\Exe project_zero_CC26X2R1_LAUNCHXL_tirtos7_iar
C:\WINDOWS\system32>ielftool.exe --ihex --verbose C:\TI_CC2642\iar\zero\Release\Exe\project_zero_CC26X2R1_LAUNCHXL_tirtos7_iar.out C:\TI_CC2642\iar\zero\Release\Exe\project_zero_CC26X2R1_LAUNCHXL_tirtos7_iar.hex
IAR ELF Tool V10.6.9.1264 [BUILT locally]
Copyright 2007-2020 IAR Systems AB.
Loading C:\TI_CC2642\iar\zero\Release\Exe\project_zero_CC26X2R1_LAUNCHXL_tirtos7_iar.out
Saving ihex file to C:\TI_CC2642\iar\zero\Release\Exe\project_zero_CC26X2R1_LAUNCHXL_tirtos7_iar.hex
C:\WINDOWS\system32>c:/ti/simplelink_cc13xx_cc26xx_sdk_6_40_00_13/tools/common/oad/oad_image_tool.exe --verbose iar C:\TI_CC2642\iar\zero 7 -hex1 Release/Exe/project_zero_CC26X2R1_LAUNCHXL_tirtos7_iar.hex -k
c:/ti/simplelink_cc13xx_cc26xx_sdk_6_40_00_13/tools/common/oad/private.pem -o C:\TI_CC2642\iar\zero\Release\Exe/project_zero_CC26X2R1_LAUNCHXL_tirtos7_iar_oad
Traceback (most recent call last):
File "oad_image_tool.py", line 542, in <module>
File "oad_image_tool.py", line 341, in main
File "oad_image_tool.py", line 190, in createAppStackBinfile
File "signUtil.py", line 163, in signImage
PermissionError: [Errno 13] Permission denied: 'sign.bin'
[8024] Failed to execute script 'oad_image_tool' due to unhandled exception!
Error while running c:/ti/simplelink_cc13xx_cc26xx_sdk_6_40_00_13/tools/ble5stack/oad/oad_postbuild.bat C:\TI_CC2642\iar\zero\Release\Exe\project_zero_CC26X2R1_LAUNCHXL_tirtos7_iar C:\TI_CC2642\iar\zero Release
project_zero_CC26X2R1_LAUNCHXL_tirtos7_iar c:/ti/simplelink_cc13xx_cc26xx_sdk_6_40_00_13 C:\TI_CC2642\iar\zero\Release\Exe project_zero_CC26X2R1_LAUNCHXL_tirtos7_iar
Total number of errors: 1
Total number of warnings: 0
There are no issues with the compilation environment of python。Where can I obtain the sign.bin file。