关于s12z编译bootloader时Out of allocation space in segment ROM at address 0xFFFC86解决方法 关于s12z编译bootloader时Out of allocation space in segment ROM at address 0xFFFC86解决方法
invalid combination of type specifiers 解决方法 Error: invalid combination of type specifiers 解决办法:查找前面是否定义类型的时候少了分号,比如定义枚举类型、结构体类型时后面忘加分号了,还可能将#define 换成typedef后会出现这种报错
2021-05-30 Line 8: Char 17: runtime error: left shift of 1 by 31 places cannot be represented in type ‘int’ [solution.c]int 是有符号类型,最高位为符号位,不能比较最高位。