avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] [Fwd: building gcc/g++]


From: Peter Jansen
Subject: Re: [avr-gcc-list] [Fwd: building gcc/g++]
Date: Fri, 11 Jan 2002 16:29:23 +1100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2

Marek,


Could I have 4 bytes in the startup code to support C++, something like

;; Call any C++ constructors
    CALL _U(__do_global_ctors)
    .weak _U(__do_global_ctors)

;; Call Main function


This does not work for several reasons, as I found out today, hmm any ideas?

Regards,

--
Peter Jansen
Smart Container
Level 1, NIC Building
Eveleigh
NSW       1430
AUSTRALIA


avr-gcc-list at http://avr1.org



reply via email to

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