Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
Take a look at the System Library project properties page. You can change stdout, stderr, stdin from there.
- slacker - Altera_Forum
Honored Contributor
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/rolleyes.gif
Thank you very much! I edited the "system.h" file and it can be done. # define ALT_STDIN "/dev/uart1"# define ALT_STDOUT "/dev/uart1"# define ALT_STDERR "/dev/uart1" - Altera_Forum
Honored Contributor
Editing the system.h file is a bad idea - see the comment at the top of the file.
This file is created by the build system so it will be overwritten next time you change the PTF file or any of the system properties.