Using the experimental branch of sduino, I got the PCD8544 HelloWorld.c example to compile, upload and run on a STM8S105K4T6 Development Board.
In Makefile, I have: BOARD_TAG = s8uno. I also modified HelloWorld.c to include: Serial_println_ub(counter, DEC); in loop(), and counter is successfully written to the serial terminal