Initial Make Error - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Initial Make Error (/showthread.php?tid=20630) |
Initial Make Error - jlathan - 2019-11-01 05:17 I am running Mint Linux and far as I can see I have all the items added to use IPXE. I ran my initial make in ipxe/src which ended in error: In file included from util/zbin.c:1:0: /usr/lib/gcc/x86_64-linux-gnu/7/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory # include_next <stdint.h> What am I missing or need to change. Respectfully Jim RE: Initial Make Error - SebastianRoth - 2019-11-06 20:24 Try installing package: Code: libstdc++-7-dev If that doesn't help you might want to search for other possible packages like this:https://packages.debian.org/search?searchon=contents&keywords=stdint.h&mode=path&suite=stable&arch=any |