I use CCS3.3 and C6747.
In "csl_mdio.h",line 31 is
#if (MDIO_SUPPORT) // line 28
/*-----------------------------------------------------------------------*\ // line 29
* NEW TYPES // line 30
\*-----------------------------------------------------------------------*/ // line 31
#ifndef _CSL_EMAC_TYPES
#define _CSL_EMAC_TYPES
typedef unsigned int uint;
typedef void * Handle;
#endif
can you tell me WHY?this error is strange.