You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ zz proot
/data/data/com.termux/files/home/proot
❯ make -C src loader.elf loader-m32.elf build.h
make: Entering directory '/data/data/com.termux/files/home/proot/src'
CC loader/loader.o
./loader/loader.c:261:5: warning: inline asm clobber list contains reserved registers: SP [-Winline-asm]
261 | BRANCH(stmt->start.stack_pointer, stmt->start.entry_point);| ^
./loader/assembly-arm64.h:32:3: note: expanded from macro 'BRANCH'
32 |"// Restore initial stack pointer. \n\t" \
| ^
./loader/loader.c:261:5: note: Reserved registers on the clobber list may not be preserved across the asm statement, and clobbering them may lead to undefined behaviour.
./loader/assembly-arm64.h:32:3: note: expanded from macro 'BRANCH'
32 |"// Restore initial stack pointer. \n\t" \
| ^
1 warning generated.
CC loader/assembly.o
LD loader/loader
make: *** No rule to make target 'loader-m32.elf'. Stop.
make: Leaving directory '/data/data/com.termux/files/home/proot/src'
Expected Behavior
For proot to install.
Actual Behavior
I am getting the following shell output:
Steps to Reproduce the Problem
Specifications
Any assistance greatly appreciated.
The text was updated successfully, but these errors were encountered: