In article <dub120-ds39d3ed1de2725ae91848cf0...@phx.gbl>, Alan Buckley <alan_...@hotmail.com> wrote: > Im in the process of modifying the autobuilder packaging to set > up the new packaging Components field.
> Once Ive done this and tested it I intend to go through the > autobuilder programs/libraries that generate packages > and update them all (or as many as I can get to build). > I was wondering if this would be a good time to change my > machine to use the trunk version of the compiler (4.7?) > instead of the 4.1.2 version I currently use. There seems to be a problem with gcc 4.7.x and ARMv7 platforms. Quite often the executable generated won't run with alignment exceptions turned on. Using '-mno-unaligned-access' to build everything fixes the problem. Chris. _______________________________________________ GCCSDK mailing list gcc@gccsdk.riscos.info Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK