Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is "arm-apple-darwin10-ghc" and " i386-apple-darwin11-ghc"? #7

Open
omomuron opened this issue Aug 24, 2014 · 1 comment
Open

Comments

@omomuron
Copy link

HI.
I ran "ghc-ios Counter" as sample.
But this error occurred.

/usr/local/ghc-ios-scripts/ghc-ios: line 10: arm-apple-darwin10-ghc: command not found
/usr/local/ghc-ios-scripts/ghc-ios: line 11: i386-apple-darwin11-ghc: command not found
fatal error: lipo: can't open input file: build/arm/Counter.a (No such file or directory)

Where is "arm-apple-darwin10-ghc" and " i386-apple-darwin11-ghc"?
There are not these scripts in this repository.

Thanks!

@mhuesch
Copy link

mhuesch commented Oct 7, 2014

I think that those should have been installed when you ran the install script. (This I deduce from https://ghc.haskell.org/trac/ghc/wiki/Building/CrossCompiling/iOS. I'm not involved with this project but have been playing with it).

For example, on my system:
$ which arm-apple-darwin10-ghc
/usr/local/bin/arm-apple-darwin10-ghc

Perhaps /usr/local/bin needs to be on your path?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants