Part Number:TMS320F28379D
Tool/software: Code Composer Studio
Hello,
I use CCS7 and a Development Kit :LAUNCHXL-F28379D and i install C2000.
I want re-use a project. This project works. I just have an other PC with the same window and i make the installation of C2000 V3 et controlesuite.
When I want build, i have this errors:
>> Compilation failure
subdir_rules.mk:7: recipe for target 'Cpu1.obj' failed
"C:/ti/C2000/C2000Ware_1_00_03_00_Software/driverlib/f2837xd/driverlib/adc.h", line 153: error #41: expected an identifier
"C:/ti/C2000/C2000Ware_1_00_03_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".
I think i have a problems with the library or an other files. I remake the link for the files i see in the project but i can miss one.
I can seed you the project if you want (say how)
Please help me!
Thank you
Best regards,
Jean-Jacques Trognon