Re: Global Objects initialization Problem.......

2005-05-03 Thread James E Wilson
Satendra Pratap wrote: 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". You have so much modified stuff he

Global Objects initialization Problem.......

2005-04-27 Thread Satendra Pratap
Hi, 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". For example: when I execute the following program