perfstr Posted July 26, 2016 Posted July 26, 2016 Hello, I am trying to build a new system for Orange Pi PC with kernel v.3.4 and Ubuntu xenial desktop. After getting updated sources and compilers, during u-boot compiling I get the following error message: Assembler messages:{standard input}:314: Error: push/pop do not support {reglist}^ -- `pop {r0,r1,r2,r3,r4,r9,ip,pc}^'make[2]: *** [arch/arm/cpu/armv7/sunxi/psci.o] Error 1 and compilation ends. Any suggestion?
zador.blood.stained Posted July 26, 2016 Posted July 26, 2016 We are debugging this issue: https://github.com/igorpecovnik/lib/issues/427 As a temporary workaround you can add [[ $LINUXFAMILY == sun*i ]] && BOOTBRANCH="v2016.05" to userpatches/lib.config
perfstr Posted July 27, 2016 Author Posted July 27, 2016 Thank you! The workaround worked. Waiting for update...
Recommended Posts