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

Compile Error: No rule to make target 'lcd.o', needed by 'freecut.elf' #13

Open
keen101 opened this issue Feb 8, 2020 · 10 comments
Open

Comments

@keen101
Copy link

keen101 commented Feb 8, 2020

make: *** No rule to make target 'lcd.o', needed by 'freecut.elf'. Stop.

@mwhaite
Copy link

mwhaite commented Mar 31, 2020

the Makefile looks out of date. pulling the list of .c files from Debug/Makefile brings up a new set of errors. I think I can get sometime worked out in the next few days.

@thetazzbot
Copy link
Owner

thetazzbot commented Mar 31, 2020 via email

@keen101
Copy link
Author

keen101 commented Mar 31, 2020 via email

@mwhaite
Copy link

mwhaite commented Mar 31, 2020

Neat. I will check that out. I did get it to compile in linux last night.... but didn't flash that over to my expression yet.

@keen101
Copy link
Author

keen101 commented Apr 6, 2020

still have the error with the new pull when compiling under linux.
make: *** No rule to make target 'lcd.o', needed by 'freecut.elf'. Stop.

@mwhaite mwhaite how did you get it to compile under linux?

I guess i can try again under windows with the Atmel studio or whatever. It was very confusing last time i tried looking at it, which is why i tried under Ubuntu Linux.

@mwhaite
Copy link

mwhaite commented Apr 6, 2020

learned something new tonight with git. anyhow. I forked the repo and I think pushed my unix makefile changes. You will need to compile and have u8glib.a I found that from https://github.com/olikraus/u8glib after compiling one of the examples. it's a bit ugly till I figure out the submodule thing and a script to automate that.

@dolfelt
Copy link

dolfelt commented Jan 9, 2023

I am also running into this issue @mwhaite. Care to share any more details on how you got that complied? It seems that there are u8glib source files in the repository but don't get compiled as part of the Makefile

Thanks!

@ellisgl
Copy link

ellisgl commented Jan 9, 2023

I ended up making a fork to get this all working: https://github.com/ellisgl/FreeExpression

@dolfelt
Copy link

dolfelt commented Jan 12, 2023

@ellisgl were you able to get the machine working? I was able to compile everything and get it moving and the buttons functioning. I even updated the oled library to u8g2 and made some performance improvements, but I was never able to get it to plot from Inkscape. It would intermittently do a single command, but never more than one, and really didn't look like the shape I was trying to cut out.

Any thoughts or help would be appreciated. After several days of tinkering I'm closing to giving up and using my 3D printer or CNC with a drag knife to cut stuff out.

@ellisgl
Copy link

ellisgl commented Jan 12, 2023

IIRC I had it working. I've haven't had much time to tinker with it since I did my branch and had the cartridge ISP boards made (which I have 9 sitting around).

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

5 participants