Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12618 Discussions

Errorwhile building Application Project

Altera_Forum
Honored Contributor II
1,080 Views

While Building Application Project I am using the hello.c file in 

/apps/samples/hello folder 

Makefile and the hello.c are added in the same project folder after Create Make Targret I am trying to Build Projectit gives error : 

 

make -k all  

Makefile:15: ../Rules.mak: No such file or directory 

make: *** No rule to make target `../Rules.mak'. 

make: Failed to remake makefile `../Rules.mak'. 

make: *** No rule to make target `hello.exe', needed by `all'. 

make: *** No rule to make target `hello.gdb', needed by `all'. 

make: Target `all' not remade because of errors. 

 

Whats the reason?
0 Kudos
6 Replies
Altera_Forum
Honored Contributor II
353 Views

change in your makefile TOPDIR = .. into TOPDIR = ./

0 Kudos
Altera_Forum
Honored Contributor II
353 Views

 

--- Quote Start ---  

originally posted by helmchen@Oct 26 2005, 05:42 PM 

change in your makefile topdir = .. into topdir = ./ 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10588) 

--- quote end ---  

 

--- Quote End ---  

 

 

Thanks it worked 

 

One more help please 

How to run this application on the (linux project) .sof downloaded on FPGA. 

After doing run it gives Verifying failed  

Target processor paused 

 

Thanks and Regards
0 Kudos
Altera_Forum
Honored Contributor II
353 Views

try to upload the file with ftp for example or add hello.exe to filesystem and upload the filesystem. 

 

But uploading with ftp is the way to do.
0 Kudos
Altera_Forum
Honored Contributor II
353 Views

 

--- Quote Start ---  

originally posted by helmchen@Oct 26 2005, 06:05 PM 

try to upload the file with ftp for example or add hello.exe to filesystem and upload the filesystem. 

 

but uploading with ftp is the way to do. 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10591) 

--- quote end ---  

 

--- Quote End ---  

 

 

I am completely new to all this can you suggest some doc or give the steps 

 

Thanks and Regards
0 Kudos
Altera_Forum
Honored Contributor II
353 Views

 

--- Quote Start ---  

originally posted by helmchen@Oct 26 2005, 02:12 PM 

change in your makefile topdir = .. into topdir = ./ 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10588) 

--- quote end ---  

 

--- Quote End ---  

 

 

Hi, 

 

I&#39;m experiencing a likely error when trying to build my µClinux application (although it build with no error as a C/C++ application) 

 

make: *** No rule to make target `display.c&#39;, needed by `display.o&#39;. 

 

And so for each source file in the project directory. 

 

I&#39;ll be grateful if you can help me with that. 

 

Warm Regards
0 Kudos
Altera_Forum
Honored Contributor II
353 Views

 

--- Quote Start ---  

originally posted by helmchen@Oct 26 2005, 02:35 PM 

try to upload the file with ftp for example or add hello.exe to filesystem and upload the filesystem. 

 

but uploading with ftp is the way to do. 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10591) 

--- quote end ---  

 

--- Quote End ---  

 

 

 

Hi, 

 

can we really upload the file to the bin directory? Since the filesystem is read only 

 

Warm Regards
0 Kudos
Reply