Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Managed Libraries makefiles

Altera_Forum
Honored Contributor II
898 Views

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
0 Kudos
0 Replies
Reply