This is the mail archive of the crossgcc@sourceware.org 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: change name


On Wednesday 25 January 2006 01:31, NomadZhaoSZ@viatech.com.cn wrote:
> So, I want to know this tools compiled for
> which type processor, and I want to know how they compile these tools from
> GNU toolchain can let me can't know all these messages?

compile a simple file and analyze it
$ echo > test.s
$ abc-elf-as test.s -o test.o
$ file test.o
$ readelf -h test.o
-mike

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


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