Hi,
I'm working with the JEPGDEC demo project for EVM678LE and I'm facing a problem at linktime:
<Linking>
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
Is there anyway I can force the entire project memory alignment to comply with JPEGDEC alignment 16 requirement?
Weber