Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThis problem has been solved.
I believe the problem came from my path length being too long. When the assembler creates the main.o file, is is placed under your obj/default folder in which the whole directory is created again. It follows this format. MY_DIR/project_folder/obj/fefault/MY_DIR/project_folder/main.o As you can imagine, this path length can get rather long. My guess is it exceeded the maximum allowed by the Nios Cygwin build tools. Simply making my MY_DIR path less levels solved this issue. -Matt