Hi, > Rob Kendrick <r...@rjek.com> wrote: [snip] > Is building code for ARMv3 (or v4?) supported and I'm being an idiot, or > is this totally out of scope of the endeavour?
No idea about the GCCSDK details, but from a GCC-ARM-backend perspective, ARMv4 and everything-non-Thumb-before-ARMv6 was deprecated I think in GCC 6, so I guess it was removed from the ARM backend in one of the later versions. Current GCC docs only mention "ARMv4T" support as the oldest architecture. ISTR there was a linker hack to basically transform ARMv4T output to ARMv4, but I cannot find the reference for that. So unless you re-add the support to the ARM backend, I guess you are out of luck and need to go back to GCC 4.7.x for old ARM architecture compatibility. Steffen -- Steffen Huber LambdaComm System – Welcome to Trollinger Country stef...@huber-net.de Private homepage https://www.huber-net.de/ (http://www.huber-net.de/) RISC OS Blog http://riscosblog.huber-net.de/ _______________________________________________ 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