simulavr-devel
[Top][All Lists]
Advanced

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

[Simulavr-devel] Make error size


From: nimrodx
Subject: [Simulavr-devel] Make error size
Date: Mon, 31 Jul 2006 23:03:11 +1000
User-agent: Thunderbird 1.5.0.5 (X11/20060719)

Hi Simulavr Gurus,

I have read the email thread that seems to pertain to this issue on the list....but can't understand the answer!
Scenario redhat 9.0, wanting to work with avr's:

binutils (2.14) compiled and installed:
./configure --prefix=/usr/local/AVR --target=avr --enable-install-libbfd
make
make install

Next:
gcc4.02 compiled and installed:
../gcc-4.0.2/configure --prefix=/usr/local/AVR --target=avr --enable-languages="c,c++" --disable-nls
make
make install

Next:
compiled and installed avr libc, something like...
prefix=/usr/local/AVR ./configure --build=`./config.guess` --host=avr
(can't quite remember, but something like that)
make
make install

Next, install simulavrxx-0.8.006.tar.gz:
./configure --prefix=/usr/local/AVR
make.....

Leads to very nasty errors:
net.h:64: warning: `class MirrorNet' only defines a private destructor and has
 no friends
avrdevice.cpp: In member function `void AvrDevice::Load(const char*)':
avrdevice.cpp:122: `struct sec' has no member named `size'
avrdevice.cpp:131: `struct sec' has no member named `size'
make[3]: *** [avrdevice.lo] Error 1
make[3]: Leaving directory `/home/alphanax/Downloads/avr/simulavrxx-0.8.006/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/alphanax/Downloads/avr/simulavrxx-0.8.006/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/alphanax/Downloads/avr/simulavrxx-0.8.006/src'
make: *** [all-recursive] Error 1

Anyone with any idea what I am doing wrong here?

I would greatly appreciate your guidance.

Thanks for your time and help,

Matt













reply via email to

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