Altera_Forum
Honored Contributor
20 years agoManaged Libraries makefiles
Hi all,
I probably found something strange inside components/altera_hal/build/lib.mk under Nios II IDE 5.0. The code says <div class='quotetop'>QUOTE </div> --- Quote Start --- CPPFLAGS += -I.. -I$(GTF_GENERATED) $(foreach dir, $(HAL_INC_DIRS), -I$(dir))[/b] --- Quote End --- but GTF_GENERATED is not used at all into libraries, because, I understood well, the intention is to make libraries independent from any HW configuration (then independent from system libraries). Is it probably a cut&paste oversight? Btw, also the comments on the top of the file still speak about the system_rules.mk file that is not included anywhere... bye PJ