Hi,

I now have it so configure/make will produce a
running simulavr.exe.  I do NOT have avr-gcc
installed so did not build the examples.  I copied
fred from Linux for testing.  My Cygwin did not
have tex installed so I detected that and disabled
PDF generation.  So there is plenty more to test
but the biggest hurdle has been crossed.

The main problem was that we needed getopt()
from libcygwin.a but were getting conflicts
by picking up some symbols from libiberty.a first.
I added libcygwin.a before it and it started working.

The other issue was a slight rework of src/Makefile.am
since you can't have the same objects in a libtool
and non-libtool library on Cygwin.  I tinkered
and fixed the Makefile.

--
Joel Sherrill, Ph.D.             Director of Research & Development
[email protected]        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
  Support Available             (256) 722-9985




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

Reply via email to