Forum Discussion
Altera_Forum
Honored Contributor
12 years agoNios Eclipse Console Scrolling output too fast
I am testing the software of a design and I get console output (not of a program but the build project, or load command results) in Eclipse EDK but it goes so fast. I am trying to figure out why I ge...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Not sure, but you could try using "nios2-download -g <your ELF> && nios2-terminal" from a Nios II command shell. This isn't exactly what SBT for Eclipse does, but it could help you move along. --- Quote End --- Thanks, but the makefile sources a lot of variables in the makefile and when I try to run the 'make download-elf' for example, it complains because those variables defined in the beginning of the Makefile are not being referenced or set...do I need to figure out how to read Makefiles and set all those...isn't there a way to stop the console or record it somewhere... all this is because I get a verify error on download and I can never read where its failing because it disappears too quickly.. Salman