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

Force use a specfic arch .spec file #101

Open
noloop opened this issue Jan 14, 2020 · 2 comments
Open

Force use a specfic arch .spec file #101

noloop opened this issue Jan 14, 2020 · 2 comments

Comments

@noloop
Copy link
Contributor

noloop commented Jan 14, 2020

I need to specific the architecture to the c-include, because I need compile the system (cl-sdl2) to armv7a .fasb in my Linux, and not in the armv7a device.

There is some way to get it?

If not, I can write this.

@rpav
Copy link
Owner

rpav commented Jan 16, 2020

No; if you do, you should do something like (defvar *autowrap-arch-override*) or similar.

I was not aware of any CL compiler that could cross-compile; this seems .. difficult. Alternatively a bit surprising it doesn't try to mimic the target environment.

@noloop
Copy link
Contributor Author

noloop commented Jan 16, 2020

The ECL can does this. I compile the .fasb or .fas to ARM in the Linux, and load this file in ECL in the the Android phone. It's working fine.

No; if you do, you should do something like (defvar *autowrap-arch-override*) or similar.

I'll do this.

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