主题中讨论的其他器件:MATHLIB、 OMAPL138
工具/软件:Linux
大家好、
编译 IPC 示例时出现以下断句错误(IPC_3_44_01_01/examples/DRA7XX_Linux_elF/ex02_MessageQ)
root@f-Ubuntu:/opt/ti/ipc_3_44_01_01/examples/DRA7XX_linux_elf/ex02_messageq、创建所有
编号
#正在制作 dsp1...
使-C dsp1 PROCLIST="dsp1 dsp2 ipu1 ipu2 host"
make[1]:输入目录'/opt/ti/ipc_3_44_01_01/examples/DRA7XX_linux_elf/ex02_messageq/dsp1
make profile=debug PROCLIST="dsp1 dsp2 ipu1 ipu2 host" server_dsp1.x
make[2]:输入目录'/opt/ti/ipc_3_44_01_01/examples/DRA7XX_linux_elf/ex02_messageq/dsp1
编号
#正在生成 bin/debug/configuro/.config ...
/opt/ti/xdctools_3_32_02_25_core/xs --xdcpath="/opt/ti/bios_6_46_04_53/packages;/opt/ti/ipc_3_44_01_01/packages;/opt/ti/xdctools_3_32_02_25_core/packages \"
xdc.tools.configuro -o bin/debug/configuro \
t ti.targets.elf.c66 \
-c /opt/ti/ccsv7/tools/compiler/ti-cgt-c6000_8.1.3 \
-p ti.platforms.evmDRA7XX:dsp1 \
-b ./shared/config.bld -r debug \
Dsp1.cfg
分段故障(转储内核)
Makefile:77:目标'bin/debug/configuro/.config'的配方失败
maked[2]:***[bin/debug/configuro/.config]错误139
make[2]:离开目录'/opt/ti/ipc_3_44_01_01/examples/DRA7XX_linux_elf/ex02_messageq/dsp1
Makefile:58:目标'debug'的配方失败
maked[1]:***[调试]错误2.
make[1]:离开目录'/opt/ti/ipc_3_44_01_01/examples/DRA7XX_linux_elf/ex02_messageq/dsp1
Makefile:49:目标'SP1'的配方失败
make:***[dsp1]错误2.
问题可能出在哪?
下面是 products.mak 定义:
软件仓库=/op
平台= DRA7xx
toolchain_longname = arm-linux-gnueabihf
toolchain_install_DIR =$(depot)/ti-processor-sdk-linux-am57xx-evm-03.03.00.04/linux-devkit/sysroots/x86_64-arago-linux/usr
toolchain_prefix =$(toolchain_install_DIR)/bin/$(toolchain_longname)-
kernel_install_DIR =/opt/ti-processor-sdk-linux-am57xx-evm-03.03.00.04/board-support/linux-4.4.41 +gitAUTOINC+f9f6f0db2d-gf9f6f0db2d/
XDC_INSTALL_DIR =$(depot)/ti/xdctools_3_32_02_25_core
BIOS_install_DIR =$(depot)/ti/bios_6_46_04_53
TI.targets.elf.c66 =/opt/ti/ti-cgt-c6000_8.1.3
此致