Jump to content

Error 133 while compiling in MTerminal


Go to solution Solved by Rook,

22 posts in this topic

Recommended Posts

Posted (edited)

Hi I'm having problem while trying to compile a tweak, Im on iPhone 5s and iOS 9.3.3 I've installed every thing that's needed for Theos, I'm currently getting this error while trying to compile: /var/mobile/test/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.

/var/mobile/test/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.

Making all for tweak test...

make[2]: Nothing to be done for `internal-library-compile'.

Making stage for tweak test...

make: *** [internal-package] Error 133

 

Any help is highly appreciated!

Updated by profq
  • Replies 21
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted (edited)

Type in

make package messages=yes

And paste the output.

Updated by DiDA
Posted (edited)

Type in

 

make package messages=yes"
And paste the output.
I got this: /var/mobile/test/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.

/var/mobile/test/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.

Making all for tweak test...

make[2]: Nothing to be done for `internal-library-compile'.

Making stage for tweak test...

make: *** [internal-package] Error 133.

Updated by profq
Posted

unfortunately I've tried that :( I decided to re-do they thing DiDA suggested and now I'm getting Make: *** No rule to make target 'package'. Stop

Can we see your Makefile?

Posted

g-eazy:/var/mobile/test root# make package messages=y

es

/var/mobile/test/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.

/var/mobile/test/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.

Making all for tweak test...

make -f Makefile --no-print-directory --no-keep-going \

                internal-library-compile \

                _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=test _THEOS_CURRENT_OPERATION=compile \

                THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes

make[2]: Nothing to be done for `internal-library-compile'.

rm -rf "/private/var/mobile/test/_"

/var/mobile/test/theos/bin/fakeroot.sh -p "/private/var/mobile/test/.theos/fakeroot" -c

mkdir -p "/private/var/mobile/test/_"

[ -d layout ] && rsync -a "layout/" "/private/var/mobile/test/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true

Making stage for tweak test...

mkdir -p "/private/var/mobile/test/_/Library/MobileSubstrate/DynamicLibraries/"

cp ./obj/test.dylib "/private/var/mobile/test/_/Library/MobileSubstrate/DynamicLibraries/"

if [ -f test.plist ]; then cp test.plist "/private/var/mobile/test/_/Library/MobileSubstrate/DynamicLibraries/"; fi

mkdir -p "/private/var/mobile/test/_/DEBIAN"

sed -e '/^[Vv]ersion:/d' "/private/var/mobile/test/control" > "/private/var/mobile/test/_/DEBIAN/control"

echo "Version: 0.0.1-12" >> "/private/var/mobile/test/_/DEBIAN/control"

echo "Installed-Size: 16" >> "/private/var/mobile/test/_/DEBIAN/control"

COPYFILE_DISABLE=1 /var/mobile/test/theos/bin/fakeroot.sh -p "/private/var/mobile/test/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/test/_" "./com.yourcompany.test_0.0.1-12_iphoneos-arm.deb"

dyld: could not load inserted library '/var/mobile/test/theos/bin/libfauxsu.dylib' because no suitable image found. Did find:

        /var/mobile/test/theos/bin/libfauxsu.dylib: mmap() error 22 at address=0x00132000, size=0x00001000 segment=__DATA in Segment::map() mapping /var/mobile/test/theos/bin/libfauxsu.dylib

 

/var/mobile/test/theos/bin/fauxsu: line 43: 1052 Trace/BPT trap: 5 "$@"

make: *** [internal-package] Error 133

g-eazy:/var/mobile/test root#

Posted

g-eazy:/var/mobile/test root# make package messages=y

es

/var/mobile/test/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.

/var/mobile/test/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.

Making all for tweak test...

make -f Makefile --no-print-directory --no-keep-going \

                internal-library-compile \

                _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=test _THEOS_CURRENT_OPERATION=compile \

                THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes

make[2]: Nothing to be done for `internal-library-compile'.

rm -rf "/private/var/mobile/test/_"

/var/mobile/test/theos/bin/fakeroot.sh -p "/private/var/mobile/test/.theos/fakeroot" -c

mkdir -p "/private/var/mobile/test/_"

[ -d layout ] && rsync -a "layout/" "/private/var/mobile/test/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true

Making stage for tweak test...

mkdir -p "/private/var/mobile/test/_/Library/MobileSubstrate/DynamicLibraries/"

cp ./obj/test.dylib "/private/var/mobile/test/_/Library/MobileSubstrate/DynamicLibraries/"

if [ -f test.plist ]; then cp test.plist "/private/var/mobile/test/_/Library/MobileSubstrate/DynamicLibraries/"; fi

mkdir -p "/private/var/mobile/test/_/DEBIAN"

sed -e '/^[Vv]ersion:/d' "/private/var/mobile/test/control" > "/private/var/mobile/test/_/DEBIAN/control"

echo "Version: 0.0.1-12" >> "/private/var/mobile/test/_/DEBIAN/control"

echo "Installed-Size: 16" >> "/private/var/mobile/test/_/DEBIAN/control"

COPYFILE_DISABLE=1 /var/mobile/test/theos/bin/fakeroot.sh -p "/private/var/mobile/test/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/test/_" "./com.yourcompany.test_0.0.1-12_iphoneos-arm.deb"

dyld: could not load inserted library '/var/mobile/test/theos/bin/libfauxsu.dylib' because no suitable image found. Did find:

        /var/mobile/test/theos/bin/libfauxsu.dylib: mmap() error 22 at address=0x00132000, size=0x00001000 segment=__DATA in Segment::map() mapping /var/mobile/test/theos/bin/libfauxsu.dylib

 

/var/mobile/test/theos/bin/fauxsu: line 43: 1052 Trace/BPT trap: 5 "$@"

make: *** [internal-package] Error 133

g-eazy:/var/mobile/test root#

Go to /var/theos/bin in iFile and remove libfauxsu.dylib as well as fauxsu

Which tutorial did you follow on how to setup theos?

Same error I had months ago, just the two files that were randomly in /var/theos/bin :p

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • Boomerang RPG 1st Anniversary! v2.0.3 +4 Jailed Cheats
      Modded/Hacked App: Boomerang RPG By SuperPlanet corp.
      Bundle ID: com.superplanet.boomerang
      iTunes Store Link: https://apps.apple.com/us/app/boomerang-rpg/id6472151756?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - God mode
      - High damage
      - Fast attack
      • 58 replies
    • Boomerang RPG 1st Anniversary! v2.0.3 +4 Cheats
      Modded/Hacked App: Boomerang RPG By SuperPlanet corp.
      Bundle ID: com.superplanet.boomerang
      iTunes Store Link: https://apps.apple.com/us/app/boomerang-rpg/id6472151756?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - God mode
      - Fast attack
      - High damage
      • 90 replies
    • Prince of Persia Lost Crown v1.0.0 +9 Cheats [ God / O-HK ]
      Modded/Hacked App: Prince of Persia Lost Crown By Ubisoft
      Bundle ID: com.ubisoft.princeofpersia.thelostcrown.mobile.action.adventure.platform
      iTunes Store Link: https://apps.apple.com/us/app/prince-of-persia-lost-crown/id6504011865?uo=4

       
       

      🤩 Hack Features

      - God Mode
      - One-Hit Kill -> Linked. Use with God Mode.
      -- Full Game Unlocked
      • 10 replies
    • Crashlands 2 v100.1.372 +2 Jailed Cheats [ One-Hit Kill ]
      Modded/Hacked App: Crashlands 2 By Butterscotch Shenanigans, Inc.
      Bundle ID: com.bscotch.crashlands2
      iTunes Store Link: https://apps.apple.com/us/app/crashlands-2/id1528199331?uo=4

       


      🤩 Hack Features

      - One-Hit Kill
      - No Skill Cooldown
      • 4 replies
    • Scolopendra v1.0.0 Debug Menu [+4 Cheats]
      Modded/Hacked App: Scolopendra By 24 HIT Riga SIA
      Bundle ID: com.game.scolopendra
      iTunes Store Link: https://apps.apple.com/us/app/scolopendra/id6742407695?uo=4



      🤩 Hack Features

      - Debug Menu (Enable and Debug Menu Will Appear)

      • 1 reply
    • Scolopendra v1.0.0 Debug Menu [+4 Jailed Cheats]
      Modded/Hacked App: Scolopendra By 24 HIT Riga SIA
      Bundle ID: com.game.scolopendra
      iTunes Store Link: https://apps.apple.com/us/app/scolopendra/id6742407695?uo=4



      🤩 Hack Features

      - Debug Menu (Enable and Debug Menu Will Appear)

      • 0 replies
    • Towers Survivors v0.1.1 [+3 Cheats]
      Modded/Hacked App: Towers Survivors By Martin Quinones
      Bundle ID: com.Pizia.Towers-Survivors
      iTunes Store Link: https://apps.apple.com/us/app/towers-survivors/id6738764422?uo=4


      🤩 Hack Features

      - Never Die
      - Unlimited Currency (Will Always Increase)
      - Unlimited Energy (Will Always Increase)
      • 1 reply
    • Towers Survivors v0.1.1 [+3 Jailed Cheats]
      Modded/Hacked App: Towers Survivors By Martin Quinones
      Bundle ID: com.Pizia.Towers-Survivors
      iTunes Store Link: https://apps.apple.com/us/app/towers-survivors/id6738764422?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Currency (Will Always Increase)
      - Unlimited Energy (Will Always Increase)
      • 0 replies
    • Fun Run 3 - Multiplayer Games Cheats v4.47.1 +1
      Modded/Hacked App: Fun Run 3: Arena Running Game By Dirtybit
      Bundle ID: com.dirtybit.fra
      iTunes Store Link: https://itunes.apple.com/us/app/fun-run-3-arena-running-game/id1118878857?mt=8&uo=4&at=1010lce4


      Hack Features:
      - God Mode
       

      Hack Download Link: https://iosgods.com/topic/75790-arm64-fun-run-3-arena-running-game-cheats-v210-1/
      • 1,280 replies
    • Super Arrow Online Cheats v1.56.1 +3
      Modded/Hacked App: Super Arrow Idle By MOBIRIX
      Bundle ID: com.mobirix.sao
      iTunes Store Link: https://apps.apple.com/us/app/super-arrow-idle/id1635307668?uo=4


      Hack Features:
      - Infinite Currencies ( Read NOTE )
      - God Mode
      - Weak Enemies ( Enable before start )


      This cheat is fully tested on my device JB ( Odyssey/ Odsseyra1n/ Taurine). If your jailbreak is not supported you will get detection error and do not ask me. AGAIN DO NOT BUY VIP FOR JUST THIS CHEAT

      iOS Hack Download Link: https://iosgods.com/topic/167081-super-arrow-idle-cheats-v154-3/
      • 505 replies
    • My Talking Angela 2 Cheats v25.1.1 +2
      Modded/Hacked App: My Talking Angela 2 By Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingangela2
      iTunes Store Link: https://apps.apple.com/us/app/my-talking-angela-2/id1536584509?uo=4


      Hack Features:
      - Infinite Currencies
      - No Ads


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/147072-my-talking-angela-2-v1013-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/147070-my-talking-angela-2-cheats-all-versions-2/
      • 110 replies
    • My Talking Tom 2 Cheats v25.1.2 +2
      Modded/Hacked App: My Talking Tom 2 by Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingtom2
      iTunes Store Link: https://itunes.apple.com/us/app/my-talking-tom-2/id1337578317?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Coins (Spend some/ Get some)
      - No Ads


      Hack Download Link: https://iosgods.com/topic/82755-arm64-my-talking-tom-2-cheats-v102002-1/
      • 711 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