iPXE discussion forum

Full Version: Initial Make Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
Reference URL's