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

Help regarding NiosII IDE

Altera_Forum
Honored Contributor II
1,551 Views

Hi, 

I am having problem inporting existing project into NiosII IDE. 

 

I followed following procedure.. 

In Nios II IDE : File > inport > Existing altera nios II project into workspace > then browsed to 

my already existing project (hello_led_0). 

 

The pop-up window indicates (error) project already exists and finish button is not highlighted. 

 

What I am trying here is to import already existing project into Nios II IDE and edit/build/run it. 

 

( the only way i thought might be to create another new C++ project(hello_led_1) and proceed 

in Nios II IDE workspace). 

 

I don't know if I an missing anything. 

 

I appreciate your suggestions.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
421 Views

Sorry by mistake i posted in hardware section.

0 Kudos
Altera_Forum
Honored Contributor II
421 Views

### "Eclipse works different than other tools,  

why make something easy, if you can make it very complicated ?"# ## 

 

you cannot have two projects with the same name in navigator, even they are  

in different directories. 

 

you have two possibilities. 

 

1. in navigator view right click on already existing project and delete it, it normally 

shows a message box where "do not delete contents" is selected, which means that it only  

removes the project from the navigator view and not from the disk. After that you can import 

the project from another location. 

 

2. I sometimes copy exitsting projects from one location to another, then I open the 

file ".project" and change there the name of the project to a new name.
0 Kudos
Altera_Forum
Honored Contributor II
421 Views

Hi, 

Got it and thanks for info.
0 Kudos
Reply