Forum Discussion
Altera_Forum
Honored Contributor
21 years agoNewbie help
Hi, I tried to run hello.c as per the tutorial in the linux reference guide. However, I get the following errors when i build the project (in the Nios IDE - Im using Nios2 eval kit 1.1) : D...
Altera_Forum
Honored Contributor
21 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- I used the same makefile given in the folder with the hello.c program and did not edit the Rules.mak The code for the rules.mak:[/b] --- Quote End --- I think that you meant Makefile because this is the code of the makefile. I think that the problem is : <div class='quotetop'>QUOTE </div> --- Quote Start --- TOPDIR = ..[/b] --- Quote End --- That means that the path of your Rules.mak file is one directory above the project's directory. If the Rules.mak and Makefile are in the same directory then you must change the TOPDIR to :TOPDIR = ./