This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Global Objects initialization Problem.......


> I am using a cross compiler "sparclet-aout-gcc". I have written my own
> main function and does not link to libgcc's
> main function while linking is done. I m not able to initialize the
> global objects
> The generated executable format is "a.out".

First, make sure your cross compiler is working. Try "make check," and
see the build and install docs for more details. 

If it is, ask this question again on gcc@gcc.gnu.org or
gcc-help@gcc.gnu.org.

-benjamin


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