simulavr-devel
[Top][All Lists]
Advanced

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

Re: [Simulavr-devel] Compiling issues


From: Johan Karel Maria Dams
Subject: Re: [Simulavr-devel] Compiling issues
Date: Tue, 8 Nov 2005 09:21:53 +0200 (EET)

Hello.

When I replace 'size' with '_raw_size' the application works fine.

I saw that in binutils, in the file section.c the structure size is defined by:
ptr->_cooked_size = val;
ptr->_raw_size = val;

They seem to be initialised to the same value (did not look into detail).


Best regards,
Johan


On Mon, 7 Nov 2005, Johan Karel Maria Dams wrote:

Hello.

I've been trying to compile Simulavrxx with libbfd.a and bfd.h from binutils2.12.91.
I get an error stating that:

avrdevice.cpp:122: error: 'struct sec' has no member named 'size'
avrdevice.cpp:132: error: 'struct sec' has no member named 'size'


This is the only error I get, as I can compile the rest when I assign a constant to variable 'size' in avrdevice.cpp.

Any ideas regarding this issue?



Best regards,
Johan



_______________________________________________
Simulavr-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/simulavr-devel





reply via email to

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