What are the steps to create an ELF file for project in command-line?
The Nios II application is first compiled into an ELF file and then this is combined with SOF to create POF which is then downloaded into the FPGA. All this is well and good.
I want to know, the s...