makefile - Virtual memory exhausted error -
i'm using gnu make 3.80 , got following error. have 4 gigs of ram , 5.6 gigs of swap.
make[1]: *** virtual memory exhausted. stop. i got work on make 3.80. installing 3.81 not option me. there hacks overcome issue?
are including generated dependency files version of make?
just experienced error trying support older version of make (3.80) legacy code. make system including dependency files in manner such as:
-include $(mydependencies) problem was, dependency files generated when built program make 4.0. performing clean , rebuilding again, able build successfully. i'm under assuming new make version adds complexity dependency file old version of make cannot handle well.
Comments
Post a Comment