danielkucera / epaper-firmware

19 stars 1 forks source link

proto.h needed but not in repo #3

Closed skiphansen closed 9 months ago

skiphansen commented 9 months ago

Attempts to build ChromaFW fails because proto.h is outside of the repo.

skip@Dell-7040:~/esl/epaper-firmware/ChromaFW/source$ make
sdcc -c main.c -mmcs51 --std-c2x --xram-loc 0xf000 --xram-size 0xda2 --opt-code-speed --model-medium --peep-file peep.def --fomit-frame-pointer -DCHROMA74 --code-size 0x8000
main.c:2:51: fatal error: ../../../arm/einkTags/patchedfw/proto.h: No such file or directory
compilation terminated.
main.c:1: warning 190: ISO C forbids an empty source file
make: *** [Makefile:54: main.rel] Error 1
skip@Dell-7040:~/esl/epaper-firmware/ChromaFW/source$

I have the same issue with Dmitry's original code ... where do I find proto.h?

danielkucera commented 9 months ago

Hello, try asking Dmitry directly, I have only been using solum_BW_4.2_fw.

skiphansen commented 9 months ago

Thanks for the quick reply! I did just that and was impatiently wait for a response. I have time to play at the moment which is not always the case.