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

See the CrossGCC FAQ for lots more infromation.


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

Re: .out and .elf formats




On Tue, 14 Nov 2000, Igor Trevisan wrote:

> Hi, 
> 
> I have just a little question: I built a cross-gcc for arm-elf and when
> I use it I obtain a .out file.
> What can I do to have a .elf file instead?
> Bye,
> 	Igor.

The name of the file is a.out(historic reasons).The format should be ELF.
try the command

	$file name_of_generated_file

use the gcc option -o  to give the name of the generated file

Jani.


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


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