simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] SimulAVR Compilation Problem


From: Oleg Batrashev
Subject: Re: [Simulavr-devel] SimulAVR Compilation Problem
Date: Mon, 7 Feb 2005 02:22:11 +0200 (EET)


I've been unsuccessful in compiling the simulavrxx-0.8.004 package.
Whenever i try to compile i end up with an error in the
"configuration" phase:

simulavrxx-0.8.004 has bug in configuration, ie AVR_BFD_LIB and AVR_LIBIBLIO must change order in configure.ac.

I can see 3 solutions
1) if you have autotools (autoconf, automake and friends) change order to
AVR_LIBIBLIO
AVR_BFD_LIB
and run ./bootstrap. It should fix configure script.

2) checkout latest version from cvs HEAD

3) edit configure script where it tries to find bfd.
In two words:
# checking whether --with-bfd-path .....
and subsequent IF blocks must come before IF block that checks bfd location "via --prefix"

Oleg





reply via email to

[Prev in Thread] Current Thread [Next in Thread]