Jump to content

Cygwin theos error


Go to solution Solved by Crypto,

3 posts in this topic

Recommended Posts

Posted (edited)

Hello. I've been developing personal iPhone tweaks for a while now. Creating tweaks off of my iPhone is quite a hassle. SSH is too slow and developing tweaks directly from the phone is horrible. So I wanted to develop tweaks on Windows.

 

I set up the theos on my windows environment (Windows 7). I installed all the necessary things to compile (wget, git, ca-certificates, make, perl, openssh, iOS toolchain, iOS 9.3 SDK). For some strange reason, I get an error when I compile. 

 

$ make package
Makefile:15: /aggregate.mk: No such file or directory
make: *** No rule to make target '/aggregate.mk'.  Stop.

I'm 95% sure this doesn't have to do with the makefile. I've tried using tweaks that compiled on my phone and I've tried compiling example tweaks off github. No luck.

 

I've tried:

  • ARCHS = armv7 armv7s arm64'
  • TARGET_SDK_VERSION = 9.3
  • TARGET = iphone:clang
  • export $THEOS = theos (this is cygwin, theos isn't in /var/theos it's simply in theos/.)
Many thanks!
 
 
UPDATE: Fixed this on my own. The problem was I had to move the theos folder in /var. This can be locked.
Updated by BigDaddyiPhoneK
Posted
  On 10/1/2016 at 11:04 PM, BigDaddyiPhoneK said:

 

Hello. I've been developing personal iPhone tweaks for a while now. Creating tweaks off of my iPhone is quite a hassle. SSH is too slow and developing tweaks directly from the phone is horrible. So I wanted to develop tweaks on Windows.

 

I set up the theos on my windows environment (Windows 7). I installed all the necessary things to compile (wget, git, ca-certificates, make, perl, openssh, iOS toolchain, iOS 9.3 SDK). For some strange reason, I get an error when I compile. 

 

$ make package
Makefile:15: /aggregate.mk: No such file or directory
make: *** No rule to make target '/aggregate.mk'.  Stop.

I'm 95% sure this doesn't have to do with the makefile. I've tried using tweaks that compiled on my phone and I've tried compiling example tweaks off github. No luck.

 

I've tried:

  • ARCHS = armv7 armv7s arm64'
  • TARGET_SDK_VERSION = 9.3
  • TARGET = iphone:clang
  • export $THEOS = theos (this is cygwin, theos isn't in /var/theos it's simply in theos/.)
Many thanks!

 

omg you almost have the exact same error as me on my theos for windows 10. the only different is i have a Common.mk error. what i have researched is apparently its a issue to do with theos The "./theos" file is a symlink to "/opt/theos". So, when it's trying to access "./theos/makefiles/common.mk", it's actually trying to access "/opt/theos/makefiles/common.mk" and it's saying that the file is missing. i copied that from reddit

  • Solution
Posted
  On 10/1/2016 at 11:04 PM, BigDaddyiPhoneK said:

Hello. I've been developing personal iPhone tweaks for a while now. Creating tweaks off of my iPhone is quite a hassle. SSH is too slow and developing tweaks directly from the phone is horrible. So I wanted to develop tweaks on Windows.

 

I set up the theos on my windows environment (Windows 7). I installed all the necessary things to compile (wget, git, ca-certificates, make, perl, openssh, iOS toolchain, iOS 9.3 SDK). For some strange reason, I get an error when I compile. 

 

 

 

$ make package
Makefile:15: /aggregate.mk: No such file or directory
make: *** No rule to make target '/aggregate.mk'.  Stop.

I'm 95% sure this doesn't have to do with the makefile. I've tried using tweaks that compiled on my phone and I've tried compiling example tweaks off github. No luck.

 

I've tried:

  • ARCHS = armv7 armv7s arm64'

  • TARGET_SDK_VERSION = 9.3

  • TARGET = iphone:clang

  • export $THEOS = theos (this is cygwin, theos isn't in /var/theos it's simply in theos/.)

Many thanks!

 

 

UPDATE: Fixed this on my own. The problem was I had to move the theos folder in /var. This can be locked.

 

Just mark yourself as solved

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