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.

AWR1843BOOST: Out_of_box demo编译调试错误

Part Number: AWR1843BOOST
Other Parts Discussed in Thread: AWR1843

我在编译和debug调试out of box样例程序的时候遇到以下两个错误:

1. 在编译DSS和MSS时,我遇到了以下问题:

[70]rm -f C:/Users/Administrator/workspace_ccstheia/out_of_box_1843_mss/isk/out_of_box_1843_mss_isk.bin
[71]makefile:188: recipe for target 'post-build' failed
[72]process_begin: CreateProcess(NULL, rm -f C:/Users/Administrator/workspace_ccstheia/out_of_box_1843_mss/isk/out_of_box_1843_mss_isk.bin, ...) failed.
[73]make (e=2): 系统找不到指定

信息指示无法找到‘out_of_box_1843_mss_isk.bin’但是这个文件确实存在在目标文件夹内。编译DSS时相同的问题发生在out_of_box_1843_dss_isk.bin'文件。

2. 在完成编译后,我根据操作手册进行debug调试,成功配置好debug文件后,我可以连接dsp核与arm核,且我可以对dsp核加载对应的二进制文件(.ex674),加载后DSP核运行正常,可以单步执行。但是当我对ARM核进行二进制文件加载后(xer4f),遇到如下错误且无法进入单步执行:

Cortex_R4_0: Exception occurred in ThreadType_Main.

Cortex_R4_0: Main handle: 0x0.

Cortex_R4_0: Main stack base: 0x800e078.

Cortex_R4_0: Main stack size: 0x800.

Cortex_R4_0: R0 = 0x00000000 R8 = 0x00000000

Cortex_R4_0: R1 = 0x0800d3dc R9 = 0x0001be99

Cortex_R4_0: R2 = 0x00000000 R10 = 0x0000002b

Cortex_R4_0: R3 = 0x00000010 R11 = 0x00000001

Cortex_R4_0: R4 = 0x0800d874 R12 = 0x0800d548

Cortex_R4_0: R5 = 0x0800d85c SP(R13) = 0x0800abf0

Cortex_R4_0: R6 = 0x00000001 LR(R14) = 0x0001be99

Cortex_R4_0: R7 = 0x0800a694 PC(R15) = 0x00017734

Cortex_R4_0: PSR = 0x400c019f

Cortex_R4_0: DFSR = 0x00000000 IFSR = 0x00000000

Cortex_R4_0: DFAR = 0x00000000 IFAR = 0x00000000

Cortex_R4_0: {module#43}: line 209: error {id:0x1b0000, args:[0x17734, 0x1be99]}

Cortex_R4_0: xdc.runtime.Error.raise: terminating execution

以上两个问题是否有人可以帮忙解决?

多谢