This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with GNU CC 2.7.2


Stephane.Danilo@alcatel.fr wrote:
I have some troubles in the bootable VxWorks application. I have to
instantiate a C++ constructor. This one is called in static because the
system is initializing :
                              static SeepCard card(SEEP_SeepCardPath);
This constructor inherits of an other class.
When I try to launch my application, the system becomes out of order with
this call.

There isn't enough info here to determine what the problem is. Even if we had more info, we probably can't help much. gcc-2.7.2 is ancient, you probably have a vendor release not a FSF release, and there are few of us here that know VxWorks. We are currently supporting only gcc-3.3 and later.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]