On Thu, Mar 12, 2009 at 1:54 PM, Joel Sherrill <[email protected]> wrote: > Something I can see? /dev/stdout? > > Sorry console is a word with meaning in the RTEMS > community. It is from the old school UNIX /dev/console.
Like Eric said... "what console?" There are examples in the avr-libc docs on how to set up something that looks like stdio to use some variant of printf(). or you could just write bytes to the USART yourself. But you're programming basically on bare metal, you don't have all the luxury frills that an OS provides... (unless you're writing the OS) http://www.nongnu.org/avr-libc/user-manual/group__avr__stdio.html -- GDB has a 'break' feature; why doesn't it have 'fix' too? _______________________________________________ Simulavr-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/simulavr-devel
