Forum Discussion

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

Buiding Host program

Hi Guys,

I have make file for Hello world program.

I have Compiled the Example (Hello world), Now I am trying to use make comand and Its showing some library error. I open the make file to understand function of it.

and I have some question from it; Make file is assigning directories as below:

# Directories.

HOST_DIR := host

TARGET_DIR := bin

INC_DIRS := host/inc ../common/inc

lib_dirs := ../common/lib

Now my question is I havenot get Lib folder under Common folder. What could be reason for it?

Next question is like I am trying to compile the Vector_add example but I could not find make file for it. Do we really need make file or we can work without make file and generate host code file!!

Many thanks.
No RepliesBe the first to reply