关于IAR中使用官方例程报__stdout 和 __stdin was declared 问题

celek |浏览533次
收藏|2021/09/14 16:21

Error[Pe235]: variable "__stdout" was declared with a never-completed type 

Error[Pe235]: variable "__stdin" was declared with a never-completed type 

编绎器IAR V8.30.1,在使用新唐NM1200官方例程时,产生上述报错问题,请各位大神指教。

满意回答

2022/09/05 16:06

//#if!(defined(ICCARM (VER >= 6010000)) 

struct FILE l int handle; /* Add whatever you need here * };

//#endif

请屏蔽这两行代码

另外也可以参考

https://devzone.nordicsemi.com/f/nordic-q-a/21960/iar-8-11---issue-when-compiling-ble_app_uart-example

admin

其他回答(0)
1人关注该问题
+1
 加载中...