skip to Main Content

How can I build on ubuntu something that was meant for FreeBSD?

I'm trying to build this: https://github.com/hselasky/hpsat_generate this is their makefile: PROG_CXX=hpsat_generate PREFIX?=/usr/local MAN= SRCS= hpsat_generate.cpp BINDIR?=${PREFIX}/bin .if defined(HAVE_DEBUG) CFLAGS+= -g -O0 .endif CFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib -lgmp -lgmpxx .include <bsd.prog.mk> using just make . results in Makefile:7: *** missing separator.…

VIEW QUESTION

Compiling kernel gives error No rule to make target 'debian/certs/debian-uefi-certs.pem'

Compiling kernel gives error No rule to make target 'debian/certs/debian-uefi-certs.pem I am following this tutorial https://www.cyberciti.biz/tips/compiling-linux-kernel-26.html CC kernel/jump_label.o CC kernel/iomem.o CC kernel/rseq.o AR kernel/built-in.a CC certs/system_keyring.o make[1]: *** No rule to make target 'debian/certs/debian-uefi-certs.pem', needed by 'certs/x509_certificate_list'. Stop. make: ***…

VIEW QUESTION
Back To Top
Search