Code: Select all
C:\nburn\gcc-m68k\m68k-elf\include/stdint.h:45: error: redefinition of typedef 'int8_t'
C:\nburn\include/basictypes.h:90: error: previous declaration of 'int8_t' was here
Some details are as the following.
NDDK Rel_2_5_2
C:\nburn\gcc-m68k\m68k-elf\include/stdint.h contain lines 44-48:
Code: Select all
#if __STDINT_EXP(SCHAR_MAX) == 0x7f
typedef signed char int8_t ;
typedef unsigned char uint8_t ;
#define __int8_t_defined 1
#endif
Code: Select all
//TYPEDEFS needed for Freescale ETPU API
typedef signed char int8_t;