hi i have a problem .i'm using rl http demo sample and it works fine. But when i enable ftp in network config this error appears :
.\Obj\Http_demo.axf: Error: L6915E: Library reports error: __use_no_semihosting_swi was requested, but a semihosting fgetc was linked in
what does it mean ? and what caused it ?
thanks for any answer
It means exactly what it says:
"__use_no_semihosting_swi was requested, but a semihosting fgetc was linked in"
It says that you asked for NO semihosting - but you have used stuff which requires semihosting!
You can't have it both ways!!
as i read in different posts the problem is in "retarget.c" file. and i tried all of them but they didn't work .
and i'm not expert to edit this file so if u know what should i do pleas tell me .
http://www.keil.com/support/man/docs/armlib/armlib_CJAJIEGC.htm
View all questions in Keil forum