Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Nios 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 get errors when downloading the design in eclipse and they flash on the screen so fast that I can't decipher what they say and they disappear and aren't scrolled up. If I could figure out the commands, I could try executing them on a cygwin terminal line at least, then I could see the messages. Any clue on how to stop the console from clearing between commands.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- 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