2014-03-03 08:13 AM
hello everyone, today I see a problem but no way to solve it
I really want your help here is my source code &sharppragma import(__use_no_semihosting_swi) struct __FILE { int handle;}; FILE __stdout; FILE __stdin; ----> errors : symbol __stdout multiply define, symbol __stdin multiply define if I insert the ''extern'' keyword: extern FILE __stdout; extern FILE __stdin; the error will be : Library reports error: __use_no_semihosting_swi was requested, but _sys_open was referenced thank and regards! #semihosting #keil2015-07-04 07:43 AM