This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM62X: 范例程序在 CCS 编译出错

Part Number: PROCESSOR-SDK-AM62X

makefile_ccs_bootimage_gen:77: recipe for target 'all' failed
'openssl' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
Traceback (most recent call last):
File "C:\ti\mcu_plus_sdk_am62x_09_01_00_39\tools\boot\signing\appimage_x509_cert_gen.py", line 245, in <module>
cert_str = get_cert(args)
^^^^^^^^^^^^^^
File "C:\ti\mcu_plus_sdk_am62x_09_01_00_39\tools\boot\signing\appimage_x509_cert_gen.py", line 179, in get_cert
sha_val = subprocess.check_output('openssl dgst -{} -hex {}'.format(g_sha_to_use, bin_file), shell=True).decode()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'openssl dgst -sha512 -hex C:/Users/Administrator/workspace_v12/hello_world_cpp_am62x-sip-sk_m4fss0-0_nortos_ti-arm-clang/Debug/hello_world_cpp_am62x-sip-sk_m4fss0-0_nortos_ti-arm-clang.appimage' returned non-zero exit status 1.

gmake[3]: *** [all] Error 1
gmake[2]: [post-build] Error 2 (ignored)
makefile:165: recipe for target 'post-build' failed

**** Build Finished ****

gmake[3]: *** [all] Error 1

gmake[2]: [post-build] Error 2 (ignored)
makefile:165: recipe for target 'post-build' failed

**** Build Finished ****

编译出错,但还是有目标码生成,目标码可以 debug 调试吗?