Forum Discussion
Altera_Forum
Honored Contributor
13 years agoLet me be more specific here...
I am basically trying to port a NIOS II IDE project to the SBT, and I am trying to do so using the script below: nios2-convert-ide2sbt --input-dir=.../software/project1 --output-dir=.../software_sbt --build-config=Release After running the script, I am getting a failing message: C:/altera/kits/nios2/compnents/altera_hal/build/app.mk: No such file or directory make: *** No rule to make target 'C:/altera/kits/nios2/compnents/altera_hal/build/app.mk'. Stop After these two lines of message I get a bunch of lines such "at com.altera.embededsw.convert.swproject...", and 4 make files get created in the output directory: -extract735593881111270515.mk -extract2541208479128725489.mk -extract3127138762486601969.mk -extract78493567471325407859.mk Can anyone help me to port my project in to the SBT properly???