>> > - Compile and install binutils-1.9.1.0.19a
>> >    ./configure --target=arm-linux --prefix=where_you_want
>> >    make
>> 
>> surely
>> make cross
>> if he's trying to make a cross compiler?

"make cross" is only needed for GCC.  For binutils you just do "make".

>> should one configure with --host --target and --build when making a cross 
>> compiler?

There's no need.  You have to give --target but the host can be guessed and 
the build defaults to the host.

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to