我在evmc6678l上需要用到jpgdec,目前我能找到的只有CGT7.3编译的版本,但是其他软件需要用到CGT7.4.4,这个时候jpgdec就会出错,哪儿能下载到用CGT7.4.4编译的c66x jpgdec库呢?
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.
我在evmc6678l上需要用到jpgdec,目前我能找到的只有CGT7.3编译的版本,但是其他软件需要用到CGT7.4.4,这个时候jpgdec就会出错,哪儿能下载到用CGT7.4.4编译的c66x jpgdec库呢?
你好!
我开始就用的是这个版本,但是它是基于CGT7.2.2版本的,
然后我在http://e2e.ti.com/support/embedded/multimedia_software_codecs/f/356/p/197280/712082找了个CGT7.3.4版本,这个用于测试等,但是如果用CGT7.4以上版本的编译器的话,连接时就会出现expects 16-byte alignment of arrays, but previous files align arrays to 8 bytes等问题(这个在CCS5以上中好像没找到地方设置)
但是我的应用程序好多东西需要CGT7.4以上版本,所以现在就抓瞎了,能否用CGT7.4.4的编译器再编译一个版本呢?
编译:
-mv6600 -g --define="XDM1" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --include_path="/include" --include_path="D:/CCS/jpegdec/App/Client/Test/Inc" --include_path="D:/CCS/jpegdec/App/Inc" --include_path="C:/ti/framework_components_3_20_02_29/fctools/packages" --include_path="C:/ti/bios_6_33_05_46/packages" --include_path="C:/ti/xdctools_3_23_03_53/packages" --include_path="C:/ti/framework_components_3_20_02_29/packages" --include_path="C:/ti/framework_components_3_20_02_29/packages/ti/sdo/fc/utils/api" --diag_warning=225 --gen_func_subsections=on --no_bad_aliases --abi=eabi --auto_inline=256 --output_all_syms --strip_coff_underscore --temp_directory="obj" --obj_directory="obj" --asm_directory="obj"
连接:
-mv6600 -g --define="XDM1" --diag_warning=225 --gen_func_subsections=on --no_bad_aliases --abi=eabi --auto_inline=256 --output_all_syms --strip_coff_underscore --temp_directory="obj" --obj_directory="obj" --asm_directory="obj" -z -m"TestAppDecoder.map" --warn_sections -i"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/lib" -i"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" -i"D:/CCS/jpegdec/App/Client/Build/TestAppDecoder" -i"D:/CCS/jpegdec/App/Build" -i"/lib" -i"D:/CCS/jpegdec/Lib" -i"C:/ti/bios_6_33_05_46/packages/ti/bios/lib" --reread_libs --xml_link_info="TestAppDecoder_linkInfo.xml" --rom_model
在CGT7.4下,除了上述版本变化外,其他都不变