fio.h collides with IAR stdio.h

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

fio.h collides with IAR stdio.h

ソリューションへジャンプ
902件の閲覧回数
OldNick
Contributor IV

Is there a "proper way" to fix this?

 

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
559件の閲覧回数
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 返答(返信)
560件の閲覧回数
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 件の賞賛
返信
559件の閲覧回数
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 件の賞賛
返信