FreeExpression icon indicating copy to clipboard operation
FreeExpression copied to clipboard

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

Open keen101 opened this issue 5 years ago • 10 comments

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

keen101 avatar Feb 08 '20 23:02 keen101

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.

mwhaite avatar Mar 31 '20 01:03 mwhaite

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 .

thetazzbot avatar Mar 31 '20 03:03 thetazzbot

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 .

keen101 avatar Mar 31 '20 12:03 keen101

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.

mwhaite avatar Mar 31 '20 16:03 mwhaite

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.

keen101 avatar Apr 06 '20 02:04 keen101

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.

mwhaite avatar Apr 06 '20 03:04 mwhaite

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!

dolfelt avatar Jan 09 '23 21:01 dolfelt

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

ellisgl avatar Jan 09 '23 22:01 ellisgl

@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.

dolfelt avatar Jan 12 '23 03:01 dolfelt

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).

ellisgl avatar Jan 12 '23 11:01 ellisgl