Hi I am a second year student pursuing computer science and applied mathematics at IIIT-Delhi, India. I was building libpayload when I ran into some errors.
CC libpci/libpci.libpci.o make: MMD: No such file or directory AR build/libpci.a make: rc: No such file or directory make: *** [Makefile.inc:89: build/libpci.a] Error 127
I found this archived source ( https://coreboot.coreboot.narkive.com/ZD8Imata/emulating-coreboot-with-qemu) and it mentioned to use tty in order to `make config`. I tried that way too but still got the same error. Can anyone help me or point me what could be the fix?
Thanks Manas