Hi,
I'm compiling STM32F103 code and I'm getting following error
..\1\platform\syscalls.c(13): error: #5: cannot open source input file "sys/types.h": No such file or directory
sys/types.h ,<sys/stat.h> ,<unistd.h> are these compiler related file?
Which file i have to include in path or what changes I have to make in compiler? I checked while changing compiler also but not works.
thanks
You could start by trying to understand that your embedded microcontroller is not running Linux, so things you got used to on Linux simply don't apply there.