主题中讨论的其他器件:MATHLIB
工具与软件:
SDK 版本:
ti-processor-sdk-rtos-j721e-evm-09_00_01_01
我正在尝试为运行主机仿真 J721E 使用 PSDK RTOS 但面临设置和编译方面的问题。 我有以下问题:
-
安装 PSDK RTOS 附加组件包 (
ti-processor-sdk-rtos-j721e-evm-09_00_01_01-addon-linux-x64-installer.run)开 Ubuntu 22.04 (x86_64) 楼宇应用 C7x MMA TIDL 工具 ? 如果没有、该构建需要哪些基本依赖项?
-
构建 Mathlib 时出现问题:
- 我将运行以下
make命令来构建 Mathlib: make -j16 mathlib mathlib_cn common target_cpu=x86_64 target_scpu=c7100 target_platform=PC target_build=release checkPARAMS=1 - 但是、我遇到了以下错误:
sowbhagya@LAPTOP-2OIPLMIC:~/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00$ make -j16 mathlib mathlib_cn common TARGET_CPU=x86_64 TARGET_SCPU=C7100 TARGET_PLATFORM=PC TARGET_BUILD=release CHECKPARAMS=1 TARGET_CPU=x86_64 TARGET_BUILD=release find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/test/c7100’: No such file or directory find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/test/c7100’: No such file or directory find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/test/c7100’: No such file or directory find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/math_c7x/MATHLIB_cos/c7100’: No such file or directory find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/math_c7x/MATHLIB_cos/c7100’: No such file or directory find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/math_c7x/MATHLIB_div/c7100’: No such file or directory find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/math_c7x/MATHLIB_div/c7100’: No such file or directory find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/math_c7x/MATHLIB_sin/c7100’: No such file or directory find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/math_c7x/MATHLIB_sin/c7100’: No such file or directory find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/math_c7x/MATHLIB_sqrt/c7100’: No such file or directory find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/math_c7x/MATHLIB_sqrt/c7100’: No such file or directory find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/math_c7x/MATHLIB_tan/c7100’: No such file or directory find: ‘/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/ti/mathlib/src/math_c7x/MATHLIB_tan/c7100’: No such file or directory HOST_ROOT=/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00 HOST_COMPILER=GPP HOST_OS=LINUX HOST_CPU=x86_64 HOST_ARCH=64 TARGET_OS=LINUX TARGET_CPU=x86_64 MMA_IMPLEMENTATION= SOC= TEST_ENV= TARGET_PLATFORM=PC TARGET_BUILD=release TARGET_OUT=/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/out/x86_64/release TARGET_DOC=/home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/out/docs MODULES=linker_cmd regress_linker_cmd regress common test mathlib mathlib_cn mathlib_d math_c7x/MATHLIB_cos math_c7x/MATHLIB_div math_c7x/MATHLIB_sin math_c7x/MATHLIB_sqrt math_c7x/MATHLIB_tan SCM_ROOT= SCM_VERSION= [GCC] Compiling C++14 MATHLIB_cos_ci.cpp make: g++-5: No such file or directory [GCC] Compiling C++14 MATHLIB_div_ci.cpp make: *** [concerto/finale.mak:219: /home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/out/x86_64/release/module/mathlib/math_c7x/MATHLIB_cos/c71/MATHLIB_cos_ci.o] Error 127 make: *** Waiting for unfinished jobs.... make: g++-5: No such file or directory make: *** [concerto/finale.mak:219: /home/sowbhagya/ti-processor-sdk-rtos-j721e-evm-09_00_01_01/mathlib_02_06_01_00/out/x86_64/release/module/mathlib/math_c7x/MATHLIB_div/c71/MATHLIB_div_ci.o] Error 127
- 为
g++-51比1 为了构建 Mathlib、或者我们是否可以使用更新版本的 GCC (例如、g++-9或g++-11)? - 如果可以使用更新的 GCC 版本、我们如何配置编译系统来使用它?
- 如果
g++-5需要、建议的安装方法是什么 Ubuntu 22.04. 、因为它在默认存储库中不可用?
- 为
-
非常感谢为解决这些问题提供任何指导。
谢谢!
- 我将运行以下

