Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Goodmorning,
I use CCS6 and a Development Kit :LAUNCHXL-F28379D and i install C2000.
I begin a project and I work with window xp for the moment.
When I want build, i have this errors:
>> Compilation failure
subdir_rules.mk:7: recipe for target 'Cpu1.obj' failed
"C:/ti/C2000Ware_1_00_02_00_Software/driverlib/f2837xd/driverlib/adc.h", line 153: error #41: expected an identifier
"C:/ti/C2000Ware_1_00_02_00_Software/driverlib/f2837xd/driverlib/adc.h", line 154: error #41: expected an identifier
2 errors detected in the compilation of "../Cpu1.c".
gmake: *** [Cpu1.obj] Error 1
gmake: Target 'all' not remade because of errors.
L151 to L 155 of adc.h:
typedef enum
{
ADC_RESOLUTION_12BIT = 0x00, //!< 12-bit conversion resolution
ADC_RESOLUTION_16BIT = 0x40 //!< 16-bit conversion resolution
} ADC_Resolution;
I don't edit "adc.h" and I don't use other variable with name "ADC_Resolution".
Please help me!
Thank you
Best regards,
Jean-Jacques Trognon