Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ASUS AT5IONT-I: iPXE hangs on "iPXE Inicjalcizing devices..."
2016-07-08, 16:16
Post: #8
RE: ASUS AT5IONT-I: iPXE hangs on "iPXE Inicjalcizing devices..."
(2016-07-08 16:04)warped Wrote:  I forget that iPXE is based on gPXE.

Not exactly; I was the main developer of gPXE but had to rename it.

Quote:net/tls.c: In function ‘tls_new_handshake’:
net/tls.c:1654:19: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-array-qualifiers]
void *payload = &handshake->payload;
^
cc1: all warnings being treated as errors

You are likely to hit some build errors when bisecting against a very old commit (e.g. v1.0.0), since each new version of gcc introduces more potential warnings. These have all been fixed in iPXE, but obviously the older code won't have the fixes.

You can work around this by adding NO_WERROR=1 to your build command line. This will cause gcc to report the warnings, but not treat them as fatal.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ASUS AT5IONT-I: iPXE hangs on "iPXE Inicjalcizing devices..." - mcb30 - 2016-07-08 16:16



User(s) browsing this thread: 1 Guest(s)