Jump to content

Theos Make Errors (ios noob here)


PhillyTCG

6 posts in this topic

Recommended Posts

Posted

Narrated Video of everything I'm doing up to the error (Watch in 2x Speed)


Device: iOS 9.0 iphone 6S

And to those that didn't bother to watch/listen to the video, I literally:
1.) Installed Theos via http://jakeashacks.com/cydia/ repo and installed 9.3
2.) Typed Theos in SSH, filled out questions it proposed (may have did them wrong, Check the video)
3.) Edited Tweak.xm
4.) Did Make in terminal and got the error below


zZgEVYx.png

 

Posted
18 minutes ago, Ted2 said:

Can you type “make package messages=yes” & put the output here?

pzwGqcA.png

 

iPhone:/var/mobile/testtweaks/mytt2hack root# make package messages=yes
> Making all for tweak mytt2hack…
make[1]: Entering directory `/private/var/mobile/testtweaks/mytt2hack'
make -f Makefile --no-keep-going COLOR=1 \
                internal-library-compile \
                _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=mytt2hack _THEOS_CURRENT_OPERATION=compile \
                THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make[2]: Entering directory `/private/var/mobile/testtweaks/mytt2hack'
make -f Makefile --no-print-directory --no-keep-going internal-tweak-compile _THEOS_CURRENT_TYPE="tweak" THEOS_CURRENT_INSTANCE="mytt2hack" _THEOS_CURRENT_OPERATION="compile" THEOS_BUILD_DIR="." THEOS_CURRENT_ARCH="armv7"
set -o pipefail; (mkdir -p /var/mobile/testtweaks/mytt2hack/.theos/obj/debug/armv7)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 3 "Linking tweak mytt2hack (armv7)"); set -o pipefail; (clang++ -fcolor-diagnostics -L/var/theos/lib -ggdb -L/var/theos/vendor/lib -lobjc -framework Foundation -framework CoreFoundation -ObjC++ -fobjc-exceptions -fobjc-call-cxx-cdtors  -framework UIKit -framework MessageUI -framework Social -framework QuartzCore -framework CoreGraphics -framework Foundation -framework AVFoundation -framework Accelerate -framework GLKit -framework SystemConfiguration            -F/var/theos/vendor/lib -framework CydiaSubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/mytt2hack.dylib"  -isysroot "/var/theos/sdks/iPhoneOS9.3.sdk" -miphoneos-version-min=9.3 -Xlinker -segalign -Xlinker 4000 -multiply_defined suppress  -arch armv7 -Wl,-segalign,4000,-lstdc++ -O0 -o "/var/mobile/testtweaks/mytt2hack/.theos/obj/debug/armv7/mytt2hack.dylib" /var/mobile/testtweaks/mytt2hack/.theos/obj/debug/armv7/Tweak.xm.e11de451.o /var/mobile/testtweaks/mytt2hack/.theos/obj/debug/armv7/ModMenu.mm.e11de451.o /var/mobile/testtweaks/mytt2hack/.theos/obj/debug/armv7/Hack.mm.e11de451.o /var/mobile/testtweaks/mytt2hack/.theos/obj/debug/armv7/Hook.mm.e11de451.o /var/mobile/testtweaks/mytt2hack/.theos/obj/debug/armv7/SliderHook.mm.e11de451.o /var/mobile/testtweaks/mytt2hack/.theos/obj/debug/armv7/TextfieldHook.mm.e11de451.o /var/mobile/testtweaks/mytt2hack/.theos/obj/debug/armv7/InfoView.mm.e11de451.o)
==> Linking tweak mytt2hack (armv7)…
ld: unknown option: -no_deduplicate
clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/var/mobile/testtweaks/mytt2hack/.theos/obj/debug/armv7/mytt2hack.dylib] Error 1
make[2]: *** [/var/mobile/testtweaks/mytt2hack/.theos/obj/debug/armv7/mytt2hack.dylib] Error 2
make[2]: Leaving directory `/private/var/mobile/testtweaks/mytt2hack'
make[1]: *** [internal-library-all_] Error 2
make[1]: Leaving directory `/private/var/mobile/testtweaks/mytt2hack'
make: *** [mytt2hack.all.tweak.variables] Error 2
iPhone:/var/mobile/testtweaks/mytt2hack root# 

Archived

This topic is now archived and is closed to further replies.

×
  • 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