-
Notifications
You must be signed in to change notification settings - Fork 107
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
cross-compile problems in generators #58
Comments
This binary is run as part of the make to compile examples only. As a result the solution is probably to do one of the following:
|
Thanks Antonin. I think we owe you a sorting out of PI from our perspective of:
I should be in a better position to do this in a few days. Tom On Thu, Nov 10, 2016 at 9:16 AM, Antonin Bas notifications@github.com
|
That would be nice to have, but then again it's not very hard for me to have a rough idea of what falls into each category. |
This snippets were compiled unconditionally which was a problem for cross-compilation scenarios (see #58).
* Only compile example snippets for make check This snippets were compiled unconditionally which was a problem for cross-compilation scenarios (see #58). * Remove deprecated comment in Makefile
Went for 3) for not. Leaving this open in case I want to do 2) later. |
Cross-compiling for PPC on x86, pi_gen_fe_defines can't execute because it's compiled for the target environment instead of the build host.
../generators/pi_gen_fe_defines: line 117: /generators/.libs/lt-pi_gen_fe_defines: cannot execute binary file: Exec format error
The text was updated successfully, but these errors were encountered: