在ti.com上下载下来的JPEG Encoder, Version 02.02.00.01这个库,但是将库中的工程导入CCS V5.1后,点每个C文件都会出现如图所示的错误,不知该怎么操作!希望能指点下~谢谢~~
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.
您好!
你的error 说明 找不到 ti.platform.custom66x
这个东西在此路径下
C:\Program Files\Texas Instruments\Codecs\C66x_jpegenc_02_02_00_01_ELF\packages\ti\sdo\codecs\jpegenc\App\Client\Build\Repository\Packages
请在 property->build->xdctools->package repository 添加上面路径。
您好!
你的error 报错 找不到 F:/workspace_v5_1/TestAppEncoder\..\..\..\..\lib\jpgealg_ti.le66
所以此路径下 没有 jpgealg_ti.le66
编译器链接时 可能 不会 每个路径都去试,
你把 此路径删掉,保留
D:/Texas Instruments/Codecs/C66x_jpegenc_02_02_00_01_ELF/packages/ti/sdo/codecs/jpegenc/App/Client/Build/TestAppEncoder\..\..\..\..\Lib\jpgealg_ti.le66即可
我自己编译了下是可以的,楼主可以对比下。


您好!
文件解压后放到 Codecs\C66x_jpegenc_02_02_00_01_ELF\packages\ti\sdo\codecs 下即可,
link resources 添加 JPEGENC_ROOT变量
你试试看再给我反馈。
您好!
1. BIOS_6_31_00_18 software-dl.ti.com/.../index.html
2. IPC, testappencoder这个工程对IPC版本 没有要求
3. XDC,请确认XDC的路径设置正确;我试了下添加 XDC根目录是没有问题的