-
Notifications
You must be signed in to change notification settings - Fork 42
Description
When I want to make it I'll get this error:
mkdir -p payloads
make -C tools
gcc bin2c.c -o bin2c
make -C bundles
make -C iPad1,1
make -C 7B500
make -C iBSS
arm-elf-gcc -c ../../../../entry.S -o entry.o -I. -I./.. -I./../.. -I./../../../../include -nostdlib -mlittle-endian
../../../../entry.S: Assembler messages:
../../../../entry.S:65: Error: bad instruction push {r0-r12,lr}' ../../../../entry.S:67: Error: bad instructionlsr r5,#24'
../../../../entry.S:118: Error: bad instruction pop {r0-r12,pc}' ../../../../entry.S:137: Error: bad instructionpush {lr}'
../../../../entry.S:139: Error: bad instruction lsr r0,#24' ../../../../entry.S:172: Error: bad instructionpop {pc}'
make[4]: *** [entry.o] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2