Forum Discussion
Altera_Forum
Honored Contributor
16 years agoassembly language in the nios ii ide
Hi does the nios ii ide support assemble language? why does my assemble codes occur errors? my setup project proceed as follows: 1 Start the Nios II IDE. (Start->All Programs->Altera->...
Altera_Forum
Honored Contributor
15 years agoHi,
I'm using Monitor program and C language setting. I have a .s file which itself includes the "macros.s" . But I get the same error : Can't open macros.s for reading: No such file or directory 1. I tried using .S file instead of .s 2. I used Eclipse as default working directory 3. I have main function in C and tried _main or _start or _alt_main in my assembly file Any suggestion?