Forum Discussion
Altera_Forum
Honored Contributor
16 years agoEclipse: Project Conversion Failed
I am trying to load a project from the Terasic DE2 CD from Eclipse IDE in NIOS 10. When I select the workspace the following message shows: "project conversion failed for project hello_l...
Altera_Forum
Honored Contributor
15 years agoHi,
Here is the command you need nios2-convert-ide2sbt --input-dir=<source directory> --output-dir=<target directory> --build-config=<configuration> where <source directory>—directory containing the original Nios II IDE project. <target directory>—directory where nios2-convert-ide2sbt places the converted SBT project. If <target directory> does not exist, nios2-convert-ide2sbt creates it. <configuration>—Debug or Release, designating the Nios II IDE project configuration. For more information, you might need to refer here Porting Nios II IDE Projects to the SBT http://www.altera.com/literature/hb/nios2/n2sw_nii52002.pdf