On 05/03/2016 07:05 PM, N30dG wrote: > No, I don't wan't someone for debug this for me. > My hope was that you would say somethink like: Yes there was some changes, > just add this gcc-flag and it would works fine. Stupid I know, but it I can > compile it for many other achitectures without any Code-changes, only > ARMv8-A makes problems. So I think really have to debug this, would not that > easy for me... But it's a good lesson for starting my linux-jurney. ( > normaly I work on windows with fancy IDE's ;P ) OK. We're interested in any bugs you discover. GCC compiles in strict IEEE-754 floating-point mode by default; it is possible to relax that with some flags, but you won't see that. Andrew.