-
Notifications
You must be signed in to change notification settings - Fork 313
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
How could we cross compile ck? #193
Comments
Other than this, it looks ck can perfectly support cross compilation. So please help to fix the issue in the right way in ck upstream. |
Related PR: |
Below is the patch to bypass COMPILER detection:
This may not be required by upstream if the issue can be properly handled. |
Thanks for patch! |
@sbahra, I don't see #193 (comment) making it into the master branch. #194 did not include it. |
It looks the "configure" is a hand-writing script not a script generated by autoconf, and contains the following code:
The block is trying to execute a target binary via the following line and definitely will fail:
It thus looks like that the "ck" doesn't support cross compile.
Am I right? If not, please help to tell how could we cross compile ck.
Thanks in advance.
The text was updated successfully, but these errors were encountered: