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++

IDE Error

Altera_Forum
Honored Contributor II
1,257 Views

Hello, 

 

Iam new to NIOS. Iam trying to build a project in IDE and iam getting this common error and the.elf file is not getting generated.pls help me out. 

 

C:/DOCUME~1/SrinivP/Desktop/NEWWWWW/software/BLANK_~1/Debug/system_description/generated_app.mk:48: warning: overriding commands for target `C:/Documents' 

C:/DOCUME~1/SrinivP/Desktop/NEWWWWW/software/BLANK_~1/Debug/system_description/generated_app.mk:44: warning: ignoring old commands for target `C:/Documents' 

C:/DOCUME~1/SrinivP/Desktop/NEWWWWW/software/BLANK_~1/Debug/system_description/generated_app.mk:48: warning: overriding commands for target `and' 

C:/DOCUME~1/SrinivP/Desktop/NEWWWWW/software/BLANK_~1/Debug/system_description/generated_app.mk:44: warning: ignoring old commands for target `and' 

make: Circular C:/DOCUME~1/SrinivP/Desktop/NEWWWWW/software/BLANK_~1/Debug/system_description/../obj/generated_all.mk-t <- C:/Documents dependency dropped. 

make: Circular and <- blank_project_0.elf dependency dropped. 

make: Circular and <- blank_project_0.elf dependency dropped. 

/bin/sh: line 0: [: too many arguments 

Hardware simulation is not enabled for the target SOPC Builder system. Skipping creation of hardware simulation model contents and simulation symbol files. (Note: This does not affect the instruction set simulator.) 

touch: cannot touch `Settings/SrinivP/Desktop/NEWWWWW/nios_system_sim/dummy_file&#39;: No such file or directory 

make: *** [and] Error 1 

make: *** Deleting file `and&#39; 

Build completed in 1.922 seconds
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
449 Views

Due to the dependency on Cygwin, no spaces are allowed in filenames. Choose a different directory. 

 

- slacker
0 Kudos
Altera_Forum
Honored Contributor II
449 Views

 

--- Quote Start ---  

originally posted by slacker@Mar 24 2007, 12:54 AM 

due to the dependency on cygwin, no spaces are allowed in filenames.  choose a different directory. 

 

- slacker 

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

--- quote end ---  

 

--- Quote End ---  

 

 

Thanks for the info.I have changed my directory name. 

Iam trying to do the example in hardare turorial for a cyclone 2c35.Iam able to run the hardware now.When i use the IDE to download the software pgm(here counter_binary)..it gets downloaded but nothing gets displayed neither on the console or on the board.Pls help me out. 

 

nios2-terminal: connected to hardware target using JTAG UART on cable 

nios2-terminal: "USB-Blaster [USB-0]", device 1, instance 0 

nios2-terminal: (Use the IDE stop button or Ctrl-C to terminate) 

 

*****nothing gets diplayed***** 

 

Could u also let me knw where do we write an assembly code in NIOS IDE
0 Kudos
Altera_Forum
Honored Contributor II
449 Views

You just need to create some .s file in your NIOS IDE project

0 Kudos
Reply