Commit graph

7 commits

Author SHA1 Message Date
Joerg Wunsch
bca2626b24 Fix access to uninitialized memory when examining the device's EEPROM. 2006-02-06 16:50:58 +00:00
Joerg Wunsch
c8694fab91 Many thanks to hrs who kept track of my emergency call, and to
Benjamin Lutz whom he got to solve my latex PDF vs. DVI generation
problem, and who supplied a fix that makes simulavr's documentation
build again.  That way, I could reenable the doc generation for the
port I just turned off about a day ago in order to unbreak the port.

Submitted by:	Benjamin Lutz <benlutz@datacomm.ch>
2005-08-01 06:28:20 +00:00
Joerg Wunsch
a196360474 Upgrade to a new source tarball that has all of our functional private
patches integrated.

I give up on trying to convince the doxygen setup of simulavr to
peacefully collaborate with LaTeX 3.x, it always ends up in producing
a PDF file where it is supposed to produce a DVI file (which the build
system then tries to process further).  Instead, I hacked the
configure and build system to not try building or installing any of
its private documentation at all (the man and info pages are still
around as they are already present in the source tarball).

After all, the original simulavr is no longer being developed but has
a successor named simulavrxx, so in future, I'll rather concentrate on
making a FreeBSD port out of that one.
2005-07-30 22:03:01 +00:00
Joerg Wunsch
0eb1b9fabc Fix a possible division by zero condition that can happen for very
short (< 1 ms) simulations.
2005-01-12 22:16:02 +00:00
Joerg Wunsch
141add0eb6 Kill -Winline and -Werror, so this port stops from failing to build in
case today's compiler won't inline this or that function where the
author believed it could inline it.
2004-12-08 22:10:47 +00:00
Joerg Wunsch
71bf94a661 Don't use the ancient -m avrr85xx linker `emulation' option, binutils
2.15 doesn't provide it anymore.  Use -m avr2 instead now.

This patch is only required as a stop-gap measure, until the official
sources have fixed that.
2004-06-20 21:18:36 +00:00
Joerg Wunsch
b95a6324cc Remove `inline' from a function gcc 2.95 (in FreeBSD 4.x) warns that
it cannot inline it.  This caused the port build in FreeBSD 4.x to
break due to -Werror.

Submitted by:	Theodore A. Roth <troth@openavr.org>
2004-03-12 21:10:58 +00:00