>the other hand, 'file hello.o' returns "hello.o: ELF 32-bit LSB relocatable,
>version 1, not stripped". It says nothing about 'x86' so I take it is an ARM
>type.

Yes; your `file' probably doesn't understand about ARM binaries.  It's not 
hard to fix, just add an appropriate entry to your magic numbers file.  I 
imagine it already has something like this:

0       string          \177ELF         ELF                                     
[...]
>>18    leshort         0               no machine,                             
>>18    leshort         1               AT&T WE32100 - invalid byte order,      
>>18    leshort         2               SPARC - invalid byte order,             
>>18    leshort         3               Intel 80386,                            

etc; the line you need to add is:

>>18    leshort         40              ARM,

p.


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

Reply via email to