[arm-gnu] Unknown EABI object attribute 34
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] Unknown EABI object attribute 34



I tried to link objects generated by RealView 3.1 and arm-none-eabi
(2008q1) with arm-none-eabi-ld but it always reported "Unknown EABI
object attribute 34". I had a look at EABI spec and found 34 means
"Tag_CPU_unaligned_access". Since my code didn't use unaligned access so
I ignored this warning. Do you plan to support this attribute in the
future version, at least recognise it?
 
Regards
Karl Lu