Jump to content

10 posts in this topic

Recommended Posts

Posted

Hey guys i get some errors when compiling one of my hacks, when ARCHS = armv7 arm64 is added in the makefile i get the error and when its not i dont get any errors :/

Error code:

Compiling Tweak.xm...
error: unable to create target: 'No available targets are compatible with this
      triple, see -version for the available targets.'
1 error generated.
/var/mobile/familyguy/theos/makefiles/instance/rules.mk:144: recipe for target 'obj/Tweak.xm.b9f4b57a.o' failed
make[2]: *** [obj/Tweak.xm.b9f4b57a.o] Error 1
/var/mobile/familyguy/theos/makefiles/instance/library.mk:19: recipe for target 'internal-library-all_' failed
make[1]: *** [internal-library-all_] Error 2
/var/mobile/familyguy/theos/makefiles/master/rules.mk:54: recipe for target 'FamilyGuy.all.tweak.variables' failed
make: *** [FamilyGuy.all.tweak.variables] Error 2
Cr4zys-iPhone:/var/mobile/familyguy root#
Posted

Hey guys i get some errors when compiling one of my hacks, when ARCHS = armv7 arm64 is added in the makefile i get the error and when its not i dont get any errors :/

Error code:

Compiling Tweak.xm...
error: unable to create target: 'No available targets are compatible with this
      triple, see -version for the available targets.'
1 error generated.
/var/mobile/familyguy/theos/makefiles/instance/rules.mk:144: recipe for target 'obj/Tweak.xm.b9f4b57a.o' failed
make[2]: *** [obj/Tweak.xm.b9f4b57a.o] Error 1
/var/mobile/familyguy/theos/makefiles/instance/library.mk:19: recipe for target 'internal-library-all_' failed
make[1]: *** [internal-library-all_] Error 2
/var/mobile/familyguy/theos/makefiles/master/rules.mk:54: recipe for target 'FamilyGuy.all.tweak.variables' failed
make: *** [FamilyGuy.all.tweak.variables] Error 2
Cr4zys-iPhone:/var/mobile/familyguy root#

What do you have in your makefile?

Posted

ARCHS = armv7 arm64

TARGET = iphone:clang:latest:latest

#CFLAGS = -fobjc-arc

#THEOS_PACKAGE_DIR_NAME = debs

 

include theos/makefiles/common.mk

 

TWEAK_NAME = FamilyGuy

FamilyGuy_FILES = Tweak.xm

FamilyGuy_FRAMEWORKS = UIKit

FamilyGuy_LDFLAGS += -Wl,-segalign,4000

 

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard"

SUBPROJECTS += FamilyGuy autolipo

include $(THEOS_MAKE_PATH)/aggregate.mk

Posted

and why it compiles without arm64 arch?

That's what I'm saying, has to do with theos on iOS 9 :s

Posted

So it's the dependencies you're using?

i use the latest ones from evan swick

You can have somebody compile it for you, like me. :)

cooooool

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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