> -----Original Message-----
> From: Joel Sherrill [mailto:[email protected]] 
> Sent: Thursday, March 12, 2009 1:55 PM
> To: Weddington, Eric
> Cc: [email protected]
> Subject: Re: [Simulavr-devel] simulator performance
> 
> >> I have created an issue as a starting point
> >> on the performance investigation.  I managed
> >> to get the standard Net drystone code to compile
> >> for atmega128 but don't know how to run it.  How
> >> does one configure the simulator to get avr-libc
> >> stdio to go to the console?
> >>     
> >
> > What console? ;-)
> >
> >   
> 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.

Umm. We don't have /dev/anything.

One creates their own putchar/getchar functions and associates them with a 
particular stream. That way you can read/write to a UART, or write to an LCD, 
or whatever peripheral comes to mind that can accept some sort of I/O. There's 
just no basic assumption that any particular I/O device exists on an AVR.


_______________________________________________
Simulavr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to