Jump to content

ThePianoGuy

Senior Member
  • Posts

    569
  • Joined

  • Last visited

Everything posted by ThePianoGuy

  1. i fixed it by using export ARCHS = armv7 armv7s arm64 export TARGET = iphone:clang:7.1:7.1 and the errors as i told you are gone! i installed the tweak and the tweak is working fine on 32 bit devices Can you test my tweak again on your 64 bit device? http://www24.zippyshare.com/v/89519370/file.html
  2. the compiler just ignore arm64 and compile as 32 bit instead. look at the error below. /var/root/dungeonhunter4cheats/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/root/dungeonhunter4cheats/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. i had changed the minimum iOS version to 7.0 but it still say "Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang." i have no idea where the iOS version target is located...
  3. i'm not using Cygwin anymore. i compile it with my iPad 2 but i can't get it to work.
  4. i found out why. the compiler ignore the armv7 & arm64 and compile without arm64. i have reinstalled LD64 & Darwin CC tools but it still not working. do you know how to fix the problem? /var/root/dungeonhunter4cheats/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/root/dungeonhunter4cheats/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
  5. i have fixed the problem and compiled with armv7 & arm64. can you test my pref tweak on your 64 bit device(if oyu have one)? http://www51.zippyshare.com/v/91144926/file.html
  6. i reinstalled theos, iOS SDK, Perl and other required tweaks but i got another errors /private/var/root/dungeonhunter4cheats$ make package make: getcwd: No such file or directory make: *** No rule to make target `package'. Stop.
  7. yes i can without adding armv7 and arm64 but my tweak won't work on arm64 devices.
  8. Hello. how can i make arm64 and armv7 work for Cygwin program for Windows? when i include ARCHS = armv7 arm64 in makefile. it gives me this error. quoc@[member=john] ~/dungeonhunter4cheats $ make package /home/quoc/dungeonhunter4cheats/theos/makefiles/targets/Cygwin/iphone.mk:38: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak DungeonHunter4Cheats... Preprocessing Tweak.xm... Compiling Tweak.xm... Linking tweak DungeonHunter4Cheats... ld: can't open output file for writing: /tmp/-990bfb.out, errno=2 for architecture armv7 armv7-apple-darwin11-clang: error: linker command failed with exit code 1 (use -v to see invocation) /home/quoc/dungeonhunter4cheats/theos/makefiles/instance/library.mk:27: recipe for target 'obj/DungeonHunter4Cheats.dylib.1b5b9d6a.unsigned' failed make[2]: *** [obj/DungeonHunter4Cheats.dylib.1b5b9d6a.unsigned] Error 1 /home/quoc/dungeonhunter4cheats/theos/makefiles/instance/library.mk:19: recipe for target 'internal-library-all_' failed make[1]: *** [internal-library-all_] Error 2 /home/quoc/dungeonhunter4cheats/theos/makefiles/master/rules.mk:54: recipe for target 'DungeonHunter4Cheats.all.tweak.variables' failed make: *** [DungeonHunter4Cheats.all.tweak.variables] Error 2
  9. I have created 2 symbolic links but it still not working. it gives me the same error
  10. but how can i fix it?
  11. Hello When i try to compile my own tweak with pref bundle. it gives me this error iPad-2:~/dungeonhunter4cheats root# make package Makefile:1: theos/makefiles/common.mk: Not a directory Makefile:6: /tweak.mk: No such file or directory Makefile:10: /aggregate.mk: No such file or directory make: *** No rule to make target `/aggregate.mk'. Stop. iPad-2:~/dungeonhunter4cheats root# i had reinstalled Perl, theos and iOS SDK 7.1 and replaced prefences in include folder but i still can't get it to work.
  12. is there a way to do gdb hacking without Gameplayer or other hack tool? because i want to hack a not human readable games like Gameloft games and GLU games.
  13. i readed it. i can try to hack it. MOV R0, R7 Read more at: http://iosgods.com/topic/1470-ida-hacking-tutorial-3/#entry16791 Copyright © iO
  14. Hello. do you know what "STMFD SP!, {R4,R5,LR}" is? many games have STFMD and i don't know that it is...
  15. thanks
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines