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.

[参考译文] J784S4XEVM:TI Vision Apps 仿真模式构建问题

Guru**** 2419530 points
Other Parts Discussed in Thread: J784S4XEVM

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1536922/j784s4xevm-ti-vision-apps-emulation-mode-build-issue

器件型号:J784S4XEVM


工具/软件:


# TI Vision Apps 仿真模式构建问题

##问题描述

我尝试在笔记本电脑上以仿真模式运行 Vision 应用。 关于附加文件、 www.ti.com/.../PSDK-RTOS-AUTO 中没有适用于 J784S4XEVM 的附加文件。 因此、我使用了最新的文件:`ti-processor-sdk-rtos-j721e-evm-11_00_00_06-addon-linux-x64-installer.run`并将文件复制到 SDK 文件夹。

我`m在目标模式下使用` ake SDK `成功编译、但它在 SDK Builder 中使用` build_flags.mak 在仿真模式下未成功链接。

##构建配置

```makefile
#构建 x86 PC
build_emulation_mode?=yes
```μ s

##错误消息

```μ s
[80%]链接 C 可执行文件../../bin/Release/edgeai-tiovx-kernels-test
/usr/bin/ld :./../bin/Release/edgeai-tiovx-kernels-test :/usr/lib/x86_64-linux-gnu/libc_nonshared.a (stat.os) 中的隐藏符号`stat'被 DSO 引用
/usr/bin/ld:最终链接失败:值错误
collect2:错误:LD 返回 1 个退出状态
```μ s

##问题

1.是否有其他适用于 J784S4XEVM 的附加文件?
2.是否有需要更新的标志?