Forum Discussion
Altera_Forum
Honored Contributor
20 years agoBuilding a Linux Application Project
Hi fellows , I want to build a Linux Application on NIOS 1c12 evaluation kit using NIOS IDE 5.0 My project has got 2 files : main.c and add.c In main.c : int main() { int a ...
Altera_Forum
Honored Contributor
20 years agoWell,
i didn't test your files, yet. But in my firstlook I'm wondering where do you tell the compiler to compile your source files? With the 'Hello' Makefile you must have a toplevel c-source, which name is equal to your project name. In your case: myapp.c. Look again at the variable PROJ_NAME and PROGS in the makefile.