This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: About the file "crt0.o"


crt0.o contains the startup code for your application before main() gets called. It is target specific. Your native compiler works because the i686-linux version exists but the alpha-dec-osf version does not.
It should be made and located with the alpha-dec-osf libraries.


Hi Richard:
First thank you for your help.
I have another question.Now I have the source file(Redhat linux 6.2) which can be used to install linux on an alpha machine.Can i obtain the file "crt0.o" from those source files. Some of them are RPM files, and some files have the suffix name so or so.2 and something like that.

Shen Yingzhe





_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/lccn/

------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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