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
So create the files in a sys directory off your inc directory with some equivalent content, or enough to keep the tool chain happy. Better yet understand what defines/prototypes it's actually using