Displaying 3 results from an estimated 3 matches for "f4400add".
2014 Dec 13
2
[LLVMdev] ARM regression between r223766 and r223925
...'std'
3. /usr/lib/gcc/arm-linux-gnueabihf/4.9/../../../../include/c++/4.9/bits/basic_string.h:112:5:
parsing struct/union/class body 'basic_string'
clang-3.6: error: unable to execute command: Bus error
and dmesg agrees:
[ 96.272849] Alignment trap: not handling instruction f4400add at [<b4072ffc>]
[ 96.280467] Unhandled fault: alignment exception (0x801) at 0x01d7a8cc
Might this be due to the fact that I now compile with -mfpu=neon ?
On Thu, Dec 11, 2014 at 12:41 PM, Renato Golin <renato.golin at linaro.org> wrote:
> On 11 December 2014 at 10:29, İsmail D...
2015 Jan 30
0
[LLVMdev] ARM regression between r223766 and r223925
...ib/gcc/arm-linux-gnueabihf/4.9/../../../../include/c++/4.9/bits/basic_string.h:112:5:
> parsing struct/union/class body 'basic_string'
> clang-3.6: error: unable to execute command: Bus error
>
> and dmesg agrees:
>
> [ 96.272849] Alignment trap: not handling instruction f4400add at [<b4072ffc>]
> [ 96.280467] Unhandled fault: alignment exception (0x801) at 0x01d7a8cc
>
> Might this be due to the fact that I now compile with -mfpu=neon ?
Ismail,
I'm really sorry for not looking into this when I should, you're
absolutely correct. Here's the bug...
2015 Jan 30
2
[LLVMdev] ARM regression between r223766 and r223925
...hf/4.9/../../../../include/c++/4.9/bits/basic_string.h:112:5:
>> parsing struct/union/class body 'basic_string'
>> clang-3.6: error: unable to execute command: Bus error
>>
>> and dmesg agrees:
>>
>> [ 96.272849] Alignment trap: not handling instruction f4400add at [<b4072ffc>]
>> [ 96.280467] Unhandled fault: alignment exception (0x801) at 0x01d7a8cc
>>
>> Might this be due to the fact that I now compile with -mfpu=neon ?
>
> Ismail,
>
> I'm really sorry for not looking into this when I should, you're
> abs...