Forum Discussion
Switching to CDT Global Build Console did not give any more detailed information about what the error was. It still does not compile properly using the Build All functionality within the Nios II application. within the build console, it failed after the nios2-elf-insert command so I put that command and al associated text into a .sh file and ran a source on the file within the command shell. It failed stating the elf file doesn't exist. I then put the previous command, nios2-elf-g++, and all associated text into the .sh file and performed a source on that within the command console. The elf file and binaries were finally created. So now in order to obtain an elf file within windows 10, I have to perform a build all, then run a source command within the command console on a .sh file with the nios2-elf-insert command and the nios2-elf-g++ command within the file and then the elf file is not deleted after creation. It is rather annoying but not a problem. If anyone knows of a non round about solution I am still waiting.
Thank you, Mark