Forum Discussion
Altera_Forum
Honored Contributor
21 years agowhy the project can't be builded
hello:
Now ,I found a new problem , when I debuged a project using niosII IDE , after I finished all the configuration following the document , I wanted to build the project , it was failed , the message is that "$(INSTALL_DIR)/include/pkgconf/ecos.mak" ,what's wrong it ? who can help me !? Thanks for advance.3 Replies
- Altera_Forum
Honored Contributor
You need to specify INSTALL_DIR when calling make. How to do this from the command line is described in the Nios II eCos documentation. If you want to do this from the IDE, then you will need to follow the steps described in the thread on this forum titled: "eCos library IDE integration?"
- Altera_Forum
Honored Contributor
hello monkey:
before I builded the project, I had specified "INSTALL_DIR " through calling "make" . Can you tell me what wrong it ? Thanks - Altera_Forum
Honored Contributor
It's difficult to say from the information that you've posted. Can you supply the complete error message (and other output) and the command line you are using?