fio.h collides with IAR stdio.h

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

fio.h collides with IAR stdio.h

跳至解决方案
739 次查看
OldNick
Contributor IV

Is there a "proper way" to fix this?

 

标签 (1)
标记 (1)
0 项奖励
1 解答
396 次查看
BielikM
Contributor III

You can use MQX_SUPPRESS_STDIO_MACROS .When this macro is set to non zero value, then fio function names are not asserted with mqx function names( for example printf    _io_printf)

在原帖中查看解决方案

0 项奖励
2 回复数
397 次查看
BielikM
Contributor III

You can use MQX_SUPPRESS_STDIO_MACROS .When this macro is set to non zero value, then fio function names are not asserted with mqx function names( for example printf    _io_printf)

0 项奖励
396 次查看
songyi
Contributor I

I have met the same problem.

But in fact, the macro MQX_SUPPRESS_STDIO_MACROS should be set as zero.So it is not suitable if you set MQX_SUPPRESS_STDIO_MACROS as non-zero.

0 项奖励