This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Supporting custom processors



martian>> Supporting custom processors

Hm... sounds like what I"ve done... we have a 24bit and 32bit custom
risc cpu. Complete with simulator and stuff like that.
(see http://www.franklin.com)

I've had the same problems too. 

In my simulator I have a 'sim_printf()' which everything goes through
I have a lower level flag that can dup the output to sprintf into
a regular FILE or - under Linux I open /dev/tty - a nasty trick
but it works. It just does not work with cygwin 

I'd like and/or need a FILE handle (really void *) that I can use as
the TK console window reliably under both Linux and Cygwin.

I never found it :-< and live with what I have

-Duane


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]