
Building current source for 4 boards (4 threads, 2 jobs per thread) arm: + q8_a33_tablet_800x480 +{standard input}: Assembler messages: +{standard input}:299: Error: push/pop do not support {reglist}^ -- `pop {r0,r1,r2,r3,r4,r9,ip,pc}^' +make[3]: *** [arch/arm/cpu/armv7/sunxi/psci.o] Error 1 +make[2]: *** [arch/arm/cpu/armv7/sunxi] Error 2 +make[1]: *** [arch/arm/cpu/armv7] Error 2 +make: *** [sub-make] Error 2 arm: + q8_a23_tablet_800x480 +{standard input}: Assembler messages: +{standard input}:299: Error: push/pop do not support {reglist}^ -- `pop {r0,r1,r2,r3,r4,r9,ip,pc}^' +make[3]: *** [arch/arm/cpu/armv7/sunxi/psci.o] Error 1 +make[2]: *** [arch/arm/cpu/armv7/sunxi] Error 2 +make[1]: *** [arch/arm/cpu/armv7] Error 2 +make: *** [sub-make] Error 2 arm: + q8_a33_tablet_1024x600 +{standard input}: Assembler messages: +{standard input}:299: Error: push/pop do not support {reglist}^ -- `pop {r0,r1,r2,r3,r4,r9,ip,pc}^' +make[3]: *** [arch/arm/cpu/armv7/sunxi/psci.o] Error 1 +make[2]: *** [arch/arm/cpu/armv7/sunxi] Error 2 +make[1]: *** [arch/arm/cpu/armv7] Error 2 +make: *** [sub-make] Error 2 1 0 3 /4 q8_a13_tablet richard@ubuntu:~/u-boot$
My tablet is labeled AllDayMall model a88x bsf1. The firmware that came with it is defective the wifi does not work, i am trying to set up to boot linux gentoo or other linux from sd card.

Hi,
On Wed, Jul 6, 2016 at 8:22 AM, Richard Snow rssnow1@gmail.com wrote:
Building current source for 4 boards (4 threads, 2 jobs per thread) arm: + q8_a33_tablet_800x480 +{standard input}: Assembler messages: +{standard input}:299: Error: push/pop do not support {reglist}^ -- `pop {r0,r1,r2,r3,r4,r9,ip,pc}^' +make[3]: *** [arch/arm/cpu/armv7/sunxi/psci.o] Error 1 +make[2]: *** [arch/arm/cpu/armv7/sunxi] Error 2 +make[1]: *** [arch/arm/cpu/armv7] Error 2 +make: *** [sub-make] Error 2 arm: + q8_a23_tablet_800x480 +{standard input}: Assembler messages: +{standard input}:299: Error: push/pop do not support {reglist}^ -- `pop {r0,r1,r2,r3,r4,r9,ip,pc}^' +make[3]: *** [arch/arm/cpu/armv7/sunxi/psci.o] Error 1 +make[2]: *** [arch/arm/cpu/armv7/sunxi] Error 2 +make[1]: *** [arch/arm/cpu/armv7] Error 2 +make: *** [sub-make] Error 2 arm: + q8_a33_tablet_1024x600 +{standard input}: Assembler messages: +{standard input}:299: Error: push/pop do not support {reglist}^ -- `pop {r0,r1,r2,r3,r4,r9,ip,pc}^' +make[3]: *** [arch/arm/cpu/armv7/sunxi/psci.o] Error 1 +make[2]: *** [arch/arm/cpu/armv7/sunxi] Error 2 +make[1]: *** [arch/arm/cpu/armv7] Error 2 +make: *** [sub-make] Error 2 1 0 3 /4 q8_a13_tablet richard@ubuntu:~/u-boot$
This is a known and fixed GCC bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16634 https://bugzilla.redhat.com/show_bug.cgi?id=1344717
You should update your toolchain.
ChenYu
My tablet is labeled AllDayMall model a88x bsf1. The firmware that came with it is defective the wifi does not work, i am trying to set up to boot linux gentoo or other linux from sd card.
-- h http://richardsnow.infottp://richardsnow.info My Google Plus profile http://www.google.com/profiles/rssnow1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Hi,
On Wed, Jul 6, 2016 at 2:42 PM, Chen-Yu Tsai wens@csie.org wrote:
Hi,
On Wed, Jul 6, 2016 at 8:22 AM, Richard Snow rssnow1@gmail.com wrote:
Building current source for 4 boards (4 threads, 2 jobs per thread) arm: + q8_a33_tablet_800x480 +{standard input}: Assembler messages: +{standard input}:299: Error: push/pop do not support {reglist}^ -- `pop {r0,r1,r2,r3,r4,r9,ip,pc}^' +make[3]: *** [arch/arm/cpu/armv7/sunxi/psci.o] Error 1 +make[2]: *** [arch/arm/cpu/armv7/sunxi] Error 2 +make[1]: *** [arch/arm/cpu/armv7] Error 2 +make: *** [sub-make] Error 2 arm: + q8_a23_tablet_800x480 +{standard input}: Assembler messages: +{standard input}:299: Error: push/pop do not support {reglist}^ -- `pop {r0,r1,r2,r3,r4,r9,ip,pc}^' +make[3]: *** [arch/arm/cpu/armv7/sunxi/psci.o] Error 1 +make[2]: *** [arch/arm/cpu/armv7/sunxi] Error 2 +make[1]: *** [arch/arm/cpu/armv7] Error 2 +make: *** [sub-make] Error 2 arm: + q8_a33_tablet_1024x600 +{standard input}: Assembler messages: +{standard input}:299: Error: push/pop do not support {reglist}^ -- `pop {r0,r1,r2,r3,r4,r9,ip,pc}^' +make[3]: *** [arch/arm/cpu/armv7/sunxi/psci.o] Error 1 +make[2]: *** [arch/arm/cpu/armv7/sunxi] Error 2 +make[1]: *** [arch/arm/cpu/armv7] Error 2 +make: *** [sub-make] Error 2 1 0 3 /4 q8_a13_tablet richard@ubuntu:~/u-boot$
This is a known and fixed GCC bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16634 https://bugzilla.redhat.com/show_bug.cgi?id=1344717
I referenced the wrong upstream bug. It's this one:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70830
ChenYu
You should update your toolchain.
ChenYu
My tablet is labeled AllDayMall model a88x bsf1. The firmware that came with it is defective the wifi does not work, i am trying to set up to boot linux gentoo or other linux from sd card.
-- h http://richardsnow.infottp://richardsnow.info My Google Plus profile http://www.google.com/profiles/rssnow1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Chen-Yu Tsai
-
Richard Snow