MS10755
Results
1
comments of
MS10755
确实是这个问题,我的是5.28也是没有 **__CLANG_ARM** 这个宏 修改在**cmb_cfg**.h文件里增加个宏 可以解决,不用替换 /* language of print information */ #define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH **#ifndef __CLANG_ARM #define __CLANG_ARM (defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6120001)) #endif** #endif /* _CMB_CFG_H_ */