Hi,
I'm working with the demo project for JPEGDEC (C6678 device).
I'm getting this error :
fatal error #16030: array_object_alignment=8 bytes is not greater than or equal to array_object_align_expected=16 bytes as required; file "C:/Program Files (x86)/Texas Instruments/Codecs/C66x_jpegdec_03_01_00_01_ELF/packages/ti/sdo/codecs/jpegd ec/App/Client/Build/TestAppDecoder/../../../../Lib/jpegdec_ti.le66" is incompatible with other input files
However, I'm using all the requirements with the same versions as the user guide says.
Is there anyway that I can find which objects are causing this incompatibility?
Weber
Sorry for the late reply.
The desired compiler version is 7.3.4
Thank you very much for your support,
Weber de Souza Calixto
Hi Weber,
Can you please try the attached JPEGDEC lib? It is compiled with CGT7.3.4. Along with the compiler update, the following tools are also updated:
Mr. Weber is going overseas, so I'm going to continue his work with the EVMC6678.
As soon as I test it, I will reply,
Thank you,
Hi Hongmei,
I have followed the instructions posted by Uday in this thread: http://e2e.ti.com/support/embedded/multimedia_software_codecs/f/356/t/166075.aspx to have a working CCSv5 project.Then I made some little changes as follows:- Updated the JPEGDEC lib with the one provided by you.- Manually added the var "JPEGDEC_ROOT" to the project (because of some linked resources)- Updated the project to use Compiler v7.3.4, SysBios 6.32.5.54, XDCTools 3.22.4.46 and Framework Components 3.22.0.5And now everything seems to be working in the demo project.I have also checked the output file REMI0003_planar.yuv against the reference and they are equal!
Thank you,Mikhail