We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
did you get any solution on the error.
I am also facing same problem...
Sorry, something went wrong.
Go into the make file and change the line OBJECTS=blinky.ihx uart.ihx sp_test.ihx to OBJECTS=blinky.ihx uart.ihx
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: