***If you are using a higher / different version of the compiler to
work with you
will need to make the following changes to a few lines in the source:
quiet_cmd_ld_ko_o =
LD [M] $@ cmd_ld_ko_o = $(LD)
$(LDFLAGS) $(LDFLAGS_MODULE) -o $@ \ $(filter-out FORCE,$^) And make it:
quiet_cmd_ld_ko_o = LD [M] $@ cmd_ld_ko_o = $(LD)
$(LDFLAGS) $(LDFLAGS_MODULE) -o $@ \ $(filter-out FORCE,$^)
/opt/intel/cc/10.1.021/lib/libirc_s.a *For
other versions you may need to
change the entire /opt/intel/ path so that it finds libirc_s.a
The name LinuxDNA is
licensed under the CC-GNU
GPL version 2.0 or later.