Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

How updating component.mk ?

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 ?

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.