iPXE discussion forum
imake restart infinitely while builds - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: imake restart infinitely while builds (/showthread.php?tid=12637)



imake restart infinitely while builds - ashoknair - 2018-07-26 02:28

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


RE: imake restart infinitely while builds - NiKiZe - 2018-07-31 18:25

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?