请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TDA4VH-Q1工具/软件:
我希望能够构建和测试 GPU 测试应用程序轻量级离屏演示、如下所示: https://github.com/StaticRocket/lightweight-offscreen
我目前正在使用 SDK 9.2 如何做到这一点?
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.
工具/软件:
我希望能够构建和测试 GPU 测试应用程序轻量级离屏演示、如下所示: https://github.com/StaticRocket/lightweight-offscreen
我目前正在使用 SDK 9.2 如何做到这一点?
[binaries] c = '/home/user/tisdk_releases/j7aep/902/ti-processor-sdk-linux-adas-j721s2-evm-09_02_00_05/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-oe-linux/aarch64-oe-linux-gcc' cpp = '/home/user/tisdk_releases/j7aep/902/ti-processor-sdk-linux-adas-j721s2-evm-09_02_00_05/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-oe-linux/aarch64-oe-linux-g++' ar = '/home/user/tisdk_releases/j7aep/902/ti-processor-sdk-linux-adas-j721s2-evm-09_02_00_05/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-oe-linux/aarch64-oe-linux-ar' strip = '/home/user/tisdk_releases/j7aep/902/ti-processor-sdk-linux-adas-j721s2-evm-09_02_00_05/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-oe-linux/aarch64-oe-linux-strip' pkgconfig = 'pkg-config' [properties] needs_exe_wrapper = true sys_root = '/home/user/tisdk_releases/j7aep/902/ti-processor-sdk-linux-adas-j721s2-evm-09_02_00_05/linux-devkit/sysroots/aarch64-oe-linux' pkg_config_libdir = '/home/user/tisdk_releases/j7aep/902/ti-processor-sdk-linux-adas-j721s2-evm-09_02_00_05/linux-devkit/sysroots/aarch64-oe-linux/usr/lib/pkgconfig' [built-in options] c_args = ['--sysroot=/home/user/tisdk_releases/j7aep/902/ti-processor-sdk-linux-adas-j721s2-evm-09_02_00_05/linux-devkit/sysroots/aarch64-oe-linux', '-mbranch-protection=standard'] cpp_args = ['--sysroot=/home/user/tisdk_releases/j7aep/902/ti-processor-sdk-linux-adas-j721s2-evm-09_02_00_05/linux-devkit/sysroots/aarch64-oe-linux', '-mbranch-protection=standard'] c_link_args = ['--sysroot=/home/user/tisdk_releases/j7aep/902/ti-processor-sdk-linux-adas-j721s2-evm-09_02_00_05/linux-devkit/sysroots/aarch64-oe-linux'] cpp_link_args = ['--sysroot=/home/user/tisdk_releases/j7aep/902/ti-processor-sdk-linux-adas-j721s2-evm-09_02_00_05/linux-devkit/sysroots/aarch64-oe-linux'] [host_machine] system = 'linux' cpu_family = 'aarch64' cpu = 'armv8-a' endian = 'little'
在此处附加要下载的交叉文件:
该演示是基于 9.2 SDK 的系统根构建的、但也可以基于任何 SDK 的系统根构建。 只需按照相应的步骤更改交叉文件中的文件位置。
此致、
Sarabesh S.