Forum Discussion
Altera_Forum
Honored Contributor
10 years agoCompiling assembly file to hex file
I am attempting to compile my source.s code into the hex file that will be placed in my system RAM. This must be done completely through the command line and I am having some problems. I am using the...
Altera_Forum
Honored Contributor
10 years agoI do not understand why main.o is getting created at the above directory. It should go to obj/default, not obj/default//"My_Full_Project_Path"