FreeExpression
FreeExpression copied to clipboard
Compile Error: No rule to make target 'lcd.o', needed by 'freecut.elf'
make: *** No rule to make target 'lcd.o', needed by 'freecut.elf'. Stop.
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.
Did you get a fresh copy? I just compiled it yesterday. I uploaded my local changes to github. Apparently I fixed a lot of things and forgot to upload it.
Regards, Mark Williamson
On Mon, Mar 30, 2020 at 8:22 PM mwhaite [email protected] wrote:
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.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thetazzbot/FreeExpression/issues/13#issuecomment-606340903, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABE32F5WET24XW6NW323LTRKFAWJANCNFSM4KR5Y5XQ .
I haven't had a chance to look at it yet
On Mon, Mar 30, 2020, 9:25 PM thetazzbot [email protected] wrote:
Did you get a fresh copy? I just compiled it yesterday. I uploaded my local changes to github. Apparently I fixed a lot of things and forgot to upload it.
Regards, Mark Williamson
On Mon, Mar 30, 2020 at 8:22 PM mwhaite [email protected] wrote:
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.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/thetazzbot/FreeExpression/issues/13#issuecomment-606340903 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AABE32F5WET24XW6NW323LTRKFAWJANCNFSM4KR5Y5XQ
.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/thetazzbot/FreeExpression/issues/13#issuecomment-606376327, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACXJTUPVMLPBUQJ2K7VH73RKFPA5ANCNFSM4KR5Y5XQ .
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.
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.
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.
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!
I ended up making a fork to get this all working: https://github.com/ellisgl/FreeExpression
@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.
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).