-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./build_native.sh doesn't run? #3
Comments
Warning before you continue. The Install Make sure your toolchain is correct too. I use the toolchain from here. Also, move the Otherwise, if you need anything else, feel free to let me know. ~ spv |
@CatsLover2006 sorry for tagging you, may i ask where did you get the objcopy command/syntax? also Core Utilities from Cydia/Telesphoreo should solve your whoami. For rests you need to create bin folder manually in untether and shc folder. Don't forget to run build as mentioned too in tools folder Mine running but idk how to measure the untethered successful? Rebooted and it gone lmao. Probably due to all of objcopy commands not running Ipad 3(A5) here |
I’m not 100% sure where I got the commands. I just booted up my iPad 2 today and tried updating the source and it worked. |
Mind sharing your sources or installed apt? I only use @spv420 (sorry for tagging) Toolchain and Cydia.Radare to update my apt ... tried hours finding for binutils containing objcopy... |
https://osandamalith.com/2015/07/12/installing-gcc-on-ios-8/ |
When I attempt to run
./build_native.sh
(directly on my iPad 2 for the sake of aiding development, I am willing to sacrifice the small 16gb of storage I have on it to aid in development), I get the following error log (this is already under superuser, so file writes should not be an issue)I'm pretty sure this has to do with the fact that, after looking at the filesystem,
exp.js
is exactly 0 bytes large. Also, both the/tools/bin
and regular/bin
folders don't exist (in this particular example, I created/tools/bin
to the exact same result). Any ideas as to how I can at least get this compiling?I hope this is not an inconvenience.
The text was updated successfully, but these errors were encountered: