vdudouyt / sdcc-examples-stm8

57 stars 28 forks source link

No rule to make target 'sp_test.ihx' #5

Open Boldie opened 7 years ago

Boldie commented 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.

embhobbb commented 5 years ago

did you get any solution on the error.

I am also facing same problem...

ArchieAtkinson commented 3 years ago

Go into the make file and change the line OBJECTS=blinky.ihx uart.ihx sp_test.ihx to OBJECTS=blinky.ihx uart.ihx