Hello,
I have made a minimal CCS project to test the JPEG decoder and It compiles ok but fails to link the bundled library. The error given is:
fatal error: file
"C:\Users\Mich\Desktop\dm365_jpegdec_01_00_00_10_production\packages\ti\sdo\
codecs\jpegdec\lib\libjpgdec.a<jpegdec_ti_vtab.o>" has a Tag_ABI_PCS_wchar_t
attribute value of "4" that is different than one previously seen ("2");
combining incompatible files
I don't know what this error is about. The library links ok using the gcc toolchain but then my test application doesn't works and I need to compare result to figure the cause.
The JPEG codec is supposed to work with CSS/no-os using the bundled libraries, doesn't it?
,
The libs have been included in the project via the JPEG decoder pakcage: dm365_jpegdec_01_00_00_10_production
I have added framework_components_2_26_00_01 and fctools, before.
Thank you very much,
Miguel