Skip to content
New issue

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

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

Open
Boldie opened this issue Mar 11, 2017 · 2 comments
Open

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

Boldie opened this issue Mar 11, 2017 · 2 comments

Comments

@Boldie
Copy link

Boldie commented Mar 11, 2017

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
Copy link

embhobbb commented May 1, 2019

did you get any solution on the error.

I am also facing same problem...

@ArchieAtkinson
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants