#30677: arm-none-eabi-binutils broken ----------------------------------+----------------------------------------- Reporter: michal.schulz@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: arm binutils r15 | Port: arm-none-eabi-binutils ----------------------------------+----------------------------------------- arm-none-eabi-binutils 2.21.53.0.1 has a bug when compiling armv7-a code (I haven't tested other ARM architectures), it says the r15 register is not allowed: {{{ Error: r15 not allowed here -- `strb pc,[r0,#4]' }}} Other versions of binutils compile the following test code properly: {{{ .cpu cortex-a8 .fpu softvfp .text strb pc,[r4,#0] }}} -- Ticket URL: <https://trac.macports.org/ticket/30677> MacPorts <http://www.macports.org/> Ports system for Mac OS