dkgrizzly / pano_term

Pano Term
7 stars 2 forks source link

can't get it to build #1

Open skiphansen opened 1 year ago

skiphansen commented 1 year ago

I finally found some time to play again and this was on the top of my Pano list. Unfortunately I can't get it to build, I wonder if you forgot to commit .gitmodules or something.

skip@Dell-7040:~/pano/working/pano_term$ make build_all
make -C fw/pano_apple init_image
make[1]: *** fw/pano_apple: No such file or directory.  Stop.
make: *** [Makefile:21: build_all] Error 2
skip@Dell-7040:~/pano/working/pano_term$ cd fpga/
skip@Dell-7040:~/pano/working/pano_term/fpga$ make
updating submodules
make: *** No rule to make target '/home/skip/pano/working/pano_term/patches/cores/ethernet_mac/0001-BUFGMUX-routing-fix.patch', needed by '/home/skip/pano/working/pano_term/cores/ethernet_mac/.patched'.  Stop.
skip@Dell-7040:~/pano/working/pano_term/fpga$ cd ../fw/pano_term
skip@Dell-7040:~/pano/working/pano_term/fw/pano_term$ make
updating submodules
# Compiling cmd_parser.c
/home/skip/pano/working/pano_term/pano/fw/common/cmd_parser.c:29:10: fatal error: printf.h: No such file or directory
 #include "printf.h"
          ^~~~~~~~~~
compilation terminated.
make: *** [/home/skip/pano/working/pano_term/pano/make//c_prog.mk:130: build/cmd_parser.o] Error 1
skiphansen commented 1 year ago

I sent a pull request with my fixes: https://github.com/dkgrizzly/pano_term/pull/2