Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Error message:
>> Compilation failure
subdir_rules.mk:9: recipe for target'usb_ex1_serial_structs.obj' failed"C:/ti/c2000/C2000Ware_3_01_00_00/libraries/communications/usb/f2807x/include/usblib.h", line 127: fatal error #35: #error directive: Unrecognized COMPILER!
#if defined(__TI_ARM__) || \
defined(codered) || \
defined(__GNUC__) || \
defined(__CC_ARM) || \
defined(__ARMCC_VERSION) || \
defined(sourcerygxx)
#define PACKED __attribute__ ((packed))
#elif defined(__ICCARM__)
#define PACKED
#elif defined(ccs_c2k)
#define PACKED
#else
#error Unrecognized COMPILER!
#endif