hi, im using MCB1700 board..when i compiled the easy web examble it is running but when i inserted the printf() function to print the adc value its showing linking error..
Error: L6915E: Library reports error: __use_no_semihosting_swi was requested, but a semihosting fputc was linked in
And then you instantly got the idea that you are probably not the first to see this problem.
So you started your trusty Google, and checked if you got any hits.
A couple of minutes later, you decided which suggested solution that sounded best and quickly decided to try it on your project. And it worked. So you happily decided to go get a cup of coffee before it got time to go home for the day.
"__use_no_semihosting_swi was requested"
You asked it not to use semihosting
"but a semihosting fputc was linked in"
But then you did stuff for semihosting!
If you don't know what "semihosting" is, then look it up in the Manuals - along with __use_no_semihosting_swi and fputc...
www.keil.com/.../search.asp
http://www.keil.com/support/man/docs/armlib/armlib_CJAJIEGC.htm