This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: How can i compile 2.13 for arm?


Hi zhangpengf,

> I done like following:
> ./Configurate  --target=arm
> 
> but i could not get the right result. The configuration stop when configing
> the config.bfd. can somebody help me?

The configuration program is called "configure" not "Configurate" and
for the ARM you need to specify a binary file format as well, so you
most probably want to run:

        ./configure --target=arm-elf

Cheers
        Nick


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