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.

[参考译文] TDA4VM:VISION_APPS make PROFLIE=调试失败

Guru**** 2542100 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1002109/tda4vm-vision_apps-make-proflie-debug-failed

器件型号:TDA4VM
我使用 ti-processor-sdk-rtos-j721e-evm-07_03_00_07.tar.gz。 当我构建视觉应用时、使用 make PROFLIE=debug、发生了错误。以下日志:
Build of libraries done.
cler5f package/cfg/mcu2_0_per5f.c ...
Linking /home/zh/work/TDA4/install_tools/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/vision_apps/out/J7/R5F/SYSBIOS/debug/vx_app_tirtos_linux_mcu2_0.out
error: cannot find file "vx_conformance_engine.lib"
error: cannot find file "vx_conformance_tests.lib"
error: cannot find file "vx_conformance_tests_testmodule.lib"
error: cannot find file "vx_tiovx_tests.lib"
error: cannot find file "vx_tutorial.lib"
error: cannot find file "vx_utils.lib"
error: cannot find file "vx_framework.lib"
error: cannot find file "vx_vxu.lib"
error: cannot find file "vx_platform_psdk_j7_bios.lib"
error: cannot find file "vx_kernels_target_utils.lib"
error: cannot find file "vx_kernels_test_kernels_tests.lib"
error: cannot find file "vx_kernels_test_kernels.lib"
error: cannot find file "vx_target_kernels_source_sink.lib"
error: cannot find file "vx_kernels_host_utils.lib"
error: cannot find file "vx_kernels_openvx_core.lib"
error: cannot find file "vx_kernels_hwa_tests.lib"
error: cannot find file "vx_kernels_hwa.lib"
error: cannot find file "vx_target_kernels_vpac_nf.lib"
error: cannot find file "vx_target_kernels_vpac_viss.lib"
error: cannot find file "vx_target_kernels_vpac_msc.lib"
error: cannot find file "vx_target_kernels_vpac_ldc.lib"
error: cannot find file "vx_target_kernels_dmpac_dof.lib"
error: cannot find file "vx_target_kernels_dmpac_sde.lib"
error: cannot find file "vx_target_kernels_vdec.lib"
error: cannot find file "vx_target_kernels_venc.lib"
error: cannot find file "vx_target_kernels_display.lib"
error: cannot find file "vx_target_kernels_capture.lib"
error: cannot find file "vx_target_kernels_csitx.lib"
error: cannot find file "vx_target_kernels_j7_arm.lib"
error: cannot find file "vx_kernels_imaging.lib"
error: cannot find file "vx_target_kernels_imaging_aewb.lib"
error: cannot find file "ti_imaging_aealg.lib"
error: cannot find file "ti_imaging_sensordrv.lib"
error: cannot find file "ti_imaging_ittsrvr.lib"
error: cannot find file "ethfw.lib"
error: cannot find file "ethfw_callbacks.lib"
error: cannot find file "eth_intervlan.lib"
error: cannot find file "lib_remoteswitchcfg_server.lib"
error: cannot find file "lib_remote_device.lib"
error: cannot find file "ti.osal.aer5f"
error: cannot find file "ti.csl.aer5f"
error: cannot find file "ti.board.aer5f"
error: cannot find file "ti.drv.uart.aer5f"
error: cannot find file "ipc.aer5f"
error: cannot find file "fvid2.aer5f"
error: cannot find file "udma.aer5f"
error: cannot find file "ti.drv.i2c.aer5f"
error: cannot find file "csirx.aer5f"
error: cannot find file "csitx.aer5f"
error: cannot find file "dss.aer5f"
error: cannot find file "vhwa.aer5f"
error: cannot find file "nimuenet.aer5f"
error: cannot find file "enetsoc.aer5f"
error: cannot find file "enet.aer5f"
error: cannot find file "enetphy.aer5f"
error: cannot find file "enet_cfgserver.aer5f"
error: cannot find file "enet_example_utils.aer5f"
error: cannot find file "pm_lib.aer5f"
error: cannot find file "ti.timesync.hal.aer5f"
error: cannot find file "ti.timesync.ptp.aer5f"
error: cannot find file "sciclient.aer5f"
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    是否可以首先运行"make SDK profile=debug"?

    此致、

    Brijesh

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    谢谢,根据您的回复,问题已解决。