Open Boldie opened 7 years ago
sdcc -lstm8 -mstm8 --out-fmt-ihx blinky.c sdcc -lstm8 -mstm8 --out-fmt-ihx uart.c make: *** No rule to make target 'sp_test.ihx', needed by 'all'. Stop.
did you get any solution on the error.
I am also facing same problem...
Go into the make file and change the line OBJECTS=blinky.ihx uart.ihx sp_test.ihx to OBJECTS=blinky.ihx uart.ihx
sdcc -lstm8 -mstm8 --out-fmt-ihx blinky.c sdcc -lstm8 -mstm8 --out-fmt-ihx uart.c make: *** No rule to make target 'sp_test.ihx', needed by 'all'. Stop.