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 in Flash API 2.0 Beta Release

Other Parts Discussed in Thread: HALCOGEN

Hello Support,

In the HalcoGen 3.05.02, I received a Beta Release 2.0 Flash API.

Within the CGT.CSS.h file I see there is a typo as shown below in RED Bold [R is missing] :

/* Defines the method to indicate packed enums */
#if defined(__TI_GNU_ATTRIBUTE_SUPPORT__)               --- Typo
/* --gcc option enabled so we can specify this */
#define ATTRIBUTE_PACKED    __attribute__((packed))
#else
/* --gcc option not enabled so we cannot specify this */
#define ATTRIBUTE_PACKED
#endif

Can you please confirm if it is an error or not because it is not matching with spnu151.pdf?

Also, is there a final 2.0 Release instead of Beta Release?

Thank you.
Regards
Pashan

 

  • Hello Pashan,

    Yes, it is a typo in CGT.CCS.h.  As v2.0.0 release package has already been finalized, this will have to be fixed in a follow on version.  For now, the workaround is to add the R as you pointed out to the header file.  The next version of HALCoGen will have the final release of v2.0.0.