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++
12603 Discussions

How updating component.mk ?

Altera_Forum
Honored Contributor II
1,004 Views

Hi. 

 

I begin on a nios project... 

 

I have to implement PPP with Altera's lwIP-0.7.2.  

 

I have put the files *.c and *.h in the path ...components\altera_lwip\UCOSII\src\downloads\... 

 

I try to build the entire project but I don't can link files from PPP. 

 

I noted that the file 'component.mk' is not updated, even with the command 'File\Refresh'. 

 

Must I modify it by editing it ? Can one force that automatically with the IDE or other tool ? 

 

Does somebody have an idea ?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
254 Views

component.mk is a hand edited file which is the makefile fragment for the component, and was supplied by the component author. If you intend to add files to the component you need to edit this file yourself.

0 Kudos
Reply