完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
编译h264hpvenc时,编译错误,编译信息如下
**** Build of configuration Debug for project h264hpvenc_ti_c66x **** "C:\ti\ccsv5\utils\bin\gmake" -k all 'Building file: ../h264hpvenc.cfg' 'Invoking: XDCtools' "C:/ti/xdctools_3_25_03_72/xs" --xdcpath="C:/ti/Codecs/C66x_h264hpvenc_01_00_03_00_ELF/packages/ti/sdo/codecs/h264hpvenc/App/Client/Build/packages;/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/edma3_lld_02_11_05_02/packages;/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/framework_components_3_23_02_16/packages;/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/ipc_1_25_03_15/packages;/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/bios_6_35_04_50/packages;/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/xdais_7_23_00_06/packages;C:/ti/ccsv5/ccs_base;C:/ti/xdais_7_23_00_06/packages;C:/ti/xdais_7_23_00_06/examples;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p C6678EVM -r release -c "/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/TI_CGT_C6000_7.4.6" --compileOptions "-g --optimize_with_debug" "../h264hpvenc.cfg" making package.mak (because of package.bld) ... js: "C:tixdctools_3_25_03_72packagesxdctoolsconfigurotemplatecompiler.opt.xdt", line 57: Error: template generation of 'compiler.opt' failed: Error: /home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/TI_CGT_C6000_7.4.6 cannot be found. Ensure that rootDir for the C66 target is set correctly in ./config.bld "./package.bld", line 52 xdctools_3_25_03_72gmake.exe: *** Deleting file `package.mak' xdctools_3_25_03_72gmake.exe: *** No rule to make target `.configuro'. Stop. Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/edma3_lld_02_11_05_02/packages" on package path does not exist Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/framework_components_3_23_02_16/packages" on package path does not exist Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/ipc_1_25_03_15/packages" on package path does not exist Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/bios_6_35_04_50/packages" on package path does not exist Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/xdais_7_23_00_06/packages" on package path does not exist js: "C:/ti/xdctools_3_25_03_72/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. gmake: *** [configPkg/linker.cmd] Error 1 gmake: Target `all' not remade because of errors. **** Build Finished **** Description Resource Path Location Type template generation of 'compiler.opt' failed: Error: /home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/TI_CGT_C6000_7.4.6 cannot be found. Ensure that rootDir for the C66 target is set correctly in ./config.bld .xdchelp /h264hpvenc_ti_c66x line 57 C/C++ Problem 是编译器的版本问题吗? 安装TI_CGT_C6000_7.4.6之后,进行编译,又有如下错误: **** Build of configuration Debug for project h264hpvenc_ti_c66x **** "C:\ti\ccsv5\utils\bin\gmake" -k all 'Building file: ../h264hpvenc.cfg' 'Invoking: XDCtools' "C:/ti/xdctools_3_25_03_72/xs" --xdcpath="C:/ti/Codecs/C66x_h264hpvenc_01_00_03_00_ELF/packages/ti/sdo/codecs/h264hpvenc/App/Client/Build/packages;/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/edma3_lld_02_11_05_02/packages;/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/framework_components_3_23_02_16/packages;/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/ipc_1_25_03_15/packages;/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/bios_6_35_04_50/packages;/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/xdais_7_23_00_06/packages;C:/ti/ccsv5/ccs_base;C:/ti/xdais_7_23_00_06/packages;C:/ti/xdais_7_23_00_06/examples;C:/ti/bios_6_35_04_50/packages;C:/ti/edma3_lld_02_11_05_02/packages;C:/ti/framework_components_3_23_02_16/packages;C:/ti/framework_components_3_23_02_16/examples;C:/ti/mcsdk_2_01_02_06/demos;C:/ti/pdk_C6678_1_1_2_6/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p C6678EVM -r release -c "/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/TI_CGT_C6000_7.4.6" --compileOptions "-g --optimize_with_debug" "../h264hpvenc.cfg" making package.mak (because of package.bld) ... js: "C:tixdctools_3_25_03_72packagesxdctoolsconfigurotemplatecompiler.opt.xdt", line 57: Error: template generation of 'compiler.opt' failed: Error: /home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/TI_CGT_C6000_7.4.6 cannot be found. Ensure that rootDir for the C66 target is set correctly in ./config.bld "./package.bld", line 52 xdctools_3_25_03_72gmake.exe: *** Deleting file `package.mak' xdctools_3_25_03_72gmake.exe: *** No rule to make target `.configuro'. Stop. Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/edma3_lld_02_11_05_02/packages" on package path does not exist Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/framework_components_3_23_02_16/packages" on package path does not exist Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/ipc_1_25_03_15/packages" on package path does not exist Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/bios_6_35_04_50/packages" on package path does not exist Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/xdais_7_23_00_06/packages" on package path does not exist js: "C:/ti/xdctools_3_25_03_72/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. gmake: *** [configPkg/linker.cmd] Error 1 gmake: Target `all' not remade because of errors. **** Build Finished **** Description Resource Path Location Type template generation of 'compiler.opt' failed: Error: /home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/TI_CGT_C6000_7.4.6 cannot be found. Ensure that rootDir for the C66 target is set correctly in ./config.bld .xdchelp /h264hpvenc_ti_c66x line 57 C/C++ Problem 该如何解决 |
|
相关推荐
2 个讨论
|
|
如下提示,编译相关的模块如xdc tools,ipc及bios等在你指定的路径都没有找到,需要根据你电脑上安装的目录重新设定相应的环境变量。
xdctools_3_25_03_72gmake.exe: *** Deleting file `package.mak' xdctools_3_25_03_72gmake.exe: *** No rule to make target `.configuro'. Stop. Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/edma3_lld_02_11_05_02/packages" on package path does not exist Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/framework_components_3_23_02_16/packages" on package path does not exist Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/ipc_1_25_03_15/packages" on package path does not exist Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/bios_6_35_04_50/packages" on package path does not exist Warning: directory "C:/home/a0868396/builds/DEV.H264HP.E.C6678.01.00.03.00/tools/xdais_7_23_00_06/packages" on package path does not exist |
|
|
|
|
|
只有小组成员才能发言,加入小组>>
NA555DR VCC最低电压需要在5V供电,为什么用3.3V供电搭了个单稳态触发器也使用正常?
702 浏览 3 评论
MSP430F249TPMR出现高温存储后失效了的情况,怎么解决?
613 浏览 1 评论
对于多级放大电路板,在PCB布局中,电源摆放的位置应该注意什么?
1075 浏览 1 评论
771 浏览 0 评论
普中科技F28335开发板每次上电复位后数码管都会显示,如何熄灭它?
535 浏览 1 评论
请问下tpa3220实际测试引脚功能和官方资料不符,哪位大佬可以帮忙解答下
183浏览 20评论
请教下关于TAS5825PEVM评估模块原理图中不太明白的地方,寻求答疑
145浏览 14评论
两个TMP117传感器一个可以正常读取温度值,一个读取的值一直是0,为什么?
9浏览 13评论
在使用3254进行录音的时候出现一个奇怪的现象,右声道有吱吱声,请教一下,是否是什么寄存器设置存在问题?
136浏览 13评论
TLV320芯片内部自带数字滤波功能,请问linein进来的模拟信号是否是先经过ADC的超采样?
130浏览 12评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-2 22:35 , Processed in 0.883952 second(s), Total 46, Slave 39 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号