[ipxe-devel] Infinite loop on missed headers

Anton D. Kachalov mouse at yandex-team.ru
Sun Aug 26 20:36:56 UTC 2012


Hello,

there is a problem with missed header files that cause infinite loop during dependencies calculation. It implies by "-MG" flag that suppress CPP to produce error messages but needed by config/local/*.h targets:

$ make bin/808610d3.rom
  …
  [DEPS] libgcc/__divdi3.c
  [DEPS] net/icmpv6.c
  [DEPS] net/icmpv6.c
  [DEPS] net/icmpv6.c
  [DEPS] net/icmpv6.c
^C

When I've mistyped in header filename:

   #include <ipxe/netdevic.h>


-- 
Anton D. Kachalov



More information about the ipxe-devel mailing list