初级会员

- 积分
- 197
- 金钱
- 197
- 注册时间
- 2016-4-8
- 在线时间
- 116 小时
|

楼主 |
发表于 2016-12-14 14:04:16
|
显示全部楼层
本帖最后由 vention 于 2016-12-14 14:06 编辑
还有这个。。用CubeMX生成的工程,选用MDK ARM Compiler V5.06编译 0错误0警告, 选用V6.6编译,就有这些问题
ArmClang.exe: error: unsupported option '--C99'compiling stm32f1xx_it.c...
ArmClang.exe: error: unsupported option '--C99'
compiling main.c...
ArmClang.exe: error: unsupported option '--C99'
compiling usart.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_msp.c...
ArmClang.exe: error: unsupported option '--C99'
compiling gpio.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_gpio_ex.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_cortex.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_dma.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_rcc.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_uart.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_tim_ex.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_rcc_ex.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_tim.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_flash.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_flash_ex.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_gpio.c...
ArmClang.exe: error: unsupported option '--C99'
compiling stm32f1xx_hal_pwr.c...
ArmClang.exe: error: unsupported option '--C99'
compiling system_stm32f1xx.c...
|
|