iPXE discussion forum

Full Version: imake restart infinitely while builds
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Trying to print the DHCP transcation id (xid). Inclusion of #include <inttypes.h> (in dhcp.c) results in make restarting finitely during build.

[DEPS] libgcc/__divmoddi4.c
[DEPS] libgcc/__moddi3.c
[DEPS] libgcc/__udivdi3.c
[DEPS] libgcc/__umoddi3.c
GNU Make 3.82
Built for x86_64-redhat-linux-gnu
Copyright © 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
[DEPS] net/udp/dhcp.c
GNU Make 3.82
Built for x86_64-redhat-linux-gnu
Copyright © 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
[DEPS] net/udp/dhcp.c

Any help is appreciated.
Thanks,
Ashok
What is your full make line?
And do you have any local modifications? what is the git commit id that you are trying to build?
Reference URL's